]> git.sesse.net Git - vlc/history - modules/video_filter/rotate.c
vlc_plugin: fix non-LGPL plugins meta infos
[vlc] / modules / video_filter / rotate.c
2015-03-21 Rémi Denis-Courmontvlc_plugin: fix non-LGPL plugins meta infos
2014-11-17 Rémi Denis-Courmontrotate: avoid sign extension
2014-08-13 Rémi Denis-Courmontrotate: stick to single precision arithmetic
2012-11-13 Jean-Baptiste KempfLGPL
2012-11-10 Rémi Denis-Courmontrotate: use single float rather than pair of integers...
2012-11-10 Rémi Denis-Courmontrotate: use atomic variable instead of spin lock
2012-10-27 Pierre Ynardrotate: fix uninitialized motion angle
2012-10-18 Pierre Ynardrotate: don't branch inside spinlock
2012-10-12 Pierre Ynardrotate: simplify angle stuff
2012-10-08 Pierre Ynardrotate: get rid of useless motion field
2012-10-06 Pierre Ynardmotion: move rotate code into the rotate video filter
2011-05-13 Rémi Denis-CourmontRemove dummy plugin config item parameter
2010-07-28 Laurent AimarFixed invalid assumption about picture pitches in rotat...
2010-01-04 Antoine CellerierUse %4.4s instead of %4s for fourccs cast to char *.
2009-12-28 Rémi Duraffortvideo_filter_rotate: fix race condition.
2009-06-30 Rémi DuraffortGlobal headers.
2009-06-22 Derk-Jan Hartmanrotate filter: Avoid a crash
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-19 Rémi Denis-CourmontRotate: thread-safety
2009-05-19 Rémi Denis-CourmontRotate: no need to remember the angle
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarDo not uselessly include vlc_vout.h in filters.
2009-03-26 Rémi Duraffortvideo_filter: fix a potential crash (callback called...
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-19 Laurent AimarUse filter helpers.
2008-07-18 Laurent AimarUse picture helpers (Yield,Release,CopyProperties).
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-22 Rémi DuraffortRemove unnedeeded msg_Error.
2008-06-04 Antoine CellerierFactorize some code in the filters.
2008-06-04 Antoine CellerierUseless statement.
2008-06-04 Antoine CellerierAdd support for Packed YUV 422 to rotate video filter...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-31 Antoine CellerierThis should work for all planar YUV formats (in fact...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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-01-29 Rafaël Carrévideo_filter: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-12-25 Antoine CellerierVideo filter fixes:
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-07-06 Jérome DecoodtTry to optimize a bit the antialiasing thing
2007-07-05 Jérome DecoodtBetter blending for top and left borders
2007-07-04 Jérome DecoodtAdd blending for borders in rotate
2007-07-04 Jérome DecoodtAdd some antialiasing to rotate
2007-06-20 Jérome DecoodtAdd rotate-deciangle for more precision in rotate
2007-04-20 Antoine Cellerier * rotate.c: Fix a few bugs + don't use p_libvlc_global...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-15 Antoine CellerierDon't use doubles when doing the rotation
2006-10-14 Antoine CellerierMotion control interface can now be used with the rotat...
2006-10-14 Antoine CellerierAhem...
2006-10-14 Antoine CellerierNew rotate video filter. Can rotate video by any intege...