]> git.sesse.net Git - vlc/history - modules/video_filter/gradient.c
Fix incorrect hash size limit
[vlc] / modules / video_filter / gradient.c
2007-03-31 Antoine CellerierGradient options are now commands.
2007-02-03 Antoine CellerierOoops (?)
2007-02-02 Antoine CellerierCopy clip_uint8() function from ffmpeg and replace...
2006-12-11 Derk-Jan Hartman* motion_detect: use playlist_Control's "lock" argument
2006-11-26 Antoine Cellerieruse pf_mem{set,cpy} when possible
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-14 Antoine CellerierAhem...
2006-10-10 Christophe MutricyForward port [17015] + a few more i18n fix
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-06 Clément StenacPreferences categories are *not* categories. They are...
2006-07-19 Antoine CellerierAdd some "const" where relevant
2006-07-19 Antoine CellerierMake code less readable and (hopefully) faster for...
2006-07-15 Antoine Celleriercheck that p_pic->pf_release != NULL before calling it
2006-07-14 Antoine CellerierSplit the distort video filter module into several...