summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Collapse)AuthorAgeFilesLines
* lavfi/removelogo: switch to an AVOptions-based system.Clément Bœsch2013-04-112-4/+17
|
* avfilter/f_select: use AVFrame metadata accessor functionMichael Niedermayer2013-04-111-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/amerge: switch to an AVOptions-based system.Clément Bœsch2013-04-112-9/+1
|
* 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-112-18/+23
|
* lavfi/bbox: remove unused variables and functionsPaul B Mahol2013-04-111-10/+0
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* 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-112-13/+5
|
* lavfi/anullsrc: switch to an AVOptions-based system.Clément Bœsch2013-04-112-7/+0
|
* lavfi: remove bbox from the filters left to update.Clément Bœsch2013-04-111-1/+0
| | | | The filter doesn't take any option and thus works with the new system.
* lavfi/blend: support more yuv pixel formatsPaul B Mahol2013-04-111-1/+2
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/astreamsync: switch to an AVOptions-based system.Clément Bœsch2013-04-112-5/+15
|
* lavfi/astreamsync: fix eval memleak.Clément Bœsch2013-04-111-0/+9
|
* lavfi/blackdetect: switch to an AVOptions-based system.Clément Bœsch2013-04-112-16/+0
|
* lavfi/sendcmd: switch to an AVOptions-based system.Clément Bœsch2013-04-112-13/+3
|
* lavfi/testsrc: remove useless args/NULL passing.Clément Bœsch2013-04-111-6/+6
|
* avfilter: add missing ,Michael Niedermayer2013-04-111-2/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/smptebars: switch to AVOptions-based systemPaul B Mahol2013-04-112-7/+0
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/showwaves: switch to an AVOptions-based system.Clément Bœsch2013-04-112-23/+6
|
* lavfi: replace new filter list with filters left to update.Clément Bœsch2013-04-111-101/+41
|
* Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2013-04-111-79/+53
|\ | | | | | | | | | | | | | | * cigaes/master: fate: add tests for unknown channel layouts. lavfi/buffersrc: update for compatibility with the fork. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi/buffersrc: update for compatibility with the fork.Nicolas George2013-04-111-79/+53
| | | | | | | | Merge and adapt commit d28cb84 by Anton Khirnov.
* | lavfi: remove telecine libmpcodecs wrapperPaul B Mahol2013-04-114-162/+1
| | | | | | | | | | | | Native, with more features, filter is available. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: remove double .priv_class initializersPaul B Mahol2013-04-113-4/+0
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | telecine filterPaul B Mahol2013-04-115-1/+287
|/ | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/curves: introduce "all" field in presets and use it.Clément Bœsch2013-04-111-31/+14
|
* lavfi/curves: make possible to customize presets.Clément Bœsch2013-04-111-8/+3
|
* lavfi/curves: fix a spacing weirdness.Clément Bœsch2013-04-111-1/+1
|
* opencl: add spec opencl device APIs 20130411highgod04012013-04-111-4/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/smartblur: cleanup unused shorthand and doc.Clément Bœsch2013-04-111-6/+0
|
* lavfi/overlay: cleanup unused shorthand.Clément Bœsch2013-04-111-3/+0
|
* lavfi/field: cleanup unused shorthand and doc.Clément Bœsch2013-04-111-2/+0
|
* lavfi/setfield: switch to an AVOptions-based system.Clément Bœsch2013-04-112-3/+1
|
* lavfi/asettb: switch to an AVOptions-based system.Clément Bœsch2013-04-112-4/+4
|
* lavfi/aselect: switch to an AVOptions-based system.Clément Bœsch2013-04-112-3/+1
|
* lavfi/sine: switch to an AVOptions-based system.Clément Bœsch2013-04-112-3/+1
|
* lavfi/deshake: switch to an AVOptions-based system.Clément Bœsch2013-04-112-7/+1
|
* lavfi/tinterlace: switch to an AVOptions-based system.Clément Bœsch2013-04-112-3/+1
|
* lavfi/tile: switch to an AVOptions-based system.Clément Bœsch2013-04-112-6/+3
|
* lavfi/concat: switch to an AVOptions-based system.Clément Bœsch2013-04-112-3/+1
|
* Merge commit '2e81acc687e64d15dd93c74793060bb5a233f44d'Michael Niedermayer2013-04-111-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2e81acc687e64d15dd93c74793060bb5a233f44d': x86inc: Fix number of operands for cmp* instructions af_channelmap: fix uninitialized variable use introduced in ba8efac977f4276f05274947b2b67d144cbc965a lavfi: add a bump and docs entries for the AVOptions switch Conflicts: Changelog doc/APIchanges libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * af_channelmap: fix uninitialized variable use introduced in ↵Anton Khirnov2013-04-091-1/+1
| | | | | | | | ba8efac977f4276f05274947b2b67d144cbc965a
| * lavfi: add a bump and docs entries for the AVOptions switchAnton Khirnov2013-04-091-1/+1
| |
* | Merge remote-tracking branch 'ubitux/lavfi-mixed-short-long'Michael Niedermayer2013-04-111-35/+51
|\ \ | | | | | | | | | | | | | | | | | | * 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-111-35/+51
| | | | | | | | | | | | | | | 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-112-11/+12
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * 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-092-0/+12
| | | | | | | | | | | | | | | Useful for examining options, the same as the corresponding functions for the other libs.
* | | Merge commit '4d1f31ea44f82adfb2b712534d71e27233a4f785'Michael Niedermayer2013-04-111-8/+8
|\ \ \ | |/ / | | / | |/ |/| | | | | | | | | | | * 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-091-0/+25
| |
* | Merge commit '62549f9655c48f0ec061087fa33a96040ce01145'Michael Niedermayer2013-04-111-1/+7
|\ \ | |/ | | | | | | | | | | | | | | | | * 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>
OpenPOWER on IntegriCloud