]> git.sesse.net Git - vlc/history - modules/arm_neon
vlc_plugin: fix non-LGPL plugins meta infos
[vlc] / modules / arm_neon /
2014-09-12 Felix Abecassisyuv_rgb: bail out if input/output orientation does...
2014-02-07 Martin Storsjöarm_neon: Explicitly specify the symbol name for amplif...
2013-12-16 Sébastien Toqueyuv->rgb neon: only convert visible area
2013-10-08 Martin Storsjöarm_neon: Add an optimized routine for deinterleaving...
2013-09-30 Martin Storsjöarm_neon: Fix a minor typo in a comment
2013-09-28 Rémi Denis-Courmontarm_neon: remove recursion
2013-09-16 Rémi Denis-Courmontmodules: remove VLC-specific AM_LIBADD, simplify
2013-09-16 Rémi Denis-Courmontmodules: use different directory prefixes for each...
2013-09-14 Rémi Denis-CourmontRemove left-over .gitignore files
2013-07-08 Rémi Denis-Courmontmodules: avoid using genmf where unnecessary
2013-03-18 Sébastien Toquei420->rv32 neon: improve scheduling & registers usage
2013-03-10 Sébastien ToqueAdd i420->rv16 neon converter
2013-03-01 Rémi Denis-Courmontaudio filters: remove old filter_NewAudioBuffer()
2013-01-03 Rafaël CarréRevert "arm_neon i420 -> rgb: Output pitch can be 64...
2012-12-31 Asad Mehmoodarm_neon i420 -> rgb: Output pitch can be 64 bit aligned
2012-12-22 Rafaël Carréaudio_format_neon was removed in 6ba3c4bed4
2012-12-21 Rémi Denis-Courmontaout: remove FI32 intermediate-only codec
2012-11-13 Jean-Baptiste KempfLGPL
2012-11-08 Rémi Denis-CourmontSet directory-wide libtool tag correctly
2012-10-19 Rémi Denis-Courmontaout: use distinct "audio converter" capability for...
2012-10-05 Felix Paul Kühnearm_neon: fixed simple channel mixer compilation using...
2012-10-05 David Geldreichadd ARM/NEON version of simple channel mixer
2012-10-01 Jean-Baptiste KempfRemove tabs in source code
2012-09-06 Rémi Denis-CourmontRemove empty *_DEPENDENCIES in makefiles
2012-08-04 Rémi Denis-Courmontvolume_neon: ARM NEON software amplification
2012-08-04 Rémi Denis-Courmontaudio_format_neon: force ARMv6 (fix compilation)
2012-08-02 Felix Paul Kühnearm_neon: updated syntax to suit Apple's current, more...
2012-08-01 Rémi Denis-CourmontCheck for ARM NEON at build-time if possible
2012-07-31 Felix Paul Kühnearm_neon: align ARM ASM to 4 bytes to work-around the...
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/