summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi/removelogo: switch to an AVOptions-based system.Clément Bœsch2013-04-111-1/+0
* lavfi/amerge: switch to an AVOptions-based system.Clément Bœsch2013-04-111-1/+0
* lavfi: do not warn inappropriately with aevalsrc.Clément Bœsch2013-04-111-5/+12
* lavfi/aevalsrc: switch to an AVOptions-based system.Clément Bœsch2013-04-111-2/+17
* lavfi: add pp to the ':'-to-'|' compat layer.Clément Bœsch2013-04-111-1/+2
* lavfi/asetnsamples: switch to an AVOptions-based system.Clément Bœsch2013-04-111-1/+0
* lavfi/anullsrc: switch to an AVOptions-based system.Clément Bœsch2013-04-111-1/+0
* lavfi: remove bbox from the filters left to update.Clément Bœsch2013-04-111-1/+0
* lavfi/astreamsync: switch to an AVOptions-based system.Clément Bœsch2013-04-111-1/+0
* lavfi/blackdetect: switch to an AVOptions-based system.Clément Bœsch2013-04-111-1/+0
* lavfi/sendcmd: switch to an AVOptions-based system.Clément Bœsch2013-04-111-2/+0
* avfilter: add missing ,Michael Niedermayer2013-04-111-2/+2
* lavfi/smptebars: switch to AVOptions-based systemPaul B Mahol2013-04-111-1/+0
* lavfi/showwaves: switch to an AVOptions-based system.Clément Bœsch2013-04-111-1/+0
* lavfi: replace new filter list with filters left to update.Clément Bœsch2013-04-111-101/+41
* telecine filterPaul B Mahol2013-04-111-0/+1
* lavfi/setfield: switch to an AVOptions-based system.Clément Bœsch2013-04-111-0/+1
* lavfi/asettb: switch to an AVOptions-based system.Clément Bœsch2013-04-111-0/+1
* lavfi/aselect: switch to an AVOptions-based system.Clément Bœsch2013-04-111-0/+1
* lavfi/sine: switch to an AVOptions-based system.Clément Bœsch2013-04-111-0/+1
* lavfi/deshake: switch to an AVOptions-based system.Clément Bœsch2013-04-111-0/+1
* lavfi/tinterlace: switch to an AVOptions-based system.Clément Bœsch2013-04-111-0/+1
* lavfi/tile: switch to an AVOptions-based system.Clément Bœsch2013-04-111-0/+1
* lavfi/concat: switch to an AVOptions-based system.Clément Bœsch2013-04-111-0/+1
* Merge remote-tracking branch 'ubitux/lavfi-mixed-short-long'Michael Niedermayer2013-04-111-35/+51
|\
| * lavfi: restore mixed short/long option support with the new system.Clément Bœsch2013-04-111-35/+51
* | Merge commit '8114c101607843a86960bd3e0e9c40487dc2a961'Michael Niedermayer2013-04-111-5/+5
|\ \
| * | lavfi: add avfilter_get_class().Anton Khirnov2013-04-091-0/+5
* | | Merge commit '4d1f31ea44f82adfb2b712534d71e27233a4f785'Michael Niedermayer2013-04-111-8/+8
|\ \ \ | |/ / | | / | |/ |/|
| * lavfi: make AVFilterContext export filter options.Anton Khirnov2013-04-091-0/+25
* | Merge commit '62549f9655c48f0ec061087fa33a96040ce01145'Michael Niedermayer2013-04-111-1/+7
|\ \ | |/
| * lavfi: error out when options are provided to a filter that does not take anyAnton Khirnov2013-04-091-1/+7
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* | Merge commit '7b3eb745b98b04dd8a4970b9fd6c98998e858fc1'Michael Niedermayer2013-04-111-0/+2
|\ \ | |/
* | Merge commit 'a42d6e6c4c19912b73cae8ca9133b4202667c303'Michael Niedermayer2013-04-111-0/+2
|\ \ | |/
* | Merge commit 'b7b3302f8f2c7d9f6e08e0a976890eefe3edcc9e'Michael Niedermayer2013-04-111-0/+1
|\ \ | |/
* | Merge commit '7bc1a883c9158bb6e383d86fc76bdf2541e9a9fe'Michael Niedermayer2013-04-111-0/+1
|\ \ | |/
* | Merge commit '73d5d405d424c06f3f354337cfdb24794932094d'Michael Niedermayer2013-04-111-0/+2
|\ \ | |/
* | Merge commit 'b13623e184759f37348b8fdb1276b1bb408f3e59'Michael Niedermayer2013-04-111-0/+1
|\ \ | |/
* | Merge remote-tracking branch 'richardpl/biquads'Michael Niedermayer2013-04-111-0/+9
|\ \
| * | lavfi/biquads: switch to an AVOptions-based systemPaul B Mahol2013-04-111-0/+9
* | | Merge commit 'dd7fc37c71955b78a2687f29e871f714d18de386'Michael Niedermayer2013-04-111-0/+1
|\ \ \ | |/ / |/| / | |/
* | Merge remote-tracking branch 'richardpl/framestep'Michael Niedermayer2013-04-111-0/+1
|\ \
| * | lavfi/framestep: switch to an AVOptions-based systemPaul B Mahol2013-04-111-0/+1
* | | Merge commit '3f14febbdf7c93bbd186399da27991180e5916b6'Michael Niedermayer2013-04-111-0/+1
|\ \ \ | | |/ | |/|
* | | Merge commit 'ba8efac977f4276f05274947b2b67d144cbc965a'Michael Niedermayer2013-04-111-0/+1
|\ \ \ | |/ /
* | | Merge remote-tracking branch 'mbouron/shorthand-cleanup'Michael Niedermayer2013-04-111-0/+4
|\ \ \ | |_|/ |/| |
| * | lavfi/aphaser: switch to AVOption-based systemMatthieu Bouron2013-04-111-0/+1
| * | lavfi/apad: switch to AVOption-based systemMatthieu Bouron2013-04-111-0/+1
| * | lavfi/afade: switch to AVOption-base systemMatthieu Bouron2013-04-111-0/+1
OpenPOWER on IntegriCloud