summaryrefslogtreecommitdiff
path: root/libavutil/frame.c
Commit message (Expand)AuthorAge
* lavu/frame: allow calling av_frame_make_writable() on non-refcounted framesAnton Khirnov2022-08-02
* lavu/frame: add a duration field to AVFrameAnton Khirnov2022-07-19
* avutil/avframe: fix channel layout checks in av_frame_copy()James Almer2022-06-05
* avframe: switch to the new channel layout APIAnton Khirnov2022-03-15
* avutil: support for CUVA Vivid HDR metadataLimin Wang2022-03-01
* lavu/frame: Add Dolby Vision metadata side data typeNiklas Haas2022-01-04
* avutil/frame: Treat frame as uninitialized in get_frame_defaults()Andreas Rheinhardt2021-12-05
* lavu/avframe: add a time_base fieldLynne2021-12-03
* avutil: Add Dolby Vision RPU side data typeDerek Buitenhuis2021-11-17
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-22
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-27
* avutil/frame: Remove deprecated getters and settersAndreas Rheinhardt2021-04-27
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt2021-04-27
* avutil/frame: Remove deprecated AVFrame.errorAndreas Rheinhardt2021-04-27
* avutil/frame: Remove AVFrame QP table APIAndreas Rheinhardt2021-04-27
* lavu: add side data AV_FRAME_DATA_DETECTION_BBOXES for object detection/class...Guo, Yejun2021-04-17
* avutil/frame: Return 0 on success in av_frame_ref()Andreas Rheinhardt2021-04-05
* avutil/frame: Deprecate av_get_colorspace_name()Andreas Rheinhardt2021-03-24
* avutil/frame: change av_frame_new_side_data() size parameter type to size_tJames Almer2021-03-10
* libavutil: introduce AVFilmGrainParams side dataLynne2020-11-25
* avutil/frame: fix potential leaks in av_frame_ref()Gil Pedersen2020-11-19
* avutil/frame: use av_buffer_replace() to simplify codeGil Pedersen2020-11-19
* libavutil/frame: avoid UB when getting plane sizesBrian Kim2020-07-22
* avutil: add AV_FRAME_DATA_SEI_UNREGISTERED side data typeLimin Wang2020-06-11
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-22
* libavutil: add API for exporting video frame quantizersJuan De León2020-05-12
* avutil/frame: make frame copy functions hwframe awareTimo Rothenpieler2020-03-28
* avutil/frame: fix remove_side_dataZhao Zhili2019-11-11
* avutil: add ROI (Region Of Interest) data struct and bump versionGuo, Yejun2019-01-17
* Add HDR dynamic metadata struct (for SMPTE 2094-40) to libavutilMohammad Izadi2018-12-21
* lavu/frame: Add error report if av_image_fill_pointers fail.Jun Zhao2018-10-30
* lavc/h264: create AVFrame side data from H.264 timecodesDevin Heitmueller2018-10-23
* lavu/frame: Add missing conversions from side data enum to nameJun Zhao2018-09-21
* Merge commit 'f89ec87afaf0d1abb6d450253b0b348fd554533b'James Almer2018-09-11
|\
| * frame: Simplify the video allocationLuca Barbato2018-08-05
| * lavc, lavu: move frame cropping to a convenience functionwm42017-07-26
| * AVFrame: add an opaque_ref fieldwm42017-02-11
* | Use the same name for stereo3d frame/packet side dataVittorio Giovara2018-06-05
* | avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-03
* | lavu/frame: add QP side datawm42018-03-18
* | lavu/frame: fix inconsistent qp_table_buf deprecationwm42018-03-18
* | frame: add an av_frame_new_side_data_from_buf functionRostislav Pehlivanov2018-03-01
* | avutil/frame: Add private_ref to AVFrameMichael Niedermayer2017-11-10
* | avutil/frame: deprecate getters and setters for AVFrame fieldsJames Almer2017-10-29
* | avutil/frame: remove unneccessary metadata pointer getterJames Almer2017-10-23
* | Merge commit '4de220d2e3751c459f8739a08ac6ca52e63eba30'James Almer2017-09-27
|\|
| * frame: allow align=0 (meaning automatic) for av_frame_get_buffer()Anton Khirnov2017-02-11
* | lavc, lavu: move frame cropping to a convenience functionwm42017-08-08