summaryrefslogtreecommitdiff
path: root/libavutil/frame.c
Commit message (Expand)AuthorAge
* 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
* | avutil/frame: add ICC Profile to av_frame_side_data_nameJames Almer2017-07-26
* | Merge commit '52627248e49e58eb4b78e4fcda90a64f4c476ea3'James Almer2017-05-08
|\|
| * frame: add a cropping rectangle to AVFrameAnton Khirnov2017-01-12
* | lavu: add support for Content Light Level side metadataSteve Lhomme2017-04-06
* | Revert "avutil/frame: Disallow zero sized frame side data"Michael Niedermayer2017-03-03
* | avutil/frame: Disallow zero sized frame side dataMichael Niedermayer2017-02-25
* | avutil/frame: Reimplement av_frame_new_side_data() without size=0 special caseMichael Niedermayer2017-02-25
* | AVFrame: add an opaque_ref fieldwm42017-02-13
* | avutil/frame: fix av_frame_copy for unknown layoutsMarton Balint2017-01-31
* | avutil/frame: fix indention after last commitMichael Niedermayer2016-11-16
* | avutil/frame: Copy size=0 side data in ff_init_buffer_info()Michael Niedermayer2016-11-16
* | Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-07
|\|
| * lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov2016-06-21
* | avutil/frame: Add a flag to discard frame after decode.Sasi Inguva2016-09-19
* | avutil/frame: access avframe fields directly in get_frame_defaults()James Almer2016-07-25
* | avutil/frame: Assert that width/height/channels is 0 for the destination of a...Michael Niedermayer2016-06-05
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-24
|\|
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* | Merge commit '89923e418b494e337683442ab896d754bc07341a'Derek Buitenhuis2016-02-17
|\|
| * lavu: add a framework for handling hwaccel framesAnton Khirnov2016-02-14