| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 1 | -2/+9 |
|\ |
|
| * | lavfi: add error handling to end_frame(). | Anton Khirnov | 2012-07-22 | 1 | -1/+3 |
| * | lavfi: add error handling to draw_slice(). | Anton Khirnov | 2012-07-22 | 1 | -1/+3 |
| * | lavfi: add error handling to start_frame(). | Anton Khirnov | 2012-07-22 | 1 | -0/+3 |
* | | lavfi: add FF_*LINK_IDX convenience macros. | Nicolas George | 2012-07-20 | 1 | -0/+8 |
* | | lavfi: make copy_buffer_ref common. | Nicolas George | 2012-07-20 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-09 | 1 | -1/+5 |
|\| |
|
| * | lavfi: add error handling to filter_samples(). | Anton Khirnov | 2012-07-09 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-24 | 1 | -0/+8 |
|\| |
|
| * | lavfi: support automatically inserting the fifo filter when needed. | Anton Khirnov | 2012-06-22 | 1 | -0/+8 |
* | | lavfi: define macro AVFILTER_DEFINE_CLASS | Stefano Sabatini | 2012-06-22 | 1 | -0/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-13 | 1 | -2/+134 |
|\| |
|
| * | 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: change name of tracing functions and of the macro which enables them | Stefano Sabatini | 2012-06-13 | 1 | -4/+12 |
* | | libavfilter: make ff_null_start_frame_keep_ref() a non static inline function. | Michael Niedermayer | 2012-06-10 | 1 | -9/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -0/+50 |
|\| |
|
| * | 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 |
* | | lavfi: move tracing utilities definition from video.c to avfilter.c | Stefano Sabatini | 2012-06-05 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-04 | 1 | -22/+0 |
|\| |
|
| * | avfiltergraph: make some functions static. | Anton Khirnov | 2012-06-04 | 1 | -23/+0 |
* | | libavfilter: add ff_parse_time_base() | Michael Niedermayer | 2012-05-17 | 1 | -0/+10 |
* | | lavfi: drop planar/packed negotiation support | Stefano Sabatini | 2012-05-16 | 1 | -10/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-16 | 1 | -0/+5 |
|\| |
|
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 1 | -0/+6 |
|\| |
|
| * | 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 |
* | | lavfi: create buffer reference in filters which need to access the ref later | Stefano Sabatini | 2012-04-27 | 1 | -0/+9 |
* | | avfiltergraph: add avfilter_graph_request_oldest(). | Nicolas George | 2012-04-23 | 1 | -0/+5 |
* | | avfilter: pool draining and self destruction support. | Michael Niedermayer | 2012-01-12 | 1 | -0/+2 |
* | | sink_buffer: copy list of provided formats in the context | Stefano Sabatini | 2011-12-22 | 1 | -0/+12 |
* | | lavfi: document AVFilterCommand fields | Stefano Sabatini | 2011-09-25 | 1 | -2/+3 |
* | | lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBuffe... | Stefano Sabatini | 2011-09-12 | 1 | -1/+1 |
* | | avfilter: Add avfilter_graph_que_command() | Michael Niedermayer | 2011-08-29 | 1 | -0/+7 |
* | | lavfi: add ff_parse_pixel_format() internal function, and use it | Stefano Sabatini | 2011-08-23 | 1 | -0/+10 |
* | | lavfi: add internal functions for parsing format arguments | Mina Nagy Zaki | 2011-08-14 | 1 | -0/+42 |
* | | lavfi: make pix_fmt_is_in() in vf_lut.c an internal function | Stefano Sabatini | 2011-07-01 | 1 | -0/+3 |
* | | lavfi: apply misc style fixes | Stefano Sabatini | 2011-06-02 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-22 | 1 | -1/+1 |
|\| |
|
| * | 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 |
* | | AVFilter: use picture pool to avoid malloc(). | Michael Niedermayer | 2011-05-06 | 1 | -0/+6 |
* | | Make the avfilter debug functions and macros static to avfilter.c | Diego Elio Pettenò | 2011-01-28 | 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 |