]> git.sesse.net Git - ffmpeg/history - libavfilter/split.c
motion_est: remove useless no_motion_search() function
[ffmpeg] / libavfilter / split.c
2012-07-22 Anton Khirnovlavfi: check all avfilter_ref_buffer() calls for errors.
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-07-09 Anton Khirnovasplit: don't leak the input buffer.
2012-06-26 Anton Khirnovlavfi: remove 'opaque' parameter from AVFilter.init()
2012-06-13 Anton Khirnovlavfi: replace AVFilterContext.input/output_count with...
2012-06-05 Anton Khirnovlavfi: remove request/poll and drawing functions from...
2012-06-05 Anton Khirnovlavfi: make avfilter_insert_pad and pals private on...
2012-05-22 Anton Khirnovlavfi: remove avfilter_null_* from public API on next...
2012-05-21 Justin Ruggleslavfi: add an audio split filter
2012-05-21 Justin Ruggleslavfi: rename vf_split.c to split.c