summaryrefslogtreecommitdiff
path: root/libavfilter/asrc_flite.c
Commit message (Expand)AuthorAgeFilesLines
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-201-0/+4
* avfilter: convert to new channel layout APIJames Almer2022-03-151-2/+4
* avfilter/asrc_flite: Remove double ';'Andreas Rheinhardt2021-10-101-1/+1
* avfilter/asrc_flite: Fix races upon (un)registering voicesAndreas Rheinhardt2021-10-101-8/+21
* avfilter/asrc_flite: Fix use-after-freesAndreas Rheinhardt2021-10-101-3/+3
* avfilter/asrc_flite: Don't segfault when using list_voices optionAndreas Rheinhardt2021-10-101-4/+6
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-2/+1
* avfilter/asrc_flite: Don't define an object by accidentAndreas Rheinhardt2021-08-081-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-4/+4
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-2/+2
* avfilter/asrc_flite: Fix textbuf leakMichael Niedermayer2017-01-061-1/+3
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-6/+8
* avfilter/flite: use AV_OPT_TYPE_BOOL for list_voices optionClément Bœsch2015-09-081-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-8/+8
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/flite: switch to AVOption-based systemStefano Sabatini2013-04-111-8/+0
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-4/+4
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-14/+13
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-281-1/+1
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-131-1/+1
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-3/+3
* lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-181-7/+10
* Remove "Error parsing options string [...]" messages.Clément Bœsch2012-08-091-3/+1
* asrc_flite: do not crash on multiple instances.Nicolas George2012-07-281-11/+28
* lavfi: add flite audio sourceStefano Sabatini2012-07-281-0/+274