]> git.sesse.net Git - vlc/history - modules/stream_out/display.c
Improvements to preferences
[vlc] / modules / stream_out / display.c
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...