]> git.sesse.net Git - vlc/history - modules/gui/fbosd.c
Use picture helpers.
[vlc] / modules / gui / fbosd.c
2008-07-18 Laurent AimarUse picture helpers.
2008-06-28 Rémi Denis-CourmontVLC_OBJECT_FILTER: remove
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-09 Jean-Paul Samanfix indentation.
2008-05-09 Jean-Paul SamanFix broken code.
2008-05-09 Jean-Paul SamanCleanup alpha
2008-05-09 Jean-Paul SamanCatch error case.
2008-05-09 Jean-Paul SamanFix comment and indentation.
2008-05-09 Jean-Paul SamanCleanup in transparant().
2008-05-09 Jean-Paul SamanDon't leak picture_t
2008-05-09 Jean-Paul SamanRemove silly "out of memory" messages.
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-06 Jean-Paul SamanFix compiler warning in fbosd.c
2008-05-06 Jean-Paul SamanRemove dead code.
2008-05-06 Jean-Paul SamanCleanup and add workaround for FPGA bug.
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-04-24 Rafaël CarréTypo
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-11 Jean-Paul SamanRewrite rendering logic in fbosd gui.
2008-03-12 Rémi DuraffortOne more time removing of some useless tests.
2008-03-02 Pierre d'HerbemontMore Id and permission fixes.
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-26 Jean-Paul SamanAdd new gui module for use with overlay framebuffer...