summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasmJustin Ruggles2011-10-21
* fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles2011-10-21
* fmtconvert: check compile-time x86 instruction set flagsJustin Ruggles2011-10-21
* fmtconvert: port float_to_int16() x86 inline asm to yasmJustin Ruggles2011-10-21
* H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-21
* Support for lossless and inter H264 4:2:2.Ronald S. Bultje2011-10-21
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* x86: Move some variable declarations below the appropriat #ifdef.Diego Biurrun2011-10-20
* x86: Fix linking of ProRes DSP ASM with YASM disabled.Diego Biurrun2011-10-20
* proresdsp: fix function prototypes.Ronald S. Bultje2011-10-14
* prores: idct sse2/sse4 optimizations.Ronald S. Bultje2011-10-11
* fft: avoid a signed overflowSean McGovern2011-09-23
* Move clipd macros to x86util.asm.Ronald S. Bultje2011-08-17
* Fix NASM include directiveDave Yeo2011-08-15
* dsputil_mmx: Honor HAVE_AMD3DNOWAlex Converse2011-08-15
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-12
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-12
* Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-11
* dct32: Add SSE2 ASM optimizationsVitor Sessak2011-08-02
* H.264: tweak some other x86 asm for AtomJason Garrett-Glaser2011-07-29
* x86: cabac: add operand size suffixes missing from 6c32576Mans Rullgard2011-07-28
* x86: cabac: don't load/store context values in asmMans Rullgard2011-07-28
* H.264: optimize CABAC x86 asm for AtomJason Garrett-Glaser2011-07-28
* x86: fix build with gcc 4.7Mans Rullgard2011-07-26
* H.264: Add optimizations to predict x86 assembly.Daniel Kang2011-07-22
* dnxhd: 10-bit supportJoseph Artsimovich2011-07-21
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-21
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-21
* jfdctint: add 10-bit versionMans Rullgard2011-07-21
* simple_idct: add 10-bit versionMans Rullgard2011-07-20
* dsputil: remove disabled codeDiego Biurrun2011-07-18
* x86: Use LOCAL_ALIGNED in mpegvideo_mmx_templateMartin Storsjö2011-07-18
* simple_idct: remove disabled codeDiego Biurrun2011-07-17
* H.264: Add more x86 assembly for 10-bit H.264 predict functionsDaniel Kang2011-07-13
* H.264: add filter_mb_fast support for >8-bit decodingJason Garrett-Glaser2011-07-11
* dsputil: remove ff_emulated_edge_mc macro used in one placeMans Rullgard2011-07-10
* H.264: Add x86 assembly for 10-bit H.264 predict functionsDaniel Kang2011-07-08
* YASM: Shut up unused variable compiler warning with --disable-yasm.Daniel Kang2011-07-04
* x86_32: Fix build on x86_32 with --disable-yasm.Daniel Kang2011-07-04
* Fix build with --disable-yasm.Daniel Kang2011-07-03
* H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang2011-07-03
* ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents().Justin Ruggles2011-07-01
* ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.Justin Ruggles2011-07-01
* configure: Drop check for availability of ten assembler operands.Diego Biurrun2011-06-28
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* h264: Add x86 assembly for 10-bit weight/biweight H.264 functions.Daniel Kang2011-06-21
* x86: cabac: fix register constraints for 32-bit modeMans Rullgard2011-06-20
* cabac: move x86 asm to libavcodec/x86/cabac.hMans Rullgard2011-06-20
* x86: h264: cast pointers to intptr_t rather than intMans Rullgard2011-06-20
* x86: h264: remove hardcoded edi in decode_significance_8x8_x86()Mans Rullgard2011-06-20