| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: Drop deprecated non-const filter retrieval | Vittorio Giovara | 2017-03-23 | 1 | -4/+1 |
* | lavfi: Drop deprecated filter registration | Vittorio Giovara | 2017-03-23 | 1 | -11/+0 |
* | lavfi: Drop deprecated filter initialization | Vittorio Giovara | 2017-03-23 | 1 | -7/+0 |
* | lavfi: Drop deprecated functions to open a filter or a filterchain | Vittorio Giovara | 2017-03-23 | 1 | -8/+0 |
* | lavfi: Drop deprecated way of passing options for a few filters | Vittorio Giovara | 2017-03-23 | 1 | -76/+0 |
* | lavfi: Always propagate hw_frames_ctx through links | Mark Thompson | 2016-11-02 | 1 | -8/+7 |
* | lavfi: set the link hwframes context before configuring the dst input | Anton Khirnov | 2016-06-25 | 1 | -8/+8 |
* | lavfi: generic hardware surface upload and download filters | Mark Thompson | 2016-03-19 | 1 | -0/+2 |
* | lavfi: pass the hw frames context through the filter chain | Anton Khirnov | 2016-02-14 | 1 | -0/+15 |
* | lavfi: add a frame_rate field to AVFilterLink. | Nicolas George | 2015-11-09 | 1 | -0/+2 |
* | lavfi: Drop deprecated *_count suffixed variables | Vittorio Giovara | 2015-08-28 | 1 | -6/+0 |
* | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -2/+2 |
* | avfilter: Return more meaningful error codes | Himangi Saraogi | 2015-03-05 | 1 | -3/+4 |
* | avfilter: check filter link validity | Vittorio Giovara | 2014-10-24 | 1 | -1/+6 |
* | lavfi: use the correct filter context for logging an error. | Anton Khirnov | 2014-03-05 | 1 | -1/+1 |
* | 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 |