summaryrefslogtreecommitdiff
path: root/libavfilter/fifo.c
Commit message (Expand)AuthorAgeFilesLines
* afifo: fix request_samples on the last frame in certain casesAnton Khirnov2013-04-221-17/+19
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-58/+55
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-36/+7
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-22/+46
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-221-0/+3
* lavfi: use avfilter_unref_bufferp() where appropriate.Anton Khirnov2012-07-221-2/+2
* lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov2012-07-221-3/+5
* lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-1/+4
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-1/+4
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-7/+2
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-22/+22
* lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-201-0/+1
* lavfi: add error handling to filter_samples().Anton Khirnov2012-07-091-8/+18
* lavfi: make filters less verbose.Anton Khirnov2012-06-261-1/+0
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* lavfi: allow audio filters to request a given number of samples.Anton Khirnov2012-06-221-8/+151
* lavfi/fifo: add audio version of the fifo filter.Anton Khirnov2012-06-211-20/+51
* fifo: fix parenthesis placement.Anton Khirnov2012-06-211-1/+1
* lavfi: rename vf_fifo.c -> fifo.cAnton Khirnov2012-06-211-0/+121