summaryrefslogtreecommitdiff
path: root/libavfilter/af_amix.c
Commit message (Expand)AuthorAge
...
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* | lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-19
|\|
| * af_amix: allow float planar sample format as inputJustin Ruggles2012-06-18
| * af_amix: use AVFloatDSPContext.vector_fmac_scalar()Justin Ruggles2012-06-18
* | lavfi: use designated initializers for AVClassPaul B Mahol2012-06-17
|/
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-13
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* lavfi: make avfilter_insert_pad and pals private on next bump.Anton Khirnov2012-06-05
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* lavfi: amix: check active input count before calling request_samplesJustin Ruggles2012-05-30
* lavfi: add audio mix filterJustin Ruggles2012-05-23