summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAge
* lavfi: generic hardware surface upload and download filtersMark Thompson2016-03-19
* lavfi: pass the hw frames context through the filter chainAnton Khirnov2016-02-14
* lavfi: add a frame_rate field to AVFilterLink.Nicolas George2015-11-09
* lavfi: Drop deprecated *_count suffixed variablesVittorio Giovara2015-08-28
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* avfilter: Return more meaningful error codesHimangi Saraogi2015-03-05
* avfilter: check filter link validityVittorio Giovara2014-10-24
* lavfi: use the correct filter context for logging an error.Anton Khirnov2014-03-05
* avfilter: fix leaks on error in ff_filter_frameVittorio Giovara2014-01-09
* avfilter: fix const use of avfilter_nextVittorio Giovara2013-10-28
* avfilter: have avfilter_get_by_name return const for next bumpVittorio Giovara2013-10-28
* lavfi: allow user-provided execute() callbacksAnton Khirnov2013-09-28
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* Give less generic names to global library option arraysDiego Biurrun2013-08-02
* lavfi: add a slice threading infrastructureAnton Khirnov2013-05-24
* avfilter: check a malloc in avfilter_link().Anton Khirnov2013-05-17
* avfilter.c: cosmetics, reformatAnton Khirnov2013-05-17
* lavfi: factorize freeing a linkAnton Khirnov2013-05-17
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* lavfi: fix compatibility code for old vf_scale options syntaxAnton Khirnov2013-05-15
* lavfi: do not segfault on NULL passed to avfilter_get_by_name()Anton Khirnov2013-04-11
* lavfi: change the filter registering system to match the other librariesAnton Khirnov2013-04-11
* lavfi: add a function for counting elements in AVFilterPad arrays.Anton Khirnov2013-04-11
* lavfi: add avfilter_init_dict() for initializing a filter with a dict.Anton Khirnov2013-04-11
* lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov2013-04-11
* lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov2013-04-11
* lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov2013-04-11
* lavfi: add const to the pads parameter of avfilter_pad_get_name/typeAnton Khirnov2013-04-11
* lavfi: add avfilter_get_class().Anton Khirnov2013-04-09
* lavfi: make AVFilterContext export filter options.Anton Khirnov2013-04-09
* lavfi: error out when options are provided to a filter that does not take anyAnton Khirnov2013-04-09
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* vf_libopencv: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* vf_scale: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* vf_frei0r: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* vf_(no)format: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* af_resample: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* lavfi: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* lavfi: use designated initializers in avfilter_classAnton Khirnov2013-03-16
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* lavfi: replace empty input/output lists with null pointersMans Rullgard2012-09-17
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* avfilter: Fix printf format string conversion specifierDiego Biurrun2012-07-25
* lavfi: make filters less verbose.Anton Khirnov2012-06-26
* lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov2012-06-26
* lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruftAnton Khirnov2012-06-26