summaryrefslogtreecommitdiff
path: root/libavfilter/asrc_sine.c
Commit message (Collapse)AuthorAge
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
| | | | | | | | | This is mostly automated global search and replace The deprecated aconvert filter is disabled, if it still has users it should be updated Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/sine: switch to an AVOptions-based system.Clément Bœsch2013-04-11
|
* lavfi/sine: use standard options parsing.Clément Bœsch2013-03-24
|
* asrc_sine: avoid use of INFINITY as it might be a non constantMichael Niedermayer2013-03-21
| | | | | | This should fix compilation on openbsd Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: add sine audio source.Nicolas George2013-03-20