]> git.sesse.net Git - vlc/history - modules/video_filter/scale.c
Remove unnedeeded msg_Error.
[vlc] / modules / video_filter / scale.c
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...