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
2014-03-16af_channelmap: fix ONE_STR mapping modeAnton Khirnov
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-04-30af_channelmap: ensure the output channel layout is valid.Anton Khirnov
2013-04-30af_channelmap: remove now unnecessary gotoAnton Khirnov
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-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-08lavfi: switch to AVFrame.Anton Khirnov
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-27af_channelmap: remove stray enum declarationMans Rullgard
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-09af_channelmap: free old extended_data on reallocationJanne Grunau
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-22lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje
2012-07-09lavfi: add error handling to filter_samples().Anton Khirnov
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
2012-06-23lavfi: Add the af_channelmap audio channel mapping filter.Alex Converse