summaryrefslogtreecommitdiffstats
path: root/libavfilter/split.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-2/+2
* avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-041-2/+3
* vf_split: fix descriptionAnton Khirnov2013-04-301-1/+1
* lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov2013-04-111-0/+4
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* split: switch to an AVOptions-based system.Anton Khirnov2013-04-091-11/+37
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-3/+3
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-55/+9
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-12/+24
* lavfi: replace empty input/output lists with null pointersMans Rullgard2012-09-171-2/+2
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+4
* lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-221-4/+13
* lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-4/+8
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-4/+8
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-5/+9
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-8/+8
* lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-201-2/+0
* lavfi: add error handling to filter_samples().Anton Khirnov2012-07-091-5/+9
* asplit: don't leak the input buffer.Anton Khirnov2012-07-091-0/+1
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-131-5/+5
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-4/+4
* lavfi: make avfilter_insert_pad and pals private on next bump.Anton Khirnov2012-06-051-1/+2
* lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-221-1/+2
* lavfi: add an audio split filterJustin Ruggles2012-05-211-2/+28
* lavfi: rename vf_split.c to split.cJustin Ruggles2012-05-211-0/+108
OpenPOWER on IntegriCloud