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
Commit message (
Expand
)
Author
Age
Files
Lines
*
twinvq: add SSE/AVX optimized sum/difference stereo interleaving
Justin Ruggles
2011-11-11
2
-0
/
+55
*
Remove redundant filename self-references inside files.
Diego Biurrun
2011-11-08
1
-1
/
+0
*
x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectory
Diego Biurrun
2011-11-08
2
-4
/
+4
*
dsputil: use cpuflags in x86 versions of vector_clip_int32()
Justin Ruggles
2011-11-06
2
-21
/
+27
*
h264_weight: remove duplication functions.
Ronald S. Bultje
2011-11-05
1
-4
/
+0
*
fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64
Justin Ruggles
2011-11-02
1
-1
/
+5
*
H.264: Cometics to dsputil_mmx.c
Daniel Kang
2011-10-26
1
-12
/
+12
*
h264_weight: initialize "height" function argument properly.
Ronald S. Bultje
2011-10-22
1
-0
/
+1
*
fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm
Justin Ruggles
2011-10-21
2
-60
/
+61
*
fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm
Justin Ruggles
2011-10-21
3
-60
/
+53
*
fmtconvert: check compile-time x86 instruction set flags
Justin Ruggles
2011-10-21
1
-4
/
+4
*
fmtconvert: port float_to_int16() x86 inline asm to yasm
Justin Ruggles
2011-10-21
2
-76
/
+55
*
H264: change weight/biweight functions to take a height argument.
Ronald S. Bultje
2011-10-21
3
-338
/
+192
*
Support for lossless and inter H264 4:2:2.
Ronald S. Bultje
2011-10-21
1
-1
/
+1
*
h264: 4:2:2 intra decoding support
Baptiste Coudurier
2011-10-21
2
-25
/
+45
*
x86: Move some variable declarations below the appropriat #ifdef.
Diego Biurrun
2011-10-20
3
-3
/
+3
*
x86: Fix linking of ProRes DSP ASM with YASM disabled.
Diego Biurrun
2011-10-20
1
-3
/
+3
*
proresdsp: fix function prototypes.
Ronald S. Bultje
2011-10-14
1
-3
/
+3
*
prores: idct sse2/sse4 optimizations.
Ronald S. Bultje
2011-10-11
4
-0
/
+490
*
fft: avoid a signed overflow
Sean McGovern
2011-09-23
2
-4
/
+4
*
Move clipd macros to x86util.asm.
Ronald S. Bultje
2011-08-17
1
-33
/
+1
*
Fix NASM include directive
Dave Yeo
2011-08-15
22
-41
/
+41
*
dsputil_mmx: Honor HAVE_AMD3DNOW
Alex Converse
2011-08-15
1
-5
/
+5
*
Move x86util.asm from libavcodec/ to libavutil/.
Ronald S. Bultje
2011-08-12
20
-561
/
+19
*
Move x86inc.asm to libavutil/.
Ronald S. Bultje
2011-08-12
23
-927
/
+22
*
Move RV3/4-specific DSP functions into their own context
Kostya Shishkov
2011-08-11
3
-20
/
+62
*
dct32: Add SSE2 ASM optimizations
Vitor Sessak
2011-08-02
3
-9
/
+33
*
H.264: tweak some other x86 asm for Atom
Jason Garrett-Glaser
2011-07-29
5
-51
/
+48
*
x86: cabac: add operand size suffixes missing from 6c32576
Mans Rullgard
2011-07-28
2
-3
/
+3
*
x86: cabac: don't load/store context values in asm
Mans Rullgard
2011-07-28
2
-34
/
+10
*
H.264: optimize CABAC x86 asm for Atom
Jason Garrett-Glaser
2011-07-28
2
-15
/
+11
*
x86: fix build with gcc 4.7
Mans Rullgard
2011-07-26
1
-4
/
+4
*
H.264: Add optimizations to predict x86 assembly.
Daniel Kang
2011-07-22
3
-714
/
+437
*
dnxhd: 10-bit support
Joseph Artsimovich
2011-07-21
1
-1
/
+2
*
dsputil: update per-arch init funcs for non-h264 high bit depth
Mans Rullgard
2011-07-21
1
-1
/
+1
*
dsputil: template get_pixels() for different bit depths
Mans Rullgard
2011-07-21
1
-2
/
+5
*
jfdctint: add 10-bit version
Mans Rullgard
2011-07-21
1
-1
/
+2
*
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
*
x86: Use LOCAL_ALIGNED in mpegvideo_mmx_template
Martin Storsjö
2011-07-18
1
-1
/
+1
*
simple_idct: remove disabled code
Diego Biurrun
2011-07-17
1
-133
/
+0
*
H.264: Add more x86 assembly for 10-bit H.264 predict functions
Daniel Kang
2011-07-13
2
-1
/
+253
*
H.264: add filter_mb_fast support for >8-bit decoding
Jason Garrett-Glaser
2011-07-11
1
-1
/
+2
*
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
4
-1
/
+998
*
YASM: Shut up unused variable compiler warning with --disable-yasm.
Daniel Kang
2011-07-04
1
-2
/
+2
*
x86_32: Fix build on x86_32 with --disable-yasm.
Daniel Kang
2011-07-04
1
-1
/
+1
*
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
4
-50
/
+1076
*
ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents().
Justin Ruggles
2011-07-01
2
-0
/
+111
[next]