]> git.sesse.net Git - ffmpeg/history - libavutil/frame.c
configure: Prefix libc-related variables with "libc_"
[ffmpeg] / libavutil / frame.c
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.