]> git.sesse.net Git - ffmpeg/history - libavfilter/af_amix.c
os_support: K&R formatting cosmetics
[ffmpeg] / libavfilter / af_amix.c
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