]> git.sesse.net Git - vlc/history - modules/video_filter
misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects...
[vlc] / modules / video_filter /
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
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-19 Antoine CellerierSimplify.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-07 Antoine CellerierSame change as marq for positioning code.
2008-01-07 Antoine CellerierSwap comments.
2008-01-07 Antoine CellerierMarq: make it possible to mix (x,y) and position option...
2008-01-06 Antoine CellerierMagnify: validate input chroma, fix for non "YUV 4...
2008-01-06 Antoine CellerierValidate input chroma in transform filter, make it...
2007-12-29 Christophe MutricyDistribute filter_picture.h
2007-12-26 Antoine CellerierSome more filter work:
2007-12-25 Antoine CellerierVideo filter fixes:
2007-11-30 Jean-Baptiste KempfTypo spotted by Philipp Weisenbacher.
2007-11-24 Antoine CellerierWave and ripple should now behave correctly for chromas...
2007-11-15 Jean-Paul SamanFix various memleaks in error paths.
2007-11-15 Jean-Paul SamanImplement clickable osdmenu. The clickable positioning...
2007-11-14 Jean-Paul SamanCleanup on osdmenu video filter.
2007-11-14 Jean-Paul SamanIndentation
2007-10-18 Jean-Paul SamanRemove printf().
2007-10-18 Jean-Paul SamanRemove useless empty line.
2007-10-12 Laurent AimarUse field order (top/bottom) for correct bob/linear...
2007-10-12 Rafaël Carrélogo filter: fail early if the logo hasn't been specifi...
2007-09-11 Rémi Denis-CourmontFix warning
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-09 Rémi Denis-CourmontFix ptrdiff_t abuse. Especially in video_filter_invert:
2007-09-09 Antoine CellerierNevermind. /me buys some glasses.
2007-09-09 Antoine CellerierFix comment.
2007-09-05 Rémi Denis-CourmontMissing static
2007-09-04 Antoine CellerierHopefully fix the build for windows.
2007-09-04 Antoine CellerierStart seamcarving video filter. I'm commiting this...
2007-09-04 Rémi Denis-CourmontFix some cast warnings
2007-09-01 Jean-Baptiste KempfOSDMenu: add to the CAT_VIDEO category to have tweaking...
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-16 Rémi Denis-CourmontMore libvlc_global presumed abuse
2007-08-16 Rémi Denis-CourmontMade mosaic shared struct per-instance rather than...
2007-08-08 Jean-Paul SamanScale every plane correctly. This fixes the "green...
2007-08-08 Jean-Paul SamanUse parenthesis to make it more readible.`
2007-08-04 Rémi Denis-Courmont- Cleanup and fixes deprecated options:
2007-08-04 Rémi Denis-CourmontFix usage of add_shortcut.
2007-08-04 Rémi Denis-CourmontMove code out of module descriptor.
2007-07-26 Antoine CellerierNew video filter to add grain to a video. This is work...
2007-07-25 Antoine CellerierInvert lines (cosmetic change only)
2007-07-19 Jean-Paul SamanFix positioning of subpicture regions in osdmenu.
2007-07-19 Jean-Paul SamanDon't scale when source or destination width/height...
2007-07-06 Jérome DecoodtTry to optimize a bit the antialiasing thing
2007-07-05 Jérome DecoodtBetter blending for top and left borders
2007-07-04 Jérome DecoodtAdd blending for borders in rotate
2007-07-04 Jérome DecoodtAdd some antialiasing to rotate
2007-06-28 Antoine CellerierFix "Seg fault when changing mosaic 'offsets' option...
2007-06-21 Jean-Paul Samansmall cleanup
2007-06-21 Jean-Baptiste KempfLogo: Correction spotted by ILEoo and patched by Bernie...
2007-06-20 Jérome DecoodtAdd rotate-deciangle for more precision in rotate
2007-06-18 Laurent AimarPatch by Bernie Purcell :
2007-06-17 Antoine CellerierFix marq positions list in config.
2007-06-17 Antoine CellerierFix copyright date
2007-06-17 Antoine CellerierMake error output usable.
2007-06-14 Christophe Mutricyi18n fixes
2007-06-12 Laurent AimarFixed uninitialized variable.
2007-06-06 Jean-Paul SamanOSDMenu update time of 0 ms disables the menu, so put...
2007-06-06 Jean-Paul SamanOnly update the menu when it is visible.
2007-06-06 Jean-Paul SamanFix update time in variable callback so it uses ms.
2007-06-06 Jean-Paul SamanOSDMenu improvements
2007-05-30 Jean-Paul SamanSmall cleanup.
2007-05-29 Jean-Baptiste KempfSharpen performance improvement by precalculating some...
2007-05-27 Laurent AimarCompilation warning fixes.
2007-05-22 Damien Fouilleul- blend.c: fix for BlendRV24, needs testing, dionoea ?
2007-05-20 Rémi Denis-CourmontHide libvlc_global_data_t from plugins
2007-05-19 Antoine Cellerier* deinterlace.c: compile fix by ILEoo.
2007-05-19 Rémi Denis-CourmontUse a vlc_CPU() wrapper instead of (ab)using libvlc_global
2007-05-16 Jean-Baptiste KempfShould fix another bunch of: (near initialization for...
2007-05-16 Jean-Paul SamanRemove unused variable.
2007-05-16 Jean-Paul SamanFix another bunch of: (near initialization for `fmt...
2007-05-16 Jean-Paul SamanFix compiler warnings of type "warning: (near initializ...
2007-05-16 Jean-Paul SamanProperly clear the struct, this shuts up another compil...
2007-05-09 Antoine Cellerier* rss.c: Test fix for a bug i can't reproduce (most...
2007-04-26 Jean-Paul Samanremove trailing whitespace
2007-04-25 Antoine Celleriermotiondetect.c: Oops commit.
2007-04-25 Antoine Cellerier* motiondetect.c: remove useless include.
2007-04-23 Antoine CellerierYet another optimisation for the gaussian filter. This...
2007-04-22 Antoine CellerierGaussian blur optimisation. It now runs without skippin...
2007-04-21 Antoine CellerierNew gaussian blur video filter. This currently takes...
2007-04-21 Antoine CellerierFix i_pitch vs i_visible_pitch bug.
2007-04-20 Antoine Cellerier * rotate.c: Fix a few bugs + don't use p_libvlc_global...
2007-04-19 Antoine CellerierOptimze nearest neighboor scaling implementation. This...
2007-04-17 Antoine CellerierImprove logo erase filter (~12% speedup if my math...
2007-04-16 Antoine CellerierOops.
2007-04-16 Antoine Cellerier * erase.c: add bluring effect, fix a bunch of bugs...
2007-04-15 Antoine CellerierDon't delete variables that don't exist.
2007-04-15 Antoine CellerierRemove old TODO + fix spelling.
2007-04-15 Antoine Cellerier * mosaic_bridge.c: - Add "vfilters" option to apply...
2007-04-07 Antoine CellerierMosaic:
2007-04-02 Antoine Celleriermosaic.c: If we're not using bluescreen stuff (which...
next