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
2016-02-24Merge commit 'f9fbd474676e903e12efe83203697d60a9d28cf9'Derek Buitenhuis
2016-02-19msmpeg4data: Move WMV2 data tables to their own fileDiego Biurrun
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-06-08Merge commit '925b80d64029d41962e5998d7d901226c3a9baea'Michael Niedermayer
2015-06-08Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8'Michael Niedermayer
2015-06-08mpegvideo: Move OutFormat enum to mpegutils.hVittorio Giovara
2015-06-08mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara
2015-05-22Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2014-09-03Merge commit 'eda7571ea1a41c835e3a02fa9517e5bc67d7adce'Michael Niedermayer
2014-09-03wmv2: K&R formatting cosmeticsGabriel Dume
2014-07-19Merge commit 'b4987f72197e0c62cf2633bf835a9c32d2a445ae'Michael Niedermayer
2014-07-18idct: Convert IDCT permutation #defines to an enumDiego Biurrun
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-19Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-06-13libavcodec/wmv2: remove dead codeMichael Niedermayer
2014-05-30Merge commit '256da0770e495176d1b2699ec6e9c7993c2a6d7b'Michael Niedermayer
2014-05-29dsputil: Move mspel_pixels_tab to the only place it is usedDiego Biurrun
2014-01-09Merge commit 'ebfe622bb1ca57cecb932e42926745cba7161913'Michael Niedermayer
2014-01-09mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov
2013-11-15Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer
2013-11-15lavc: Edge emulation with dst/src linesizeRonald S. Bultje
2013-10-16lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje
2013-09-29Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje
2013-09-28Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje
2013-03-29wmv2: drop non emu edge modeMichael Niedermayer
2013-03-29wmv2: Use emu edge mode when the edge is too smallMichael Niedermayer
2013-01-24Merge commit '57ed8debb9b9cc565cc6e9f98c5b5cbb9f69097c'Michael Niedermayer
2013-01-24wmv2: Propagate the wmv2 idct permutation type to the dsputils contextMartin Storsjö
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-21Merge commit 'e6bc38fd49c94726b45d5d5cc2b756ad8ec49ee0'Michael Niedermayer
2013-01-21wmv2: move IDCT to its own DSP context.Ronald S. Bultje
2012-12-21Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-30Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2011-01-29Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-11clear_block mmxLoren Merritt
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2007-12-09add ff_ prefix to all simple_idct symbolsAurelien Jacobs
2007-11-25split wmv2 encoder and decoder in their own filesAurelien Jacobs
2007-11-10intrax8 decoder patch by "someone"Michael Niedermayer
2007-11-08split wmv2 in its own fileAurelien Jacobs