]> git.sesse.net Git - ffmpeg/history - libavfilter/af_channelmap.c
Deprecate avctx.coded_frame
[ffmpeg] / libavfilter / af_channelmap.c
2014-08-01 Luca Barbatoaf_channelmap: Set the frame channel layout
2014-03-16 Anton Khirnovaf_channelmap: fix ONE_STR mapping mode
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-04-30 Anton Khirnovaf_channelmap: ensure the output channel layout is...
2013-04-30 Anton Khirnovaf_channelmap: remove now unnecessary goto
2013-04-17 Anton Khirnovaf_channelmap: cosmetics, use an extra local variable...
2013-04-17 Anton Khirnovaf_channelmap: sanity check input channel indices in...
2013-04-09 Anton Khirnovaf_channelmap: fix uninitialized variable use introduce...
2013-04-09 Anton Khirnovlavfi: remove now unused args parameter from AVFilter...
2013-04-09 Anton Khirnovaf_channelmap: switch to an AVOptions-based system.
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2012-11-28 Anton Khirnovlavfi: merge start_frame/draw_slice/end_frame
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-10-27 Mans Rullgardaf_channelmap: remove stray enum declaration
2012-10-10 Mans Rullgardlavfi: convert input/ouput list compound literals to...
2012-10-09 Janne Grunauaf_channelmap: free old extended_data on reallocation
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-07-21 Ronald S. Bultjelavfi: use const for AVFilterPad declarations in all...
2012-07-09 Anton Khirnovlavfi: add error handling to filter_samples().
2012-06-26 Anton Khirnovlavfi: remove 'opaque' parameter from AVFilter.init()
2012-06-22 Alex Converselavfi: Add the af_channelmap audio channel mapping...