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
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
2012-07-27lavr: add x86-optimized mixing functionsJustin Ruggles
2012-07-27x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje
2012-07-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-25lavr: x86: add missing vzeroupper in ff_mix_1_to_2_fltp_flt()Justin Ruggles
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-08lavr: resampling: add support for s32p, fltp, and dblp internal sample formatsJustin Ruggles
2012-07-08lavr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles
2012-07-08lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles
2012-07-08lavr: mix: validate internal sample format in ff_audio_mix_init()Justin Ruggles
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-04Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun
2012-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-26lavr: x86: fix ff_conv_fltp_to_flt_6ch function prototypesJustin Ruggles
2012-06-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-25lavr: x86: merge some branchesJustin Ruggles
2012-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-19lavr: Add x86-optimized function for flt to s32 conversionJustin Ruggles
2012-06-19lavr: Add x86-optimized function for flt to s16 conversionJustin Ruggles