]> git.sesse.net Git - vlc/history - modules/stream_out/display.c
Plugins: include vlc_common.h directly instead of vlc/vlc.h
[vlc] / modules / stream_out / display.c
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-29 Rémi Denis-CourmontRevert "prevent #1312 from occuring (refs #1312)"
2008-03-28 Rémi Denis-Courmontprevent #1312 from occuring (refs #1312)
2008-03-28 Rémi Denis-Courmontcleanup
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-23 Rémi Denis-CourmontOnly reference the input when we have at least one...
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-01-12 Antoine CellerierFSF address change.
2005-09-17 Clément StenacSelect the correct input in #display (Closes:#343)
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2004-12-11 Clément StenacImprovements to preferences
2004-07-24 Gildas Bazin* modules/stream_out/display.c: converted to the new...
2004-07-10 Laurent Aimar * all: cosmetics.
2004-04-24 Gildas Bazin* modules/stream_out/*: attempt at adding descriptions...
2004-04-24 Laurent Aimar * all: use sout_ParseCfg. But "standard" can't use...
2004-03-11 Laurent Aimar * stream_out: sout_buffer_t -> block_t.
2004-03-10 Laurent Aimar * include/input_ext-plugins.h: exported input_RunDecod...
2004-03-06 Laurent Aimar * rtp, display: update p_sout->i_out_pace_nocontrol.
2004-01-25 Gildas Bazin* modules/stream_out/*: coding style changes + strings...
2003-12-10 Gildas Bazin* modules/stream_out/display.c: fixed segfault when...
2003-11-30 Gildas Bazin* include/input_ext-plugins.h: export input_DecodeBlock().
2003-11-26 Gildas Bazin* modules/stream_out/display.c: fixed timestamp generation.
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-11-18 Laurent Aimar * display: set correct ES type (otherwise it segfaults...
2003-06-09 Gildas Bazin* modules/mux/mpeg/pes.c: allow cases where we don...
2003-05-05 Gildas Bazin* ALL: changed the prototype of input_AddES() to includ...
2003-04-29 Laurent Aimar all: use /* */ instead of // (we write c code)
2003-04-14 Laurent Aimar * display.c: fixed decoding problem with mpeg1/2....
2003-04-13 Laurent Aimar * all: new sout scheme. Now a chain of module are...