summaryrefslogtreecommitdiffstats
path: root/libavfilter/internal.h
Commit message (Expand)AuthorAgeFilesLines
* lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov2013-04-111-0/+5
* lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov2013-04-111-0/+10
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-25/+4
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-37/+17
* lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-1/+3
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-1/+3
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-0/+3
* lavfi: add error handling to filter_samples().Anton Khirnov2012-07-091-1/+5
* lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov2012-06-221-0/+8
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-131-2/+8
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+126
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-0/+17
* lavfi: make avfilter_insert_pad and pals private on next bump.Anton Khirnov2012-06-051-0/+33
* avfiltergraph: make some functions static.Anton Khirnov2012-06-041-23/+0
* lavfi: move audio-related functions to a separate file.Anton Khirnov2012-05-091-0/+4
* lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini2011-10-171-0/+3
* multiple inclusion guard cleanupDiego Biurrun2011-05-211-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Make the avfilter debug functions and macros static to avfilter.cDiego Elio Pettenò2011-01-261-8/+0
* Make avfilter_default_free_buffer() an internal shared symbol, so thatStefano Sabatini2010-11-251-0/+3
* Prefix with "ff_" the functions:Stefano Sabatini2010-11-131-0/+23
* Implement ff_get_ref_perms_string() and use it for tracing.Stefano Sabatini2010-08-241-0/+2
* Rename ff_dprintf_picref() to ff_dprintf_ref().Stefano Sabatini2010-08-201-1/+1
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-071-1/+1
* Make avfilter.c dprintf* functions internal and declare them in anStefano Sabatini2010-07-181-0/+35
OpenPOWER on IntegriCloud