summaryrefslogtreecommitdiffstats
path: root/libavfilter/audio.c
Commit message (Expand)AuthorAgeFilesLines
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* lavfi: properly signal out-of-memory error in ff_filter_samplesReinhard Tartler2012-08-051-0/+4
* lavfi: add error handling to filter_samples().Anton Khirnov2012-07-091-6/+6
* lavfi/audio: eliminate ff_default_filter_samples().Anton Khirnov2012-06-221-23/+3
* lavfi/audio: don't set cur_buf in ff_filter_samples().Anton Khirnov2012-06-211-7/+8
* lavfi/audio: use av_samples_copy() instead of custom code.Anton Khirnov2012-06-131-6/+4
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-131-1/+1
* lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.Anton Khirnov2012-05-181-0/+2
* lavfi: move audio-related functions to a separate file.Anton Khirnov2012-05-091-0/+209
OpenPOWER on IntegriCloud