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-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2018-03-29avfilter/af_pan: reject expressions referencing the same channel multiple timesMarton Balint
2017-11-19lavfi/af_pan: fix sign handling in channel coefficient parserMichael Roitzsch
2017-06-24avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2017-02-06avfilter/af_pan: fix null pointer dereference on empty tokenMarton Balint
2016-11-24lavfi/pan: allow negative gain parameters also for other inputs than the firs...Moritz Barsnick
2016-10-11lavfi/pan: renormalize negative gain coefficients properlyMoritz Barsnick
2016-10-09lavfi: fix typosMoritz Barsnick
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-07-17lavfi/af_pan: Support a maximum of 64 channels.Carl Eugen Hoyos
2014-08-10avfilter/af_pan: Do not use SWR_CH_MAXMichael Niedermayer
2014-08-10avfilter/af_pan: check if the number of channels where sucessfully setMichael Niedermayer
2014-02-19lavfi/pan: use extended_data instead of data.Nicolas George
2013-11-03lavfi/af_pan: support unknown layouts on input.Nicolas George
2013-11-03lavfi/af_pan: support unknown layouts on output.Nicolas George
2013-11-03lavfi: parsing helper for unknown channel layouts.Nicolas George
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-03Update copyrights where my email appears with the new one.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-12af_pan: avoid spaces before % to avoid possible issues with MSVCMichael Niedermayer
2013-04-12af_pan: switch to an AVOptions-based shorthand system.Michael Niedermayer
2013-04-12af_pan: fix parsing arguments from the example in the documentationСерж Нискородов
2013-04-08lavfi: always check return value of ff_get_{audio,video}_buffer()Paul B Mahol
2013-03-15avfilter: avoid direct access to AVFrame.channelsMichael Niedermayer
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2012-12-20lavfi: add a channels field to AVFilterLink.Nicolas George
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-10-13af_pan: fix memleak of argMichael Niedermayer
2012-09-16af_pan: Fix sscanf formats to work with buggy sscanf implementationsHendrik Leppkes
2012-08-03amerge/astreamsync/pan: fix license boilerplate.Nicolas George
2012-07-15lavfi: decrease logging level of message showing initial parametersStefano Sabatini
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-25lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-16lavfi: update some deprecated functionsPaul B Mahol
2012-05-19pan: use ff_parse_channel_layout() instead of av_get_channel_layout().Clément Bœsch
2012-05-17lavfi/pan: add supported sample rates to avoid a crash.Clément Bœsch
2012-05-16lavfi: drop planar/packed negotiation supportStefano Sabatini
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-12lavfi: remove audio.h include from avfilter.h.Clément Bœsch
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-22af_pan: remove dual double/int storage of gain.Nicolas George