]> git.sesse.net Git - vlc/history - modules/stream_out/display.c
* all: remove sout_format_t and use es_format_t instead.
[vlc] / modules / stream_out / display.c
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...