]> git.sesse.net Git - ffmpeg/history - libavfilter/fifo.c
avfiltergraph: set deprecated filter_count.
[ffmpeg] / libavfilter / fifo.c
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2012-11-28 Anton Khirnovlavfi: merge start_frame/draw_slice/end_frame
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-10-10 Mans Rullgardlavfi: convert input/ouput list compound literals to...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-07-22 Anton Khirnovlavfi: check all avfilter_ref_buffer() calls for errors.
2012-07-22 Anton Khirnovlavfi: use avfilter_unref_bufferp() where appropriate.
2012-07-22 Anton Khirnovlavfi: check all ff_start_frame/draw_slice/end_frame...
2012-07-22 Anton Khirnovlavfi: add error handling to end_frame().
2012-07-22 Anton Khirnovlavfi: add error handling to draw_slice().
2012-07-22 Anton Khirnovlavfi: add error handling to start_frame().
2012-07-21 Ronald S. Bultjelavfi: use const for AVFilterPad declarations in all...
2012-07-20 Anton Khirnovlavfi: unref AVFilterLink.cur_buf in ff_end_frame().
2012-07-09 Anton Khirnovlavfi: add error handling to filter_samples().
2012-06-26 Anton Khirnovlavfi: make filters less verbose.
2012-06-26 Anton Khirnovlavfi: remove 'opaque' parameter from AVFilter.init()
2012-06-22 Anton Khirnovlavfi: allow audio filters to request a given number...
2012-06-21 Anton Khirnovlavfi/fifo: add audio version of the fifo filter.
2012-06-21 Anton Khirnovfifo: fix parenthesis placement.
2012-06-21 Anton Khirnovlavfi: rename vf_fifo.c -> fifo.c