summaryrefslogtreecommitdiff
path: root/libavfilter/asrc_sine.c
Commit message (Expand)AuthorAge
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* lavfi/sine: switch to activateNicolas George2021-08-21
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/asrc_sine: Fix invalid left shift of negative numberAndreas Rheinhardt2021-03-28
* avfilter/formats: Schedule avfilter_make_format64_list() for removalAndreas Rheinhardt2020-08-12
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
* avfilter/asrc_sine: fix options typosKyle Swanson2015-10-29
* avfilter: avoid zero arguments to variadic macroGanesh Ajjanagadde2015-10-24
* avfilter/sine: support expression in the number of output samplesClément Bœsch2015-09-06
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* 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
* lavfi: add sine audio source.Nicolas George2013-03-20