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
2011-06-28configure: Drop check for availability of ten assembler operands.Diego Biurrun
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-06-21h264: Add x86 assembly for 10-bit weight/biweight H.264 functions.Daniel Kang
2011-06-21x86: cabac: fix register constraints for 32-bit modeMans Rullgard
2011-06-21cabac: move x86 asm to libavcodec/x86/cabac.hMans Rullgard
2011-06-21x86: h264: cast pointers to intptr_t rather than intMans Rullgard
2011-06-21x86: h264: remove hardcoded edi in decode_significance_8x8_x86()Mans Rullgard
2011-06-21x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86()Mans Rullgard
2011-06-21x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86()Mans Rullgard
2011-06-21x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86()Mans Rullgard
2011-06-21x86: cabac: remove hardcoded ebx in inline asmMans Rullgard
2011-06-21x86: cabac: remove hardcoded struct offsets from inline asmMans Rullgard
2011-06-18Fix build if yasm is not available.Ronald S. Bultje
2011-06-18H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.Daniel Kang
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-14Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-10h264: Fix 10-bit H.264 x86 chroma v loopfilter asm.Oskar Arvidsson
2011-06-08H264: x86 predict init cosmetics.Daniel Kang
2011-06-06Add x86 assembly for some 10-bit H.264 intra predict functions.Daniel Kang
2011-06-02Cosmetic changes to h264_idct_10bit.asm.Loren Merritt
2011-06-022x faster h264_idct_add8_10.Loren Merritt
2011-06-02h264: remove CONFIG_GPL from x86 intra prediction code.Ronald S. Bultje
2011-06-01h264/10bit: add HAVE_ALIGNED_STACK checks.Daniel Kang
2011-06-01Update 8-bit H.264 IDCT function names to reflect bit-depth.Daniel Kang
2011-06-01Add IDCT functions for 10-bit H.264.Daniel Kang
2011-05-28ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits.Justin Ruggles
2011-05-28ac3enc: modify mantissa bit counting to keep bap counts for all values of bapJustin Ruggles
2011-05-27x86: Add appropriate ifdefs around certain AVX functions.Diego Biurrun
2011-05-23x86 asm: Add SECTION_TEXT to dct32_sse.asm.Dave Yeo
2011-05-22dct32_sse: eliminate some spillsLoren Merritt
2011-05-22Fix dct32() compilation with --disable-yasmVitor Sessak
2011-05-21dct32: Add AVX implementation of 32-point DCTVitor Sessak
2011-05-21dct32: Change pass 6 permutation to allow for AVX implementationVitor Sessak
2011-05-21dct32: port SSE 32-point DCT to YASMVitor Sessak
2011-05-21multiple inclusion guard cleanupDiego Biurrun
2011-05-20Add support for a.out object format to assembler macros.Dave Yeo
2011-05-19mpegaudiodsp: fix x86 and ppc makefilesMans Rullgard
2011-05-19Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard
2011-05-1910l: wrap float_interleave functions in HAVE_YASM.Justin Ruggles
2011-05-19Add float_interleave() to FmtConvertContext with x86-optimized versions.Justin Ruggles
2011-05-17Modify x86util.asm to ease transitioning to 10-bit H.264 assembly.Daniel Kang
2011-05-16h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64.Gil Pedersen
2011-05-14Fix FSF address copy paste error in some license headers.Diego Biurrun
2011-05-1110-bit H.264 x86 chroma v loopfilter asmJason Garrett-Glaser
2011-05-11Port x86 10-bit H.264 deblock asm from x264Jason Garrett-Glaser
2011-05-11Update x86 H.264 deblock asmJason Garrett-Glaser
2011-05-10h264dsp_mmx: place bracket outside #if/#endif block.Ronald S. Bultje
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-04-29Remove disabled non-optimized code variants.Diego Biurrun