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
/
libavutil
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86inc: Various minor backports from x264
Henrik Gramner
2015-08-13
1
-11
/
+21
*
x86inc: Drop SECTION_TEXT macro
Henrik Gramner
2015-08-11
1
-12
/
+0
*
x86inc: Disable vpbroadcastq workaround in newer yasm versions
Henrik Gramner
2015-08-11
1
-9
/
+11
*
x86inc: Fix instantiation of YMM registers
Christophe Gisquet
2015-08-11
1
-1
/
+1
*
x86inc: warn when instructions incompatible with current cpuflags are used
Anton Mitrofanov
2015-08-11
1
-288
/
+299
*
x86inc: Support arbitrary stack alignments
Henrik Gramner
2015-08-11
1
-22
/
+40
*
x86inc: warn if XOP integer FMA instruction emulation is impossible
Anton Mitrofanov
2015-08-11
1
-2
/
+5
*
x86: Serialize rdtsc in read_time()
Henrik Gramner
2015-07-09
1
-1
/
+6
*
x86: check for AV_CPU_FLAG_AVXSLOW where useful
James Almer
2015-05-31
2
-2
/
+2
*
x86: Add helper macros to check for slow cpuflags
James Almer
2015-05-31
1
-0
/
+18
*
x86: add AV_CPU_FLAG_AVXSLOW flag
James Almer
2015-05-31
1
-3
/
+14
*
x86inc: Clear __SECT__
Timothy Gu
2015-05-28
1
-1
/
+5
*
v210enc: Add SIMD optimised 8-bit and 10-bit encoders
Kieran Kunhya
2014-12-05
1
-0
/
+5
*
x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags
Henrik Gramner
2014-09-09
1
-19
/
+22
*
x86inc: Free up variable name "n" in global namespace
Loren Merritt
2014-09-09
1
-9
/
+9
*
x86inc: Make ym# behave the same way as xm#
Henrik Gramner
2014-09-09
1
-4
/
+4
*
Update Fiona's name in copyright statements.
Diego Biurrun
2014-07-01
2
-2
/
+2
*
x86: add detection for Bit Manipulation Instruction sets
James Almer
2014-02-23
1
-6
/
+11
*
x86: add detection for FMA3 instruction set
James Almer
2014-02-23
2
-1
/
+7
*
x86: add missing XOP checks and macros
James Almer
2014-02-23
1
-0
/
+3
*
x86: float dsp: unroll SSE versions
Christophe Gisquet
2014-02-20
1
-16
/
+24
*
x86inc: Speed up assembling with Yasm
Loren Merritt
2014-01-26
1
-23
/
+23
*
libavutil: x86: Add AVX2 capable CPU detection.
Kieran Kunhya
2013-10-25
2
-0
/
+11
*
x86: more AVX2 framework
Jason Garrett-Glaser
2013-10-14
1
-0
/
+11
*
x86inc: FMA3/4 Support
Jason Garrett-Glaser
2013-10-14
2
-1
/
+45
*
x86inc: Remove our FMA4 support
Derek Buitenhuis
2013-10-14
2
-11
/
+16
*
x86inc: Use VEX-encoded instructions in AVX functions
Henrik Gramner
2013-10-14
1
-84
/
+169
*
x86inc: Remove .rodata kludges
Henrik Gramner
2013-10-09
1
-11
/
+5
*
x86inc: remove misaligned cpu flag
Henrik Gramner
2013-10-07
1
-5
/
+4
*
x86inc: various minor backports from x264
Jason Garrett-Glaser
2013-10-07
1
-4
/
+3
*
x86inc: Check for __OUTPUT_FORMAT__ having a value of "x64"
Derek Buitenhuis
2013-10-07
1
-0
/
+2
*
x86inc: Utilize the shadow space on 64-bit Windows
Henrik Gramner
2013-10-07
1
-37
/
+46
*
x86inc: create xm# and ym#, analagous to m#
Loren Merritt
2013-10-07
1
-1
/
+25
*
x86inc: fix some corner cases of SWAP
Loren Merritt
2013-10-07
1
-27
/
+27
*
x86inc: Use SSE instead of SSE2 for copying data
Henrik Gramner
2013-10-07
1
-2
/
+2
*
x86inc: Set ELF hidden visibility for global constants
Henrik Gramner
2013-10-07
1
-1
/
+5
*
x86inc: activate REP_RET automatically
Loren Merritt
2013-10-07
1
-5
/
+31
*
avutil: Fix compilation with inline asm disabled on mingw
Alex Smith
2013-09-22
1
-0
/
+1
*
x86: Add and use more convenience macros to check CPU extension availability
Diego Biurrun
2013-08-29
1
-0
/
+13
*
avutil: Refactor CPU extension availability macros
Diego Biurrun
2013-08-28
1
-28
/
+26
*
avutil: Move internal CPU detection function declarations to private header
Diego Biurrun
2013-08-28
1
-0
/
+1
*
Consistently use "cpu_flags" as variable/parameter name for CPU flags
Diego Biurrun
2013-07-18
1
-6
/
+6
*
lls/x86: use 3-operator vaddpd in ADDPD_MEM
Loren Merritt
2013-07-02
1
-1
/
+1
*
x86: lpc: fix a segfault in av_evaluate_lls_sse2()
Loren Merritt
2013-06-30
1
-1
/
+1
*
x86: lpc: simd av_evaluate_lls
Loren Merritt
2013-06-29
2
-0
/
+41
*
x86: lpc: simd av_update_lls
Loren Merritt
2013-06-29
3
-0
/
+236
*
avutil: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
1
-1
/
+2
*
x86: float dsp: butterflies_float SSE
Christophe Gisquet
2013-05-03
2
-0
/
+29
*
dsputil: Make dsputil selectable
Ronald S. Bultje
2013-04-10
1
-0
/
+2
*
x86inc: Fix number of operands for cmp* instructions
Christophe Gisquet
2013-04-09
1
-4
/
+4
[next]