summaryrefslogtreecommitdiff
path: root/libavfilter/asrc_sine.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: convert to new channel layout APIJames Almer2022-03-151-1/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* lavfi/sine: switch to activateNicolas George2021-08-211-5/+11
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-2/+1
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-16/+3
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/asrc_sine: Fix invalid left shift of negative numberAndreas Rheinhardt2021-03-281-1/+1
* avfilter/formats: Schedule avfilter_make_format64_list() for removalAndreas Rheinhardt2020-08-121-1/+1
* 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