]> git.sesse.net Git - ffmpeg/history - libavutil/frame.c
lavu: Deprecate AVFrame.error[]
[ffmpeg] / libavutil / frame.c
2015-09-30 Vittorio Giovaralavu: Deprecate AVFrame.error[]
2014-12-18 Luca Barbatolavu: Refactor side data wiping
2014-08-14 Diego Biurrunframe: Remove some FF_API_AVFRAME_COLORSPACE leftovers
2014-08-09 Anton KhirnovRemove obsolete FF_API_AVFRAME_COLORSPACE cruft.
2014-06-18 Roman SavchenkoAVFrame: factor out freeing the side data
2014-06-01 wm4lavu: add all color-related enums to AVFrame
2014-05-29 Roman Savchenkoframe: fix the error path in av_frame_copy_props()
2014-03-24 Anton Khirnovframe: add a function for removing side data from a...
2014-02-24 Anton Khirnovframe: add a convenience function for copying AVFrame...
2013-12-09 Anton Khirnovframe: cosmetics, reindent
2013-12-09 Anton Khirnovframe: copy flags in av_frame_copy_props()
2013-10-27 Vittorio Giovaraavframe: mark source frame const in _ref and _clone
2013-08-01 Vittorio Giovaraavframe: have av_frame_get_side_data take const AVFrame*
2013-05-15 Anton Khirnovpixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
2013-03-22 Hendrik Leppkesavutil/frame: add all remaining frame properties to...
2013-03-11 Janne Grunauavframe: copy reordered_opaque in copy_props
2013-03-08 Anton KhirnovReplace remaining includes of audioconvert.h with chann...
2013-03-08 Anton KhirnovAVFrame: add side data.
2013-03-08 Anton KhirnovMove AVFrame from lavc to lavu.