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
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-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-09-13avfilter/asrc_anullsrc: actually return correct EOF ptsPaul B Mahol
2020-09-13avfilter/asrc_anullsrc: give better limits to number of samples per framePaul B Mahol
2020-09-13avfilter/asrc_anullsrc: make number of output samples match durationPaul B Mahol
2020-09-04avfilter/asrc_anullsrc: remove not useful functionPaul B Mahol
2020-09-04avfilter/asrc_anullsrc: switch to activatePaul B Mahol
2020-09-04avfilter/asrc_anullsrc: add support to set output durationPaul B Mahol
2020-08-12avfilter/formats: Schedule avfilter_make_format64_list() for removalAndreas Rheinhardt
2020-01-14avfilter/asr_anullsrc: remove pointless frame cloningPaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2013-11-03lavfi: parsing helper for unknown channel layouts.Nicolas George
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-09-27avfilter: add av_cold to init()Paul B Mahol
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/anullsrc: switch to an AVOptions-based system.Clément Bœsch
2013-03-23lavfi/anullsrc: add missing checksStefano Sabatini
2013-03-23lavfi/anullsrc: remove extra parenthesesStefano Sabatini
2013-03-23lavfi/anullsrc: simplify logging code in config_propsStefano Sabatini
2013-03-23lavfi/anullsrc: fix format negotiationStefano Sabatini
2013-03-16asrc_anullsrc: return EOF, not -1Anton Khirnov
2013-03-16asrc_anullsrc: do not set samplerate and channel layout explicitlyAnton Khirnov
2013-03-13lavfi/anullsrc: raise filter_frame() error.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-09-18Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer
2012-09-17lavfi: replace empty input/output lists with null pointersMans Rullgard
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-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-09Remove "Error parsing options string [...]" messages.Clément Bœsch
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer
2012-07-22lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje
2012-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-26lavfi: make filters less verbose.Anton Khirnov
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
2012-06-23lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini
2012-06-17lavfi: use designated initializers for AVClassPaul B Mahol
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer