]> git.sesse.net Git - vlc/history - modules/arm_neon
macosx: added a basic script and some entitlements to enable Sandboxing on OS X Lion...
[vlc] / modules / arm_neon /
2012-04-21 Rémi Denis-CourmontRelicense (rest of) "my" assembler files to LGPLv2.1
2012-04-20 David Geldreichhandle the underscore prefix for some ARM ABI in arm_neon
2012-04-19 David Geldreichcorrect ARM assembly to compile with Apple gas
2012-01-25 Rafaël CarréNeon yuv->rgb: check if CPU supports NEON
2012-01-22 Rafaël Carréneon yuv->rgb : check RGBA order/endianess
2012-01-22 Sébastien ToqueYUV->RGB convertor in NEON
2011-12-15 Pere Orgafix filename self-references
2011-10-04 Jean-Baptiste KempfModules: correct LGPL header
2011-07-11 Pierre Ynardchroma_yuv_neon: forgotten stuff
2011-07-07 Rémi Denis-Courmontchroma_yuv_neon: packed to planar YUV422
2011-07-07 Rémi Denis-CourmontForgotten stuff
2011-07-07 Rémi Denis-Courmontchroma_yuv_neon: add planar to packet YUV422 conversions
2011-07-07 Rémi Denis-Courmontchroma_yuv_neon: add conversions to YVYU and VYUY ...
2011-07-07 Rémi Denis-CourmontClean up NEON chroma converter
2011-07-05 Rémi Denis-CourmontCheck for NEON at run-time in audio converter
2011-07-05 Rémi Denis-CourmontAdd run-time check for NEON in chroma converter
2011-07-04 Rémi Denis-CourmontRun-time CPU detection for ARM (meaning NEON)
2011-06-16 Rémi Denis-CourmontARM NEON: fix smurf in conversions from YV12 to YUY2
2010-10-31 Pierre d'Herbemontarm_neon: Force libtool to be in CC mode when using...
2010-05-09 Rémi Denis-CourmontARM NEON: fix I420/YV12->UYVY
2010-05-09 Rémi Denis-CourmontCosmetics
2010-03-20 Gildas Bazinarm_neon: fix the color conversion to use the actual...
2010-01-14 Rémi Denis-CourmontRemove CPU capability from modules
2010-01-13 Rémi Denis-Courmont.S and .c should not have the same base name
2010-01-13 Rémi Denis-CourmontARM NEON: missing prefetch for I420 -> UYVY chroma
2010-01-10 Rémi Denis-CourmontMove ARM NEON optimizations to arm_neon/