Clément Bœsch
7fdebb116c
lavfi/astreamsync: switch to an AVOptions-based system.
13 years ago
Clément Bœsch
2fb8ca7d2c
lavfi/astreamsync: fix eval memleak.
13 years ago
Clément Bœsch
2d9d444051
lavfi: convert remaining input/output list compound literals to named objects.
This is following 568c70e79e .
13 years ago
Michael Niedermayer
cd7febd33f
lavfi: replace filter_samples by filter_frame
Based on patch by Anton Khirnov
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Nicolas George
368f368e59
af_channelmap: require AV_PERM_PRESERVE.
13 years ago
Nicolas George
752344dada
amerge/astreamsync/pan: fix license boilerplate.
The boilerplate states that the files are under LGPL,
but refer the user to the GPL at one place.
These files were (re)implemented specifically for FFmpeg.
13 years ago
Paul B Mahol
c9e183b490
lavfi: update some deprecated functions
Signed-off-by: Paul B Mahol <onemda@gmail.com>
13 years ago
Nicolas George
2f2d47ab63
af_astreamsync: set samples rate in query_formats.
13 years ago
Stefano Sabatini
4d4098da00
lavfi: drop planar/packed negotiation support
The planar/packed switch and the packing_formats list is no longer
required, since the planar/packed information is now stored in the sample
format enum.
This is technically a major API break, possibly it should be not too
painful as we marked the audio filtering API as unstable.
13 years ago
Clément Bœsch
4522df52aa
lavfi: remove audio.h include from avfilter.h.
avfilter.h is a public header and the unexported audio.h header contains
only internal prototypes.
13 years ago
Jean First
2e0efa332b
af_astreamsync: remove unused variable
Signed-off-by: Jean First <jeanfirst@gmail.com>
14 years ago
Nicolas George
e90a69e955
lavfi: add astreamsync audio filter.
14 years ago