Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avfilter/asrc_sine: fix options typos | Kyle Swanson | 2015-10-29 | 1 | -2/+2 |
* | avfilter: avoid zero arguments to variadic macro | Ganesh Ajjanagadde | 2015-10-24 | 1 | -9/+9 |
* | avfilter/sine: support expression in the number of output samples | Clément Bœsch | 2015-09-06 | 1 | -3/+45 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -4/+21 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -1/+1 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/sine: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-11 | 1 | -3/+0 |
* | lavfi/sine: use standard options parsing. | Clément Bœsch | 2013-03-24 | 1 | -7/+3 |
* | asrc_sine: avoid use of INFINITY as it might be a non constant | Michael Niedermayer | 2013-03-21 | 1 | -4/+6 |
* | lavfi: add sine audio source. | Nicolas George | 2013-03-20 | 1 | -0/+228 |