]> git.sesse.net Git - vlc/history - modules/video_filter
Less memleaks in Qt interface.
[vlc] / modules / video_filter /
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...
2007-04-02 Antoine CellerierFix I420/YV12 -> * blending. Looks like we did need...
2007-04-02 Antoine Cellerieralso scale I420/YV12. (untested) (btw, why don't we...
2007-04-02 Antoine Cellerier* Untested YV12/I420 -> * blending. Works exactly like...
2007-04-01 Antoine Cellerierdon't invert the function names.
2007-04-01 Antoine CellerierUntested RGBA -> YUV Packed blending.
2007-04-01 Antoine CellerierUntested RGBA -> RV16 blending (I420 and RV24 work...
2007-03-31 Antoine CellerierRemove trailing space.
2007-03-31 Antoine CellerierMake it possible to change puzzle parmaeters after...
2007-03-31 Antoine CellerierMake it possible to change sharpen sigma after filter...
2007-03-31 Antoine CellerierMake it possible to change the blur factor after filter...
2007-03-31 Antoine CellerierGradient options are now commands.
2007-03-31 Antoine CellerierEnable config chain syntax and flag the vars as commands.
2007-03-31 Antoine CellerierRemove trailing spaces.
2007-03-31 Antoine Cellerierconvert a few printfs to msg_Dbg.
2007-03-31 Antoine CellerierMake it possible to change the extracted color once...
2007-03-31 Antoine CellerierCheck the input chroma. (We only want to work on I420...
2007-03-31 Antoine CellerierNew erase video filter (to remove logos). Example comma...
2007-03-31 Antoine CellerierAlso use the V plane for motion detection. Remove unuse...
2007-03-31 Antoine Cellerierscale.c: implement RGBA scaling.
2007-03-30 Antoine CellerierUntested RGBA blending in I420, RV24 and RV32.
2007-03-25 Antoine CellerierAdd support for config chain option parsing.
2007-03-25 Antoine CellerierWoops, forgot to remove this reference to p_libvlc_glob...
2007-03-24 Antoine Cellerier * Don't call var_Get every time we have an image to...
2007-03-24 Antoine CellerierRegister variables as callback. Don't store module...
2007-03-23 Christophe MutricyFix the strings.
2007-03-21 Antoine CellerierFix the help string for rss-speed.
2007-03-21 Antoine Cellerierrss.c: Using [19378] (visible region persitence in...
2007-03-21 Antoine Cellerier* Add new rss-title option to configure how/when/if...
2007-02-11 Antoine CellerierFix #675.
2007-02-06 Jean-Baptiste KempfPatch from Cédric Cocquebert for sharpen filter.
2007-02-04 Jean-Baptiste KempfChange in copyright and propedit.
2007-02-04 Jean-Baptiste KempfSharpen Video-Filter.
2007-02-03 Antoine CellerierOoops (?)
2007-02-02 Antoine CellerierCopy clip_uint8() function from ffmpeg and replace...
2007-01-26 Antoine Cellerieradd new filename_sanitize and path_sanitize functions...
2007-01-25 Jean-Baptiste KempfSome small modifications to crop and panoramix to repai...
2007-01-23 Jean-Baptiste KempfPatch by Cedric Cocquebert to improve the panoramix...
2006-12-24 Clément StenacMore cleanup
2006-12-19 Jean-Baptiste KempfDionoea's commit :D
2006-12-18 Antoine Cellerier* Remove comments left in cut & paste.
2006-12-18 Antoine Cellerier* Make it possible to extract any color component from...
2006-12-17 Antoine Cellerier * New color extraction video filter. Can be used to...
2006-12-17 Antoine CellerierRewrite motion detect filter. It currently draws a...
2006-12-11 Derk-Jan Hartman* motion_detect: use playlist_Control's "lock" argument
2006-12-11 Derk-Jan Hartman* marq.c: const strings
2006-12-02 Derk-Jan Hartman* forwardport [18201]
2006-12-02 Clément StenacImproved autocropping by Cedric Cocquebert
2006-11-26 Antoine CellerierRevert messup while doing the video filter2 port.
2006-11-26 Antoine CellerierRemove trailing spaces.
2006-11-26 Antoine Cellerieruse pf_mem{set,cpy} when possible
2006-11-26 Antoine CellerierRemove printf
2006-11-26 Clément StenacNicer commits, faster breaking time and better-looking...
2006-11-26 Antoine Cellerier* Port motion blur to "video filter2".
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-17 Derk-Jan Hartman* Remove the old swscale files, and use the newer libsw...
2006-11-11 Antoine CellerierOnly accept mouse coordinates inside video window
2006-11-11 Antoine CellerierAdd "shuffle" button to puzzle in order to prevent...
2006-11-11 Rémi Denis-CourmontRemove extraneous ToLocale().
2006-11-11 Sigmund Augdal Helbergadded a color threshold filter that can make effects...
2006-11-11 Antoine CellerierReally prevent illegal puzzles and prevent some illegal...
2006-11-11 Antoine CellerierPut video in black slot when puzzle is solved
2006-11-11 Antoine CellerierI'm not sure that this is ok but it definitively preven...
2006-11-10 Antoine CellerierWoops.
2006-11-10 Antoine CellerierAdd --puzzle-black-slot option to change puzzle type
2006-11-10 Antoine CellerierPuzzle vout filter. (vlc --vout-filter puzzle <your...
2006-11-06 Antoine CellerierMove string formating functions used in marq to the...
2006-10-21 Jean-Paul SamanFix compiler warning: missing initializer
2006-10-21 Jean-Paul SamanRemove unused variables
2006-10-16 Antoine Celleriernoise video filter
2006-10-15 Antoine CellerierDon't use doubles when doing the rotation
2006-10-14 Antoine CellerierMotion control interface can now be used with the rotat...
2006-10-14 Antoine CellerierAhem...
2006-10-14 Antoine CellerierNew rotate video filter. Can rotate video by any intege...
2006-10-14 Antoine CellerierAhem...
2006-10-12 Antoine Cellerier[PATCH] marquee crash fix by Dermot McGahon.
2006-10-10 Christophe MutricyForward port [17015] + a few more i18n fix
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-10-07 Clément StenacPanoramix video filter by Cédric Cocquebert.
next