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
*
x86: Add an xmm clobbering wrapper for avcodec_encode_video2
Martin Storsjö
2013-09-16
1
-0
/
+6
*
mathops/x86: work around inline asm miscompilation with GCC 4.8.1
Hendrik Leppkes
2013-09-15
1
-1
/
+1
*
x86: avcodec: Consistently structure CPU extension initialization
Diego Biurrun
2013-08-29
7
-197
/
+197
*
x86: avcodec: Use convenience macros to check for CPU flags
Diego Biurrun
2013-08-29
12
-48
/
+54
*
x86: rv40dsp: Move inline assembly optimizations out of YASM init section
Diego Biurrun
2013-08-28
1
-4
/
+7
*
dsputil: x86: Hide arch-specific initialization details
Diego Biurrun
2013-08-28
2
-7
/
+6
*
vp56: Mark VP6-only optimizations as such.
Diego Biurrun
2013-08-23
3
-12
/
+8
*
x86: Split DCT and FFT initialization into separate files
Diego Biurrun
2013-08-21
4
-18
/
+42
*
x86: h264_idct: Remove incorrect comment
Diego Biurrun
2013-08-21
1
-1
/
+0
*
Consistently use "cpu_flags" as variable/parameter name for CPU flags
Diego Biurrun
2013-07-18
27
-196
/
+198
*
fmtconvert: Explicitly use int32_t instead of int
Christophe Gisquet
2013-07-17
2
-3
/
+3
*
mlpdsp: x86: Respect cpuflags
Luca Barbato
2013-07-12
1
-1
/
+5
*
cabac: x86 version of get_cabac_bypass
Jason Garrett-Glaser
2013-07-04
1
-0
/
+40
*
build: cosmetics: Place unconditional before conditional OBJS lines
Diego Biurrun
2013-05-30
1
-3
/
+3
*
mpegvideo: Remove commented-out PARANOID debug cruft
Diego Biurrun
2013-05-15
1
-30
/
+0
*
x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h
Diego Biurrun
2013-05-12
21
-20
/
+20
*
x86: dsputil: Split inline assembly from init code
Diego Biurrun
2013-05-12
4
-727
/
+759
*
x86: dsputil: Refactor pixels16 wrapper functions with a macro
Diego Biurrun
2013-05-12
8
-143
/
+41
*
configure: Rename cmov processor capability to i686
Diego Biurrun
2013-05-12
1
-4
/
+2
*
x86: sbrdsp: implement SSE2 qmf_pre_shuffle
Christophe Gisquet
2013-05-10
2
-0
/
+32
*
x86: dsputil: Remove unused argument from QPEL_OP macro
Diego Biurrun
2013-05-08
1
-4
/
+4
*
x86: dsputil: Move TRANSPOSE4 macro to the only place it is used
Diego Biurrun
2013-05-08
2
-11
/
+11
*
x86: dsputil: Move constant declarations into separate header
Diego Biurrun
2013-05-08
6
-24
/
+57
*
x86: dsputil: Group all assembly constants together in constants.c
Diego Biurrun
2013-05-08
2
-15
/
+11
*
x86: dsputil: Move ff_pd assembly constants to the only place they are used
Diego Biurrun
2013-05-08
3
-13
/
+11
*
x86: dsputil: Remove unused ff_pb_3F constant
Diego Biurrun
2013-05-07
2
-2
/
+0
*
x86: dsputil: Remove unused MOVQ_BONE macro
Diego Biurrun
2013-05-07
2
-9
/
+0
*
x86: dsputil: Move rv40-specific functions where they belong
Diego Biurrun
2013-05-07
3
-26
/
+27
*
x86: dsputil hpeldsp: Move shared template functions into separate object
Diego Biurrun
2013-05-07
7
-26
/
+69
*
x86: rnd_template: Eliminate pointless OP_AVG macro indirection
Diego Biurrun
2013-05-07
4
-12
/
+8
*
x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.c
Diego Biurrun
2013-05-06
5
-25
/
+58
*
x86: hpeldsp: Only compile MMX hpeldsp code if MMX is enabled
Diego Biurrun
2013-05-06
1
-2
/
+2
*
x86: More specific ifdefs for dsputil/hpeldsp init functions
Diego Biurrun
2013-05-06
2
-16
/
+16
*
avcodec: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
2
-2
/
+4
*
silly typo fixes
Diego Biurrun
2013-05-03
1
-1
/
+1
*
x86: sbrdsp: Implement SSE2 qmf_deint_bfly
Christophe Gisquet
2013-05-03
2
-0
/
+33
*
x86: dsputil: Move cavs and vc1-specific functions where they belong
Diego Biurrun
2013-05-02
4
-40
/
+35
*
x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.c
Diego Biurrun
2013-05-02
5
-24
/
+29
*
x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.c
Diego Biurrun
2013-05-02
5
-23
/
+25
*
x86: Move duplicated put_pixels{8|16}_mmx functions into their own file
Diego Biurrun
2013-05-02
5
-134
/
+109
*
x86: Drop unnecessary ff_ name prefixes from static functions
Diego Biurrun
2013-04-30
5
-53
/
+60
*
mpegaudiosp: More consistent names for ppc/x86 optimization files
Diego Biurrun
2013-04-30
2
-1
/
+1
*
x86: dsputil: Remove a set of pointless #ifs around function declarations
Diego Biurrun
2013-04-30
1
-2
/
+0
*
x86: dsputil: cosmetics: Group ff_{avg|put}_pixels16_mmxext() declarations
Diego Biurrun
2013-04-30
1
-28
/
+14
*
x86: hpeldsp: Remove unused macro definitions
Diego Biurrun
2013-04-29
1
-7
/
+0
*
x86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exponents
Diego Biurrun
2013-04-26
2
-37
/
+0
*
x86: Rename dsputil_rnd_template.c to rnd_template.c
Martin Storsjö
2013-04-25
3
-2
/
+2
*
x86: Get rid of duplication between *_rnd_template.c
Martin Storsjö
2013-04-23
2
-197
/
+5
*
x86: Factorize duplicated inline assembly snippets
Martin Storsjö
2013-04-23
3
-130
/
+76
*
x86: Move some conditional code around to avoid unused variable warnings
Diego Biurrun
2013-04-22
3
-17
/
+15
[next]