| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: flag more dynamic i/o filters. | Clément Bœsch | 2013-04-13 | 4 | -0/+5 |
* | vf_mp: mp buffers are not compatible with the reference count system | Michael Niedermayer | 2013-04-13 | 1 | -5/+7 |
* | lavfi/testsrc: make use of AV_OPT_TYPE_DURATION | Stefano Sabatini | 2013-04-13 | 1 | -10/+2 |
* | lavfi: drop now unused shorthand field from AVFilter. | Clément Bœsch | 2013-04-13 | 2 | -10/+1 |
* | lavfi/hue: add support for more alpha formats | Paul B Mahol | 2013-04-12 | 1 | -0/+1 |
* | lavfi/hue: copy alpha plane too | Paul B Mahol | 2013-04-12 | 1 | -1/+6 |
* | lavfi/hue: make do while (0) form meaningful. | Clément Bœsch | 2013-04-12 | 1 | -4/+4 |
* | lavfi/crop: log pos in debug message | Stefano Sabatini | 2013-04-12 | 1 | -3/+3 |
* | lavfi/crop: restore pos constant, and fix "t" variable misplacement in variab... | Stefano Sabatini | 2013-04-12 | 1 | -0/+4 |
* | vf_interlace: fix frame rate | Michael Niedermayer | 2013-04-12 | 1 | -0/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-12 | 3 | -0/+259 |
|\ |
|
| * | lavfi: new interlace filter | Vittorio Giovara | 2013-04-11 | 3 | -0/+254 |
* | | avfilter: add missing AV_OPT_FLAG_FILTERING_PARAM | Michael Niedermayer | 2013-04-12 | 4 | -4/+4 |
* | | asetpts: add AVOptions | Michael Niedermayer | 2013-04-12 | 1 | -0/+16 |
* | | avfilter: Filter options that are used for both video and audio should have b... | Michael Niedermayer | 2013-04-12 | 3 | -3/+3 |
* | | Merge commit 'f160c6a18a574b4c7d063e0a748037cbbd9912ee' | Michael Niedermayer | 2013-04-12 | 1 | -0/+3 |
|\| |
|
| * | lavfi: do not segfault on NULL passed to avfilter_get_by_name() | Anton Khirnov | 2013-04-11 | 1 | -0/+3 |
* | | Merge commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da' | Michael Niedermayer | 2013-04-12 | 3 | -28/+46 |
|\| |
|
| * | lavfi: change the filter registering system to match the other libraries | Anton Khirnov | 2013-04-11 | 3 | -22/+43 |
* | | Merge commit '7e8fe4be5fb4c98aa3c6a4ed3cec999f4e3cc3aa' | Michael Niedermayer | 2013-04-12 | 2 | -3/+9 |
|\| |
|
| * | lavfi: add a function for counting elements in AVFilterPad arrays. | Anton Khirnov | 2013-04-11 | 2 | -3/+9 |
* | | Merge commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65' | Michael Niedermayer | 2013-04-12 | 5 | -0/+28 |
|\| |
|
| * | lavfi: mark filters with dynamic number of inputs or outputs with special flags | Anton Khirnov | 2013-04-11 | 5 | -0/+28 |
* | | Merge commit '1ba95a9cca57b023b9b9de071a5671fc05b05e58' | Michael Niedermayer | 2013-04-12 | 2 | -14/+45 |
|\| |
|
| * | lavfi: add avfilter_init_dict() for initializing a filter with a dict. | Anton Khirnov | 2013-04-11 | 2 | -12/+43 |
* | | lavfi: fix forgotten chunk in eb0f774d. | Clément Bœsch | 2013-04-12 | 1 | -2/+2 |
* | | avfilter: remove opaque passing hacks | Michael Niedermayer | 2013-04-12 | 2 | -11/+2 |
* | | lavfi/ocv: fix crash with no dilate arguments. | Clément Bœsch | 2013-04-12 | 1 | -6/+7 |
* | | lavfi/ocv: fix crash with no filter name specified. | Clément Bœsch | 2013-04-12 | 1 | -0/+4 |
* | | lavfi/ocv: fix build after fd6228e65. | Clément Bœsch | 2013-04-12 | 1 | -5/+5 |
* | | buffersink: remove shorthand | Michael Niedermayer | 2013-04-12 | 1 | -5/+0 |
* | | avfilter: remove mixed args hack for scale. | Michael Niedermayer | 2013-04-12 | 1 | -27/+1 |
* | | lavfi/buffersink: accept parameters as options. | Nicolas George | 2013-04-12 | 1 | -68/+119 |
* | | avfilter/asrc_aevalsrc: fix return code, 2nd try | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 50 | -70/+71 |
* | | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-12 | 30 | -40/+40 |
* | | avfilter/asrc_aevalsrc: check correct variable | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | | avfilter: remove old shorthand system | Michael Niedermayer | 2013-04-12 | 1 | -31/+2 |
* | | af_pan: avoid spaces before % to avoid possible issues with MSVC | Michael Niedermayer | 2013-04-12 | 1 | -9/+10 |
* | | af_pan: switch to an AVOptions-based shorthand system. | Michael Niedermayer | 2013-04-12 | 2 | -5/+18 |
* | | af_pan: fix parsing arguments from the example in the documentation | Серж Нискородов | 2013-04-12 | 1 | -1/+1 |
* | | abuffer: switch to an AVOptions-based shorthand system. | Michael Niedermayer | 2013-04-12 | 2 | -6/+1 |
* | | buffersrc: switch to an AVOptions-based shorthand system. | Michael Niedermayer | 2013-04-12 | 2 | -6/+1 |
* | | lavfi/atempo: switch to an AVOptions-based system. | Pavel Koshevoy | 2013-04-12 | 2 | -6/+15 |
* | | avfilter: Update scale to dictionary based options | Michael Niedermayer | 2013-04-12 | 2 | -20/+8 |
* | | Merge commit '48a5adab62bd2a553f5069d41fa632a0701835e5' | Michael Niedermayer | 2013-04-12 | 6 | -3/+40 |
|\| |
|
| * | lavfi: add avfilter_init_str() to replace avfilter_init_filter(). | Anton Khirnov | 2013-04-11 | 6 | -3/+32 |
* | | Merge commit '1565cbc65cbb9f95c11367314a080068895e0cf0' | Michael Niedermayer | 2013-04-12 | 5 | -10/+32 |
|\| |
|
| * | lavfi: make avfilter_free() remove the filter from its graph. | Anton Khirnov | 2013-04-11 | 5 | -7/+31 |
* | | Merge commit '111367263af41c88a44bd763ceefc11d53a7f655' | Michael Niedermayer | 2013-04-12 | 2 | -0/+6 |
|\| |
|