summaryrefslogtreecommitdiffstats
path: root/libavutil/frame.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * lavu: add a framework for handling hwaccel framesAnton Khirnov2016-02-141-0/+11
| * lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-111-1/+1
* | avutil/frame: Free destination qp_table_buf in frame_copy_props()Michael Niedermayer2016-02-131-0/+1
* | avutil: Add GOP timecode frame side dataDerek Buitenhuis2016-02-011-0/+1
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-1/+1
* | Add missing conversions from side data enum to nameNeil Birkbeck2016-01-221-0/+4
* | lavu/frame: use AVPALETTE_SIZE instead of 1024Clément Bœsch2015-12-081-1/+1
* | Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8'Hendrik Leppkes2015-10-031-0/+4
|\ \ | |/
| * lavu: Deprecate AVFrame.error[]Vittorio Giovara2015-09-301-0/+4
* | lavu/frame: put frame QP elements under a new version guardHendrik Leppkes2015-09-051-0/+12
OpenPOWER on IntegriCloud