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
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-29
3
-1
/
+81
|
\
|
*
dsputil x86: revert a test back to its previous value
Christophe GISQUET
2012-04-28
1
-1
/
+1
|
*
rv34dsp x86: implement MMX2 inverse transform
Christophe Gisquet
2012-04-28
2
-0
/
+80
|
*
h264: new assembly version of get_cabac for x86_64 with PIC
Roland Scheidegger
2012-04-28
2
-23
/
+120
|
*
h264: use one table instead of several for cabac functions
Roland Scheidegger
2012-04-28
2
-14
/
+28
|
*
h264: (trivial) remove unneeded macro argument in x86/cabac.h
Roland Scheidegger
2012-04-28
1
-3
/
+3
*
|
h264: new assembly version of get_cabac for x86_64 with PIC
Roland Scheidegger
2012-04-28
2
-24
/
+118
*
|
h264: use one table instead of several for cabac functions
Roland Scheidegger
2012-04-28
2
-14
/
+28
*
|
h264: (trivial) remove unneeded macro argument in x86/cabac.h
Roland Scheidegger
2012-04-28
1
-3
/
+3
*
|
lowres2 support.
Michael Niedermayer
2012-04-22
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-22
1
-1
/
+1
|
\
\
|
|
/
|
*
Remove lowres video decoding
Mans Rullgard
2012-04-21
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-21
1
-7
/
+0
|
\
\
|
|
/
|
*
avcodec: remove AVCodecContext.dsp_mask
Mans Rullgard
2012-04-21
1
-7
/
+0
*
|
Revert "h264: assembly version of get_cabac for x86_64 with PIC (v4)"
Michael Niedermayer
2012-04-21
2
-124
/
+24
*
|
h264: assembly version of get_cabac for x86_64 with PIC (v4)
Roland Scheidegger
2012-04-21
2
-24
/
+124
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-17
1
-4
/
+4
|
\
\
|
|
/
|
*
h264: use proper PROLOGUE statement for a function using 8 registers.
Ronald S. Bultje
2012-04-16
1
-4
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-14
1
-1
/
+1
|
\
\
|
|
/
|
*
dsputil: fix optimized emu_edge function on Win64.
Ronald S. Bultje
2012-04-13
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-13
2
-6
/
+8
|
\
\
|
|
/
|
*
ac3dsp: call femms/emms at the end of float_to_fixed24() for 3DNow and SSE
Justin Ruggles
2012-04-12
1
-2
/
+4
|
*
h264: fix 10bit biweight functions after recent x86inc.asm fixes.
Ronald S. Bultje
2012-04-12
1
-4
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-13
12
-228
/
+204
|
\
\
|
|
/
|
*
build: Consistently handle conditional compilation for all optimization OBJS.
Diego Biurrun
2012-04-12
1
-3
/
+2
|
*
x86inc improvements for 64-bit
Henrik Gramner
2012-04-11
10
-221
/
+198
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-10
2
-69
/
+68
|
\
\
|
|
/
|
*
rv40dsp x86: use only one register, for both increment and loop counter
Christophe GISQUET
2012-04-10
1
-23
/
+20
|
*
rv40dsp: implement prescaled versions for biweight.
Christophe GISQUET
2012-04-10
2
-49
/
+51
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-05
2
-12
/
+10
|
\
\
|
|
/
|
*
dsputil x86: use SSE float instruction instead of SSE2 integer equivalent
Christophe GISQUET
2012-04-04
2
-2
/
+2
|
*
dsputil x86: remove deprecated parameter from scalarproduct_int16 prototype
Christophe GISQUET
2012-04-04
1
-2
/
+2
|
*
vp8dsp x86: perform rounding shift with a single instruction
Christophe GISQUET
2012-04-04
1
-10
/
+8
*
|
dsputil_mmx: fix scalarproduct prototypes
Michael Niedermayer
2012-04-01
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-29
2
-63
/
+77
|
\
\
|
|
/
|
*
cabac: add overread protection to BRANCHLESS_GET_CABAC().
Ronald S. Bultje
2012-03-28
2
-11
/
+22
|
*
cabac: increment jump locations by one in callers of BRANCHLESS_GET_CABAC().
Ronald S. Bultje
2012-03-28
1
-12
/
+12
|
*
cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE().
Ronald S. Bultje
2012-03-28
1
-3
/
+3
|
*
cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().
Ronald S. Bultje
2012-03-28
2
-20
/
+22
|
*
h264: add overread protection to get_cabac_bypass_sign_x86().
Ronald S. Bultje
2012-03-28
1
-3
/
+5
|
*
h264: reindent get_cabac_bypass_sign_x86().
Ronald S. Bultje
2012-03-28
1
-22
/
+22
|
*
h264: use struct offsets in get_cabac_bypass_sign_x86().
Ronald S. Bultje
2012-03-28
1
-8
/
+11
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-26
1
-54
/
+46
|
\
\
|
|
/
|
*
build: prettyprinting cosmetics
Diego Biurrun
2012-03-26
1
-47
/
+40
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-25
2
-1988
/
+2295
|
\
\
|
|
/
|
*
x86: dsputil: prettyprint gcc inline asm
Diego Biurrun
2012-03-25
1
-1295
/
+1310
|
*
x86: K&R prettyprinting cosmetics for dsputil_mmx.c
Diego Biurrun
2012-03-25
1
-773
/
+1049
|
*
x86: conditionally compile H.264 QPEL optimizations
Diego Biurrun
2012-03-25
2
-6
/
+14
|
*
dsputil_mmx: Surround QPEL macros by "do { } while (0);" blocks.
Diego Biurrun
2012-03-25
1
-4
/
+12
*
|
Fix linking without yasm.
Carl Eugen Hoyos
2012-03-24
1
-4
/
+6
[next]