Anton Khirnov
|
d69a4177b9
|
lavfi: remove now unused args parameter from AVFilter.init
Conflicts:
libavfilter/avfilter.c
libavfilter/vf_drawtext.c
libavfilter/vf_lut.c
libavfilter/vf_select.c
libavfilter/vf_setpts.c
libavfilter/vsrc_color.c
libavfilter/vsrc_movie.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Anton Khirnov
|
c43a7ecad9
|
lavfi: remove now unused args parameter from AVFilter.init
|
12 years ago |
Anton Khirnov
|
b13623e184
|
af_volume: switch to an AVOptions-based system.
|
12 years ago |
Clément Bœsch
|
01b2d1288a
|
lavfi/volume: use designated initializers for the sample_fmts declaration.
|
12 years ago |
Clément Bœsch
|
4dae804d3c
|
lavfi/volume: use copy props helper instead of incomplete manual code.
|
12 years ago |
Nicolas George
|
e9ca55aedd
|
lavfi/af_volume: use standard options parsing.
|
12 years ago |
Anton Khirnov
|
0651e892e1
|
Replace remaining includes of audioconvert.h with channel_layout.h
|
12 years ago |
Anton Khirnov
|
7e350379f8
|
lavfi: switch to AVFrame.
Deprecate AVFilterBuffer/AVFilterBufferRef and everything related to it
and use AVFrame instead.
|
12 years ago |
Stefano Sabatini
|
10db70d5e9
|
lavfi: drop af_volume_stefano.c in favor of af_volume_justin.c
Justin's version has more features but is otherwise equivalent from the
point of view of the syntax.
|
12 years ago |
Stefano Sabatini
|
769546631c
|
lavfi/volume_justin: add support to option shorthands and introspection
|
12 years ago |
Stefano Sabatini
|
402ac72bbc
|
lavfi/volume_justin: fix a few grammar inconsistencies in options description
|
12 years ago |