summaryrefslogtreecommitdiffstats
path: root/libavutil/frame.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavu: add all color-related enums to AVFramewm42014-06-011-0/+14
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* frame: fix the error path in av_frame_copy_props()Roman Savchenko2014-05-291-1/+1
| | | | | | First free metadata, then the side data it is contained in. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* 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
| | | | Flags can be considered metadata (at least those that are defined now).
* avframe: mark source frame const in _ref and _cloneVittorio Giovara2013-10-271-2/+2
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avframe: have av_frame_get_side_data take const AVFrame*Vittorio Giovara2013-08-011-1/+1
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* 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
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avframe: copy reordered_opaque in copy_propsJanne Grunau2013-03-111-0/+1
| | | | Fixes video playback in applications still using reordered_opaque.
* 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
Add AVBuffer-based reference counting API to it.
OpenPOWER on IntegriCloud