mp3: Properly use AVCodecContext API
[platform/upstream/libav.git] / libavfilter / af_amix.c
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-11 Anton Khirnovlavfi: mark filters with dynamic number of inputs or...
2013-04-09 Anton Khirnovlavfi: remove now unused args parameter from AVFilter...
2013-04-09 Anton Khirnovaf_amix: switch to an AVOptions-based system.
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
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-10 Mans Rullgardlavfi: convert input/ouput list compound literals to...
2012-10-09 Janne Grunauaf_amix: prevent memory leak on error path
2012-09-17 Mans Rullgardlavfi: replace empty input/output lists with null pointers
2012-09-04 Martin Storsjöavopt: Explicitly store float/double option defaults...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-07-09 Anton Khirnovlavfi: add error handling to filter_samples().
2012-07-06 Anton Khirnovaf_amix: avoid spurious EAGAIN.
2012-07-06 Anton Khirnovaf_amix: return AVERROR(EAGAIN) when request_frame...
2012-07-06 Anton Khirnovaf_amix: only consider negative return codes as errors.
2012-06-26 Anton Khirnovamix: fix format specifier for AVFilterLink.sample_rate.
2012-06-26 Anton Khirnovlavfi: remove 'opaque' parameter from AVFilter.init()
2012-06-18 Justin Rugglesaf_amix: allow float planar sample format as input
2012-06-18 Justin Rugglesaf_amix: use AVFloatDSPContext.vector_fmac_scalar()
2012-06-13 Anton Khirnovlavfi: replace AVFilterContext.input/output_count with...
2012-06-05 Anton Khirnovlavfi: remove request/poll and drawing functions from...
2012-06-05 Anton Khirnovlavfi: make avfilter_insert_pad and pals private on...
2012-06-05 Anton Khirnovlavfi: make formats API private on next bump.
2012-05-30 Justin Ruggleslavfi: amix: check active input count before calling...
2012-05-23 Justin Ruggleslavfi: add audio mix filter