summaryrefslogtreecommitdiff
path: root/libavfilter/split.c
Commit message (Expand)AuthorAge
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-04
* vf_split: fix descriptionAnton Khirnov2013-04-30
* lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov2013-04-11
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* split: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* lavfi: replace empty input/output lists with null pointersMans Rullgard2012-09-17
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-22
* lavfi: add error handling to end_frame().Anton Khirnov2012-07-22
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-22
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-22
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-20
* lavfi: add error handling to filter_samples().Anton Khirnov2012-07-09
* asplit: don't leak the input buffer.Anton Khirnov2012-07-09
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-13
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* lavfi: make avfilter_insert_pad and pals private on next bump.Anton Khirnov2012-06-05
* lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-22
* lavfi: add an audio split filterJustin Ruggles2012-05-21
* lavfi: rename vf_split.c to split.cJustin Ruggles2012-05-21