summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* SBR DSP x86: implement SSE sbr_hf_g_filtChristophe GISQUET2012-02-23
* SBR DSP x86: implement SSE sbr_sum_square_sseChristophe GISQUET2012-02-23
* rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje2012-02-20
* h264: don't use redzone in loopfilter on win64.Ronald S. Bultje2012-02-19
* mpegaudio: replace memcpy by SIMD codeChristophe GISQUET2012-02-15
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
* dsputil: Add ff_ prefix to inv_zigzag_direct16Martin Storsjö2012-02-15
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3()Justin Ruggles2012-02-09
* cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-09
* h264: manually save/restore XMM registers for functions using INIT_MMX.Ronald S. Bultje2012-02-08
* pngdsp: swap argument inversion.Ronald S. Bultje2012-02-07
* h264: mark h264_idct_add8_10 with number of XMM registers.Michael Kostylev2012-02-07
* win64: add a XMM clobber test configure option.Ronald S. Bultje2012-02-02
* Fix a typo in the x86 asm version of ff_vector_clip_int32()Justin Ruggles2012-02-01
* rv40: x86 SIMD for biweightChristophe Gisquet2012-01-30
* x86: Give RV40 init file a more suitable name.Diego Biurrun2012-01-30
* x86: Place mm_flags variable declaration below the appropriate #ifdef.Diego Biurrun2012-01-30
* x86 dsputil: provide SSE2/SSSE3 versions of bswap_bufChristophe Gisquet2012-01-30
* png: add support for bpp>4 to paeth x86 SIMD code.Ronald S. Bultje2012-01-29
* png: add SSE2 version for add_bytes_l2.Ronald S. Bultje2012-01-29
* png: convert DSP functions to yasm.Ronald S. Bultje2012-01-29
* png: add missing #if HAVE_SSSE3 around function pointer assignment.Ronald S. Bultje2012-01-29
* imdct36: mark SSE functions as using all 16 XMM registers.Ronald S. Bultje2012-01-29
* png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-29
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-27
* dsputil: use vertical component for drawing bottom edge.Ronald S. Bultje2012-01-25
* rv34: 1-pass inter MB reconstructionChristophe GISQUET2012-01-16
* rv34: Intra 16x16 handlingChristophe GISQUET2012-01-16
* rv34: DC-only inverse transformChristophe GISQUET2012-01-12
* fft: init functions with INIT_XMM/YMM.Henrik Gramner2012-01-11
* mpegaudiodec: optimized iMDCT transformVitor Sessak2012-01-08
* x86: Fix constraints for decode_significance*_x86Martin Storsjö2011-12-27
* x86: Tighten register constraints for decode_significance*_x86.Diego Biurrun2011-12-21
* x86: conditionally compile dnxhd encoder optimizationsDiego Biurrun2011-12-19
* build: conditionally compile x86 H.264 chroma optimizationsDiego Biurrun2011-12-14
* x86: Require 7 registers for the cabac asmMartin Storsjö2011-12-12
* x86: cabac: replace explicit memory references with "m" operandsMans Rullgard2011-12-11
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* dsputil: use cpuflags in x86 emu_edge_coreJustin Ruggles2011-11-22
* dsputil: use movups instead of movdqu in ff_emu_edge_core_sse()Justin Ruggles2011-11-22
* twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles2011-11-11
* Remove redundant filename self-references inside files.Diego Biurrun2011-11-08
* x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectoryDiego Biurrun2011-11-08
* dsputil: use cpuflags in x86 versions of vector_clip_int32()Justin Ruggles2011-11-06
* h264_weight: remove duplication functions.Ronald S. Bultje2011-11-05
* fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64Justin Ruggles2011-11-02
* H.264: Cometics to dsputil_mmx.cDaniel Kang2011-10-26
* h264_weight: initialize "height" function argument properly.Ronald S. Bultje2011-10-22
* fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasmJustin Ruggles2011-10-21