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-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
2011-07-10dsputil: remove ff_emulated_edge_mc macro used in one placeMans Rullgard
2011-07-09H.264: Add x86 assembly for 10-bit H.264 predict functionsDaniel Kang
2011-07-04YASM: Shut up unused variable compiler warning with --disable-yasm.Daniel Kang
2011-07-04x86_32: Fix build on x86_32 with --disable-yasm.Daniel Kang
2011-07-04Fix build with --disable-yasm.Daniel Kang
2011-07-03H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang
2011-07-01ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents().Justin Ruggles
2011-07-01ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.Justin Ruggles
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