Sat, 18 Sep 2010 20:44:32 +0000 |
mru |
x86: remove hack disabling sse2 h264 loop filter with 32-bit icc
libavcodec
|
Tue, 14 Sep 2010 13:36:26 +0000 |
rbultje |
Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm from
libavcodec
|
Fri, 10 Sep 2010 02:25:12 +0000 |
darkshikari |
LGPL SSE2 H.264 iDCT
libavcodec
|
Wed, 08 Sep 2010 15:07:14 +0000 |
stefano |
Move mm_support() from libavcodec to libavutil, make it a public
libavcodec
|
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:56:16 +0000 |
rbultje |
Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-square
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 16:34:13 +0000 |
rbultje |
Split intra prediction initialization (i.e. assigning of function pointers)
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:22:27 +0000 |
rbultje |
Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()
libavcodec
|
Tue, 24 Aug 2010 17:47:05 +0000 |
mru |
Remove global mm_flags variable
libavcodec
|
Sat, 07 Aug 2010 23:10:25 +0000 |
darkshikari |
Split h264dsp and h264pred in configure.
libavcodec
|
Thu, 05 Aug 2010 00:13:38 +0000 |
darkshikari |
H.264: SSE2/SSSE3 weighted prediction asm
libavcodec
|
Thu, 01 Jul 2010 10:29:47 +0000 |
darkshikari |
Fix h264/vp8 intra pred on Athlon XP
libavcodec
|
Tue, 29 Jun 2010 12:28:06 +0000 |
darkshikari |
Add missing mm_support call toff_h264_pred_init_x86.
libavcodec
|
Tue, 29 Jun 2010 00:23:52 +0000 |
darkshikari |
MMXEXT version of vp8 4x4 vertical pred
libavcodec
|
Mon, 28 Jun 2010 23:53:07 +0000 |
darkshikari |
Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8
libavcodec
|
Mon, 28 Jun 2010 23:35:17 +0000 |
darkshikari |
Fix some intra pred MMX functions that used MMXEXT instructions
libavcodec
|
Mon, 28 Jun 2010 21:12:00 +0000 |
bcoudurier |
Change MMXEXT to MMX2, MMXEXT is deprecated
libavcodec
|
Mon, 28 Jun 2010 10:02:15 +0000 |
mru |
Fix x86 build with h264dsp disabled
libavcodec
|
Fri, 25 Jun 2010 18:34:03 +0000 |
cehoyos |
Cosmetics: Fix indentation.
libavcodec
|
Fri, 25 Jun 2010 18:25:49 +0000 |
darkshikari |
16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264
libavcodec
|
Mon, 10 May 2010 21:16:08 +0000 |
reimar |
Replace more "m" constraints with MANGLE to fix compilation issues
libavcodec
|
Thu, 01 Apr 2010 16:52:14 +0000 |
reimar |
Convert two "m" constraints to MANGLE to fix compilation with some compilers.
libavcodec
|
Sat, 06 Mar 2010 14:24:59 +0000 |
mru |
Remove DECLARE_ALIGNED_{8,16} macros
libavcodec
|
Tue, 26 Jan 2010 17:17:48 +0000 |
lorenm |
optimize h264_loop_filter_strength_mmx2
libavcodec
|
Fri, 22 Jan 2010 03:25:11 +0000 |
mru |
Move array specifiers outside DECLARE_ALIGNED() invocations
libavcodec
|
Thu, 21 Jan 2010 09:46:57 +0000 |
conrad |
Use two separate memory arguments since 8+() is invalid gas syntax
libavcodec
|
Wed, 20 Jan 2010 19:23:19 +0000 |
michael |
Attempt to fix asm compilation failure.
libavcodec
|
Wed, 20 Jan 2010 00:34:10 +0000 |
conrad |
Use constant offsets for memory operands since gcc is unable to
libavcodec
|
Tue, 19 Jan 2010 16:40:36 +0000 |
michael |
Fix h264_loop_filter_strength_mmx2() so it works with b frames.
libavcodec
|
Tue, 19 Jan 2010 14:28:19 +0000 |
michael |
Remove -2 -> -1 remapping, its not needed anymore as we must remap all
libavcodec
|
Thu, 04 Jun 2009 23:25:09 +0000 |
ramiro |
Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.
libavcodec
|
Sat, 30 May 2009 22:19:14 +0000 |
astrange |
H264: Fix out of bounds reads in SSSE3 MC
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
|
Sun, 08 Feb 2009 06:35:21 +0000 |
bcoudurier |
fix typo in h264dsp_mmx (no effect currently as the function is not used), approved by Dark Shikari on IRC
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Sun, 04 Jan 2009 01:36:11 +0000 |
cehoyos |
Use H264 MMX chroma functions to accelerate RV40 decoding.
libavcodec
|
Sat, 03 Jan 2009 00:46:17 +0000 |
darkshikari |
Add x264 SSE2 iDCT functions to H.264 decoder.
libavcodec
|
Mon, 22 Dec 2008 09:12:42 +0000 |
diego |
Rename libavcodec/i386/ --> libavcodec/x86/.
libavcodec
|