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
2012-09-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-13ARM: libavresample: NEON optimised generic fltp to s16 conversionMans Rullgard
2012-09-13ARM: libavresample: NEON optimised stereo fltp to s16 conversionMans Rullgard
2012-09-13ARM: libavresample: NEON optimised flat float to s16 conversionMans Rullgard
2012-09-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-13lavr/audio_mix_matrix: acknowledge the existence of LFE2.Tim Walker
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-05Merge commit 'c7b610aa0b1bac47eea0056b13fe6e982b85844a'Michael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
2012-09-05avopt: Explicitly store float/double option defaults in .dblMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-31Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-30x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun
2012-08-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-24Merge commit 'a1bcc76e6036e78f25cbb7323c145056cfca9d93'Michael Niedermayer
2012-08-24AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov
2012-08-24lavr: x86: optimized 6-channel flt to fltp conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel flt to fltp conversionJustin Ruggles
2012-08-24lavr: x86: optimized 6-channel flt to s16p conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel flt to s16p conversionJustin Ruggles
2012-08-24lavr: x86: optimized 6-channel s16 to fltp conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel s16 to fltp conversionJustin Ruggles
2012-08-24lavr: x86: optimized 6-channel s16 to s16p conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel s16 to s16p conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel fltp to flt conversionJustin Ruggles
2012-08-24lavr: x86: optimized 6-channel fltp to s16 conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel fltp to s16 conversionJustin Ruggles
2012-08-24lavr: x86: optimized 6-channel s16p to flt conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel s16p to flt conversionJustin Ruggles
2012-08-24lavr: x86: optimized 6-channel s16p to s16 conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel s16p to s16 conversionJustin Ruggles
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15libavresample: add mix level normalization optionJohn Stebbins
2012-08-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-11avresample: De-doxygenize some comments where Doxygen is not appropriateDiego Biurrun
2012-08-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09doxygen: Fix function parameter names to match the codeDiego Biurrun
2012-08-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-07x86: add colons after labelsMans Rullgard
2012-08-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-04lavr: fix handling of custom mix matricesJustin Ruggles
2012-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-27lavr: x86: improve non-SSE4 version of S16_TO_S32_SX macroJustin Ruggles