| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: fix leaks on error in ff_filter_frame | Vittorio Giovara | 2014-01-09 | 1 | -6/+19 |
* | avfilter: fix const use of avfilter_next | Vittorio Giovara | 2013-10-28 | 1 | -2/+2 |
* | avfilter: have avfilter_get_by_name return const for next bump | Vittorio Giovara | 2013-10-28 | 1 | -0/+3 |
* | lavfi: allow user-provided execute() callbacks | Anton Khirnov | 2013-09-28 | 1 | -1/+1 |
* | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -0/+3 |
* | Give less generic names to global library option arrays | Diego Biurrun | 2013-08-02 | 1 | -2/+2 |
* | lavfi: add a slice threading infrastructure | Anton Khirnov | 2013-05-24 | 1 | -0/+46 |
* | avfilter: check a malloc in avfilter_link(). | Anton Khirnov | 2013-05-17 | 1 | -2/+5 |
* | avfilter.c: cosmetics, reformat | Anton Khirnov | 2013-05-17 | 1 | -11/+13 |
* | lavfi: factorize freeing a link | Anton Khirnov | 2013-05-17 | 1 | -23/+21 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
* | lavfi: fix compatibility code for old vf_scale options syntax | Anton Khirnov | 2013-05-15 | 1 | -1/+1 |
* | 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 | 1 | -22/+24 |
* | lavfi: add a function for counting elements in AVFilterPad arrays. | Anton Khirnov | 2013-04-11 | 1 | -3/+3 |
* | lavfi: add avfilter_init_dict() for initializing a filter with a dict. | Anton Khirnov | 2013-04-11 | 1 | -12/+21 |
* | lavfi: add avfilter_init_str() to replace avfilter_init_filter(). | Anton Khirnov | 2013-04-11 | 1 | -0/+7 |
* | lavfi: make avfilter_free() remove the filter from its graph. | Anton Khirnov | 2013-04-11 | 1 | -0/+3 |
* | lavfi: replace avfilter_open() with avfilter_graph_alloc_filter(). | Anton Khirnov | 2013-04-11 | 1 | -7/+13 |
* | lavfi: add const to the pads parameter of avfilter_pad_get_name/type | Anton Khirnov | 2013-04-11 | 1 | -2/+2 |
* | lavfi: add avfilter_get_class(). | Anton Khirnov | 2013-04-09 | 1 | -0/+5 |
* | 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 | 1 | -1/+1 |
* | vf_libopencv: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -2/+4 |
* | vf_scale: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -0/+30 |
* | vf_frei0r: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -3/+20 |
* | vf_(no)format: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -0/+27 |
* | af_resample: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -4/+5 |
* | lavfi: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -1/+80 |
* | lavfi: use designated initializers in avfilter_class | Anton Khirnov | 2013-03-16 | 1 | -4/+3 |
* | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -23/+15 |
* | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -0/+69 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | lavfi: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -1/+1 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | lavfi: replace empty input/output lists with null pointers | Mans Rullgard | 2012-09-17 | 1 | -0/+3 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | avfilter: Fix printf format string conversion specifier | Diego Biurrun | 2012-07-25 | 1 | -1/+1 |
* | lavfi: make filters less verbose. | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft | Anton Khirnov | 2012-06-26 | 1 | -35/+0 |
* | lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruft | Anton Khirnov | 2012-06-26 | 1 | -6/+0 |
* | lavfi: use proper FF_API guards for different deprecated functions | Anton Khirnov | 2012-06-26 | 1 | -0/+2 |
* | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs | Anton Khirnov | 2012-06-13 | 1 | -24/+34 |
* | lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name(). | Anton Khirnov | 2012-06-13 | 1 | -0/+10 |
* | avfilter: Log an error if avfilter fails to configure a link. | Alex Converse | 2012-06-12 | 1 | -2/+10 |
* | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -4/+12 |
* | lavfi: make avfilter_insert_pad and pals private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -3/+21 |
* | lavfi: make formats API private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -10/+10 |