summaryrefslogtreecommitdiff
path: root/libavfilter/asrc_flite.c
Commit message (Expand)AuthorAge
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/asrc_flite: Remove double ';'Andreas Rheinhardt2021-10-10
* avfilter/asrc_flite: Fix races upon (un)registering voicesAndreas Rheinhardt2021-10-10
* avfilter/asrc_flite: Fix use-after-freesAndreas Rheinhardt2021-10-10
* avfilter/asrc_flite: Don't segfault when using list_voices optionAndreas Rheinhardt2021-10-10
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/asrc_flite: Don't define an object by accidentAndreas Rheinhardt2021-08-08
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avfilter/asrc_flite: Fix textbuf leakMichael Niedermayer2017-01-06
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* avfilter/flite: use AV_OPT_TYPE_BOOL for list_voices optionClément Bœsch2015-09-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/flite: switch to AVOption-based systemStefano Sabatini2013-04-11
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-28
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-13
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
* lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-18
* Remove "Error parsing options string [...]" messages.Clément Bœsch2012-08-09
* asrc_flite: do not crash on multiple instances.Nicolas George2012-07-28
* lavfi: add flite audio sourceStefano Sabatini2012-07-28