aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/frame.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | avutil/frame: Disallow zero sized frame side dataMichael Niedermayer2017-02-251-0/+2
* | avutil/frame: Reimplement av_frame_new_side_data() without size=0 special caseMichael Niedermayer2017-02-251-26/+29
* | AVFrame: add an opaque_ref fieldwm42017-02-131-0/+9
* | avutil/frame: fix av_frame_copy for unknown layoutsMarton Balint2017-01-311-1/+1
* | avutil/frame: fix indention after last commitMichael Niedermayer2016-11-161-7/+7
* | avutil/frame: Copy size=0 side data in ff_init_buffer_info()Michael Niedermayer2016-11-161-0/+2
* | Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-071-1/+9
|\|
| * lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov2016-06-211-0/+4
* | avutil/frame: Add a flag to discard frame after decode.Sasi Inguva2016-09-191-0/+1
* | avutil/frame: access avframe fields directly in get_frame_defaults()James Almer2016-07-251-4/+4
* | avutil/frame: Assert that width/height/channels is 0 for the destination of a...Michael Niedermayer2016-06-051-0/+6
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-241-1/+0
|\|
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* | Merge commit '89923e418b494e337683442ab896d754bc07341a'Derek Buitenhuis2016-02-171-0/+10
|\|