index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
x86
/
h264_intrapred.asm
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: h264_intrapred: Fix C function names in comments
Diego Biurrun
2012-11-18
1
-31
/
+31
*
x86: mmx2 ---> mmxext in asm constructs
Diego Biurrun
2012-11-14
1
-13
/
+13
*
x86: PALIGNR: port to cpuflags
Diego Biurrun
2012-11-09
1
-27
/
+0
*
x86: h264_intrapred: port to cpuflags
Diego Biurrun
2012-11-08
1
-111
/
+119
*
x86: yasm: Use complete source path for macro helper %includes
Diego Biurrun
2012-10-31
1
-1
/
+1
*
x86: include x86inc.asm in x86util.asm
Diego Biurrun
2012-10-31
1
-1
/
+0
*
x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes.
Ronald S. Bultje
2012-10-29
1
-40
/
+40
*
x86: add colons after labels
Mans Rullgard
2012-08-07
1
-8
/
+8
*
x86: h264_intrapred: Don't add the 'd' suffix to the SPLATB_REG macro
Martin Storsjö
2012-07-06
1
-1
/
+1
*
x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macros
Diego Biurrun
2012-07-05
1
-107
/
+22
*
x86: h264_intrapred: port to cpuflag macros
Diego Biurrun
2012-07-05
1
-134
/
+156
*
x86inc improvements for 64-bit
Henrik Gramner
2012-04-11
1
-15
/
+15
*
h264: manually save/restore XMM registers for functions using INIT_MMX.
Ronald S. Bultje
2012-02-08
1
-0
/
+3
*
config.asm: change %ifdef directives to %if directives.
Ronald S. Bultje
2012-01-27
1
-10
/
+10
*
Fix NASM include directive
Dave Yeo
2011-08-15
1
-2
/
+2
*
Move x86util.asm from libavcodec/ to libavutil/.
Ronald S. Bultje
2011-08-12
1
-1
/
+1
*
Move x86inc.asm to libavutil/.
Ronald S. Bultje
2011-08-12
1
-1
/
+1
*
H.264: Add optimizations to predict x86 assembly.
Daniel Kang
2011-07-22
1
-3
/
+2
*
h264: remove CONFIG_GPL from x86 intra prediction code.
Ronald S. Bultje
2011-06-02
1
-6
/
+0
*
Fix FSF address copy paste error in some license headers.
Diego Biurrun
2011-05-14
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
x86: fix overflow in h264 8x8 planar prediction
Mans Rullgard
2011-01-24
1
-4
/
+4
*
Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions.
Ronald S. Bultje
2011-01-19
1
-22
/
+10
*
Fix overflow in pred16x16_plane x86 simd code. Fixes issue 2547.
Ronald S. Bultje
2011-01-15
1
-22
/
+21
*
Fix invalid reads in valgrind fate, patch by Daniel Kang <daniel dot d dot
Daniel Kang
2010-12-31
1
-8
/
+8
*
Port pred8x8l_down_left_mmxext (H.264 intra prediction) from x264 (authors:
Daniel Kang
2010-12-29
1
-0
/
+109
*
Port pred4x4_down_right_mmxext (H.264 intra prediction) from x264 (authors:
Daniel Kang
2010-12-29
1
-0
/
+29
*
Port pred4x4_vertical_right_mmxext (H.264 intra prediction) from x264 (authors:
Daniel Kang
2010-12-29
1
-0
/
+31
*
Port pred4x4_horizontal_down_mmxext (H.264 intra prediction) from x264
Daniel Kang
2010-12-29
1
-0
/
+36
*
Port pred4x4_horizontal_up_mmxext (H.264 intra prediction) from x264 (authors:
Daniel Kang
2010-12-29
1
-0
/
+33
*
Port pred4x4_vertical_left_mmxext (H.264 intra prediction) from x264 (authors:
Daniel Kang
2010-12-29
1
-0
/
+25
*
Merge a few superfluous CONFIG_GPL checks.
Ronald S. Bultje
2010-12-29
1
-20
/
+10
*
Port pred8x8l_horizontal_down_sse2/ssse3 (H.264 intra prediction) from x264
Daniel Kang
2010-12-29
1
-0
/
+131
*
Port pred8x8l_horizontal_down_mmxext (H.264 intra prediction) from x264
Daniel Kang
2010-12-29
1
-0
/
+121
*
Port pred8x8l_horizontal_up_mmxext/ssse3 (H.264 intra prediction) from x264
Daniel Kang
2010-12-29
1
-0
/
+95
*
Port pred8x8l_vertical_left_sse2/ssse3 (H.264 intra prediction) from x264
Daniel Kang
2010-12-29
1
-0
/
+92
*
Port pred8x8l_vertical_right_sse2/ssse3 (H.264 intra prediction) from x264
Daniel Kang
2010-12-29
1
-0
/
+116
*
Port pred8x8l_vertical_right_mmxext (H.264 intra prediction) from x264
Daniel Kang
2010-12-29
1
-0
/
+113
*
Port pred8x8l_down_right_sse2/ssse3 (H.264 intra prediction) from x264
Daniel Kang
2010-12-29
1
-0
/
+117
*
Port pred8x8l_down_right_mmxext (H.264 intra prediction) from x264 (authors:
Daniel Kang
2010-12-29
1
-0
/
+138
*
Port pred8x8l_down_left_sse2/ssse3 (H.264 intra prediction) from x264 (authors:
Daniel Kang
2010-12-29
1
-0
/
+95
*
Port pred8x8l_vertical_mmxext/ssse3 (H.264 intra prediction) from x264 to
Daniel Kang
2010-12-29
1
-0
/
+52
*
Port pred8x8l_horizontal_mmxext/ssse3 (H.264 intra prediction) from x264 to
Daniel Kang
2010-12-29
1
-0
/
+79
*
Port pred8x8l_dc_mmx/ssse3 (H.264 intra prediction) from x264 to FFmpeg.
Daniel Kang
2010-12-29
1
-0
/
+105
*
Port pred8x8l_top_dc_mmxext/ssse3 (H.264 intra prediction) from x264 to FFmpeg.
Daniel Kang
2010-12-29
1
-0
/
+60
*
Move PRED4x4_LOWPASS up so it can be used in 8x8l predict functions while
Ronald S. Bultje
2010-12-29
1
-12
/
+12
*
Port pred8x8_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg. Original
Ronald S. Bultje
2010-12-29
1
-0
/
+62
*
Add missing authors to copyright headers.
Ronald S. Bultje
2010-12-29
1
-0
/
+3
*
Port pred8x8_top_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg.
Daniel Kang
2010-12-29
1
-0
/
+35
*
Mark recently added pred4x4_down_left_mmxext as CONFIG_GPL. Although Holger
Ronald S. Bultje
2010-12-29
1
-1
/
+2
[next]