summaryrefslogtreecommitdiffstats
path: root/libavfilter/asrc_sine.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-1/+1
* avfilter/asrc_sine: fix options typosKyle Swanson2015-10-291-2/+2
* avfilter: avoid zero arguments to variadic macroGanesh Ajjanagadde2015-10-241-9/+9
* avfilter/sine: support expression in the number of output samplesClément Bœsch2015-09-061-3/+45
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-4/+21
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-1/+1
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/sine: switch to an AVOptions-based system.Clément Bœsch2013-04-111-3/+0
* lavfi/sine: use standard options parsing.Clément Bœsch2013-03-241-7/+3
* asrc_sine: avoid use of INFINITY as it might be a non constantMichael Niedermayer2013-03-211-4/+6
* lavfi: add sine audio source.Nicolas George2013-03-201-0/+228
OpenPOWER on IntegriCloud