14 Commits (5a1a9da8a7ae120f2543b8f2fa13dc8baac39f17)

Author SHA1 Message Date
Vittorio Giovara f6974fe651 lavfi: Drop deprecated AVFilterBuffer* code 9 years ago
Anton Khirnov c9c7bc4493 lavfi: switch ff_default_get_audio_buffer() to av_frame_get_buffer() 12 years ago
Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Reinhard Tartler 800750417f lavfi: properly signal out-of-memory error in ff_filter_samples 12 years ago
Anton Khirnov cd99146253 lavfi: add error handling to filter_samples(). 13 years ago
Anton Khirnov fa06623930 lavfi/audio: eliminate ff_default_filter_samples(). 13 years ago
Anton Khirnov e026c9b390 lavfi/audio: don't set cur_buf in ff_filter_samples(). 13 years ago
Anton Khirnov 9cdf74f904 lavfi/audio: use av_samples_copy() instead of custom code. 13 years ago
Anton Khirnov 9baeff9506 lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs 13 years ago
Anton Khirnov 7b3b24a8ee lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs. 13 years ago
Anton Khirnov 0b45334a58 lavfi: move audio-related functions to a separate file. 13 years ago