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
2011-12-19x86: conditionally compile dnxhd encoder optimizationsDiego Biurrun
2011-12-14build: conditionally compile x86 H.264 chroma optimizationsDiego Biurrun
2011-12-12x86: Require 7 registers for the cabac asmMartin Storsjö
2011-12-12x86: cabac: replace explicit memory references with "m" operandsMans Rullgard
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-11-23dsputil: use cpuflags in x86 emu_edge_coreJustin Ruggles
2011-11-23dsputil: use movups instead of movdqu in ff_emu_edge_core_sse()Justin Ruggles
2011-11-11twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles
2011-11-08Remove redundant filename self-references inside files.Diego Biurrun
2011-11-08x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectoryDiego Biurrun
2011-11-07dsputil: use cpuflags in x86 versions of vector_clip_int32()Justin Ruggles
2011-11-05h264_weight: remove duplication functions.Ronald S. Bultje
2011-11-03fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64Justin Ruggles
2011-10-26H.264: Cometics to dsputil_mmx.cDaniel Kang
2011-10-22h264_weight: initialize "height" function argument properly.Ronald S. Bultje
2011-10-21fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasmJustin Ruggles
2011-10-21fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles
2011-10-21fmtconvert: check compile-time x86 instruction set flagsJustin Ruggles
2011-10-21fmtconvert: port float_to_int16() x86 inline asm to yasmJustin Ruggles
2011-10-21H264: change weight/biweight functions to take a height argument.Ronald S. Bultje
2011-10-21Support for lossless and inter H264 4:2:2.Ronald S. Bultje
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-10-20x86: Move some variable declarations below the appropriat #ifdef.Diego Biurrun
2011-10-20x86: Fix linking of ProRes DSP ASM with YASM disabled.Diego Biurrun
2011-10-14proresdsp: fix function prototypes.Ronald S. Bultje
2011-10-11prores: idct sse2/sse4 optimizations.Ronald S. Bultje
2011-09-24fft: avoid a signed overflowSean McGovern
2011-08-18Move clipd macros to x86util.asm.Ronald S. Bultje
2011-08-15Fix NASM include directiveDave Yeo
2011-08-15dsputil_mmx: Honor HAVE_AMD3DNOWAlex Converse
2011-08-12Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje
2011-08-12Move x86inc.asm to libavutil/.Ronald S. Bultje
2011-08-12Move RV3/4-specific DSP functions into their own contextKostya Shishkov
2011-08-02dct32: Add SSE2 ASM optimizationsVitor Sessak
2011-07-29H.264: tweak some other x86 asm for AtomJason Garrett-Glaser
2011-07-29x86: cabac: add operand size suffixes missing from 6c32576Mans Rullgard
2011-07-29x86: cabac: don't load/store context values in asmMans Rullgard
2011-07-29H.264: optimize CABAC x86 asm for AtomJason Garrett-Glaser
2011-07-27x86: fix build with gcc 4.7Mans Rullgard
2011-07-23H.264: Add optimizations to predict x86 assembly.Daniel Kang
2011-07-21dnxhd: 10-bit supportJoseph Artsimovich
2011-07-21dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard
2011-07-21dsputil: template get_pixels() for different bit depthsMans Rullgard
2011-07-21jfdctint: add 10-bit versionMans Rullgard
2011-07-20simple_idct: add 10-bit versionMans Rullgard
2011-07-18dsputil: remove disabled codeDiego Biurrun
2011-07-18x86: Use LOCAL_ALIGNED in mpegvideo_mmx_templateMartin Storsjö
2011-07-17simple_idct: remove disabled codeDiego Biurrun
2011-07-14H.264: Add more x86 assembly for 10-bit H.264 predict functionsDaniel Kang
2011-07-12H.264: add filter_mb_fast support for >8-bit decodingJason Garrett-Glaser