summaryrefslogtreecommitdiff
path: root/libavutil/frame.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/frame: deprecate key_frameJames Almer2023-05-041-1/+4
* avutil/frame: deprecate interlaced_frame and top_field_firstJames Almer2023-05-041-0/+4
* avutil: make av_frame_get_plane_buffer accept a const AVFrame*Niklas Haas2023-04-141-1/+1
* avutil/frame: move counters utilized in loops to their scopeJan Ekström2023-03-241-44/+32
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-201-0/+8
* avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_numberMarton Balint2023-02-131-0/+4
* avutil: remove FF_API_COLORSPACE_NAMEJames Almer2023-02-091-17/+0
* lavu/frame: deprecate reordered_opaqueAnton Khirnov2023-02-041-0/+4
* avutil: introduce AVAmbientViewingEnvironment side dataJan Ekström2023-01-131-0/+1
* lavu/frame: allow calling av_frame_make_writable() on non-refcounted framesAnton Khirnov2022-08-021-3/+0
* lavu/frame: add a duration field to AVFrameAnton Khirnov2022-07-191-0/+10
* avutil/avframe: fix channel layout checks in av_frame_copy()James Almer2022-06-051-3/+12
* avframe: switch to the new channel layout APIAnton Khirnov2022-03-151-22/+106
* avutil: support for CUVA Vivid HDR metadataLimin Wang2022-03-011-0/+1
* lavu/frame: Add Dolby Vision metadata side data typeNiklas Haas2022-01-041-0/+1
* avutil/frame: Treat frame as uninitialized in get_frame_defaults()Andreas Rheinhardt2021-12-051-6/+4
* lavu/avframe: add a time_base fieldLynne2021-12-031-0/+2
* avutil: Add Dolby Vision RPU side data typeDerek Buitenhuis2021-11-171-0/+1
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-4/+4
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-221-0/+1
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-1/+1
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-271-1/+1
* avutil/frame: Remove deprecated getters and settersAndreas Rheinhardt2021-04-271-14/+0
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt2021-04-271-10/+0
* avutil/frame: Remove deprecated AVFrame.errorAndreas Rheinhardt2021-04-271-6/+0
* avutil/frame: Remove AVFrame QP table APIAndreas Rheinhardt2021-04-271-97/+0
* lavu: add side data AV_FRAME_DATA_DETECTION_BBOXES for object detection/class...Guo, Yejun2021-04-171-0/+1
* avutil/frame: Return 0 on success in av_frame_ref()Andreas Rheinhardt2021-04-051-1/+1
* avutil/frame: Deprecate av_get_colorspace_name()Andreas Rheinhardt2021-03-241-1/+2
* avutil/frame: change av_frame_new_side_data() size parameter type to size_tJames Almer2021-03-101-1/+1
* libavutil: introduce AVFilmGrainParams side dataLynne2020-11-251-0/+1
* avutil/frame: fix potential leaks in av_frame_ref()Gil Pedersen2020-11-191-3/+3
* avutil/frame: use av_buffer_replace() to simplify codeGil Pedersen2020-11-191-22/+9
* libavutil/frame: avoid UB when getting plane sizesBrian Kim2020-07-221-4/+16
* avutil: add AV_FRAME_DATA_SEI_UNREGISTERED side data typeLimin Wang2020-06-111-0/+1
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-221-2/+2
* libavutil: add API for exporting video frame quantizersJuan De León2020-05-121-0/+1
* avutil/frame: make frame copy functions hwframe awareTimo Rothenpieler2020-03-281-1/+9
* avutil/frame: fix remove_side_dataZhao Zhili2019-11-111-1/+1
* avutil: add ROI (Region Of Interest) data struct and bump versionGuo, Yejun2019-01-171-0/+1
* Add HDR dynamic metadata struct (for SMPTE 2094-40) to libavutilMohammad Izadi2018-12-211-0/+1
* lavu/frame: Add error report if av_image_fill_pointers fail.Jun Zhao2018-10-301-4/+6
* lavc/h264: create AVFrame side data from H.264 timecodesDevin Heitmueller2018-10-231-0/+1
* lavu/frame: Add missing conversions from side data enum to nameJun Zhao2018-09-211-0/+3
* Merge commit 'f89ec87afaf0d1abb6d450253b0b348fd554533b'James Almer2018-09-111-16/+16
|\
| * frame: Simplify the video allocationLuca Barbato2018-08-051-20/+9
| * lavc, lavu: move frame cropping to a convenience functionwm42017-07-261-0/+100
| * AVFrame: add an opaque_ref fieldwm42017-02-111-0/+9
* | Use the same name for stereo3d frame/packet side dataVittorio Giovara2018-06-051-1/+1
* | avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-031-2/+2