summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* Move clipd macros to x86util.asm.Ronald S. Bultje2011-08-171-33/+1
* Fix NASM include directiveDave Yeo2011-08-1522-41/+41
* dsputil_mmx: Honor HAVE_AMD3DNOWAlex Converse2011-08-151-5/+5
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-1220-561/+19
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-1223-927/+22
* Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-113-20/+62
* dct32: Add SSE2 ASM optimizationsVitor Sessak2011-08-023-9/+33
* H.264: tweak some other x86 asm for AtomJason Garrett-Glaser2011-07-295-51/+48
* x86: cabac: add operand size suffixes missing from 6c32576Mans Rullgard2011-07-282-3/+3
* x86: cabac: don't load/store context values in asmMans Rullgard2011-07-282-34/+10
* H.264: optimize CABAC x86 asm for AtomJason Garrett-Glaser2011-07-282-15/+11
* x86: fix build with gcc 4.7Mans Rullgard2011-07-261-4/+4
* H.264: Add optimizations to predict x86 assembly.Daniel Kang2011-07-223-714/+437
* dnxhd: 10-bit supportJoseph Artsimovich2011-07-211-1/+2
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-211-1/+1
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-211-2/+5
* jfdctint: add 10-bit versionMans Rullgard2011-07-211-1/+2
* simple_idct: add 10-bit versionMans Rullgard2011-07-201-1/+1
* dsputil: remove disabled codeDiego Biurrun2011-07-181-39/+0
* x86: Use LOCAL_ALIGNED in mpegvideo_mmx_templateMartin Storsjö2011-07-181-1/+1
* simple_idct: remove disabled codeDiego Biurrun2011-07-171-133/+0
* H.264: Add more x86 assembly for 10-bit H.264 predict functionsDaniel Kang2011-07-132-1/+253
* H.264: add filter_mb_fast support for >8-bit decodingJason Garrett-Glaser2011-07-111-1/+2
* dsputil: remove ff_emulated_edge_mc macro used in one placeMans Rullgard2011-07-101-1/+1
* H.264: Add x86 assembly for 10-bit H.264 predict functionsDaniel Kang2011-07-084-1/+998
* YASM: Shut up unused variable compiler warning with --disable-yasm.Daniel Kang2011-07-041-2/+2
* x86_32: Fix build on x86_32 with --disable-yasm.Daniel Kang2011-07-041-1/+1
* Fix build with --disable-yasm.Daniel Kang2011-07-031-0/+2
* H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang2011-07-034-50/+1076
* ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents().Justin Ruggles2011-07-012-0/+111
* ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.Justin Ruggles2011-07-012-0/+138
* configure: Drop check for availability of ten assembler operands.Diego Biurrun2011-06-282-5/+5
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-242-2/+2
* h264: Add x86 assembly for 10-bit weight/biweight H.264 functions.Daniel Kang2011-06-213-0/+383
* x86: cabac: fix register constraints for 32-bit modeMans Rullgard2011-06-202-3/+3
* cabac: move x86 asm to libavcodec/x86/cabac.hMans Rullgard2011-06-202-0/+149
* x86: h264: cast pointers to intptr_t rather than intMans Rullgard2011-06-201-3/+3
* x86: h264: remove hardcoded edi in decode_significance_8x8_x86()Mans Rullgard2011-06-201-25/+26
* x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86()Mans Rullgard2011-06-201-31/+34
* x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86()Mans Rullgard2011-06-201-35/+37
* x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86()Mans Rullgard2011-06-201-26/+26
* x86: cabac: remove hardcoded ebx in inline asmMans Rullgard2011-06-201-34/+36
* x86: cabac: remove hardcoded struct offsets from inline asmMans Rullgard2011-06-201-14/+20
* Fix build if yasm is not available.Ronald S. Bultje2011-06-181-1/+3
* H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.Daniel Kang2011-06-183-0/+306
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-134-40/+58
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-134-58/+40
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-134-40/+58
* h264: Fix 10-bit H.264 x86 chroma v loopfilter asm.Oskar Arvidsson2011-06-101-1/+8
* H264: x86 predict init cosmetics.Daniel Kang2011-06-081-110/+110
OpenPOWER on IntegriCloud