index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
x86
/
dsputil_mmx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement an sse version of scalarproduct_float().
Alex Converse
2010-01-22
1
-0
/
+5
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-7
/
+7
*
Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,
Gwenole Beauchesne
2010-01-04
1
-1
/
+3
*
Get rid of pointless CONFIG_ANY_H263 preprocessor definition.
Diego Biurrun
2009-12-30
1
-4
/
+3
*
r20739 broke compilation on systems without yasm
Loren Merritt
2009-12-05
1
-7
/
+6
*
refactor and optimize scalarproduct
Loren Merritt
2009-12-05
1
-10
/
+9
*
port ape dsp functions from sse2 to mmx
Loren Merritt
2009-12-03
1
-75
/
+18
*
huffyuv: add some const qualifiers
Loren Merritt
2009-10-18
1
-4
/
+4
*
simd add_hfyu_left_prediction
Loren Merritt
2009-10-18
1
-0
/
+7
*
cosmetics: fix indentation after previous commit
Måns Rullgård
2009-09-27
1
-32
/
+32
*
Drop unused args from vector_fmul_add_add, simpify code, and rename
Måns Rullgård
2009-09-27
1
-70
/
+6
*
Mark "i" parameter of vector_clipf_sse() as early-clobber
Vitor Sessak
2009-08-27
1
-1
/
+1
*
Mark parameter src of vector_clipf() as const
Vitor Sessak
2009-08-27
1
-1
/
+1
*
SSE optimized vector_clipf(). 10% faster TwinVQ decoding.
Vitor Sessak
2009-08-27
1
-0
/
+35
*
Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,
Diego Biurrun
2009-07-29
1
-1
/
+1
*
Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.
Diego Biurrun
2009-07-22
1
-2
/
+2
*
Icc 11.1 still does not align the stack pointer, disable some x264 functions.
Carl Eugen Hoyos
2009-07-17
1
-1
/
+1
*
SSE version of clear_blocks
Jason Garrett-Glaser
2009-06-16
1
-2
/
+26
*
avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing
David Conrad
2009-04-15
1
-0
/
+6
*
VC1: extend MMX qpel MC to include MMX2 avg qpel
David Conrad
2009-04-15
1
-0
/
+3
*
VC1: add and use avg_no_rnd chroma MC functions
David Conrad
2009-04-14
1
-0
/
+3
*
Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only
David Conrad
2009-04-14
1
-2
/
+2
*
Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency
Stefano Sabatini
2009-04-04
1
-7
/
+7
*
Mark line_skip3 asm argument as output-only instead of using av_uninit.
Reimar Döffinger
2009-04-03
1
-2
/
+2
*
Mark put_signed_pixels_clamped_mmx output operands as early-clobber because
Reimar Döffinger
2009-04-03
1
-1
/
+1
*
Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLE
Reimar Döffinger
2009-04-03
1
-1
/
+1
*
Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c.
Alex Converse
2009-04-02
1
-13
/
+31
*
add SSE2 version of vp6_filter_diag
Zuxy Meng
2009-02-13
1
-0
/
+5
*
add MMX version of vp6_filter_diag
Sebastien Lucas
2009-02-12
1
-0
/
+5
*
convert ff_pw_64 into an xmm_reg for future use in vp6 sse code
Aurelien Jacobs
2009-02-12
1
-1
/
+1
*
Add check whether the compiler/assembler supports 10 or more operands.
Diego Biurrun
2009-02-11
1
-2
/
+2
*
ff_add_hfyu_median_prediction_mmx2
Loren Merritt
2009-02-08
1
-0
/
+44
*
Workaround for gcc 3.4 to align sh properly
David Conrad
2009-01-26
1
-2
/
+2
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
Aurelien Jacobs
2009-01-14
1
-9
/
+9
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-14
/
+14
*
Add missing 'void' keyword to parameterless function declarations.
Diego Biurrun
2009-01-05
1
-1
/
+1
*
Use H264 MMX chroma functions to accelerate RV40 decoding.
Mathieu Velten
2009-01-04
1
-0
/
+10
*
Add x264 SSE2 iDCT functions to H.264 decoder.
Jason Garrett-Glaser
2009-01-03
1
-2
/
+5
*
Fix h264 decoding on SSE2 cores with icc compilation.
Carl Eugen Hoyos
2008-12-28
1
-0
/
+2
*
Fix compilation without optimization under 64-bit with x264 deblock asm enabled.
Jason Garrett-Glaser
2008-12-26
1
-0
/
+2
*
Rename libavcodec/i386/ --> libavcodec/x86/.
Diego Biurrun
2008-12-22
1
-0
/
+2976