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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2016-12-10avfilter/af_channelmap: add support for unknown input channel layoutsMarton Balint
2015-12-09lavfi/af_channelmap: fix memory leakGanesh Ajjanagadde
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-04avfilter/af_channelmap: Reorder operations to avoid memleakMichael Niedermayer
2015-07-23Merge commit '22ecfcd4c79cdf812fdf406525ddf0fd1f7114e4'Michael Niedermayer
2015-07-23af_channelmap: properly set the supported output channel layoutsAnton Khirnov
2015-07-21avfilter/af_channelmap: Move ff_add_channel_layout() call to querry_format()Michael Niedermayer
2015-03-28af_channelmap: fix number of channelsMarton Balint
2015-02-18avfilter/af_channelmap: Move potential dereference after NULL check in get_ch...Michael Niedermayer
2015-01-23avfilter/af_channelmap: Check for missing argument in get_channel_idx()Michael Niedermayer
2014-09-27libavfilter/af_channelmap: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet
2014-08-02Merge commit 'f0e959481968b6d906931127237ed981b6414f6e'Michael Niedermayer
2014-08-02af_channelmap: Set the frame channel layoutLuca Barbato
2014-06-07avfilter/af_channelmap: Use av_mallocz_array()Michael Niedermayer
2014-03-16Merge commit 'e843612695007cc623813073754c651ab43021f7'Michael Niedermayer
2014-03-16af_channelmap: fix ONE_STR mapping modeAnton Khirnov
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-05-27lavfi/channelmap: make use of AVFILTER_DEFINE_CLASSPaul B Mahol
2013-05-01Merge commit 'c22263d3e813d442df8fa5f5ba8993573fe775d8'Michael Niedermayer
2013-05-01Merge commit '949c603ed9210df0e1b8e1aa82c71b93543d8071'Michael Niedermayer
2013-04-30af_channelmap: ensure the output channel layout is valid.Anton Khirnov
2013-04-30af_channelmap: remove now unnecessary gotoAnton Khirnov
2013-04-17Merge commit 'c0771a1ac6da697f86e3b10c8fe5dbc2ee92e347'Michael Niedermayer
2013-04-17Merge commit 'aafed1175df76603e94c99a7748968780d6548d2'Michael Niedermayer
2013-04-17af_channelmap: cosmetics, use an extra local variable to shorten the codeAnton Khirnov
2013-04-17af_channelmap: sanity check input channel indices in all cases.Anton Khirnov
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-11Merge commit 'ba8efac977f4276f05274947b2b67d144cbc965a'Michael Niedermayer
2013-04-10af_channelmap: fix uninitialized variable use introduced in ba8efac977f4276f0...Anton Khirnov
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09af_channelmap: switch to an AVOptions-based system.Anton Khirnov
2013-03-10lavfi: remove remaining forgotten min/rej perms.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-28Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26'Michael Niedermayer
2012-10-27af_channelmap: remove stray enum declarationMans Rullgard
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-10Merge commit 'b94e4acb4874843e914fd3cb8e089aff0756bb4a'Michael Niedermayer
2012-10-09af_channelmap: free old extended_data on reallocationJanne Grunau
2012-08-18lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini