summaryrefslogtreecommitdiff
path: root/libavfilter/audio.c
Commit message (Expand)AuthorAge
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* lavfi: properly signal out-of-memory error in ff_filter_samplesReinhard Tartler2012-08-05
* lavfi: add error handling to filter_samples().Anton Khirnov2012-07-09
* lavfi/audio: eliminate ff_default_filter_samples().Anton Khirnov2012-06-22
* lavfi/audio: don't set cur_buf in ff_filter_samples().Anton Khirnov2012-06-21
* lavfi/audio: use av_samples_copy() instead of custom code.Anton Khirnov2012-06-13
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-13
* lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.Anton Khirnov2012-05-18
* lavfi: move audio-related functions to a separate file.Anton Khirnov2012-05-09