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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContext
Justin Ruggles
2011-03-17
2
-1
/
+129
*
mathops: fix MULL() when the compiler does not inline the function.
Justin Ruggles
2011-03-15
1
-1
/
+1
*
mathops: change "g" constraint to "rm" in x86-32 version of MUL64().
Justin Ruggles
2011-03-15
1
-1
/
+1
*
mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.
Justin Ruggles
2011-03-15
1
-16
/
+37
*
ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...
Justin Ruggles
2011-03-14
2
-0
/
+57
*
Add CONFIG_AC3DSP symbol to simplify makefiles
Mans Rullgard
2011-03-12
1
-4
/
+2
*
dsputil_mmx.c: remove ff_vector128.
Ronald S. Bultje
2011-02-19
1
-4
/
+1
*
dsputil: move VC1-specific stuff into VC1DSPContext.
Ronald S. Bultje
2011-02-17
3
-41
/
+43
*
ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().
Justin Ruggles
2011-02-16
1
-2
/
+1
*
ac3enc: Add x86-optimized function to speed up log2_tab().
Justin Ruggles
2011-02-13
2
-0
/
+80
*
FFT: factor a shuffle out of the inner loop and merge it into fft_permute.
Loren Merritt
2011-02-13
2
-32
/
+31
*
Add x86-optimized versions of exponent_min().
Justin Ruggles
2011-02-10
4
-0
/
+126
*
Fix ff_emu_edge_core_sse() on Win64.
Ronald S. Bultje
2011-02-08
1
-5
/
+15
*
Separate format conversion DSP functions from DSPContext.
Justin Ruggles
2011-02-02
5
-289
/
+359
*
Fix ff_imdct_calc_sse() on gcc-4.6
Alex Converse
2011-02-02
1
-4
/
+3
*
Implement a SIMD version of emulated_edge_mc() for x86.
Ronald S. Bultje
2011-01-31
2
-3
/
+667
*
cosmetics: indentation
Justin Ruggles
2011-01-31
1
-53
/
+53
*
Remove unneeded add bias from 3 functions.
Justin Ruggles
2011-01-31
1
-12
/
+8
*
x86: fix overflow in h264 8x8 planar prediction
Mans Rullgard
2011-01-24
1
-4
/
+4
*
Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.
Justin Ruggles
2011-01-22
1
-12
/
+12
*
cosmetics related to LPC changes.
Justin Ruggles
2011-01-21
1
-4
/
+5
*
Separate window function from autocorrelation.
Justin Ruggles
2011-01-21
1
-13
/
+6
*
Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
Justin Ruggles
2011-01-21
3
-9
/
+12
*
Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions.
Ronald S. Bultje
2011-01-19
1
-22
/
+10
*
Replace ASMALIGN() with .p2align
Mans Rullgard
2011-01-18
11
-44
/
+44
*
x86: remove VLA in ac3_downmix_sse
Mans Rullgard
2011-01-18
1
-1
/
+2
*
consolidate .gitignore patters into a single file
Janne Grunau
2011-01-18
1
-5
/
+0
*
convert svn:ignore properties to .gitignore files
Janne Grunau
2011-01-17
1
-0
/
+5
*
Fix overflow in pred16x16_plane x86 simd code. Fixes issue 2547.
Ronald S. Bultje
2011-01-15
1
-22
/
+21
*
Fix ff_pw_3 alignment.
Ronald S. Bultje
2011-01-14
1
-1
/
+1
*
H.264: split luma dc idct out and implement MMX/SSE2 versions
Jason Garrett-Glaser
2011-01-14
3
-0
/
+159
*
Fix compilation on x86-32 with --disable-optimizations,
Daniel Kang
2011-01-03
1
-18
/
+18
*
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
2
-0
/
+111
*
Port pred4x4_down_right_mmxext (H.264 intra prediction) from x264 (authors:
Daniel Kang
2010-12-29
2
-0
/
+31
*
Port pred4x4_vertical_right_mmxext (H.264 intra prediction) from x264 (authors:
Daniel Kang
2010-12-29
2
-0
/
+33
*
Port pred4x4_horizontal_down_mmxext (H.264 intra prediction) from x264
Daniel Kang
2010-12-29
2
-0
/
+38
*
Port pred4x4_horizontal_up_mmxext (H.264 intra prediction) from x264 (authors:
Daniel Kang
2010-12-29
2
-0
/
+37
*
Port pred4x4_vertical_left_mmxext (H.264 intra prediction) from x264 (authors:
Daniel Kang
2010-12-29
2
-0
/
+28
*
Merge a few superfluous CONFIG_GPL checks.
Ronald S. Bultje
2010-12-29
1
-20
/
+10
*
Whitespace cosmetics.
Ronald S. Bultje
2010-12-29
1
-2
/
+2
*
Port pred8x8l_horizontal_down_sse2/ssse3 (H.264 intra prediction) from x264
Daniel Kang
2010-12-29
2
-0
/
+135
*
Port pred8x8l_horizontal_down_mmxext (H.264 intra prediction) from x264
Daniel Kang
2010-12-29
2
-0
/
+123
*
Port pred8x8l_horizontal_up_mmxext/ssse3 (H.264 intra prediction) from x264
Daniel Kang
2010-12-29
2
-0
/
+99
*
Port pred8x8l_vertical_left_sse2/ssse3 (H.264 intra prediction) from x264
Daniel Kang
2010-12-29
2
-0
/
+96
*
Port pred8x8l_vertical_right_sse2/ssse3 (H.264 intra prediction) from x264
Daniel Kang
2010-12-29
2
-0
/
+120
*
Port pred8x8l_vertical_right_mmxext (H.264 intra prediction) from x264
Daniel Kang
2010-12-29
2
-0
/
+115
*
Port pred8x8l_down_right_sse2/ssse3 (H.264 intra prediction) from x264
Daniel Kang
2010-12-29
2
-0
/
+121
*
Port pred8x8l_down_right_mmxext (H.264 intra prediction) from x264 (authors:
Daniel Kang
2010-12-29
2
-0
/
+140
*
Port pred8x8l_down_left_sse2/ssse3 (H.264 intra prediction) from x264 (authors:
Daniel Kang
2010-12-29
2
-0
/
+101
[next]