summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
Commit message (Collapse)AuthorAge
* 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
| | | | The filter doesn't take any option and thus works with the new system.
* 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
|
* avfilter: add missing ,Michael Niedermayer2013-04-11
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/smptebars: switch to AVOptions-based systemPaul B Mahol2013-04-11
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/showwaves: switch to an AVOptions-based system.Clément Bœsch2013-04-11
|
* lavfi: replace new filter list with filters left to update.Clément Bœsch2013-04-11
|
* telecine filterPaul B Mahol2013-04-11
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/setfield: switch to an AVOptions-based system.Clément Bœsch2013-04-11
|
* lavfi/asettb: switch to an AVOptions-based system.Clément Bœsch2013-04-11
|
* lavfi/aselect: switch to an AVOptions-based system.Clément Bœsch2013-04-11
|
* lavfi/sine: switch to an AVOptions-based system.Clément Bœsch2013-04-11
|
* lavfi/deshake: switch to an AVOptions-based system.Clément Bœsch2013-04-11
|
* lavfi/tinterlace: switch to an AVOptions-based system.Clément Bœsch2013-04-11
|
* lavfi/tile: switch to an AVOptions-based system.Clément Bœsch2013-04-11
|
* lavfi/concat: switch to an AVOptions-based system.Clément Bœsch2013-04-11
|
* Merge remote-tracking branch 'ubitux/lavfi-mixed-short-long'Michael Niedermayer2013-04-11
|\ | | | | | | | | | | | | * ubitux/lavfi-mixed-short-long: lavfi: restore mixed short/long option support with the new system. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: restore mixed short/long option support with the new system.Clément Bœsch2013-04-11
| | | | | | | | | | process_unnamed_options() is renamed to process_options() and its code is heavily based on av_opt_set_from_string().
* | Merge commit '8114c101607843a86960bd3e0e9c40487dc2a961'Michael Niedermayer2013-04-11
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '8114c101607843a86960bd3e0e9c40487dc2a961': lavfi: add avfilter_get_class(). Conflicts: libavfilter/avfilter.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | lavfi: add avfilter_get_class().Anton Khirnov2013-04-09
| | | | | | | | | | | | | | | Useful for examining options, the same as the corresponding functions for the other libs.
* | | Merge commit '4d1f31ea44f82adfb2b712534d71e27233a4f785'Michael Niedermayer2013-04-11
|\| | | |/ |/| | | | | | | | | | | | | | | * commit '4d1f31ea44f82adfb2b712534d71e27233a4f785': lavfi: make AVFilterContext export filter options. Conflicts: libavfilter/avfilter.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: make AVFilterContext export filter options.Anton Khirnov2013-04-09
| |
* | Merge commit '62549f9655c48f0ec061087fa33a96040ce01145'Michael Niedermayer2013-04-11
|\| | | | | | | | | | | | | | | | | | | * commit '62549f9655c48f0ec061087fa33a96040ce01145': lavfi: error out when options are provided to a filter that does not take any Conflicts: libavfilter/avfilter.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: error out when options are provided to a filter that does not take anyAnton Khirnov2013-04-09
| |
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
| |
* | Merge commit '7b3eb745b98b04dd8a4970b9fd6c98998e858fc1'Michael Niedermayer2013-04-11
|\| | | | | | | | | | | | | | | | | | | | | * commit '7b3eb745b98b04dd8a4970b9fd6c98998e858fc1': vsrc_testsrc: switch to an AVOptions-based system. Conflicts: doc/filters.texi libavfilter/vsrc_testsrc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'a42d6e6c4c19912b73cae8ca9133b4202667c303'Michael Niedermayer2013-04-11
|\| | | | | | | | | | | | | | | | | | | | | * commit 'a42d6e6c4c19912b73cae8ca9133b4202667c303': vsrc_movie: switch to an AVOptions-based system. Conflicts: doc/filters.texi libavfilter/src_movie.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'b7b3302f8f2c7d9f6e08e0a976890eefe3edcc9e'Michael Niedermayer2013-04-11
|\| | | | | | | | | | | | | | | | | | | * commit 'b7b3302f8f2c7d9f6e08e0a976890eefe3edcc9e': vsrc_nullsrc: switch to an AVOptions-based system. Conflicts: libavfilter/vsrc_nullsrc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '7bc1a883c9158bb6e383d86fc76bdf2541e9a9fe'Michael Niedermayer2013-04-11
|\| | | | | | | | | | | | | | | | | | | | | * commit '7bc1a883c9158bb6e383d86fc76bdf2541e9a9fe': vsrc_color: switch to an AVOptions-based system. Conflicts: doc/filters.texi libavfilter/vsrc_color.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '73d5d405d424c06f3f354337cfdb24794932094d'Michael Niedermayer2013-04-11
|\| | | | | | | | | | | | | * commit '73d5d405d424c06f3f354337cfdb24794932094d': split: switch to an AVOptions-based system. Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'b13623e184759f37348b8fdb1276b1bb408f3e59'Michael Niedermayer2013-04-11
|\| | | | | | | | | | | | | * commit 'b13623e184759f37348b8fdb1276b1bb408f3e59': af_volume: switch to an AVOptions-based system. Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'richardpl/biquads'Michael Niedermayer2013-04-11
|\ \ | | | | | | | | | | | | | | | | | | * richardpl/biquads: lavfi/biquads: switch to an AVOptions-based system Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | lavfi/biquads: switch to an AVOptions-based systemPaul B Mahol2013-04-11
| | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | | Merge commit 'dd7fc37c71955b78a2687f29e871f714d18de386'Michael Niedermayer2013-04-11
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | | | * commit 'dd7fc37c71955b78a2687f29e871f714d18de386': af_join: switch to an AVOptions-based system. Conflicts: doc/filters.texi libavfilter/af_join.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'richardpl/framestep'Michael Niedermayer2013-04-11
|\ \ | | | | | | | | | | | | | | | | | | | | | * richardpl/framestep: lavfi/framestep: remove request_frame hack lavfi/framestep: switch to an AVOptions-based system Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | lavfi/framestep: switch to an AVOptions-based systemPaul B Mahol2013-04-11
| | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | | Merge commit '3f14febbdf7c93bbd186399da27991180e5916b6'Michael Niedermayer2013-04-11
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * commit '3f14febbdf7c93bbd186399da27991180e5916b6': af_channelsplit: switch to an AVOptions-based system. Conflicts: libavfilter/af_channelsplit.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | | Merge commit 'ba8efac977f4276f05274947b2b67d144cbc965a'Michael Niedermayer2013-04-11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ba8efac977f4276f05274947b2b67d144cbc965a': af_channelmap: switch to an AVOptions-based system. Conflicts: doc/filters.texi libavfilter/af_channelmap.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | | Merge remote-tracking branch 'mbouron/shorthand-cleanup'Michael Niedermayer2013-04-11
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mbouron/shorthand-cleanup: lavfi/aphaser: switch to AVOption-based system lavfi/apad: switch to AVOption-based system lavfi/afade: switch to AVOption-base system lavfi/blend: switch to AVOption-based system Conflicts: libavfilter/avfilter.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | lavfi/aphaser: switch to AVOption-based systemMatthieu Bouron2013-04-11
| | |
| * | lavfi/apad: switch to AVOption-based systemMatthieu Bouron2013-04-11
| | |
| * | lavfi/afade: switch to AVOption-base systemMatthieu Bouron2013-04-11
| | |
| * | lavfi/blend: switch to AVOption-based systemMatthieu Bouron2013-04-11
| | |
* | | Merge commit 'b2b25b0659fa047da6266d2ce165d43011136b30'Michael Niedermayer2013-04-11
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * commit 'b2b25b0659fa047da6266d2ce165d43011136b30': af_asyncts: switch to an AVOptions-based system. Conflicts: libavfilter/af_asyncts.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | | Merge commit 'ac20e3ab8ed497549ee2a62754f01eee5e7a5066'Michael Niedermayer2013-04-11
|\| | | |/ |/| | | | | | | | | | | | | | | * commit 'ac20e3ab8ed497549ee2a62754f01eee5e7a5066': af_amix: switch to an AVOptions-based system. Conflicts: libavfilter/af_amix.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '7536c671040f1f3ebc9f0d3b7831dac71436b775'Michael Niedermayer2013-04-11
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '7536c671040f1f3ebc9f0d3b7831dac71436b775': vf_yadif: switch to an AVOptions-based system. Conflicts: doc/filters.texi libavfilter/vf_yadif.c libavfilter/yadif.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'ubitux/shorthand-cleanup'Michael Niedermayer2013-04-11
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ubitux/shorthand-cleanup: lavfi/idet: switch to an AVOptions-based system. lavfi/histogram: switch to an AVOptions-based system. lavfi/stereo3d: switch to an AVOptions-based system. lavfi/noise: switch to an AVOptions-based system. lavfi/histeq: switch to an AVOptions-based system. Conflicts: libavfilter/avfilter.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | lavfi/idet: switch to an AVOptions-based system.Clément Bœsch2013-04-11
| | |