]> git.sesse.net Git - vlc/history - modules/video_filter
Fix potential segfault.
[vlc] / modules / video_filter /
2008-08-01 Rémi DuraffortFix memleak in opencv.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortClone video filter : fix potential memleak.
2008-07-31 Rémi DuraffortForgotten mem leak.
2008-07-31 Rémi DuraffortFix memleak
2008-07-31 Rémi DuraffortFix memleak.
2008-07-31 Rémi DuraffortDon't mix up malloc and delete.
2008-07-31 Rémi DuraffortFix potential memleak.
2008-07-31 Rémi DuraffortFix memleak in wall video filter.
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-23 Laurent AimarDo not use a macro to clip integer to uint8 (2x faster...
2008-07-22 Laurent AimarAuto hide "VLC ZOOM SHOW" with mouse timeout.
2008-07-22 Laurent AimarUse image_Convert for upscaling the picture (2x faster).
2008-07-21 Laurent AimarFixed scaled output mouse tracking in remoteosd.
2008-07-21 Laurent AimarFixed unitialized memory passed to write().
2008-07-21 Laurent AimarClean up remoteosd (use picture_*, fix a few race condi...
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-20 Laurent AimarFixed motiondetect segfaults.
2008-07-19 Laurent AimarUse filter helpers.
2008-07-18 Laurent AimarClean up gaussianblur. There is no need to nearly dupli...
2008-07-18 Laurent AimarAnother typo.
2008-07-18 Laurent AimarUse picture helpers (Yield,Release,CopyProperties).
2008-07-17 Pierre d'Herbemontvout: Rename vout_Destroy to vout_CloseAndDestroy.
2008-07-17 Laurent AimarFixed filters implemented as vout (Init/End can be...
2008-07-09 Rémi DuraffortFix non utf-8 encoding.
2008-07-07 Jean-Baptiste KempfAdd mising \ in some macros.
2008-07-07 Felix Paul KühneMore l10n string fixes. Adds a FIXME to atmo.cpp, becau...
2008-07-05 Rémi Denis-Courmontamd64 format fix
2008-07-05 Rémi Denis-CourmontCharset fixes
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-03 Rémi Denis-CourmontFormat string fixes
2008-07-03 Rémi Denis-CourmontMarq: thread safety
2008-07-01 Rémi Denis-CourmontRemove dead code (CID #3)
2008-06-30 Laurent AimarAllowed RV32 (same code than RGBA).
2008-06-30 Laurent AimarFixed chain for chroma+resize.
2008-06-30 Antoine CellerierFix typo.
2008-06-30 Antoine CellerierFix implicit filter chain module.
2008-06-28 Rémi Denis-CourmontVLC_OBJECT_FILTER: remove
2008-06-28 Rémi Denis-CourmontUse sizeof(vlc_object_t) as appropriate
2008-06-26 Ilkka OllakkaMerge branch 'master' of git@git.videolan.org:vlc
2008-06-25 Jean-Baptiste KempfFix typo.
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-23 Antoine CellerierAdd aspect ratio option to canvas (like what transcode...
2008-06-22 Rémi DuraffortRemove unnedeeded msg_Error.
2008-06-22 Antoine CellerierNew canvas video filter.
2008-06-22 Antoine CellerierChange way arguments are given to croppadd module.
2008-06-22 Antoine CellerierCheck for NULL pointer before using it, not after.
2008-06-18 Jean-Paul SamanRemove silly out of memory message in out of memory...
2008-06-13 Felix Paul KühneReplaced a certain amount of vlc_object_find by pl_Yield
2008-06-10 Antoine CellerierFix zoom gauge in magnify.
2008-06-10 Rafaël CarréRemoteosd: initialise gcrypt
2008-06-09 Rémi Denis-Courmontchroma.h has moved
2008-06-09 Antoine CellerierRemove executable permission from source files. (btw...
2008-06-09 Antoine CellerierMove avcodec module files to modules/codec/avcodec...
2008-06-09 Antoine CellerierMove imgresample.c to the video_filter directory.
2008-06-09 Antoine CellerierMove swscale.c to the video_filter directory.
2008-06-09 Antoine CellerierRevive postprocessing. It is now a video filter (the...
2008-06-08 Matthias BauerAdded plugin RemoteOSD, a VNC client as video-filter
2008-06-04 Antoine CellerierYUV 422 Packed motion detect (still kind of broken).
2008-06-04 Antoine CellerierFactorize some code in the filters.
2008-06-04 Antoine CellerierFactorize picture dating and releasing code.
2008-06-04 Antoine CellerierUseless statement.
2008-06-04 Antoine CellerierAdd support for Packed YUV 422 to rotate video filter...
2008-06-04 Antoine CellerierUse gray for the place holder color on packed formats...
2008-06-02 Antoine CellerierThis module scales with nearest neightboor algorithm...
2008-06-02 Antoine CellerierPort chain filter to new API. Now supports chaining...
2008-06-01 Rafaël Carrés/vout_Destroy/vlc_object_release/ - A cat is a cat
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-31 Antoine CellerierValidate input chromas here too. Currently only planar...
2008-05-31 Antoine CellerierValidate input chroma for grain filter (planar yuv).
2008-05-31 Antoine CellerierThis can work on all the planar YUV formats.
2008-05-31 Antoine CellerierValidate input chroma in gradient filter (the current...
2008-05-31 Jean-Paul SamanFix CID 107: dereference pointer before NULL check.
2008-05-31 Alexis BallierInclude altivec.h before any other vlc header
2008-05-30 Antoine CellerierRemove useless NULL check (p_sys->p_vout can never...
2008-05-29 Rémi Denis-CourmontSpelling
2008-05-29 Rafaël CarréAnother workaround to not forbid development
2008-05-28 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-05-28 Rafaël CarréBuilds opencv video filters elsewhere than win32
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-24 Rafaël CarréFix rtmp access_output building
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rafaël Carrévlc_threads_funcs.h and vlc_module_macros.h have been...
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-06 Rafaël Carrémosaic: Free string variables after using them
2008-05-04 Rémi Denis-CourmontMaintain SUBDIRS manually for extra flexibility
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-05-01 Rémi Denis-CourmontC++ <inttypes.h> inclusion fixes
2008-04-22 Antoine CellerierAdd picture specific alpha setting for mosaic pictures.
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...
next