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-28h264: new assembly version of get_cabac for x86_64 with PICRoland Scheidegger
2012-04-28h264: use one table instead of several for cabac functionsRoland Scheidegger
2012-04-28h264: (trivial) remove unneeded macro argument in x86/cabac.hRoland Scheidegger
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-21avcodec: remove AVCodecContext.dsp_maskMans Rullgard
2012-04-16h264: use proper PROLOGUE statement for a function using 8 registers.Ronald S. Bultje
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-12build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun
2012-04-11x86inc improvements for 64-bitHenrik Gramner
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-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-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-26build: prettyprinting cosmeticsDiego Biurrun
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-23aacsbr: handle m_max values smaller than 4.Ronald S. Bultje
2012-03-10vp8: convert mbedge loopfilter x86 assembly to use named arguments.Ronald S. Bultje
2012-03-10vp8: convert inner loopfilter x86 assembly to use named arguments.Ronald S. Bultje
2012-03-08sbrdsp.asm: convert all instructions to float/SSE ones.Reimar Döffinger
2012-03-07dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET
2012-03-07x86: Remove duplicated AVG_3DNOW_OP / AVG_MMX2_OP macros from h264_qpel_mmx.c.Diego Biurrun
2012-03-07SBR DSP: fix SSE code to not use SSE2 instructions.Reimar Döffinger
2012-03-05x86: clean up ff_dsputil_init_mmx()Mans Rullgard
2012-03-04vp8: convert simple loopfilter x86 assembly to use named arguments.Ronald S. Bultje
2012-03-04vp8: convert idct x86 assembly to use named arguments.Ronald S. Bultje
2012-03-04vp8: convert mc x86 assembly to use named arguments.Ronald S. Bultje
2012-03-04vp8: convert loopfilter x86 assembly to use cpuflags().Ronald S. Bultje
2012-03-04vp8: convert idct/mc x86 assembly to use cpuflags().Ronald S. Bultje
2012-03-02h264: change underread for 10bit QPEL to overread.Ronald S. Bultje
2012-03-02vp8: disable mmx functions with sse/sse2 counterparts on x86-64.Ronald S. Bultje
2012-03-02vp8: change int stride to ptrdiff_t stride.Ronald S. Bultje
2012-02-27h264: fix mmxext chroma deblock to use correct TC values.Ronald S. Bultje
2012-02-24SBR DSP x86: implement SSE sbr_hf_g_filtChristophe GISQUET
2012-02-24SBR DSP x86: implement SSE sbr_sum_square_sseChristophe GISQUET
2012-02-21rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje
2012-02-20h264: don't use redzone in loopfilter on win64.Ronald S. Bultje
2012-02-16mpegaudio: replace memcpy by SIMD codeChristophe GISQUET