summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: Drop deprecated non-const filter retrievalVittorio Giovara2017-03-231-4/+1
* lavfi: Drop deprecated filter registrationVittorio Giovara2017-03-231-11/+0
* lavfi: Drop deprecated filter initializationVittorio Giovara2017-03-231-7/+0
* lavfi: Drop deprecated functions to open a filter or a filterchainVittorio Giovara2017-03-231-8/+0
* lavfi: Drop deprecated way of passing options for a few filtersVittorio Giovara2017-03-231-76/+0
* lavfi: Always propagate hw_frames_ctx through linksMark Thompson2016-11-021-8/+7
* lavfi: set the link hwframes context before configuring the dst inputAnton Khirnov2016-06-251-8/+8
* lavfi: generic hardware surface upload and download filtersMark Thompson2016-03-191-0/+2
* lavfi: pass the hw frames context through the filter chainAnton Khirnov2016-02-141-0/+15
* lavfi: add a frame_rate field to AVFilterLink.Nicolas George2015-11-091-0/+2
* lavfi: Drop deprecated *_count suffixed variablesVittorio Giovara2015-08-281-6/+0
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-2/+2
* avfilter: Return more meaningful error codesHimangi Saraogi2015-03-051-3/+4
* avfilter: check filter link validityVittorio Giovara2014-10-241-1/+6
* lavfi: use the correct filter context for logging an error.Anton Khirnov2014-03-051-1/+1
* avfilter: fix leaks on error in ff_filter_frameVittorio Giovara2014-01-091-6/+19
* avfilter: fix const use of avfilter_nextVittorio Giovara2013-10-281-2/+2
* avfilter: have avfilter_get_by_name return const for next bumpVittorio Giovara2013-10-281-0/+3
* lavfi: allow user-provided execute() callbacksAnton Khirnov2013-09-281-1/+1
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-021-0/+3
* Give less generic names to global library option arraysDiego Biurrun2013-08-021-2/+2
* lavfi: add a slice threading infrastructureAnton Khirnov2013-05-241-0/+46
* avfilter: check a malloc in avfilter_link().Anton Khirnov2013-05-171-2/+5
* avfilter.c: cosmetics, reformatAnton Khirnov2013-05-171-11/+13
* lavfi: factorize freeing a linkAnton Khirnov2013-05-171-23/+21
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
* lavfi: fix compatibility code for old vf_scale options syntaxAnton Khirnov2013-05-151-1/+1
* lavfi: do not segfault on NULL passed to avfilter_get_by_name()Anton Khirnov2013-04-111-0/+3
* lavfi: change the filter registering system to match the other librariesAnton Khirnov2013-04-111-22/+24
* lavfi: add a function for counting elements in AVFilterPad arrays.Anton Khirnov2013-04-111-3/+3
* lavfi: add avfilter_init_dict() for initializing a filter with a dict.Anton Khirnov2013-04-111-12/+21
* lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov2013-04-111-0/+7
* lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov2013-04-111-0/+3
* lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov2013-04-111-7/+13
* lavfi: add const to the pads parameter of avfilter_pad_get_name/typeAnton Khirnov2013-04-111-2/+2
* lavfi: add avfilter_get_class().Anton Khirnov2013-04-091-0/+5
* lavfi: make AVFilterContext export filter options.Anton Khirnov2013-04-091-0/+25
* lavfi: error out when options are provided to a filter that does not take anyAnton Khirnov2013-04-091-1/+7
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* vf_libopencv: switch to an AVOptions-based system.Anton Khirnov2013-04-091-2/+4
* vf_scale: switch to an AVOptions-based system.Anton Khirnov2013-04-091-0/+30
* vf_frei0r: switch to an AVOptions-based system.Anton Khirnov2013-04-091-3/+20
* vf_(no)format: switch to an AVOptions-based system.Anton Khirnov2013-04-091-0/+27
* af_resample: switch to an AVOptions-based system.Anton Khirnov2013-04-091-4/+5
* lavfi: switch to an AVOptions-based system.Anton Khirnov2013-04-091-1/+80
* lavfi: use designated initializers in avfilter_classAnton Khirnov2013-03-161-4/+3
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-23/+15
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-0/+69
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-1/+1
OpenPOWER on IntegriCloud