| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: support automatically inserting the fifo filter when needed. | Anton Khirnov | 2012-06-22 | 1 | -0/+8 |
* | lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs | Anton Khirnov | 2012-06-13 | 1 | -2/+8 |
* | lavfi: make AVFilterPad opaque after two major bumps. | Anton Khirnov | 2012-06-13 | 1 | -0/+126 |
* | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -0/+17 |
* | lavfi: make avfilter_insert_pad and pals private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -0/+33 |
* | avfiltergraph: make some functions static. | Anton Khirnov | 2012-06-04 | 1 | -23/+0 |
* | lavfi: move audio-related functions to a separate file. | Anton Khirnov | 2012-05-09 | 1 | -0/+4 |
* | lavfi: add LUT (LookUp Table) generic filters | Stefano Sabatini | 2011-10-17 | 1 | -0/+3 |
* | multiple inclusion guard cleanup | Diego Biurrun | 2011-05-21 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Make the avfilter debug functions and macros static to avfilter.c | Diego Elio Pettenò | 2011-01-26 | 1 | -8/+0 |
* | Make avfilter_default_free_buffer() an internal shared symbol, so that | Stefano Sabatini | 2010-11-25 | 1 | -0/+3 |
* | Prefix with "ff_" the functions: | Stefano Sabatini | 2010-11-13 | 1 | -0/+23 |
* | Implement ff_get_ref_perms_string() and use it for tracing. | Stefano Sabatini | 2010-08-24 | 1 | -0/+2 |
* | Rename ff_dprintf_picref() to ff_dprintf_ref(). | Stefano Sabatini | 2010-08-20 | 1 | -1/+1 |
* | Rename AVFilterPicRef to AVFilterBufferRef. | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -1/+1 |
* | Make avfilter.c dprintf* functions internal and declare them in an | Stefano Sabatini | 2010-07-18 | 1 | -0/+35 |