]> git.sesse.net Git - vlc/history - modules/mmx
Qt: fix Win32 MOC breakage
[vlc] / modules / mmx /
2012-11-07 Ilkka Ollakkai420_rgb: separate mmx and sse2 asm code
2012-09-06 Rémi Denis-CourmontRemove empty *_DEPENDENCIES in makefiles
2012-07-03 Rafaël CarréRemove vlc_memcpy
2012-07-01 Rafaël CarréOnly use optimized memcpy on Windows
2012-02-28 Konstantin PavlovFix some common typos.
2011-12-15 Pere Orgafix filename self-references
2011-11-26 Rémi Denis-Courmonti420_rgb: clobber lists for MMX and SSE2
2011-11-26 Rémi Denis-CourmontMMX memcpy: set clobber list
2011-07-25 Benjamin DrungFix typo 'allows to do' -> 'allows doing'
2011-05-10 Rémi Denis-CourmontAlias vlc_memset() to memset()
2011-05-09 Rémi Denis-CourmontChecks for CPU capability at run-time (on x86 and PPC)
2011-05-09 Rémi Denis-CourmontDo not pass -mmmx or -msse2 to the compiler
2010-06-28 Rafaël CarréCleanup after [17638ecf0bd]
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-03-31 Alexis BallierMMX I420->RGB: avoid text relocations (fixes #1383)
2010-01-10 Rémi Denis-CourmontMove MMX-accelerated chromas to mmx/
2010-01-10 Rémi Denis-CourmontExpose MMX and SSE2 compiler flags
2010-01-10 Rémi Denis-CourmontMove x86 memcpy plugins to mmx, mmxext, 3dnow directories