Sat, 04 Sep 2010 09:59:08 +0000 |
stefano |
Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_
libavcodec
|
Fri, 03 Sep 2010 16:52:46 +0000 |
rbultje |
Port latest x264 deblock asm (before they moved to using NV12 as internal
libavcodec
|
Wed, 01 Sep 2010 20:48:59 +0000 |
rbultje |
Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,
libavcodec
|
Mon, 30 Aug 2010 20:30:40 +0000 |
rbultje |
Fix compilation failure if yasm is disabled (missing vp3 symbols).
libavcodec
|
Mon, 30 Aug 2010 16:31:04 +0000 |
rbultje |
Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1
libavcodec
|
Mon, 30 Aug 2010 16:25:46 +0000 |
rbultje |
Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6
libavcodec
|
Mon, 30 Aug 2010 16:22:27 +0000 |
rbultje |
Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()
libavcodec
|
Wed, 25 Aug 2010 13:42:28 +0000 |
rbultje |
Move vp6_filter_diag4() from DSPContext to VP56DSPContext.
libavcodec
|
Tue, 24 Aug 2010 17:47:05 +0000 |
mru |
Remove global mm_flags variable
libavcodec
|
Thu, 05 Aug 2010 00:13:38 +0000 |
darkshikari |
H.264: SSE2/SSSE3 weighted prediction asm
libavcodec
|
Tue, 03 Aug 2010 20:59:00 +0000 |
mru |
Move cavs dsp functions to their own struct
libavcodec
|
Thu, 22 Jul 2010 00:39:49 +0000 |
lorenm |
relicense h264 deblock sse2 to lgpl
libavcodec
|
Wed, 21 Jul 2010 10:02:03 +0000 |
conrad |
Move ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.c
libavcodec
|
Tue, 20 Jul 2010 22:58:56 +0000 |
rbultje |
VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16)
libavcodec
|
Thu, 15 Jul 2010 23:02:34 +0000 |
rbultje |
VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.
libavcodec
|
Sun, 11 Jul 2010 22:52:55 +0000 |
conrad |
Make ff_pw_4 128 bits
libavcodec
|
Sat, 03 Jul 2010 19:26:30 +0000 |
rbultje |
Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).
libavcodec
|
Sun, 27 Jun 2010 15:11:38 +0000 |
cehoyos |
Add const to some pointer parameters.
libavcodec
|
Fri, 25 Jun 2010 18:25:49 +0000 |
darkshikari |
16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264
libavcodec
|
Fri, 04 Jun 2010 04:46:26 +0000 |
conrad |
Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theora
libavcodec
|
Sat, 17 Apr 2010 02:04:30 +0000 |
conrad |
vp3: DC-only IDCT
libavcodec
|
Tue, 16 Mar 2010 01:17:00 +0000 |
mru |
Move H264 dsputil functions into their own struct
libavcodec
|
Sun, 14 Mar 2010 17:50:12 +0000 |
mru |
Separate DWT from snow and dsputil
libavcodec
|
Sat, 06 Mar 2010 22:37:08 +0000 |
mru |
x86: move function prototypes to header files
libavcodec
|
Sat, 06 Mar 2010 14:24:59 +0000 |
mru |
Remove DECLARE_ALIGNED_{8,16} macros
libavcodec
|
Wed, 10 Feb 2010 02:02:06 +0000 |
conrad |
Enable SSE2 (put|avg)_pixels_16_sse2
libavcodec
|
Fri, 22 Jan 2010 23:07:58 +0000 |
alexc |
Implement an sse version of scalarproduct_float().
libavcodec
|
Fri, 22 Jan 2010 03:25:11 +0000 |
mru |
Move array specifiers outside DECLARE_ALIGNED() invocations
libavcodec
|
Mon, 04 Jan 2010 09:19:32 +0000 |
gb |
Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,
libavcodec
|
Wed, 30 Dec 2009 11:33:59 +0000 |
diego |
Get rid of pointless CONFIG_ANY_H263 preprocessor definition.
libavcodec
|
Sat, 05 Dec 2009 17:51:57 +0000 |
lorenm |
r20739 broke compilation on systems without yasm
libavcodec
|
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
|