| Commit message (Expand) | Author | Age | Files | Lines |
* | af_channelmap: cosmetics, use an extra local variable to shorten the code | Anton Khirnov | 2013-04-17 | 1 | -7/+8 |
* | af_channelmap: sanity check input channel indices in all cases. | Anton Khirnov | 2013-04-17 | 1 | -6/+15 |
* | lavfi: new interlace filter | Vittorio Giovara | 2013-04-11 | 3 | -0/+254 |
* | lavfi: do not segfault on NULL passed to avfilter_get_by_name() | Anton Khirnov | 2013-04-11 | 1 | -0/+3 |
* | lavfi: change the filter registering system to match the other libraries | Anton Khirnov | 2013-04-11 | 3 | -22/+43 |
* | lavfi: add a function for counting elements in AVFilterPad arrays. | Anton Khirnov | 2013-04-11 | 2 | -3/+9 |
* | lavfi: mark filters with dynamic number of inputs or outputs with special flags | Anton Khirnov | 2013-04-11 | 5 | -0/+28 |
* | lavfi: add avfilter_init_dict() for initializing a filter with a dict. | Anton Khirnov | 2013-04-11 | 2 | -12/+43 |
* | lavfi: add avfilter_init_str() to replace avfilter_init_filter(). | Anton Khirnov | 2013-04-11 | 6 | -3/+32 |
* | lavfi: make avfilter_free() remove the filter from its graph. | Anton Khirnov | 2013-04-11 | 5 | -7/+31 |
* | lavfi: add AVFilterContext.graph. | Anton Khirnov | 2013-04-11 | 2 | -0/+6 |
* | lavfi: deprecate avfilter_graph_add_filter(). | Anton Khirnov | 2013-04-11 | 2 | -0/+8 |
* | lavfi: replace avfilter_open() with avfilter_graph_alloc_filter(). | Anton Khirnov | 2013-04-11 | 6 | -20/+82 |
* | lavfi: merge avfiltergraph.h into avfilter.h | Anton Khirnov | 2013-04-11 | 5 | -156/+155 |
* | lavfi: add const to the pads parameter of avfilter_pad_get_name/type | Anton Khirnov | 2013-04-11 | 2 | -4/+4 |
* | lavfi: add const to AVFilterContext.filter. | Anton Khirnov | 2013-04-11 | 1 | -1/+1 |
* | af_channelmap: fix uninitialized variable use introduced in ba8efac977f4276f0... | Anton Khirnov | 2013-04-09 | 1 | -1/+1 |
* | lavfi: add a bump and docs entries for the AVOptions switch | Anton Khirnov | 2013-04-09 | 1 | -1/+1 |
* | lavfi: add avfilter_get_class(). | Anton Khirnov | 2013-04-09 | 2 | -0/+12 |
* | lavfi: make AVFilterContext export filter options. | Anton Khirnov | 2013-04-09 | 1 | -0/+25 |
* | lavfi: error out when options are provided to a filter that does not take any | Anton Khirnov | 2013-04-09 | 1 | -1/+7 |
* | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-09 | 34 | -41/+41 |
* | vsrc_testsrc: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -18/+12 |
* | vsrc_movie: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -22/+10 |
* | vsrc_nullsrc: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -21/+20 |
* | vsrc_color: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -11/+27 |
* | split: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -11/+37 |
* | af_volume: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -11/+2 |
* | af_join: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -8/+11 |
* | af_channelsplit: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -7/+1 |
* | af_channelmap: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -23/+18 |
* | af_asyncts: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -10/+1 |
* | af_amix: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -10/+2 |
* | vf_yadif: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 2 | -19/+22 |
* | vf_unsharp: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -18/+27 |
* | vf_transpose: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -22/+30 |
* | vf_settb: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -13/+18 |
* | vf_setpts: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -2/+20 |
* | vf_select: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -2/+21 |
* | vf_pad: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -15/+30 |
* | vf_overlay: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -15/+21 |
* | vf_lut: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -41/+40 |
* | vf_libopencv: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 2 | -15/+30 |
* | vf_hqdn3d: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 2 | -48/+40 |
* | vf_gradfun: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 2 | -9/+22 |
* | vf_scale: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 2 | -20/+60 |
* | vf_frei0r: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 2 | -27/+71 |
* | vf_fps: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -10/+1 |
* | vf_fieldorder: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -28/+20 |
* | vf_fade: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -20/+35 |