Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | af_amix: allow float planar sample format as input | Justin Ruggles | 2012-06-18 | 1 | -4/+15 |
* | af_amix: use AVFloatDSPContext.vector_fmac_scalar() | Justin Ruggles | 2012-06-18 | 1 | -11/+8 |
* | lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs | Anton Khirnov | 2012-06-13 | 1 | -3/+3 |
* | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -2/+2 |
* | lavfi: make avfilter_insert_pad and pals private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -1/+1 |
* | lavfi: make formats API private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -2/+2 |
* | lavfi: amix: check active input count before calling request_samples | Justin Ruggles | 2012-05-30 | 1 | -7/+12 |
* | lavfi: add audio mix filter | Justin Ruggles | 2012-05-23 | 1 | -0/+545 |