summaryrefslogtreecommitdiff
path: root/libavutil/frame.c
Commit message (Collapse)AuthorAge
* frame: cosmetics, reindentAnton Khirnov2013-12-09
|
* frame: copy flags in av_frame_copy_props()Anton Khirnov2013-12-09
| | | | Flags can be considered metadata (at least those that are defined now).
* avframe: mark source frame const in _ref and _cloneVittorio Giovara2013-10-27
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avframe: have av_frame_get_side_data take const AVFrame*Vittorio Giovara2013-08-01
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
|
* avutil/frame: add all remaining frame properties to av_frame_copy_propsHendrik Leppkes2013-03-22
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avframe: copy reordered_opaque in copy_propsJanne Grunau2013-03-11
| | | | Fixes video playback in applications still using reordered_opaque.
* Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov2013-03-08
|
* AVFrame: add side data.Anton Khirnov2013-03-08
|
* Move AVFrame from lavc to lavu.Anton Khirnov2013-03-08
Add AVBuffer-based reference counting API to it.