623 Commits (b62d4c16c901a7e3fe0296345970bce815ac410e)

Author SHA1 Message Date
Ronald S. Bultje 291c9b6285 h264: change underread for 10bit QPEL to overread. 13 years ago
Ronald S. Bultje 45549339bc vp8: disable mmx functions with sse/sse2 counterparts on x86-64. 13 years ago
Ronald S. Bultje bd66f073fe vp8: change int stride to ptrdiff_t stride. 13 years ago
Ronald S. Bultje b0c4f04338 h264: fix mmxext chroma deblock to use correct TC values. 13 years ago
Christophe GISQUET 2784d18791 SBR DSP x86: implement SSE sbr_hf_g_filt 13 years ago
Christophe GISQUET 34454c761f SBR DSP x86: implement SSE sbr_sum_square_sse 13 years ago
Ronald S. Bultje 3ab9a2a557 rv34: change most "int stride" into "ptrdiff_t stride". 13 years ago
Ronald S. Bultje 8fb26950ed h264: don't use redzone in loopfilter on win64. 13 years ago
Christophe GISQUET f3e084909b mpegaudio: replace memcpy by SIMD code 13 years ago
Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
Martin Storsjö 873c89e2a6 dsputil: Add ff_ prefix to inv_zigzag_direct16 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Justin Ruggles d483bb58c3 ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3() 13 years ago
Diego Biurrun 0bba26466f cosmetics: Delete empty lines at end of file. 13 years ago
Ronald S. Bultje ce1e250ee9 h264: manually save/restore XMM registers for functions using INIT_MMX. 13 years ago
Ronald S. Bultje 4ff6dea390 pngdsp: swap argument inversion. 13 years ago
Michael Kostylev 3206cccc0e h264: mark h264_idct_add8_10 with number of XMM registers. 13 years ago
Ronald S. Bultje 7e4d9d5d45 win64: add a XMM clobber test configure option. 13 years ago
Justin Ruggles 236a550c3f Fix a typo in the x86 asm version of ff_vector_clip_int32() 13 years ago
Christophe Gisquet e5c9de2ab7 rv40: x86 SIMD for biweight 13 years ago
Diego Biurrun 91bafb52ae x86: Give RV40 init file a more suitable name. 13 years ago
Diego Biurrun c30b198381 x86: Place mm_flags variable declaration below the appropriate #ifdef. 13 years ago
Christophe Gisquet 6b03900382 x86 dsputil: provide SSE2/SSSE3 versions of bswap_buf 13 years ago
Ronald S. Bultje af79a0c48a png: add support for bpp>4 to paeth x86 SIMD code. 13 years ago
Ronald S. Bultje f91c4b7824 png: add SSE2 version for add_bytes_l2. 13 years ago
Ronald S. Bultje 59f474b49d png: convert DSP functions to yasm. 13 years ago
Ronald S. Bultje 20a7d3178f png: add missing #if HAVE_SSSE3 around function pointer assignment. 13 years ago
Ronald S. Bultje 331e7c4cb3 imdct36: mark SSE functions as using all 16 XMM registers. 13 years ago
Ronald S. Bultje e92003514d png: move DSP functions to their own DSP context. 13 years ago
Ronald S. Bultje 3b15a6d742 config.asm: change %ifdef directives to %if directives. 13 years ago
Ronald S. Bultje c3af52fa8b dsputil: use vertical component for drawing bottom edge. 13 years ago
Christophe GISQUET 9ba9c34024 rv34: 1-pass inter MB reconstruction 13 years ago
Christophe GISQUET d78062386e rv34: Intra 16x16 handling 13 years ago
Christophe GISQUET 3faa303a47 rv34: DC-only inverse transform 13 years ago
Henrik Gramner e7d02b04dc fft: init functions with INIT_XMM/YMM. 13 years ago
Vitor Sessak 39df0c434c mpegaudiodec: optimized iMDCT transform 13 years ago
Martin Storsjö 676a9ee1d2 x86: Fix constraints for decode_significance*_x86 13 years ago
Diego Biurrun 6fdb2ce34a x86: Tighten register constraints for decode_significance*_x86. 13 years ago
Diego Biurrun 30bbd5cbc0 x86: conditionally compile dnxhd encoder optimizations 13 years ago
Diego Biurrun 88b9735753 build: conditionally compile x86 H.264 chroma optimizations 13 years ago
Martin Storsjö f1dba9e498 x86: Require 7 registers for the cabac asm 13 years ago
Mans Rullgard 599b4c6efd x86: cabac: replace explicit memory references with "m" operands 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Justin Ruggles 0e8fdd41c2 dsputil: use cpuflags in x86 emu_edge_core 13 years ago
Justin Ruggles 395f2e70dd dsputil: use movups instead of movdqu in ff_emu_edge_core_sse() 13 years ago
Justin Ruggles 9d06037d48 twinvq: add SSE/AVX optimized sum/difference stereo interleaving 13 years ago
Diego Biurrun ce33320b30 Remove redundant filename self-references inside files. 13 years ago
Diego Biurrun 276b995d85 x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectory 13 years ago
Justin Ruggles b8f02f5b4e dsputil: use cpuflags in x86 versions of vector_clip_int32() 13 years ago
Ronald S. Bultje 717401aff2 h264_weight: remove duplication functions. 13 years ago