]> git.sesse.net Git - vlc/history - modules/video_filter
Skins2: Remove need for enum, and remove switch-o-literals.
[vlc] / modules / video_filter /
2009-09-06 Rémi Denis-CourmontProbably fix an assumed PPC64 warning
2009-09-03 Laurent AimarFixed video_filter chain for chroma conversion.
2009-09-02 Rémi Duraffortvideo_filter: remove unneeded function.
2009-09-02 Rémi Duraffortvideo_filter_deinterlace: cosmetics.
2009-09-02 Rémi Duraffortvideo_filter_noise: remove unneeded function and variables.
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-09-02 Rémi Duraffortvideo_filter_rss: fix remaining potential memleaks...
2009-09-02 Rémi Duraffortvideo_filter_rss: sanitize error path (and fix a potent...
2009-09-02 Rémi Duraffortvideo_filter_rss: cosmetics, remove unused variable...
2009-09-02 Rémi Duraffortvideo_filter_rss: asynch fetch (no more lags while...
2009-09-02 Rémi Duraffortvideo_filter_rss: use a timer to update the feed. This...
2009-09-02 Rémi Duraffortvideo_filter_rss: use the return value and fix mutex...
2009-08-31 Rémi Duraffortvideo_filter_rss: use a dedicate function to parse...
2009-08-31 Rémi Duraffortvideo_filter_rss: factorize and fix object leaks and...
2009-08-31 Rémi Duraffortvideo_filter_rss: cosmetics.
2009-08-31 Rémi Duraffortvideo_filter_rss: parse the rss-urls string only one...
2009-08-30 Laurent AimarAdded blending over J420.
2009-08-30 Laurent AimarRemoved useless defines in blend.
2009-08-30 Rémi Denis-Courmontatmo: no need for custom makefile
2009-08-30 Rémi Denis-CourmontWrap
2009-08-27 Rémi Duraffortlogo: remove an uneeded variable.
2009-08-27 Rémi Duraffortlogo: fix memleak.
2009-08-27 Rémi Duraffortlogo: remove unneeded variable.
2009-08-27 Jean-Baptiste KempfOSDMenu: Use FIND_PARENT instead of FIND_ANYWHERE when...
2009-08-27 Rémi DuraffortHumhum. really fix the leak.
2009-08-27 Rémi Duraffortvideo_filter_logo: fix memleak.
2009-08-25 Rémi Denis-CourmontPut snapshots to pictures directory
2009-08-25 Rémi Denis-Courmontatmo filter: disable until it is fixed
2009-08-25 Rémi Denis-CourmontRemove non-sense
2009-08-24 Laurent AimarFixed potential segfault in sharpen filter.
2009-08-24 Rémi Denis-CourmontAdd a directory type parameter to config_GetHomeDir
2009-08-21 Pierre d'Herbemontlogo: Fix a misuse of a filter_NewBlend, that should...
2009-08-20 Pierre d'Herbemontdynamicoverlay: We need a commanddesc_static_t for...
2009-08-20 Pierre d'Herbemontdynamicoverlay: psz_command shouldn't be const.
2009-08-20 Pierre d'Herbemontwall: Remove unused variable and flag unused param.
2009-08-20 Pierre d'Herbemontmosaic: Remove unused function.
2009-08-10 David Flynnvideo_filter/canvas: various aspect-ratio related fixes
2009-08-01 Branko KokanovicAdding mirror video filter
2009-07-28 Laurent AimarFixed filter_*Blend rgb masks initialization.
2009-07-24 Rémi Duraffortpanoramix: fix memleak.
2009-07-24 Rémi Duraffortpostproc: no need to set the flag again as the bug...
2009-07-17 Jean-Baptiste KempfConfiguration categories are VFILTER
2009-07-16 Anthony Loiseaucosmetic: remove nullity test on free() and delete
2009-07-16 Rémi DuraffortThat's safe to delete NULL.
2009-07-16 Rémi Duraffortvideo_filters: remove unused p_sys structure.
2009-07-16 Rémi Duraffortvideo_filter_scene: cleaning
2009-07-11 Christophe MutricyTypos
2009-07-07 Rémi DuraffortFix typo.
2009-07-01 Rémi Duraffortrss: factorize.
2009-07-01 Rémi Duraffortrss: remove a dummy lock (we don't need to lock the...
2009-07-01 Rémi Duraffortrss: fix a memleak (double strdup) and ad a missing...
2009-06-30 Rémi DuraffortWe must not return the picture directly but copy it...
2009-06-30 Rémi DuraffortCorrectly fix the segfault if no mask is provided.
2009-06-30 Rémi Duraffortcolorthres: remove a call to var_GetInteger inside...
2009-06-30 Rémi Duraffortrss: fix object leak.
2009-06-30 Rémi DuraffortCosmetics.
2009-06-30 Rémi DuraffortRemove FIXME (already fix).
2009-06-30 Rémi DuraffortRemove dummy p_sys variable.
2009-06-30 Rémi Duraffortfix potential memleak.
2009-06-30 Rémi DuraffortFix a segfault if the mask can't be loaded and aso...
2009-06-30 Rémi DuraffortFix a crash if BEST_AUTOCROP isn't defined (non initial...
2009-06-30 Rémi DuraffortGlobal headers.
2009-06-30 Rémi DuraffortFix encoding.
2009-06-27 Rémi Denis-CourmontFix format security warnings (fixes: #2857)
2009-06-26 Rémi DuraffortThese headers are global.
2009-06-26 Rémi Duraffortmosaic: fix potential deadlock (unlocking in the right...
2009-06-26 Rémi Duraffortmosaic: ad missing var_DelCallback.
2009-06-26 Rémi DuraffortMarquee: remove a double var_AddCallback and add a...
2009-06-26 Rémi DuraffortNo need to test for NULL before free and use calloc...
2009-06-26 Rémi DuraffortFix encoding (and writing).
2009-06-26 Rémi DuraffortDynamicOverlay: fix a race condition (psz_(input|output...
2009-06-26 Rémi DuraffortFix potential crash (missing var_DelCallback).
2009-06-26 Rémi DuraffortDynamicOverlay: fix crash (invalid free).
2009-06-26 Rémi DuraffortDynamicOverlay: cosmetics.
2009-06-25 Rémi DuraffortThe variable was already created by config_ChainParse.
2009-06-25 Rémi Duraffortpostproc: fix potential crash (var_DelCallback missing...
2009-06-25 Rémi DuraffortCosmetics (no functionnal changes).
2009-06-25 Rémi DuraffortMove the add/del_callback call (to be sure to have...
2009-06-22 Derk-Jan Hartmanrotate filter: Avoid a crash
2009-06-10 Rémi Denis-Courmontindent
2009-06-10 Rémi Denis-CourmontPort panoramix to X RandR with XCB (incomplete)
2009-06-09 Laurent AimarFixed window position for clone.
2009-06-09 Laurent AimarConverted panoramix to video splitter.
2009-06-09 Laurent AimarImproved video wrapper for video splitter.
2009-06-09 Laurent AimarFixed a picture memleak in wall.
2009-06-09 Laurent AimarFixed a picture memleak in clone.
2009-06-09 Laurent AimarFixed regression in wall.
2009-06-06 Laurent AimarCosmetics.
2009-06-06 Laurent AimarFixed a race condition in video filter wrapper.
2009-06-06 Laurent AimarDo not refuse to start when no logo is specified.
2009-06-06 Laurent AimarConverted wall to "video splitter".
2009-06-06 Laurent AimarConverted clone to "video splitter".
2009-06-06 Laurent AimarImproved video filter wrapper to allow loading "video...
2009-06-05 Laurent AimarRemoved debug messages.
2009-06-05 Laurent AimarConverted logo "video filter" to "video filter2".
2009-06-05 Laurent AimarUsed es_format_IsSimilar when needed.
2009-06-05 Laurent AimarUsed the filter blend helpers in logo.
2009-06-05 Laurent AimarRemoved unused variable (logo).
2009-06-05 Laurent AimarAdded a const to source picture in blend module.
2009-06-04 Laurent AimarFixed/workaround a segfault with (newer?) swscale version.
next