Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-15avfilter: convert to new channel layout APIJames Almer
2021-10-10avfilter/asrc_flite: Remove double ';'Andreas Rheinhardt
2021-10-10avfilter/asrc_flite: Fix races upon (un)registering voicesAndreas Rheinhardt
2021-10-10avfilter/asrc_flite: Fix use-after-freesAndreas Rheinhardt
2021-10-10avfilter/asrc_flite: Don't segfault when using list_voices optionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-08avfilter/asrc_flite: Don't define an object by accidentAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2017-01-06avfilter/asrc_flite: Fix textbuf leakMichael Niedermayer
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-09avfilter/flite: use AV_OPT_TYPE_BOOL for list_voices optionClément Bœsch
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/flite: switch to AVOption-based systemStefano Sabatini
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-08-18lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini
2012-08-09Remove "Error parsing options string [...]" messages.Clément Bœsch
2012-07-28asrc_flite: do not crash on multiple instances.Nicolas George
2012-07-28lavfi: add flite audio sourceStefano Sabatini