]> git.sesse.net Git - vlc/history - modules/video_filter/swscale.c
Sync PO files
[vlc] / modules / video_filter / swscale.c
2008-07-27 Laurent AimarWorkaround a limitation of swscaler that does not like...
2008-07-27 Laurent AimarFixed a typo.
2008-07-27 Laurent AimarRemoved debug code (effectly enable swscale).
2008-07-27 Laurent AimarAdded RGBA and YUVA support (it will enhance subtitle...
2008-07-27 Laurent AimarClean up a bit swscaler (prepare for YUVA/YUVP/RGBA...
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-20 Laurent AimarUpgraded swscale mode to bicubic by default (fast bilin...
2008-07-19 Laurent AimarUse filter helpers.
2008-07-18 Laurent AimarUse picture helpers (Yield,Release,CopyProperties).
2008-07-17 Laurent AimarFixed filters implemented as vout (Init/End can be...
2008-06-09 Antoine CellerierMove avcodec module files to modules/codec/avcodec...
2008-06-09 Antoine CellerierMove swscale.c to the video_filter directory.