]> git.sesse.net Git - vlc/history - modules/video_filter/osdmenu.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / video_filter / osdmenu.c
2010-07-02 Rémi Denis-CourmontMake vlc_value_t.i_int 64-bits
2010-05-01 Laurent AimarUpdated osdmenu to new sub-filter mouse API.
2010-05-01 Laurent AimarFixed a segfault with osdmenu filter.
2010-04-18 Laurent AimarCompilation fix for osdmenu.
2010-02-13 Rémi Denis-CourmontMake mouse-moved and mouse-clicked coordinates, remove...
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-08-27 Jean-Baptiste KempfOSDMenu: Use FIND_PARENT instead of FIND_ANYWHERE when...
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Derk-Jan HartmanPrefs: repair category system for some lost options.
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-19 Rémi Denis-CourmontAdd a bunch of FIXMEs
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-20 Laurent AimarClean up a bit subpicture region API.
2008-09-20 Laurent AimarRemoved vout_CopyPicture in favor of picture_Copy.
2008-09-20 Laurent AimarChanged subpicture_region_t->picture into a picture_t *
2008-09-15 Laurent AimarRemoved unused or redondant fields from subpicture.
2008-09-15 Laurent AimarRemoved useless width/height fields in subpicture_t.
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-10 Jean-Paul SamanFix resource deadlock in OSDmenu code.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortFix memleak.
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-19 Laurent AimarUse filter helpers.
2008-07-01 Rémi Denis-CourmontRemove dead code (CID #3)
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-31 Jean-Paul SamanFix CID 107: dereference pointer before NULL check.
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-04-09 Jean-Paul SamanMerge branch 'dynamicoverlay'
2008-04-09 Jean-Paul SamanAdd alpha value to each subpicture region.
2008-03-12 Rémi DuraffortRemove useless test before a free().
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)
2007-11-15 Jean-Paul SamanImplement clickable osdmenu. The clickable positioning...
2007-11-14 Jean-Paul SamanCleanup on osdmenu video filter.
2007-11-14 Jean-Paul SamanIndentation
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-01 Jean-Baptiste KempfOSDMenu: add to the CAT_VIDEO category to have tweaking...
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-07-19 Jean-Paul SamanFix positioning of subpicture regions in osdmenu.
2007-06-21 Jean-Paul Samansmall cleanup
2007-06-06 Jean-Paul SamanOSDMenu update time of 0 ms disables the menu, so put...
2007-06-06 Jean-Paul SamanOnly update the menu when it is visible.
2007-06-06 Jean-Paul SamanFix update time in variable callback so it uses ms.
2007-06-06 Jean-Paul SamanOSDMenu improvements
2007-05-30 Jean-Paul SamanSmall cleanup.
2007-05-27 Laurent AimarCompilation warning fixes.
2007-04-26 Jean-Paul Samanremove trailing whitespace
2007-03-23 Christophe MutricyFix the strings.
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-10 Christophe MutricyForward port [17015] + a few more i18n fix
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-04-13 Clément StenacString stuff
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-01-12 Antoine CellerierFSF address change.
2005-11-09 Felix Paul Kühne* fixed some strings
2005-10-11 Clément StenacFix a bunch of preferences errors
2005-09-29 Jean-Paul SamanRemove trailing whitespace
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 SamanForward port of revision 12360.
2005-08-22 Jean-Paul SamanForward port of revision 12329 and cosmetic cleanup
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...