]> git.sesse.net Git - vlc/history - modules/video_filter/swscale.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / video_filter / swscale.c
2010-07-22 Jean-Baptiste KempfSplit Avutil<->VLC chroma conversions functions from...
2010-02-08 Laurent AimarFixed YV12 and added YV9 support to our swscale wrapper.
2009-12-16 Laurent AimarUsed a sar for picture_New/Setup.
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-06-04 Laurent AimarFixed/workaround a segfault with (newer?) swscale version.
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.
2009-04-20 Laurent AimarWorkaround another swscale bug.
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-21 Jean-Baptiste KempfAdd shortnames to postproc and swscale. Will look bette...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-19 Rémi Denis-CourmontUnused variables
2008-10-19 Rémi Denis-CourmontFix swscale linking
2008-10-01 Laurent AimarFixed a stupid typo in swscale copy conditions.
2008-09-23 Derk-Jan Hartmanswscale: don't set a default filter
2008-09-07 Laurent AimarAdded support for palettized RGB (RGBP)
2008-08-28 Laurent AimarFixed swscaler minimal size for YUY2 sse2.
2008-08-28 Laurent AimarFixed(woraround) another bug of swscaler when ask to...
2008-08-27 Laurent AimarFixed RGB ffmpeg color selection.
2008-08-26 Laurent AimarFixed typo making swscaler useless for outputing RGBA.
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-24 Antoine CellerierFix cross conversions between YUVA and RGBA. Closes...
2008-08-20 Derk-Jan Hartmanswscale: prefer swscale over our own chroma modules,
2008-08-19 Derk-Jan Hartmanffmpeg chroma: Change GetVlcChroma and GetFfmpegChroma...
2008-08-19 Derk-Jan Hartmanswscale: lower priority of swscale from 1000 -> 55...
2008-08-18 Laurent AimarCosmetics.
2008-08-18 Laurent AimarAdded support for * to RGBA/YUVA conversions (close...
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.