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-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
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