summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_amix.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-271-1/+1
|\ \ | |/
| * amix: fix format specifier for AVFilterLink.sample_rate.Anton Khirnov2012-06-261-1/+1
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
|\ \ | |/
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* | lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-221-9/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-191-11/+19
|\ \ | |/
| * 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: use designated initializers for AVClassPaul B Mahol2012-06-171-1/+2
|/
* 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