summaryrefslogtreecommitdiff
path: root/libavfilter/audio.c
Commit message (Expand)AuthorAge
* lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara2015-08-28
* lavfi: switch ff_default_get_audio_buffer() to av_frame_get_buffer()Anton Khirnov2013-06-18
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* 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