| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '5655732c77f2df9c1dfbddc30cd4844390a6921f' | Michael Niedermayer | 2014-01-10 | 1 | -0/+8 |
|\ |
|
| * | avfilter: add needs_writable field to the internal AVFilterPad structure | Vittorio Giovara | 2014-01-09 | 1 | -0/+8 |
* | | lavfi: parsing helper for unknown channel layouts. | Nicolas George | 2013-11-03 | 1 | -1/+4 |
* | | Do not leave positive values undefined when negative are defined as error | Michael Niedermayer | 2013-10-19 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-09-28 | 1 | -4/+2 |
|\| |
|
| * | lavfi: allow user-provided execute() callbacks | Anton Khirnov | 2013-09-28 | 1 | -4/+2 |
* | | avfilter/avfilter: check allocation failure in ff_insert_pad() | Paul B Mahol | 2013-09-15 | 1 | -5/+8 |
* | | avfilter: remove ff_copy_int*_list | Michael Niedermayer | 2013-08-16 | 1 | -12/+0 |
* | | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91' | Michael Niedermayer | 2013-08-03 | 1 | -0/+5 |
|\| |
|
| * | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -0/+5 |
* | | Merge commit '45dd1ae1b3c18331f3db2293a9135bc5851e553f' | Michael Niedermayer | 2013-08-01 | 1 | -0/+3 |
|\| |
|
| * | avfilter: Add some missing FF_API_AVFILTERBUFFER ifdefs | Diego Biurrun | 2013-07-31 | 1 | -0/+3 |
* | | Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f' | Michael Niedermayer | 2013-05-24 | 1 | -0/+12 |
|\| |
|
| * | lavfi: add a slice threading infrastructure | Anton Khirnov | 2013-05-24 | 1 | -0/+12 |
* | | Merge commit '1565cbc65cbb9f95c11367314a080068895e0cf0' | Michael Niedermayer | 2013-04-12 | 1 | -0/+5 |
|\| |
|
| * | lavfi: make avfilter_free() remove the filter from its graph. | Anton Khirnov | 2013-04-11 | 1 | -0/+5 |
* | | Merge commit 'bc1a985ba030e9861d24965d42792850b43a43ea' | Michael Niedermayer | 2013-04-12 | 1 | -0/+10 |
|\| |
|
| * | lavfi: replace avfilter_open() with avfilter_graph_alloc_filter(). | Anton Khirnov | 2013-04-11 | 1 | -0/+10 |
* | | lavfi: loop on request_frame if necessary. | Nicolas George | 2013-04-03 | 1 | -0/+14 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -28/+5 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -25/+4 |
| * | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -37/+17 |
* | | internal.h: remove start/end_frame from AVFilterPad | Michael Niedermayer | 2013-01-05 | 1 | -23/+0 |
* | | lavfi: remove some draw_slice related code that has become unneeded | Michael Niedermayer | 2012-12-30 | 1 | -10/+0 |
* | | libavfilter: update doxy for filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -4/+4 |
* | | libavfilter: Support using filter_frame for video | Michael Niedermayer | 2012-11-28 | 1 | -0/+12 |
* | | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -1/+1 |
* | | lavfi: fix references to avfilter_* functions that don't exist anymore. | Clément Bœsch | 2012-10-31 | 1 | -2/+2 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
* | | lavfi/sink_buffer: implement libav compatibility API. | Nicolas George | 2012-09-27 | 1 | -0/+4 |
* | | 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 |