summaryrefslogtreecommitdiff
path: root/libavfilter/internal.h
Commit message (Expand)AuthorAge
* 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
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* avfilter: add needs_writable field to the internal AVFilterPad structureVittorio Giovara2014-01-09
* lavfi: allow user-provided execute() callbacksAnton Khirnov2013-09-28
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* avfilter: Add some missing FF_API_AVFILTERBUFFER ifdefsDiego Biurrun2013-07-31
* lavfi: add a slice threading infrastructureAnton Khirnov2013-05-24
* 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: switch to AVFrame.Anton Khirnov2013-03-08
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* 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 error handling to filter_samples().Anton Khirnov2012-07-09
* lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov2012-06-22
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-13
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* lavfi: make avfilter_insert_pad and pals private on next bump.Anton Khirnov2012-06-05
* avfiltergraph: make some functions static.Anton Khirnov2012-06-04
* lavfi: move audio-related functions to a separate file.Anton Khirnov2012-05-09
* lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini2011-10-17
* multiple inclusion guard cleanupDiego Biurrun2011-05-21
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Make the avfilter debug functions and macros static to avfilter.cDiego Elio Pettenò2011-01-26
* Make avfilter_default_free_buffer() an internal shared symbol, so thatStefano Sabatini2010-11-25
* Prefix with "ff_" the functions:Stefano Sabatini2010-11-13
* Implement ff_get_ref_perms_string() and use it for tracing.Stefano Sabatini2010-08-24
* Rename ff_dprintf_picref() to ff_dprintf_ref().Stefano Sabatini2010-08-20
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-07
* Make avfilter.c dprintf* functions internal and declare them in anStefano Sabatini2010-07-18