index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
x86_cpu.h
Age
Commit message (
Expand
)
Author
2012-09-13
x86_cpu.h: newline at the end to shutup some warnings in opencc
Michael Niedermayer
2012-08-09
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-09
x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
Mans Rullgard
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-10-06
Check whether compiler supports xmm registers in asm clobber list
Ramiro Polla
2010-10-04
snowdsp: Explicitly state the operand sizes
İsmail Dönmez
2009-03-19
typedef int x86_reg on non x86
Michael Niedermayer
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2008-09-14
Only define x86 register names on x86.
Diego Biurrun
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-07-13
simplify vorbis windowing
Loren Merritt
2008-05-09
Add required stdint.h header.
Diego Biurrun
2008-05-08
Do not misuse long as the size of a register in x86.
Ramiro Polla
2008-03-17
add REGd definition
Måns Rullgård
2008-03-13
Add #include "config.h" to headers that need it.
Diego Biurrun
2008-02-15
prettyprinting cosmetics
Diego Biurrun
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-08-15
CONFIG_7REGS -> HAVE_7REGS
Ramiro Polla
2007-04-27
Mark code parts that cannot work on AMD64 due to broken relocations as such.
Diego Biurrun
2007-04-24
Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST,
Diego Biurrun
2007-03-29
Fix compilation when using the --disable-opts parameter. This to help those
Panagiotis Issaris
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-10
Add official LGPL license headers to the files that were missing them.
Diego Biurrun
2006-08-12
Add #define REGc
Guillaume Poirier
2006-07-03
Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h
Luca Abeni