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
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
1
-2
/
+2
*
x86 dsputil: provide SSE2/SSSE3 versions of bswap_buf
Christophe Gisquet
2012-01-30
1
-0
/
+5
*
png: move DSP functions to their own DSP context.
Ronald S. Bultje
2012-01-29
1
-102
/
+0
*
dsputil: use vertical component for drawing bottom edge.
Ronald S. Bultje
2012-01-25
1
-1
/
+1
*
build: conditionally compile x86 H.264 chroma optimizations
Diego Biurrun
2011-12-14
1
-9
/
+13
*
dsputil: use movups instead of movdqu in ff_emu_edge_core_sse()
Justin Ruggles
2011-11-22
1
-4
/
+4
*
twinvq: add SSE/AVX optimized sum/difference stereo interleaving
Justin Ruggles
2011-11-11
1
-0
/
+7
*
dsputil: use cpuflags in x86 versions of vector_clip_int32()
Justin Ruggles
2011-11-06
1
-4
/
+4
*
H.264: Cometics to dsputil_mmx.c
Daniel Kang
2011-10-26
1
-12
/
+12
*
prores: idct sse2/sse4 optimizations.
Ronald S. Bultje
2011-10-11
1
-0
/
+2
*
dsputil_mmx: Honor HAVE_AMD3DNOW
Alex Converse
2011-08-15
1
-5
/
+5
*
Move RV3/4-specific DSP functions into their own context
Kostya Shishkov
2011-08-11
1
-20
/
+0
*
H.264: tweak some other x86 asm for Atom
Jason Garrett-Glaser
2011-07-29
1
-2
/
+2
*
dsputil: update per-arch init funcs for non-h264 high bit depth
Mans Rullgard
2011-07-21
1
-1
/
+1
*
simple_idct: add 10-bit version
Mans Rullgard
2011-07-20
1
-1
/
+1
*
dsputil: remove disabled code
Diego Biurrun
2011-07-18
1
-39
/
+0
*
dsputil: remove ff_emulated_edge_mc macro used in one place
Mans Rullgard
2011-07-10
1
-1
/
+1
*
H.264: Add x86 assembly for 10-bit H.264 predict functions
Daniel Kang
2011-07-08
1
-1
/
+1
*
YASM: Shut up unused variable compiler warning with --disable-yasm.
Daniel Kang
2011-07-04
1
-2
/
+2
*
Fix build with --disable-yasm.
Daniel Kang
2011-07-03
1
-0
/
+2
*
H.264: Add x86 assembly for 10-bit H.264 qpel functions.
Daniel Kang
2011-07-03
1
-50
/
+86
*
ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.
Justin Ruggles
2011-07-01
1
-0
/
+23
*
configure: Drop check for availability of ten assembler operands.
Diego Biurrun
2011-06-28
1
-2
/
+2
*
Fix build if yasm is not available.
Ronald S. Bultje
2011-06-18
1
-1
/
+3
*
H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.
Daniel Kang
2011-06-18
1
-0
/
+32
*
4:4:4 H.264 decoding support
Jason Garrett-Glaser
2011-06-13
1
-2
/
+2
*
Roll back 4:4:4 H.264 for now
Jason Garrett-Glaser
2011-06-13
1
-2
/
+2
*
4:4:4 H.264 decoding support
Jason Garrett-Glaser
2011-06-13
1
-2
/
+2
*
Port x86 10-bit H.264 deblock asm from x264
Jason Garrett-Glaser
2011-05-10
1
-0
/
+1
*
Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...
Oskar Arvidsson
2011-05-10
1
-0
/
+32
*
dsputil: allow to skip drawing of top/bottom edges.
Alexander Strange
2011-03-26
1
-31
/
+38
*
Add apply_window_int16() to DSPContext with x86-optimized versions and use it
Justin Ruggles
2011-03-22
1
-2
/
+38
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
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
1
-20
/
+0
*
Separate format conversion DSP functions from DSPContext.
Justin Ruggles
2011-02-02
1
-220
/
+0
*
Implement a SIMD version of emulated_edge_mc() for x86.
Ronald S. Bultje
2011-01-31
1
-3
/
+107
*
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
*
Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.
Justin Ruggles
2011-01-22
1
-12
/
+12
*
Replace ASMALIGN() with .p2align
Mans Rullgard
2011-01-18
1
-4
/
+4
*
x86: remove VLA in ac3_downmix_sse
Mans Rullgard
2011-01-18
1
-1
/
+2
*
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
1
-0
/
+1
*
For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytes
Ronald S. Bultje
2010-12-24
1
-1
/
+1
*
In yadif filter, declare asm constants directly to avoid dependency on libavc...
Baptiste Coudurier
2010-12-06
1
-1
/
+0
*
10l, add ff_pw_1 to dsputil_mmx for yadif sse2
Baptiste Coudurier
2010-12-04
1
-0
/
+1
*
dsputil: Use explicit movzbl instead of movzx
İsmail Dönmez
2010-11-01
1
-1
/
+1
*
xmm_clobbers: list xmm registers first in clobber list
Ramiro Polla
2010-10-31
1
-3
/
+3
*
dsputil_mmx: add xmm registers to clobber list
Ramiro Polla
2010-10-31
1
-0
/
+2
[next]