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-07-01Merge commit '79793f833784121d574454af4871866576c0749d'Michael Niedermayer
2014-07-01Update Fiona's name in copyright statements.Diego Biurrun
2014-04-04Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f'Michael Niedermayer
2014-04-04On2 VP7 decoderPeter Ross
2014-03-25On2 VP7 decoderPeter Ross
2014-01-06Merge commit 'a03a642d5ceb5f2f7c6ebbf56ff365dfbcdb65eb'Michael Niedermayer
2014-01-06h264: do not use 422 functions for monochromeAnton Khirnov
2013-07-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-02-06Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-14x86: mmx2 ---> mmxext in asm constructsDiego Biurrun
2012-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-30Merge commit '08b028c18dc31b6de741861b9555669dcca4d12a'Michael Niedermayer
2012-10-30Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje
2012-10-30x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes.Ronald S. Bultje
2012-10-30Remove usage of INIT_AVX in h264_intrapred_10bit.asm.Ronald S. Bultje
2012-09-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-08x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun
2012-09-01Fix compilation with yasm-0.6.2.Carl Eugen Hoyos
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-05x86: h264_intrapred: port to cpuflag macrosDiego Biurrun
2012-06-23x86: Only use optimizations with cmov if the CPU supports the instructionDiego Biurrun
2012-02-12Detect and check for CMOV.Reimar Döffinger
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20x86: Move some variable declarations below the appropriat #ifdef.Diego Biurrun
2011-08-15h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier
2011-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-23H.264: Add optimizations to predict x86 assembly.Daniel Kang
2011-07-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-14H.264: Add more x86 assembly for 10-bit H.264 predict functionsDaniel Kang
2011-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-09H.264: Add x86 assembly for 10-bit H.264 predict functionsDaniel Kang
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08H264: x86 predict init cosmetics.Daniel Kang
2011-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-06Add x86 assembly for some 10-bit H.264 intra predict functions.Daniel Kang
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-02h264: remove CONFIG_GPL from x86 intra prediction code.Ronald S. Bultje
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-04-11Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard