summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.h
Commit message (Expand)AuthorAgeFilesLines
* lavfi: add a frame_rate field to AVFilterLink.Nicolas George2015-11-091-0/+12
* lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara2015-08-281-219/+0
* lavfi: Drop deprecated *_count suffixed variablesVittorio Giovara2015-08-281-15/+0
* lavfi: Drop deprecated public AVFilterPad structVittorio Giovara2015-08-281-139/+0
* lavfi: Move avcodec header to the only filter needing itVittorio Giovara2015-05-191-1/+0
* avfilter: Document avfilter_graph_alloc return valueFederico Tomassetti2015-03-211-0/+2
* avfilter: add documentation for needs_writableVittorio Giovara2014-01-091-0/+6
* 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-0/+50
* lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter()Anton Khirnov2013-08-041-1/+1
* Add missing deprecation attributesDiego Biurrun2013-07-271-2/+3
* lavfi doxy: improve/extend AVFilter doxy.Anton Khirnov2013-06-041-18/+86
* lavfi: add a slice threading infrastructureAnton Khirnov2013-05-241-0/+63
* lavfi doxy: add a page for lavfi.Anton Khirnov2013-05-171-0/+15
* lavfi: change the filter registering system to match the other librariesAnton Khirnov2013-04-111-0/+16
* lavfi: add a function for counting elements in AVFilterPad arrays.Anton Khirnov2013-04-111-0/+6
* lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov2013-04-111-0/+18
* lavfi: add avfilter_init_dict() for initializing a filter with a dict.Anton Khirnov2013-04-111-0/+22
* lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov2013-04-111-0/+16
* lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov2013-04-111-1/+2
* lavfi: add AVFilterContext.graph.Anton Khirnov2013-04-111-0/+2
* lavfi: deprecate avfilter_graph_add_filter().Anton Khirnov2013-04-111-0/+6
* lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov2013-04-111-2/+24
* lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-111-0/+154
* lavfi: add const to the pads parameter of avfilter_pad_get_name/typeAnton Khirnov2013-04-111-2/+2
* lavfi: add const to AVFilterContext.filter.Anton Khirnov2013-04-111-1/+1
* lavfi: add avfilter_get_class().Anton Khirnov2013-04-091-0/+7
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-3/+3
* af_resample: switch to an AVOptions-based system.Anton Khirnov2013-04-091-0/+7
* lavfi: switch to an AVOptions-based system.Anton Khirnov2013-04-091-0/+6
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-6/+22
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-37/+7
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-1/+3
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-1/+3
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-1/+4
* lavfi: add avfilter_unref_bufferp()Robert Nagy2012-07-201-0/+12
* lavfi: add error handling to filter_samples().Anton Khirnov2012-07-091-1/+5
* lavfi: reorder AVFilterLink fields.Anton Khirnov2012-06-261-27/+27
* lavfi: reorder AVFilterContext fields.Anton Khirnov2012-06-261-7/+6
* lavfi: reorder AVFilter fields.Anton Khirnov2012-06-261-9/+17
* lavfi: reorder AVFilterBufferRef fields.Anton Khirnov2012-06-261-17/+18
* lavfi: reorder AVFilterBuffer fields.Anton Khirnov2012-06-261-16/+15
* lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov2012-06-261-114/+0
* lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruftAnton Khirnov2012-06-261-6/+0
* lavfi: remove disabled FF_API_SAMPLERATE64 cruftAnton Khirnov2012-06-261-4/+0
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-3/+1
* lavfi: allow audio filters to request a given number of samples.Anton Khirnov2012-06-221-0/+9
* lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov2012-06-221-0/+8
OpenPOWER on IntegriCloud