aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/frame.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | lavu/frame: add QP side datawm42018-03-181-6/+53
* | lavu/frame: fix inconsistent qp_table_buf deprecationwm42018-03-181-3/+4
* | frame: add an av_frame_new_side_data_from_buf functionRostislav Pehlivanov2018-03-011-17/+15
* | avutil/frame: Add private_ref to AVFrameMichael Niedermayer2017-11-101-1/+7
* | avutil/frame: deprecate getters and setters for AVFrame fieldsJames Almer2017-10-291-0/+2
* | avutil/frame: remove unneccessary metadata pointer getterJames Almer2017-10-231-2/+0
* | Merge commit '4de220d2e3751c459f8739a08ac6ca52e63eba30'James Almer2017-09-271-0/+3
|\|
| * frame: allow align=0 (meaning automatic) for av_frame_get_buffer()Anton Khirnov2017-02-111-0/+4
* | lavc, lavu: move frame cropping to a convenience functionwm42017-08-081-0/+100
* | avutil/frame: add ICC Profile to av_frame_side_data_nameJames Almer2017-07-261-0/+1
* | Merge commit '52627248e49e58eb4b78e4fcda90a64f4c476ea3'James Almer2017-05-081-0/+4
|\|
| * frame: add a cropping rectangle to AVFrameAnton Khirnov2017-01-121-0/+4
* | lavu: add support for Content Light Level side metadataSteve Lhomme2017-04-061-0/+1
* | Revert "avutil/frame: Disallow zero sized frame side data"Michael Niedermayer2017-03-031-2/+0