]> git.sesse.net Git - vlc/history - modules/video_chroma
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / video_chroma /
2010-09-12 Felix Paul Kühnei420->yuv2 converter: disabled altivec usage if video...
2010-07-25 Sam Hocevarchroma: minor simplification refactoring in the YUV...
2010-01-31 Rémi Denis-CourmontDon't #include LibVLC from plugins
2010-01-16 Rémi Denis-CourmontRemove all default modules from configure.ac
2010-01-10 Rémi Denis-CourmontMove ARM NEON optimizations to arm_neon/
2010-01-10 Rémi Denis-CourmontMove Altivec chroma plugin to altivec/
2010-01-10 Rémi Denis-CourmontMove SSE2 chromas to sse2/
2010-01-10 Rémi Denis-CourmontMove MMX-accelerated chromas to mmx/
2010-01-10 Rémi Denis-CourmontRemove YMGA chroma
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-20 Rémi Denis-Courmonti420_yuyv_neon: prefetch
2009-09-20 Rémi Denis-Courmonti420->YUYV NEON: rewrite using VZIP
2009-09-20 Rémi Denis-Courmonti420_yuyv_neon: small tweaks
2009-09-20 Rémi Denis-CourmontNEON accelerated I420/YV12 -> YUYV/UYVY chroma conversion
2009-08-20 Hugo Beauzee-LuyssenSolved I420_Rgb build
2009-08-20 Pierre d'Herbemonti420: Flag a parameter as unused.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarDo not uselessly include vlc_vout.h in video_chroma.
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-01-28 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-23 Derk-Jan HartmanRaise the prio of our own i420->yuy2 module. Works...
2008-09-23 Derk-Jan Hartmanvideo_chroma: i420->yuy2 filter cannot scale.
2008-09-05 Rémi Denis-CourmontMove a bunch of plugins out of configure.ac
2008-08-28 Antoine CellerierCheck for input/output size match here too. I hope...
2008-08-28 Antoine CellerierIf you don't know how to scale ... don't pretend that...
2008-08-03 Justus PiaterDeclared many static variables const
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-05 Rémi Denis-CourmontTypo
2008-06-02 Rafaël CarréFix i420_yuy2 chroma
2008-06-02 Antoine CellerierPort chain filter to new API. Now supports chaining...
2008-06-02 Antoine CellerierChroma modules now exactly implement the "video filter2...
2008-06-02 Antoine CellerierChroma API change. Chromas are now normal video filters...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-29 Rémi Denis-CourmontSpelling
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-26 Rafaël CarréRevert "let gcc choose how to reference memory addresse...
2008-03-26 Rafaël Carrélet gcc choose how to reference memory addresses in...
2008-03-23 Rémi Denis-CourmontCheck-in modules/Makefile.am
2008-01-29 Rafaël Carrévideo_chroma: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-12 Jean-Baptiste KempfSupport for 8bit uncompressed in AVI files.
2008-01-10 Antoine CellerierChange the chain module so it allows chaining more...
2007-12-26 Antoine CellerierThree new chroma converters:
2007-11-25 Antoine CellerierSplit i422->packed YUV and i422->planar YUV. Add i422...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-30 Damien Fouilleuli422_yuy2_sse2: fix module requirements
2007-08-27 Damien Fouilleulmake ptr -> int conversion 64 bit friendly
2007-08-23 Damien Fouilleuli420_yuy2_mmx: fixed a bug introduced in [21423] (don...
2007-08-22 Damien Fouilleuli420_yuy2: for MMX and SSE2, split inline assembly...
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-15 Damien Fouilleulvideo chromas: finalize SSE2 improvements
2007-08-15 Jean-Paul SamanRemove excess whitespace
2007-08-10 Damien Fouilleuli422_yuy2: SSE2 improvements
2007-08-02 Damien Fouilleulchromas: more SSE2/MMX fixes, added I420_RGBA conversion
2007-08-01 Damien Fouilleulvideo_chroma: added I420_ABGR32 support (mostly for...
2007-08-01 Sam Hocevar * Simple grayscale -> yuv conversions.
2007-06-16 Damien Fouilleulvideo_chroma: a few SSE2 fixes
2007-06-15 Damien Fouilleul- video_chromas: more SSE2 and MMX support and optimiza...
2007-06-01 Damien Fouilleulchromas converstion: optimize MMX/SSE acceleration...
2007-05-31 Damien Fouilleul- video_chroma: added support for IA-32/64 SSE2 accelar...
2007-05-16 Jean-Paul SamanRenamed function E_(I420_RGB16_dithering) to match...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-11 Damien Fouilleul- make sure chroma converters respect picture line...
2006-10-10 Damien Fouilleul- added altivec acceleration for i420 -> YVYU, i420...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-03 Clément StenacFix a bunch of warnings and errors
2006-07-26 Eric PetitMake I420_UYVY/MMX support widths non multiple of 8
2006-02-12 Eric PetitUse emms after I420_UYVY because the OpenGL vout uses...
2006-02-05 Derk-Jan Hartman* Correct MMX version of UYVY chroma conversion. the...
2006-02-01 Rémi Denis-CourmontAdditionnal conversions
2006-01-26 Sam Hocevar * modules/video_chroma/*: use .p2align instead of...
2006-01-12 Antoine CellerierFSF address change.
2005-09-26 Sam Hocevar * modules/video_chroma/i420_rgb16.c: fixed compiler...
2005-09-26 Sam Hocevar * modules/video_chroma/i420_rgb_mmx.h: use RIP-relate...
next