]> git.sesse.net Git - vlc/history - modules/video_filter
* modules/video_output/caca.c: many code simplifications.
[vlc] / modules / video_filter /
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-05-27 Dennis van Amerongenminor typo loose -> lose
2006-05-19 Clément Stenacgcc 2.95 compile fix
2006-05-05 Antoine Cellerier"[PATCH] for changing the mosaic-order in execution...
2006-04-13 Clément StenacString stuff
2006-04-01 Sam Hocevar * modules/video_filter/deinterlace.c: pagvb is illega...
2006-03-31 Felix Paul Kühne* 2nd review of video* and control/telnet.c
2006-03-30 Clément StenacVideo filters and outputs strings (Refs:#438)
2006-03-14 Antoine CellerierFix unsigned int vs int compilation warning.
2006-03-14 Antoine CellerierFix sub picture region x and y offset values when using
2006-02-26 Antoine Cellerierdistort.c:
2006-02-24 Jérome DecoodtSimple Hough transform to detect lines in video
2006-02-23 Antoine Celleriershame on me ... *cough* *cough*
2006-02-23 Rémi Denis-Courmont_Experimental_ *optional* libtool support (--enable...
2006-02-22 Antoine Celleriermosaic.c: Bluescreen enhancement. Add convolution produ...
2006-02-19 Antoine Cellerierrss.c: add some Atom stuff and some extra checks.
2006-02-19 Rémi Denis-CourmontLoadImage is a macro on Win32 API - you can't use as...
2006-02-18 Antoine Cellerierrss.c: change module shortname
2006-02-18 Antoine Cellerierrss.c: add 'support' for Atom feeds.
2006-02-18 Antoine Cellerierrss.c: add suport for feed images (default enabled).
2006-02-18 Rémi Denis-CourmontAll: missing #include "charset.h"
2006-02-18 Antoine Cellerieruse EnsureUTF8 on output string
2006-02-18 Antoine CellerierRemove white characters at begining and end of element...
2006-02-17 Antoine Cellerier* mosaic.c: Bluescreen/Greenscreen/Chromakey video...
2006-02-17 Antoine CellerierLogo filter(s) now takes a list of images, delays and...
2006-02-13 Rémi Denis-CourmontAnother bunch of Unicode file names fixes (refs #528)
2006-02-11 Derk-Jan Hartman* Improved renderering of YUVA/P onto YUV variants...
2006-02-11 Derk-Jan Hartman* Don't put huge pictures on the stack. It is limited...
2006-02-10 Derk-Jan Hartman* Fix issues with the deinterlace filter that was using...
2006-02-07 Derk-Jan Hartman* Introduced a new text_style_t
2006-02-05 Derk-Jan Hartman* Added YVYU blending and fixed UYVY blending.
2006-02-04 Derk-Jan Hartman* Hopefully added UYVY blending for YUVA and YUVP....
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-01-12 Antoine CellerierFSF address change.
2005-12-18 Antoine CellerierBrightness threshold patch by Enrico Gueli (with some...
2005-11-10 Antoine Cellerier * Delete Callbacks when closing marquee filter. Thanks...
2005-11-09 Felix Paul Kühne* fixed some strings
2005-10-30 Felix Paul Kühne* fixed some untranslatable strings and strings which...
2005-10-28 Antoine Cellerier * magnify video filter. Still needs some work on the...
2005-10-28 Antoine Cellerier * new gradient and edge detection video filters (sobel...
2005-10-27 Marian Durkovicuse visible width/height in crop filter
2005-10-26 Gildas Bazin* modules/video_output/x11/xcommon.c, modules/video_out...
2005-10-26 Marian Durkovicfixed aspect ratio calculation when deinterlace->discar...
2005-10-25 Gildas Bazin* modules/video_filter/*: use p_vout->fmt_in/out.
2005-10-25 Gildas Bazin* modules/video_filter/deinterlace.c: fixed aspect...
2005-10-17 Derk-Jan Hartman* Renamed "Advanced" subcat of "Input / Codecs" into...
2005-10-15 Sigmund Augdal Helbergall: updated my name and e-mail address
2005-10-11 Clément StenacFix a bunch of preferences errors
2005-09-29 Jean-Paul SamanRemove trailing whitespace
2005-09-28 Derk-Jan Hartman* Streamming -> Streaming
2005-09-11 Gildas Bazin* modules/video_filter/scale.c: Fixed bug reported...
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-08-24 Jean-Paul SamanShorten the short description of --osdmenu-update
2005-08-23 Jean-Paul SamanReworked revision 12361. Added a new option --osdmenu...
2005-08-23 Jean-Paul Samansanity checking
2005-08-23 Jean-Paul SamanForward port of revision 12360.
2005-08-22 Jean-Paul SamanForward port of revision 12329 and cosmetic cleanup
2005-08-17 Antoine Cellerierremove tabs and trailing spaces
2005-08-17 Antoine Cellerierif ttl==0, don't update the feeds
2005-08-17 Antoine Cellerierremove debug stuff
2005-08-17 Antoine Cellerier * add --rss-ttl parmeter so the feeds can be updated
2005-08-15 Jean-Paul SamanUse an empty palette to get the colors of the picture...
2005-08-15 Jean-Paul SamanFound a simpler way to send an empty picture to the...
2005-08-15 Jean-Paul SamanSend an empty subpicture to remove the OSD menu on...
2005-08-11 Jean-Paul SamanFix revision 12116 which broke other transcode options...
2005-08-10 Jean-Paul SamanForward port of branches/0.8.1-jpsaman-thedj revision...
2005-08-02 Cyril Deguet* rv32.c: new basic video filter to convert RV24 to...
2005-08-02 Christophe MutricyAdd some sections
2005-07-31 Antoine Cellerierfree stuff and add mutex (will be needed when RSS feed...
2005-07-31 Antoine Cellerierchange option names so users can have different setting...
2005-07-31 Antoine Cellerier * rss.c : add new rss module (sub filter)
2005-07-30 Antoine Celleriersvn propset svn:keywords Id
2005-07-30 Antoine Cellerierremove tabs and trailing spaces
2005-07-11 Christophe Massiot * ALL: miscellaneous unsigned/signed warning fixes...
2005-07-11 Sam Hocevar * Fixed a bunch of coding errors here and there.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-01 Christophe MutricyALL: Add some set_shorname() so the preferences look...
2005-06-10 Felix Paul Kühnemosaic.c: fixed a string
2005-06-10 Derk-Jan Hartman* Some changes to preferences categorization (This...
2005-06-03 Felix Paul Kühne* backport of [11257] to trunk
2005-05-26 Christophe Massiot * modules/video_filter/swscale/filter.c: Added support...
2005-05-26 Christophe Massiot * modules/video_filter/mosaic.c: Fixed a major bug...
2005-05-21 Sigmund Augdal Helbergvideo_filter/mosaic.c: you should change the order...
2005-05-20 Christophe Massiot * modules/video_filter/mosaic.c: %lld -> I64Fd
2005-05-20 Christophe Massiot * modules/stream_out/bridge.c: Fixed deleting/adding...
2005-05-20 Christophe Massiot * ALL : ported the deinterlace module to video filter2...
2005-04-19 Laurent Aimar *deinterlace: added a new deinterlace method (called...
2005-04-15 Christophe Massiot * ALL: converted the video output module "picture...
2005-04-11 Derk-Jan Hartman* included wrong time.h
2005-04-10 Derk-Jan Hartman* include time.h when using it.
2005-03-15 Sigmund Augdal Helbergwall.c: fix alignment when rows or cols are 2 or less.
2005-03-10 Antoine Cellerier * mosaic alignment (works like --marq-position) and...
2005-03-10 Clément StenacPreferences update :
2005-03-09 Gildas Bazin* modules/video_filter/mosaic.c: compilation fix.
2005-03-09 Eric Petit video_filter/mosaic.c: compile fix (use INT_MAX since...
2005-03-08 Gildas Bazin* modules/misc/freetype.c, modules/video_filter/marq...
2005-03-08 Gildas Bazin* include/vlc_filter.h, vlc_video.h, src/video_output...
2005-03-07 Antoine Cellerier * add a mutex so the callbacks don't change anything...
2005-03-07 Christophe Massiot* src/video_output/vout_subpictures.c: New function...
next