index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
x86
/
h264dsp_mmx.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add missing mm_support call toff_h264_pred_init_x86.
Jason Garrett-Glaser
2010-06-29
1
-0
/
+2
*
MMXEXT version of vp8 4x4 vertical pred
Jason Garrett-Glaser
2010-06-29
1
-0
/
+2
*
Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8
Jason Garrett-Glaser
2010-06-28
1
-0
/
+6
*
Fix some intra pred MMX functions that used MMXEXT instructions
Jason Garrett-Glaser
2010-06-28
1
-4
/
+2
*
Change MMXEXT to MMX2, MMXEXT is deprecated
Baptiste Coudurier
2010-06-28
1
-1
/
+1
*
Fix x86 build with h264dsp disabled
Måns Rullgård
2010-06-28
1
-0
/
+2
*
Cosmetics: Fix indentation.
Carl Eugen Hoyos
2010-06-25
1
-1
/
+1
*
16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264
Jason Garrett-Glaser
2010-06-25
1
-0
/
+75
*
Replace more "m" constraints with MANGLE to fix compilation issues
Reimar Döffinger
2010-05-10
1
-7
/
+6
*
Convert two "m" constraints to MANGLE to fix compilation with some compilers.
Reimar Döffinger
2010-04-01
1
-3
/
+3
*
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-03-06
1
-10
/
+10
*
optimize h264_loop_filter_strength_mmx2
Loren Merritt
2010-01-26
1
-74
/
+70
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-17
/
+17
*
Use two separate memory arguments since 8+() is invalid gas syntax
David Conrad
2010-01-21
1
-19
/
+19
*
Attempt to fix asm compilation failure.
Michael Niedermayer
2010-01-20
1
-21
/
+20
*
Use constant offsets for memory operands since gcc is unable to
David Conrad
2010-01-20
1
-12
/
+8
*
Fix h264_loop_filter_strength_mmx2() so it works with b frames.
Michael Niedermayer
2010-01-19
1
-0
/
+34
*
Remove -2 -> -1 remapping, its not needed anymore as we must remap all
Michael Niedermayer
2010-01-19
1
-4
/
+0
*
Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.
Ramiro Polla
2009-06-04
1
-1
/
+1
*
H264: Fix out of bounds reads in SSSE3 MC
Alexander Strange
2009-05-30
1
-38
/
+38
*
VC1: add and use avg_no_rnd chroma MC functions
David Conrad
2009-04-14
1
-0
/
+8
*
Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only
David Conrad
2009-04-14
1
-2
/
+2
*
fix typo in h264dsp_mmx (no effect currently as the function is not used), ap...
Baptiste Coudurier
2009-02-08
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-5
/
+5
*
Use H264 MMX chroma functions to accelerate RV40 decoding.
Mathieu Velten
2009-01-04
1
-10
/
+26
*
Add x264 SSE2 iDCT functions to H.264 decoder.
Jason Garrett-Glaser
2009-01-03
1
-0
/
+72
*
Rename libavcodec/i386/ --> libavcodec/x86/.
Diego Biurrun
2008-12-22
1
-0
/
+2208
[prev]