| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/mptestsrc: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | lavfi/mandelbrot: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | lavfi/life: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | lavfi/cellauto: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | lavfi/alphamerge: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -4/+5 |
* | lavfi/movie: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -1/+3 |
* | lavfi/buffersrc: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -5/+1 |
* | lavfi/showspectrum: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -8/+13 |
* | lavfi/avfilter: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -2/+1 |
* | lavfi/concat: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -19/+32 |
* | lavfi/anullsrc: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -2/+3 |
* | lavfi/aevalsrc: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | lavfi/atempo: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -7/+16 |
* | lavfi/asetnsamples: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -5/+9 |
* | lavfi/aresample: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -2/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-03-13 | 1 | -3/+4 |
|\ |
|
| * | hqdn3d: Fix out of array read in LOWPASS | Loren Merritt | 2013-03-13 | 2 | -5/+5 |
* | | Merge commit '555000c7d5c1e13043a948ebc48d2939b0ba6536' | Michael Niedermayer | 2013-03-13 | 2 | -2/+4 |
|\| |
|
| * | vf_hqdn3d: fix uninitialized variable use | Anton Khirnov | 2013-03-11 | 1 | -0/+1 |
| * | vf_gradfun: fix uninitialized variable use | Anton Khirnov | 2013-03-11 | 1 | -0/+1 |
| * | vf_pad: fix a & instead of && typo | Xi Wang | 2013-03-10 | 1 | -1/+1 |
* | | lavfi/fieldorder: add support to named options | Stefano Sabatini | 2013-03-13 | 2 | -20/+33 |
* | | lavfi/fieldorder: remove unused headers and commented define | Stefano Sabatini | 2013-03-13 | 1 | -5/+0 |
* | | lavfi/buffersink: schedule removing the "ff" variants. | Nicolas George | 2013-03-12 | 2 | -0/+4 |
* | | lavfi/buffersink: rename filter structures. | Nicolas George | 2013-03-12 | 2 | -12/+8 |
* | | avfilter: remove unused variable | Michael Niedermayer | 2013-03-12 | 1 | -1/+0 |
* | | Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\| |
|
| * | Replace remaining includes of audioconvert.h with channel_layout.h | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | Merge commit 'd8b31be6caebd8d1321ecb754b6e7daaf81dc111' | Michael Niedermayer | 2013-03-12 | 1 | -2/+2 |
|\| |
|
| * | Add the bumps and APIchanges entries for reference counted buffers changes. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | lavfi/moviesrc: use refcounted frames | Hendrik Leppkes | 2013-03-12 | 1 | -0/+2 |
* | | lavfi/buffersink: move the filter structures at the end. | Nicolas George | 2013-03-11 | 1 | -46/+47 |
* | | lavfi/buffersink: implement av_buffersink_get_samples(). | Nicolas George | 2013-03-10 | 1 | -2/+70 |
* | | lavfi/buffersrc: do not dereference NULL frame. | Nicolas George | 2013-03-10 | 1 | -2/+2 |
* | | lavfi: rename sink_buffer.c into buffersink.c. | Nicolas George | 2013-03-10 | 2 | -1/+1 |
* | | lavfi: remove buffersink.c. | Nicolas George | 2013-03-10 | 1 | -270/+0 |
* | | lavfi/sink_buffer: move stuff to reduce the diff. | Nicolas George | 2013-03-10 | 1 | -82/+70 |
* | | lavfi/smartblur: add support to named options | Stefano Sabatini | 2013-03-10 | 2 | -45/+49 |
* | | lavfi/buffersrc: implement flags. | Nicolas George | 2013-03-10 | 2 | -15/+50 |
* | | lavfi/unsharp: add missing option flags | Stefano Sabatini | 2013-03-10 | 1 | -13/+14 |
* | | avfilter: avoid direct access to "frame"->channels | Michael Niedermayer | 2013-03-10 | 2 | -3/+3 |
* | | lavfi/pad: avoid buffer overflow in buffer_needs_copy() | Xi Wang | 2013-03-10 | 1 | -1/+1 |
* | | lavfi: add curves filter. | Clément Bœsch | 2013-03-10 | 4 | -1/+366 |
* | | lavfi: bump minor version after the first round of evil changes. | Clément Bœsch | 2013-03-10 | 1 | -2/+2 |
* | | sink_buffer: remove unused variables | Michael Niedermayer | 2013-03-10 | 1 | -3/+0 |
* | | lavfi: remove remaining forgotten min/rej perms. | Clément Bœsch | 2013-03-10 | 14 | -21/+3 |
* | | lavfi/hue: reindent. | Clément Bœsch | 2013-03-10 | 1 | -10/+10 |
* | | lavfi/hue: add an optimized direct path. | Clément Bœsch | 2013-03-10 | 1 | -0/+8 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 121 | -1920/+1816 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 58 | -932/+1061 |