mp3: Properly use AVCodecContext API
[platform/upstream/libav.git] / libavfilter / af_volume.c
2014-04-13 Alessandro Ghediniaf_volume: implement replaygain clipping prevention
2014-04-04 Alessandro Ghediniaf_volume: implement replaygain pre-amplification
2014-03-24 Anton Khirnovaf_volume: support using replaygain frame side data
2014-03-05 Luca Barbatoavfilter: Add missing emms_c when needed
2014-02-24 Anton Khirnovaf_volume: preserve frame properties
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-05-04 Diego Biurrunavfilter: Add av_cold attributes to init/uninit functions
2013-04-09 Anton Khirnovlavfi: remove now unused args parameter from AVFilter...
2013-04-09 Anton Khirnovaf_volume: switch to an AVOptions-based system.
2013-03-08 Anton KhirnovReplace remaining includes of audioconvert.h with chann...
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2012-12-05 Justin Rugglesx86: af_volume: add SSE2-optimized s16 volume scaling
2012-12-05 Justin Ruggleslavfi: add volume filter