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-04-23lowres2 support.Michael Niedermayer
2012-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-21avcodec: remove AVCodecContext.dsp_maskMans Rullgard
2012-04-21Revert "h264: assembly version of get_cabac for x86_64 with PIC (v4)"Michael Niedermayer
2012-04-21h264: assembly version of get_cabac for x86_64 with PIC (v4)Roland Scheidegger
2012-04-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-16h264: use proper PROLOGUE statement for a function using 8 registers.Ronald S. Bultje
2012-04-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-13dsputil: fix optimized emu_edge function on Win64.Ronald S. Bultje
2012-04-13ac3dsp: call femms/emms at the end of float_to_fixed24() for 3DNow and SSEJustin Ruggles
2012-04-13h264: fix 10bit biweight functions after recent x86inc.asm fixes.Ronald S. Bultje
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-12build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun
2012-04-11x86inc improvements for 64-bitHenrik Gramner
2012-04-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-10rv40dsp x86: use only one register, for both increment and loop counterChristophe GISQUET
2012-04-10rv40dsp: implement prescaled versions for biweight.Christophe GISQUET
2012-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-04dsputil x86: use SSE float instruction instead of SSE2 integer equivalentChristophe GISQUET
2012-04-04dsputil x86: remove deprecated parameter from scalarproduct_int16 prototypeChristophe GISQUET
2012-04-04vp8dsp x86: perform rounding shift with a single instructionChristophe GISQUET
2012-04-02dsputil_mmx: fix scalarproduct prototypesMichael Niedermayer
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28cabac: add overread protection to BRANCHLESS_GET_CABAC().Ronald S. Bultje
2012-03-28cabac: increment jump locations by one in callers of BRANCHLESS_GET_CABAC().Ronald S. Bultje
2012-03-28cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE().Ronald S. Bultje
2012-03-28cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().Ronald S. Bultje
2012-03-28h264: add overread protection to get_cabac_bypass_sign_x86().Ronald S. Bultje
2012-03-28h264: reindent get_cabac_bypass_sign_x86().Ronald S. Bultje
2012-03-28h264: use struct offsets in get_cabac_bypass_sign_x86().Ronald S. Bultje
2012-03-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-26build: prettyprinting cosmeticsDiego Biurrun
2012-03-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-25x86: dsputil: prettyprint gcc inline asmDiego Biurrun
2012-03-25x86: K&R prettyprinting cosmetics for dsputil_mmx.cDiego Biurrun
2012-03-25x86: conditionally compile H.264 QPEL optimizationsDiego Biurrun
2012-03-25dsputil_mmx: Surround QPEL macros by "do { } while (0);" blocks.Diego Biurrun
2012-03-24Fix linking without yasm.Carl Eugen Hoyos
2012-03-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-23aacsbr: handle m_max values smaller than 4.Ronald S. Bultje
2012-03-23VC1: restore optimizations broken in 9a1ced32.Reimar Döffinger
2012-03-22Replace SSE2 instruction in scalarproduct_float_sse() by SSE equivalent.ami_stuff
2012-03-21Replace SSE2 instruction by SSE equivalent.Reimar Döffinger
2012-03-17dsp: fix diff_bytes_mmx() with small widthMichael Niedermayer
2012-03-16dsputil: mark source of diff_bytes as const.Michael Niedermayer
2012-03-16dirac: mark some variables const.Michael Niedermayer
2012-03-13Move struc FFTContext below SECTION_RODATANico Weber