summaryrefslogtreecommitdiffstats
path: root/libavutil/frame.c
Commit message (Expand)AuthorAgeFilesLines
* lavc, lavu: move frame cropping to a convenience functionwm42017-07-261-0/+100
* AVFrame: add an opaque_ref fieldwm42017-02-111-0/+9
* frame: allow align=0 (meaning automatic) for av_frame_get_buffer()Anton Khirnov2017-02-111-0/+4
* frame: add a cropping rectangle to AVFrameAnton Khirnov2017-01-121-0/+4
* lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov2016-06-211-0/+4
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* 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
* lavu: Deprecate AVFrame.error[]Vittorio Giovara2015-09-301-0/+4
* lavu: Refactor side data wipingLuca Barbato2014-12-181-8/+14
* frame: Remove some FF_API_AVFRAME_COLORSPACE leftoversDiego Biurrun2014-08-141-2/+0
* Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.Anton Khirnov2014-08-091-2/+0
* AVFrame: factor out freeing the side dataRoman Savchenko2014-06-181-9/+12
* lavu: add all color-related enums to AVFramewm42014-06-011-0/+14
* frame: fix the error path in av_frame_copy_props()Roman Savchenko2014-05-291-1/+1
* frame: add a function for removing side data from a frameAnton Khirnov2014-03-241-0/+16
* frame: add a convenience function for copying AVFrame dataAnton Khirnov2014-02-241-16/+65
* frame: cosmetics, reindentAnton Khirnov2013-12-091-15/+15
* frame: copy flags in av_frame_copy_props()Anton Khirnov2013-12-091-0/+1
* avframe: mark source frame const in _ref and _cloneVittorio Giovara2013-10-271-2/+2
* avframe: have av_frame_get_side_data take const AVFrame*Vittorio Giovara2013-08-011-1/+1
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-1/+1
* avutil/frame: add all remaining frame properties to av_frame_copy_propsHendrik Leppkes2013-03-221-0/+4
* avframe: copy reordered_opaque in copy_propsJanne Grunau2013-03-111-0/+1
* Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov2013-03-081-1/+1
* AVFrame: add side data.Anton Khirnov2013-03-081-0/+72
* Move AVFrame from lavc to lavu.Anton Khirnov2013-03-081-0/+401
OpenPOWER on IntegriCloud