Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-18AVFrame: factor out freeing the side dataRoman Savchenko
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-06-01lavu: add all color-related enums to AVFramewm4
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-05-29frame: fix the error path in av_frame_copy_props()Roman Savchenko
First free metadata, then the side data it is contained in. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-03-24frame: add a function for removing side data from a frameAnton Khirnov
2014-02-24frame: add a convenience function for copying AVFrame dataAnton Khirnov
2013-12-09frame: cosmetics, reindentAnton Khirnov
2013-12-09frame: copy flags in av_frame_copy_props()Anton Khirnov
Flags can be considered metadata (at least those that are defined now).
2013-10-28avframe: mark source frame const in _ref and _cloneVittorio Giovara
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-08-01avframe: have av_frame_get_side_data take const AVFrame*Vittorio Giovara
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-03-22avutil/frame: add all remaining frame properties to av_frame_copy_propsHendrik Leppkes
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-03-11avframe: copy reordered_opaque in copy_propsJanne Grunau
Fixes video playback in applications still using reordered_opaque.
2013-03-08Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov
2013-03-08AVFrame: add side data.Anton Khirnov
2013-03-08Move AVFrame from lavc to lavu.Anton Khirnov
Add AVBuffer-based reference counting API to it.