Sat, 05 Dec 2009 15:09:10 +0000 |
lorenm |
refactor and optimize scalarproduct
libavcodec
|
Thu, 03 Dec 2009 18:53:12 +0000 |
lorenm |
port ape dsp functions from sse2 to mmx
libavcodec
|
Sun, 18 Oct 2009 20:47:25 +0000 |
lorenm |
huffyuv: add some const qualifiers
libavcodec
|
Sun, 18 Oct 2009 20:10:10 +0000 |
lorenm |
simd add_hfyu_left_prediction
libavcodec
|
Sun, 27 Sep 2009 16:52:00 +0000 |
mru |
cosmetics: fix indentation after previous commit
libavcodec
|
Sun, 27 Sep 2009 16:51:54 +0000 |
mru |
Drop unused args from vector_fmul_add_add, simpify code, and rename
libavcodec
|
Thu, 27 Aug 2009 15:52:44 +0000 |
vitor |
Mark "i" parameter of vector_clipf_sse() as early-clobber
libavcodec
|
Thu, 27 Aug 2009 15:38:59 +0000 |
vitor |
Mark parameter src of vector_clipf() as const
libavcodec
|
Thu, 27 Aug 2009 14:49:36 +0000 |
vitor |
SSE optimized vector_clipf(). 10% faster TwinVQ decoding.
libavcodec
|
Wed, 29 Jul 2009 09:54:49 +0000 |
diego |
Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,
libavcodec
|
Wed, 22 Jul 2009 22:27:10 +0000 |
diego |
Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.
libavcodec
|
Fri, 17 Jul 2009 09:07:38 +0000 |
cehoyos |
Icc 11.1 still does not align the stack pointer, disable some x264 functions.
libavcodec
|
Tue, 16 Jun 2009 17:33:57 +0000 |
darkshikari |
SSE version of clear_blocks
libavcodec
|
Wed, 15 Apr 2009 19:10:16 +0000 |
conrad |
avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing
libavcodec
|
Wed, 15 Apr 2009 02:25:42 +0000 |
conrad |
VC1: extend MMX qpel MC to include MMX2 avg qpel
libavcodec
|
Tue, 14 Apr 2009 23:56:10 +0000 |
conrad |
VC1: add and use avg_no_rnd chroma MC functions
libavcodec
|
Tue, 14 Apr 2009 23:55:39 +0000 |
conrad |
Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only
libavcodec
|
Sat, 04 Apr 2009 13:20:53 +0000 |
stefano |
Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency
libavcodec
|
Fri, 03 Apr 2009 14:03:49 +0000 |
reimar |
Mark line_skip3 asm argument as output-only instead of using av_uninit.
libavcodec
|
Fri, 03 Apr 2009 14:02:34 +0000 |
reimar |
Mark put_signed_pixels_clamped_mmx output operands as early-clobber because
libavcodec
|
Fri, 03 Apr 2009 14:01:24 +0000 |
reimar |
Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLE
libavcodec
|
Thu, 02 Apr 2009 21:02:42 +0000 |
alexc |
Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c.
libavcodec
|
Fri, 13 Feb 2009 00:02:33 +0000 |
aurel |
add SSE2 version of vp6_filter_diag
libavcodec
|
Thu, 12 Feb 2009 23:52:52 +0000 |
aurel |
add MMX version of vp6_filter_diag
libavcodec
|
Thu, 12 Feb 2009 23:48:07 +0000 |
aurel |
convert ff_pw_64 into an xmm_reg for future use in vp6 sse code
libavcodec
|
Wed, 11 Feb 2009 11:16:00 +0000 |
diego |
Add check whether the compiler/assembler supports 10 or more operands.
libavcodec
|
Sun, 08 Feb 2009 17:45:30 +0000 |
lorenm |
ff_add_hfyu_median_prediction_mmx2
libavcodec
|
Mon, 26 Jan 2009 03:40:48 +0000 |
conrad |
Workaround for gcc 3.4 to align sh properly
libavcodec
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavcodec
|
Wed, 14 Jan 2009 17:19:17 +0000 |
aurel |
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
libavcodec
|