summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_amix.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-041-2/+3
* lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov2013-04-111-0/+2
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* af_amix: switch to an AVOptions-based system.Anton Khirnov2013-04-091-10/+2
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-9/+9
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-3/+3
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-5/+11
* af_amix: prevent memory leak on error pathJanne Grunau2012-10-091-1/+3
* lavfi: replace empty input/output lists with null pointersMans Rullgard2012-09-171-1/+1
* avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-041-1/+1
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-2/+2
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-3/+3
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* lavfi: add error handling to filter_samples().Anton Khirnov2012-07-091-9/+13
* af_amix: avoid spurious EAGAIN.Anton Khirnov2012-07-061-0/+2
* af_amix: return AVERROR(EAGAIN) when request_frame didn't produce output.Anton Khirnov2012-07-061-2/+2
* af_amix: only consider negative return codes as errors.Anton Khirnov2012-07-061-2/+2
* amix: fix format specifier for AVFilterLink.sample_rate.Anton Khirnov2012-06-261-1/+1
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* af_amix: allow float planar sample format as inputJustin Ruggles2012-06-181-4/+15
* af_amix: use AVFloatDSPContext.vector_fmac_scalar()Justin Ruggles2012-06-181-11/+8
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-131-3/+3
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-2/+2
* lavfi: make avfilter_insert_pad and pals private on next bump.Anton Khirnov2012-06-051-1/+1
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-2/+2
* lavfi: amix: check active input count before calling request_samplesJustin Ruggles2012-05-301-7/+12
* lavfi: add audio mix filterJustin Ruggles2012-05-231-0/+545
OpenPOWER on IntegriCloud