summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAge
* lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-12
* avfilter: fix 2 warnings about discarding constMichael Niedermayer2013-05-08
* avfilter: Make enabled/disabled state available as a field of the AVFilterCon...Michael Niedermayer2013-05-08
* lavfi: add 'enable' command injection to filters supporting timeline.Clément Bœsch2013-04-23
* lavfi: add timeline support.Clément Bœsch2013-04-23
* lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-23
* lavfi: drop now unused shorthand field from AVFilter.Clément Bœsch2013-04-13
* Merge commit 'f160c6a18a574b4c7d063e0a748037cbbd9912ee'Michael Niedermayer2013-04-12
|\
| * lavfi: do not segfault on NULL passed to avfilter_get_by_name()Anton Khirnov2013-04-11
* | Merge commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da'Michael Niedermayer2013-04-12
|\|
| * lavfi: change the filter registering system to match the other librariesAnton Khirnov2013-04-11
* | Merge commit '7e8fe4be5fb4c98aa3c6a4ed3cec999f4e3cc3aa'Michael Niedermayer2013-04-12
|\|
| * lavfi: add a function for counting elements in AVFilterPad arrays.Anton Khirnov2013-04-11
* | Merge commit '1ba95a9cca57b023b9b9de071a5671fc05b05e58'Michael Niedermayer2013-04-12
|\|
| * lavfi: add avfilter_init_dict() for initializing a filter with a dict.Anton Khirnov2013-04-11
* | avfilter: remove opaque passing hacksMichael Niedermayer2013-04-12
* | avfilter: remove mixed args hack for scale.Michael Niedermayer2013-04-12
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-12
* | avfilter: remove old shorthand systemMichael Niedermayer2013-04-12
* | af_pan: switch to an AVOptions-based shorthand system.Michael Niedermayer2013-04-12
* | abuffer: switch to an AVOptions-based shorthand system.Michael Niedermayer2013-04-12
* | buffersrc: switch to an AVOptions-based shorthand system.Michael Niedermayer2013-04-12
* | lavfi/atempo: switch to an AVOptions-based system.Pavel Koshevoy2013-04-12
* | avfilter: Update scale to dictionary based optionsMichael Niedermayer2013-04-12
* | Merge commit '48a5adab62bd2a553f5069d41fa632a0701835e5'Michael Niedermayer2013-04-12
|\|
| * lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov2013-04-11
* | Merge commit '1565cbc65cbb9f95c11367314a080068895e0cf0'Michael Niedermayer2013-04-12
|\|
| * lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov2013-04-11
* | Merge commit 'bc1a985ba030e9861d24965d42792850b43a43ea'Michael Niedermayer2013-04-12
|\|
| * lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov2013-04-11
* | Merge commit '4a37d4b3f8137a4c2bbbca043de076af966b9446'Michael Niedermayer2013-04-11
|\|
| * lavfi: add const to the pads parameter of avfilter_pad_get_name/typeAnton Khirnov2013-04-11
* | lavfi/mp: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* | lavfi: deprecate aconvert.Clément Bœsch2013-04-11
* | lavfi/aspect: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* | lavfi/flite: switch to AVOption-based systemStefano Sabatini2013-04-11
* | lavfi/hue: apply major simplifications, and switch to AVOption-based systemStefano Sabatini2013-04-11
* | avfilter/aresample: use init_dict system and set child AVOption context corre...Michael Niedermayer2013-04-11
* | avfilter: fix handing of child context optionsMichael Niedermayer2013-04-11
* | lavfi/removelogo: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* | lavfi/amerge: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* | lavfi: do not warn inappropriately with aevalsrc.Clément Bœsch2013-04-11
* | lavfi/aevalsrc: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* | lavfi: add pp to the ':'-to-'|' compat layer.Clément Bœsch2013-04-11
* | lavfi/asetnsamples: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* | lavfi/anullsrc: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* | lavfi: remove bbox from the filters left to update.Clément Bœsch2013-04-11
* | lavfi/astreamsync: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* | lavfi/blackdetect: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* | lavfi/sendcmd: switch to an AVOptions-based system.Clément Bœsch2013-04-11