summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* lavfi: replace empty input/output lists with null pointersMans Rullgard2012-09-171-0/+3
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* avfilter: Fix printf format string conversion specifierDiego Biurrun2012-07-251-1/+1
* lavfi: make filters less verbose.Anton Khirnov2012-06-261-1/+1
* lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov2012-06-261-35/+0
* lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruftAnton Khirnov2012-06-261-6/+0
* lavfi: use proper FF_API guards for different deprecated functionsAnton Khirnov2012-06-261-0/+2
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
OpenPOWER on IntegriCloud