]> git.sesse.net Git - vlc/history - modules/video_output/fb.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / modules / video_output / fb.c
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-02-28 Jean-Paul SamanFix small copy & paste mistake. It had no effect, but...
2008-02-07 Jean-Paul SamanDefine proper size of output.
2008-01-25 Jean-Paul SamanFix scaling of subpicture in fb video_output.
2008-01-25 Jean-Paul SamanIf the framebuffer hardware doesn't support double...
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-09 Jean-Paul SamanRemove stray semicolon.
2007-12-20 Jean-Paul SamanRestore old functionality in video_output fb to use...
2007-12-15 Antoine CellerierHere too.
2007-12-06 Jean-Paul SamanOnly test the terminal if --fb-tty is used.
2007-12-03 Jean-Paul SamanFix snapshot functionality in video_output/fb.c
2007-10-26 Jean-Paul SamanAllow width/height mode selections to match framebuffer...
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-08-24 Jean-Paul SamanTell p_vout->render the aspect ratio and dimensions...
2007-08-24 Jean-Paul SamanSupport for non-RGB framebuffers:
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-15 Jean-Paul SamanReadibility.
2007-06-21 Jean-Paul SamanIndentation fix
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-03-30 Clément StenacVideo filters and outputs strings (Refs:#438)
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
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-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2004-08-28 Gildas Bazin* ALL: use i_visible_lines in plane_t.
2004-07-16 Derk-Jan Hartman* it's information, not informations (grep -r)
2004-03-02 Felix Paul Kühne* modules/codec/dvbsub.c: disabled translation of some...
2004-01-26 Clément StenacString review
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-04-20 Sam Hocevar * ./modules/video_output/fb.c: fixed a bug that preve...
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-30 Gildas Bazin* include/configuration.h: added the add_directory...
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-02-15 Olivier Teulière - fixed a vicious bug
2002-08-13 Sam Hocevar * ./modules/audio_output/oss.c: we spare a variable...