summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* 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 AVFilterBuffer* codeVittorio Giovara2015-08-28
* lavfi: Drop deprecated *_count suffixed variablesVittorio Giovara2015-08-28
* lavfi: Drop deprecated public AVFilterPad structVittorio Giovara2015-08-28
* lavfi: Move avcodec header to the only filter needing itVittorio Giovara2015-05-19
* avfilter: Document avfilter_graph_alloc return valueFederico Tomassetti2015-03-21
* avfilter: add documentation for needs_writableVittorio Giovara2014-01-09
* avfilter: have avfilter_get_by_name return const for next bumpVittorio Giovara2013-10-28
* lavfi: allow user-provided execute() callbacksAnton Khirnov2013-09-28
* lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter()Anton Khirnov2013-08-04
* Add missing deprecation attributesDiego Biurrun2013-07-27
* lavfi doxy: improve/extend AVFilter doxy.Anton Khirnov2013-06-04
* lavfi: add a slice threading infrastructureAnton Khirnov2013-05-24
* lavfi doxy: add a page for lavfi.Anton Khirnov2013-05-17
* 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: mark filters with dynamic number of inputs or outputs with special flagsAnton 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: add AVFilterContext.graph.Anton Khirnov2013-04-11
* lavfi: deprecate avfilter_graph_add_filter().Anton Khirnov2013-04-11
* lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov2013-04-11
* lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-11
* lavfi: add const to the pads parameter of avfilter_pad_get_name/typeAnton Khirnov2013-04-11
* lavfi: add const to AVFilterContext.filter.Anton Khirnov2013-04-11
* lavfi: add avfilter_get_class().Anton Khirnov2013-04-09
* lavfi: remove now unused args parameter from AVFilter.initAnton 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: 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
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* lavfi: add error handling to end_frame().Anton Khirnov2012-07-22
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-22
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-22
* lavfi: add avfilter_unref_bufferp()Robert Nagy2012-07-20
* lavfi: add error handling to filter_samples().Anton Khirnov2012-07-09
* lavfi: reorder AVFilterLink fields.Anton Khirnov2012-06-26
* lavfi: reorder AVFilterContext fields.Anton Khirnov2012-06-26
* lavfi: reorder AVFilter fields.Anton Khirnov2012-06-26
* lavfi: reorder AVFilterBufferRef fields.Anton Khirnov2012-06-26
* lavfi: reorder AVFilterBuffer fields.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
* lavfi: remove disabled FF_API_SAMPLERATE64 cruftAnton Khirnov2012-06-26