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-11-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-01Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415'Michael Niedermayer
2012-10-31x86: h264_chromamc_10bit: drop pointless PAVG %defineDiego Biurrun
2012-10-31x86: Move optimization suffix to end of function namesDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in function namesDiego Biurrun
2012-10-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-31Merge commit 'be923ed659016350592acb9b3346f706f8170ac5'Michael Niedermayer
2012-10-31Merge commit '652f5185945c8405fc57aed353286858df8d066f'Michael Niedermayer
2012-10-31Merge commit '04581c8c77ce779e4e70684ac45302972766be0f'Michael Niedermayer
2012-10-31Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer
2012-10-31x86: fmtconvert: port to cpuflagsDiego Biurrun
2012-10-31x86: fmtconvert: Refactor cvtps2pi emulation through cpuflagsDiego Biurrun
2012-10-31x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun
2012-10-31x86: yasm: Use complete source path for macro helper %includesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego 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-10-16x86/motion_est: widen before multiply.Michael Niedermayer
2012-10-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-11dsputil: split out mlp dsp functionLuca Barbato
2012-10-10x86/dsputil_mmx: change assert() to av_assert()Michael Niedermayer
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-08x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau
2012-10-08x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)Janne Grunau
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau
2012-10-08x86/motion_est: assert->av_assert2()Michael Niedermayer
2012-10-07gmc_mmx: enable also for large pictures when emu edge isnt needed.Michael Niedermayer
2012-10-07dsputil_mmx: put optimized gmc code back and avoid a VLA without loosing feat...Michael Niedermayer
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-10-06x86: dsputil: kill VLA in gmc_mmx()Mans Rullgard
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-09-28dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction()Michael Niedermayer
2012-09-27dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction()Michael Niedermayer
2012-09-26diracyasm: fix win64Michael Niedermayer
2012-09-25mpegvideo: factorize ff_dct_encode_init()Michael Niedermayer
2012-09-18x86/mpegaudiodec: drop likely now unneeded #if HAVE_AVX_EXTERNALMichael Niedermayer
2012-09-18mpegaudiodec: add prototypes for all functions that may need themMichael Niedermayer
2012-09-18get_cabac_inline_x86: workaround clang bug with disabled optimizationsMichael Niedermayer
2012-09-15x86/v210: fix xmm clobbersMichael Niedermayer
2012-09-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-14x86: dsputil: Move Xvid IDCT put/add functions to a more suitable placeDiego Biurrun
2012-09-13x86: Remove some leftover declarations for non-existent functionsDiego Biurrun
2012-09-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-13x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been declaredMartin Storsjö