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
*
build: fft: x86: Drop unused YASM-OBJS-FFT- variable
Diego Biurrun
2012-08-27
1
-2
/
+1
*
x86: fft: remove unused fft_dispatch* functions
Mans Rullgard
2012-08-25
1
-8
/
+0
*
x86: mpegvideo: more sensible names for optimization file and init function
Diego Biurrun
2012-08-24
2
-2
/
+2
*
x86: mpegvideoenc: Split optimizations off into a separate file
Diego Biurrun
2012-08-24
4
-63
/
+97
*
dnxhdenc: x86: more sensible names for optimization file and init function
Diego Biurrun
2012-08-24
2
-2
/
+2
*
build: x86: Only compile mpegvideo optimizations when necessary
Diego Biurrun
2012-08-22
1
-1
/
+1
*
x86: avcodec: Consistently name all init files
Diego Biurrun
2012-08-16
4
-3
/
+3
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
9
-0
/
+15
*
x86: avcodec: Appropriately name files containing only init functions
Diego Biurrun
2012-08-15
5
-4
/
+4
*
mpegvideo_mmx_template: drop some commented-out cruft
Diego Biurrun
2012-08-15
1
-8
/
+0
*
x86: cabac: allow building with suncc
Mans Rullgard
2012-08-13
2
-24
/
+37
*
x86: mlpdsp: avoid taking address of void
Mans Rullgard
2012-08-13
1
-15
/
+15
*
x86: Drop silly "_yasm" suffixes from filenames
Diego Biurrun
2012-08-12
4
-3
/
+3
*
Move MASK_ABS macro to libavcodec/mathops.h
Mans Rullgard
2012-08-09
1
-0
/
+6
*
x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
Mans Rullgard
2012-08-09
21
-21
/
+21
*
x86: pngdsp: Fix assembly for OS/2
Dave Yeo
2012-08-08
1
-1
/
+1
*
x86: use 32-bit source registers with movd instruction
Mans Rullgard
2012-08-07
3
-11
/
+11
*
x86: add colons after labels
Mans Rullgard
2012-08-07
16
-112
/
+112
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
4
-23
/
+23
*
x86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_add8x4_idct_sse2
Diego Biurrun
2012-08-05
1
-4
/
+4
*
fft: 3dnow: fix register name typo in DECL_IMDCT macro
Ronald S. Bultje
2012-08-04
1
-1
/
+1
*
x86: dct32: port to cpuflags
Diego Biurrun
2012-08-03
1
-49
/
+25
*
x86: build: replace mmx2 by mmxext
Diego Biurrun
2012-08-03
17
-29
/
+28
*
dsputil: make add_hfyu_left_prediction_sse4() support unaligned src.
Ronald S. Bultje
2012-08-03
1
-7
/
+13
*
x86: Use consistent 3dnowext function and macro name suffixes
Diego Biurrun
2012-08-03
6
-43
/
+45
*
x86: proresdsp: improve SIGNEXTEND macro comments
Diego Biurrun
2012-08-02
1
-3
/
+3
*
x86: h264dsp: K&R formatting cosmetics
Diego Biurrun
2012-08-02
1
-225
/
+247
*
x86: fft: fix imdct_half() for AVX
Ronald S. Bultje
2012-08-02
1
-3
/
+10
*
x86: remove libmpeg2 mmx(ext) idct functions
Mans Rullgard
2012-08-02
3
-675
/
+0
*
fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64.
Ronald S. Bultje
2012-07-31
5
-226
/
+170
*
x86/dsputilenc: bury inline asm under HAVE_INLINE_ASM.
Ronald S. Bultje
2012-07-31
4
-33
/
+63
*
x86: h264dsp: Remove unused variable ff_pb_3_1
Diego Biurrun
2012-08-01
1
-2
/
+0
*
x86: h264dsp: Adjust YASM #ifdefs
Diego Biurrun
2012-07-31
1
-3
/
+1
*
h264: convert loop filter strength dsp function to yasm.
Ronald S. Bultje
2012-07-30
2
-155
/
+175
*
h264_idct_10bit: port x86 assembly to cpuflags.
Ronald S. Bultje
2012-07-28
1
-127
/
+127
*
fft: rename "z" to "zc" to prevent name collision.
Ronald S. Bultje
2012-07-28
1
-9
/
+9
*
vp3: don't compile mmx IDCT functions on x86-64.
Ronald S. Bultje
2012-07-27
2
-0
/
+5
*
h264_loopfilter: port x86 simd to cpuflags.
Ronald S. Bultje
2012-07-27
3
-121
/
+120
*
h264_chromamc_10bit: port x86 simd to cpuflags.
Ronald S. Bultje
2012-07-27
2
-28
/
+28
*
vp3: port x86 SIMD to cpuflags.
Ronald S. Bultje
2012-07-27
1
-47
/
+47
*
rv34: port x86 SIMD to cpuflags.
Ronald S. Bultje
2012-07-27
1
-5
/
+6
*
vp56: only compile MMX SIMD on x86-32.
Ronald S. Bultje
2012-07-27
2
-0
/
+4
*
vp56: port x86 simd to cpuflags.
Ronald S. Bultje
2012-07-27
1
-19
/
+15
*
proresdsp: port x86 assembly to cpuflags.
Ronald S. Bultje
2012-07-27
1
-21
/
+18
*
mpegaudio: bury inline asm under HAVE_INLINE_ASM.
Ronald S. Bultje
2012-07-26
1
-0
/
+5
*
x86inc: automatically insert vzeroupper for YMM functions.
Ronald S. Bultje
2012-07-26
2
-20
/
+0
*
vp3: don't use calls to inline asm in yasm code.
Ronald S. Bultje
2012-07-25
1
-41
/
+79
*
x86/dsputil: put inline asm under HAVE_INLINE_ASM.
Ronald S. Bultje
2012-07-25
7
-18
/
+73
*
dsputil_mmx: fix incorrect assembly code
Yang Wang
2012-07-25
1
-9
/
+9
*
dsputil: x86: add SHUFFLE_MASK_W macro
Jason Garrett-Glaser
2012-07-22
1
-1
/
+1
[next]