| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/internal: Don't include formats.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -1/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | lavfi/sine: switch to activate | Nicolas George | 2021-08-21 | 1 | -5/+11 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -2/+1 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -16/+3 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/asrc_sine: Fix invalid left shift of negative number | Andreas Rheinhardt | 2021-03-28 | 1 | -1/+1 |
* | avfilter/formats: Schedule avfilter_make_format64_list() for removal | Andreas Rheinhardt | 2020-08-12 | 1 | -1/+1 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -1/+1 |
* | 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 |