]> git.sesse.net Git - vlc/history - modules/video_filter
More clean up (it has 1 minor side effect but in a buggy section anyway).
[vlc] / modules / video_filter /
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...
2008-04-13 Jean-Paul SamanDon't compile dynamicoverlay when there is no POSIX...
2008-04-13 Jean-Paul SamanRename LoadImage() to blendbench_LoadImage() because...
2008-04-09 Jean-Paul SamanMerge branch 'dynamicoverlay'
2008-04-09 Jean-Paul SamanDon't leak memory.
2008-04-09 Jean-Paul SamanCompile fix.
2008-04-09 Jean-Paul SamanRewrite old command definitions to no longer use those...
2008-04-09 Jean-Paul SamanRefactor dynamic overlays from Google Summer of Code...
2008-04-09 Jean-Paul SamanCleanup blendbench videofilter
2008-04-09 Jean-Paul SamanFix compilation of blendbench
2008-04-09 Jean-Paul SamanBuild blendbench module
2008-04-09 Søren BøgBlending - Added blend benchmarking filter
2008-04-09 Jean-Paul SamanAdd alpha value to each subpicture region.
2008-04-07 Sam HocevarFix transform plugin 90-degree rotations on I422.
2008-03-23 Rémi Denis-CourmontCheck-in modules/Makefile.am
2008-03-12 Jean-Paul SamanFix compiler warning about unused variables.
2008-03-12 Rafaël CarréChange a description msg
2008-03-12 Rémi DuraffortRemove useless test before a free().
2008-03-12 Jean-Baptiste KempfMissing include.
2008-03-08 Antoine CellerierAdd a new croppadd video filter. It currently isn't...
2008-03-08 Jean-Baptiste KempfDon't reinvent max/min for the nth time.
2008-03-02 Pierre d'HerbemontMore Id and permission fixes.
2008-02-28 Antoine CellerierAdd a --marq-refresh option to specify the format strin...
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-16 Jean-Paul SamanPatch by Andre Weber: fix several warnings in atmo...
2008-02-15 Antoine CellerierFix typo.
2008-02-12 Antoine Celleriervideo filter module - for thehomebrewAmbiLight (AtmoLig...
2008-02-03 Rémi Denis-CourmontWe don't check for limits.h, so don't use HAVE_LIMITS_H
2008-02-01 Ilkka Ollakkafix align setting, p_spu->p_region is null there
2008-01-29 Rafaël Carrévideo_filter: fix warnings
next