]> git.sesse.net Git - vlc/history - modules/video_filter/marq.c
Marq: thread safety
[vlc] / modules / video_filter / marq.c
2008-07-03 Rémi Denis-CourmontMarq: thread safety
2008-06-22 Rémi DuraffortRemove unnedeeded msg_Error.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-12 Rémi DuraffortRemove useless test before a free().
2008-02-28 Antoine CellerierAdd a --marq-refresh option to specify the format strin...
2008-01-29 Rafaël Carrévideo_filter: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-07 Antoine CellerierSwap comments.
2008-01-07 Antoine CellerierMarq: make it possible to mix (x,y) and position option...
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-06-18 Laurent AimarPatch by Bernie Purcell :
2007-06-17 Antoine CellerierFix marq positions list in config.
2007-03-24 Antoine CellerierRegister variables as callback. Don't store module...
2007-01-26 Antoine Cellerieradd new filename_sanitize and path_sanitize functions...
2006-12-11 Derk-Jan Hartman* marq.c: const strings
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-06 Antoine CellerierMove string formating functions used in marq to the...
2006-10-12 Antoine Cellerier[PATCH] marquee crash fix by Dermot McGahon.
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-10-01 Antoine Cellerieruse config chain for the --sub-filter option.
2006-10-01 Antoine CellerierOnly update the marquee text if needed (ie we're using...
2006-10-01 Antoine Cellerierwoops
2006-10-01 Antoine CellerierSome more format strings
2006-10-01 Antoine CellerierSome more marq format strings
2006-10-01 Clément Stenacgra
2006-10-01 Clément StenacCreate variables in libvlc instead of libvlc_global_data
2006-09-30 Antoine CellerierAdd $_ line skip variable.
2006-09-30 Antoine CellerierMerge time and marq filters. Marq now handles the ...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-10 Derk-Jan Hartman* p_input->p_libvlc == p_filter->p_libvlc: remove p_inp...
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-02-07 Derk-Jan Hartman* Introduced a new text_style_t
2006-01-12 Antoine CellerierFSF address change.
2005-11-10 Antoine Cellerier * Delete Callbacks when closing marquee filter. Thanks...
2005-10-11 Clément StenacFix a bunch of preferences errors
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-07-30 Antoine Celleriersvn propset svn:keywords Id
2005-07-30 Antoine Cellerierremove tabs and trailing spaces
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-10 Clément StenacPreferences update :
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-04 Mark Moriartytime/marq -- correct positioning so that x-y are always...
2005-03-02 Steve LhommeAvoid \r\n problems between platforms
2005-03-01 Mark Moriartydynamic, per-subpicture, font size control -- i_font_si...
2005-02-27 Mark Moriartyfreetype and rc extensions. i_font_color and i_font_op...
2005-02-20 Eric Petit video_filter/marq.c: converted to unix file format
2005-02-19 Mark Moriartymarq.c -- allow relative positioning, like logo, via...
2004-12-16 Clément StenacFix a bug with preferences
2004-12-11 Clément StenacImprovements to preferences
2004-11-11 Mark MoriartyChanged logo and marq control variables to attach to...
2004-11-07 Mark MoriartyChange marquee callback variables to use INPUT instead...
2004-09-29 Felix Paul Kühne* fixed typos in some l10n-messages
2004-09-29 Mark MoriartyDestroy marq-timeout on exit, rename switch to "marq...
2004-09-28 Derk-Jan Hartman* marq.c: compilation fixes for non c++ compilers
2004-09-26 Clément Stenac* Use callbacks for live update
2004-09-26 Mark MoriartyAdd marq.c, marquee video filter.