summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* SBR DSP x86: implement SSE sbr_hf_g_filtChristophe GISQUET2012-02-232-0/+43
* SBR DSP x86: implement SSE sbr_sum_square_sseChristophe GISQUET2012-02-233-0/+113
* rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje2012-02-202-4/+4
* h264: don't use redzone in loopfilter on win64.Ronald S. Bultje2012-02-191-1/+8
* mpegaudio: replace memcpy by SIMD codeChristophe GISQUET2012-02-151-1/+20
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-1/+1
* dsputil: Add ff_ prefix to inv_zigzag_direct16Martin Storsjö2012-02-152-3/+3
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-154-7/+7
* ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3()Justin Ruggles2012-02-091-9/+4
* cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-096-6/+0
* h264: manually save/restore XMM registers for functions using INIT_MMX.Ronald S. Bultje2012-02-082-0/+6
* pngdsp: swap argument inversion.Ronald S. Bultje2012-02-071-1/+1
* h264: mark h264_idct_add8_10 with number of XMM registers.Michael Kostylev2012-02-071-1/+1
* win64: add a XMM clobber test configure option.Ronald S. Bultje2012-02-022-0/+81
* Fix a typo in the x86 asm version of ff_vector_clip_int32()Justin Ruggles2012-02-011-1/+1
* rv40: x86 SIMD for biweightChristophe Gisquet2012-01-303-1/+228
* x86: Give RV40 init file a more suitable name.Diego Biurrun2012-01-302-1/+1
* x86: Place mm_flags variable declaration below the appropriate #ifdef.Diego Biurrun2012-01-302-3/+3
* x86 dsputil: provide SSE2/SSSE3 versions of bswap_bufChristophe Gisquet2012-01-302-0/+128
* png: add support for bpp>4 to paeth x86 SIMD code.Ronald S. Bultje2012-01-291-1/+13
* png: add SSE2 version for add_bytes_l2.Ronald S. Bultje2012-01-292-0/+26
* png: convert DSP functions to yasm.Ronald S. Bultje2012-01-293-103/+156
* png: add missing #if HAVE_SSSE3 around function pointer assignment.Ronald S. Bultje2012-01-291-1/+1
* imdct36: mark SSE functions as using all 16 XMM registers.Ronald S. Bultje2012-01-291-1/+1
* png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-293-102/+136
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-2721-174/+174
* dsputil: use vertical component for drawing bottom edge.Ronald S. Bultje2012-01-251-1/+1
* rv34: 1-pass inter MB reconstructionChristophe GISQUET2012-01-162-4/+3
* rv34: Intra 16x16 handlingChristophe GISQUET2012-01-162-14/+83
* rv34: DC-only inverse transformChristophe GISQUET2012-01-123-1/+100
* fft: init functions with INIT_XMM/YMM.Henrik Gramner2012-01-111-0/+3
* mpegaudiodec: optimized iMDCT transformVitor Sessak2012-01-083-0/+802
* x86: Fix constraints for decode_significance*_x86Martin Storsjö2011-12-271-2/+2
* x86: Tighten register constraints for decode_significance*_x86.Diego Biurrun2011-12-211-2/+2
* x86: conditionally compile dnxhd encoder optimizationsDiego Biurrun2011-12-191-2/+2
* build: conditionally compile x86 H.264 chroma optimizationsDiego Biurrun2011-12-142-11/+16
* x86: Require 7 registers for the cabac asmMartin Storsjö2011-12-121-2/+2
* x86: cabac: replace explicit memory references with "m" operandsMans Rullgard2011-12-112-40/+36
* Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* dsputil: use cpuflags in x86 emu_edge_coreJustin Ruggles2011-11-221-45/+46
* dsputil: use movups instead of movdqu in ff_emu_edge_core_sse()Justin Ruggles2011-11-222-7/+7
* twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles2011-11-112-0/+55
* Remove redundant filename self-references inside files.Diego Biurrun2011-11-081-1/+0
* x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectoryDiego Biurrun2011-11-082-4/+4
* dsputil: use cpuflags in x86 versions of vector_clip_int32()Justin Ruggles2011-11-062-21/+27
* h264_weight: remove duplication functions.Ronald S. Bultje2011-11-051-4/+0
* fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64Justin Ruggles2011-11-021-1/+5
* H.264: Cometics to dsputil_mmx.cDaniel Kang2011-10-261-12/+12
* h264_weight: initialize "height" function argument properly.Ronald S. Bultje2011-10-221-0/+1
* fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasmJustin Ruggles2011-10-212-60/+61
OpenPOWER on IntegriCloud