]> git.sesse.net Git - vlc/history - modules/video_filter/scale.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / video_filter / scale.c
2009-09-02 Rémi Duraffortvideo_filter: remove unneeded function.
2009-07-16 Rémi Duraffortvideo_filters: remove unused p_sys structure.
2009-06-30 Rémi DuraffortGlobal headers.
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 filters.
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.
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-30 Laurent AimarAllowed RV32 (same code than RGBA).
2008-06-22 Rémi DuraffortRemove unnedeeded msg_Error.
2008-06-02 Antoine CellerierThis module scales with nearest neightboor algorithm...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-29 Rafaël CarréAnother workaround to not forbid development
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-08-08 Jean-Paul SamanScale every plane correctly. This fixes the "green...
2007-07-19 Jean-Paul SamanDon't scale when source or destination width/height...
2007-04-19 Antoine CellerierOptimze nearest neighboor scaling implementation. This...
2007-04-02 Antoine Cellerieralso scale I420/YV12. (untested) (btw, why don't we...
2007-03-31 Antoine Cellerierscale.c: implement RGBA scaling.
2006-11-26 Clément StenacA bit of headers cleanup
2006-07-16 Antoine CellerierDon't show the scale filter in the preferences
2006-07-09 Antoine Cellerier#transcode{vfilter=...} only works with video filter2...
2006-01-12 Antoine CellerierFSF address change.
2005-09-11 Gildas Bazin* modules/video_filter/scale.c: Fixed bug reported...
2005-08-23 Jean-Paul Samansanity checking
2005-07-11 Sam Hocevar * Fixed a bunch of coding errors here and there.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-02-04 Andre Pang* modules/video_filter/scale.c: Guard against p_pic...
2004-12-11 Clément StenacImprovements to preferences
2004-10-14 Gildas Bazin* modules/codec/ffmpeg/video_filter.c: fixed cases...
2004-09-17 Gildas Bazin* modules/video_filter/scale.c: add a bias when calcula...
2004-09-15 Gildas Bazin* modules/video_filter/scale.c: simple nearest neighbou...