| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: require libswr for af_pan. | Nicolas George | 2012-01-24 | 1 | -0/+1 |
* | lavfi: add avfilter_graph_dump. | Nicolas George | 2012-01-24 | 4 | -2/+183 |
* | pan: drop unecessary includes. | Clément Bœsch | 2012-01-24 | 1 | -2/+0 |
* | pan: move query_formats() to avoid forward declarations. | Clément Bœsch | 2012-01-24 | 1 | -37/+34 |
* | pan: reindent after remap commit. | Clément Bœsch | 2012-01-24 | 1 | -21/+21 |
* | pan: add channel mapping capability. | Clément Bœsch | 2012-01-24 | 2 | -7/+128 |
* | pan: raise correct error when there is no param specified. | Clément Bœsch | 2012-01-24 | 1 | -0/+6 |
* | avfilter: add some asserts() to check refcounts. | Michael Niedermayer | 2012-01-22 | 1 | -0/+2 |
* | lavfi: fix mp and mandelbrot descriptions to make them complete sentences | Stefano Sabatini | 2012-01-21 | 2 | -2/+2 |
* | deshake: variable used uninitialized | Ray Simard | 2012-01-21 | 1 | -8/+9 |
* | lavfi: add missing periods in descriptions. | Clément Bœsch | 2012-01-20 | 5 | -5/+5 |
* | lavfi/testsrc: add "decimals" option to the testsrc filter | Stefano Sabatini | 2012-01-17 | 2 | -2/+15 |
* | lavfi/rgbtestsrc: make alpha plane opaque | Stefano Sabatini | 2012-01-15 | 1 | -1/+1 |
* | overlay: do not leak x/y expressions. | Nicolas George | 2012-01-15 | 1 | -0/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-15 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Move static and inline attributes to more standard places. | Diego Biurrun | 2012-01-14 | 1 | -1/+1 |
* | | vf_deshake: remove unused variable totalangles | Ray Simard | 2012-01-13 | 1 | -9/+0 |
* | | vf_deshake: zero-init Transform structs in end_frame() | Ray Simard | 2012-01-13 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-13 | 4 | -12/+55 |
|\| |
|
| * | lavfi: move version macros to a new installed header version.h | Anton Khirnov | 2012-01-12 | 3 | -13/+46 |
| * | vsrc_buffer: release the buffer on uninit. | Anton Khirnov | 2012-01-12 | 1 | -0/+9 |
* | | Use an int MotionVector for find_block_motion. | Reimar Döffinger | 2012-01-12 | 1 | -4/+9 |
* | | avfilter: pool draining and self destruction support. | Michael Niedermayer | 2012-01-12 | 3 | -19/+43 |
* | | lavfi/testsrc: add "d" alias for the duration option | Stefano Sabatini | 2012-01-12 | 2 | -1/+2 |
* | | timecode: set a fixed buffer size of 16B for tc string. | Clément Bœsch | 2012-01-11 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-11 | 1 | -0/+8 |
|\| |
|
| * | vsrc_buffer: error on changing frame parameters. | Anton Khirnov | 2012-01-10 | 1 | -0/+10 |
* | | lavfi: add audio silencedetect filter. | Clément Bœsch | 2012-01-08 | 4 | -2/+179 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-08 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: drop some pointless parentheses | Diego Biurrun | 2012-01-07 | 1 | -1/+1 |
| * | Disable annoying warning without changing behavior | Andrey Utkin | 2012-01-07 | 1 | -0/+1 |
* | | volume: remove duplicated condition. | Clément Bœsch | 2012-01-05 | 1 | -3/+1 |
* | | drawtext: fix hard dependency to lavc (timecode). | Clément Bœsch | 2012-01-02 | 1 | -0/+9 |
* | | af_astreamsync: remove unused variable | Jean First | 2012-01-01 | 1 | -1/+0 |
* | | vf_tinterlace: implement interlace mode 5 | Stefano Sabatini | 2012-01-01 | 2 | -11/+14 |
* | | lavfi: add amerge audio filter. | Nicolas George | 2011-12-31 | 4 | -1/+291 |
* | | lavfi: add astreamsync audio filter. | Nicolas George | 2011-12-31 | 3 | -0/+211 |
* | | lavfi: port tinterlace filter from MPlayer | Stefano Sabatini | 2011-12-31 | 4 | -2/+329 |
* | | lavfi: remove redundant definition of avfilter_copy_frame_props() in avfilter.h | Stefano Sabatini | 2011-12-31 | 1 | -9/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-31 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Drop unnecessary parentheses around return values. | Diego Biurrun | 2011-12-30 | 1 | -1/+1 |
* | | lavfi: add asplit filter | Stefano Sabatini | 2011-12-27 | 4 | -1/+58 |
* | | lavfi: add missing check in avfilter_filter_samples() | Stefano Sabatini | 2011-12-27 | 1 | -1/+1 |
* | | lavfi: fix avfilter_default_get_audio_buffer() after changes in av_samples_al... | Stefano Sabatini | 2011-12-27 | 1 | -4/+11 |
* | | lavfi: don't try to indent words in trace messages | Stefano Sabatini | 2011-12-27 | 1 | -2/+2 |
* | | thumbnail: fix error code in case of invalid args. | Clément Bœsch | 2011-12-27 | 1 | -1/+1 |
* | | lavfi: add thumbnail video filter. | Clément Bœsch | 2011-12-27 | 3 | -0/+245 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-26 | 6 | -3/+71 |
|\| |
|
| * | Add minor bumps and APIchanges entries for lavc/lavfi changes. | Anton Khirnov | 2011-12-25 | 1 | -2/+2 |
| * | lavfi: add a new function av_buffersrc_buffer(). | Anton Khirnov | 2011-12-25 | 3 | -34/+72 |