]> git.sesse.net Git - vlc/history - modules/video_filter
Promote lua_intf as the main module
[vlc] / modules / video_filter /
2010-03-07 Rémi DuraffortSymplify configure.ac regarding OpenCV and rename the...
2010-03-07 Rémi DuraffortOpenCV: more cosmetics.
2010-03-07 Rémi DuraffortOpenCV: cosmetics.
2010-03-07 Rémi DuraffortOpenCV: include config.h first
2010-03-06 Rémi Denis-CourmontUse vlc_mrand48() instead of rand()
2010-03-03 Laurent AimarFixed mix up between pitches in magnify filter.
2010-03-03 Laurent AimarFixed invalid var_SetBool in video_filter wrapper .
2010-02-18 Rémi Denis-CourmontDon't waste translator's time...
2010-02-14 Rémi Denis-CourmontNo full point at end of configuration item short text
2010-02-14 Laurent AimarFixed RSS text positionning (close #3115).
2010-02-13 Rémi Denis-CourmontMake mouse-moved and mouse-clicked coordinates, remove...
2010-02-13 Rémi Denis-CourmontMake mouse-moved a void variable
2010-02-11 Jean-Paul Samanlogo: inform listeners when picture has been moved
2010-02-10 Rémi Denis-Courmont"fullscreen" callback: do nothing if value is unchanged
2010-02-10 Rémi Denis-CourmontDo not propagate fullscreen status up the filter chain
2010-02-10 Rémi Denis-Courmont"fullscreen" callback: do nothing if value is unchanged
2010-02-10 Rémi DuraffortUse calloc.
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-08 Laurent AimarFixed transform filter picture pitches usages.
2010-02-08 Laurent AimarFixed YV12 and added YV9 support to our swscale wrapper.
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-07 Rémi Denis-Courmontvariables: remove leading underscores
2010-02-06 Rémi Duraffortvideo_filter_ball: fix typos (options called ball-ball...
2010-02-05 Rémi Duraffortvideo_filter_colorthres: fix a typo.
2010-02-04 Rémi Denis-Courmontpanoramix: obsolete bools are not deprecated aliases
2010-01-31 Rémi Denis-CourmontDon't #include LibVLC from plugins
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-28 Jean-Baptiste KempfShortname corrections
2010-01-26 Rémi Duraffortatmo: fix mismatch allocation/deallocation.
2010-01-26 André Weberenhanced & corrected AtmoLight filter module
2010-01-23 Christophe MutricyDistribute mmx.h
2010-01-23 Rafaël Carréopencv: fix typo
2010-01-23 Rémi Denis-Courmontvideo plugins: use var_Inherit
2010-01-23 Rémi Denis-Courmontfilter_t: use struct of non-anymous unions, seems more...
2010-01-19 JP DingerAdd libvlc interface to video_filter/logo module, like the
2010-01-18 Rafaël CarréMove mmx.h to the only place where it is used
2010-01-16 Rémi Denis-CourmontRemove all default modules from configure.ac
2010-01-16 Rémi Denis-CourmontHard code most video filters
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2010-01-11 Rémi Denis-Courmontdeinterlace: useless #includes
2010-01-08 Rémi Duraffortvideo_filter_ball: missing var_DelCallback + cosmetics.
2010-01-04 Antoine CellerierCorrectly handle YUV 422 packed in ripple and wave
2010-01-04 Antoine CellerierAdd colorthres support for YUV 422 packed.
2010-01-04 Antoine CellerierUse %4.4s instead of %4s for fourccs cast to char *.
2010-01-03 Geoffroy CouprieAdd a bunch of help strings. Feel free to correct them...
2009-12-28 Rémi Duraffortvideo_filter_rotate: fix race condition.
2009-12-21 Adrien MagloNew video filter : augmented reality. Add a moving...
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for picture_New/Setup.
2009-12-16 Laurent AimarUsed a sar for video_format_Setup.
2009-12-16 Laurent AimarUsed picture_NewFromFormat when appropriate.
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-11-24 Rémi DuraffortSource files must not be executable.
2009-11-21 Clement ChesninAdd audiobargraph (video part)
2009-11-09 Rémi Duraffortvideo_filter_scene: no need to mess up with pointers...
2009-11-02 Rafaël Carrénokia770 arm_colorconv : save 1 word of the stack
2009-10-22 Rémi DuraffortFix inverted logic introduced in 048e2d9104c8f6d948400e...
2009-10-20 Rémi Duraffortmotionblur: fix race condition.
2009-10-20 Rémi DuraffortRevert "video_filter_puzzle: remove unnedeed structure...
2009-10-20 Rémi Duraffortremoteosd: remove unneded VLC_COMMON_MEMBERS.
2009-10-20 Rémi Duraffortpuzzle: add some comments.
2009-10-20 Rémi Duraffortpuzzle: draw the blackslot when needed (typo).
2009-10-20 Rémi Duraffortvideo_filter_puzzle: remove unnedeed structure (it...
2009-10-18 Rémi Denis-CourmontTie 770 SW scaler to OMAP FB, not to Hildon UI
2009-10-18 Rémi Denis-CourmontOMAP framebuffer: I420 != Y420
2009-10-17 Rémi Denis-CourmontDynamic overlay: paths from VLC variables, need utf8_open
2009-10-16 Rémi Duraffortvideo_filter_puzzle: change default value and limit...
2009-10-06 Rémi Denis-Courmontstrerror(errno) is not thread-safe, use %m
2009-10-05 Laurent AimarRenamed deinterlace-mode into filter-deinterlace-mode.
2009-10-04 Jean-Baptiste KempfAdd new file to Modules.am for distribution
2009-10-04 Laurent AimarAdded yadif deinterlacer to our module.
2009-10-03 Laurent AimarFixed J42X support in deinterlace filter.
2009-09-24 Christophe MutricyAdd a i18n'able name.
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-12 Rémi Denis-Courmontdeinterlace: preliminary merge ARM NEON optimization
2009-09-12 Rémi Denis-CourmontMissing #include <errno.h>
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
next