]> git.sesse.net Git - vlc/history - modules/stream_out/display.c
Spelling - probably cut and pated from somewhere else.
[vlc] / modules / stream_out / display.c
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...