]> git.sesse.net Git - vlc/commit
* stream_output.* : added a flags variable to sout_buffer_t, allowing to
authorLaurent Aimar <fenrir@videolan.org>
Tue, 25 Feb 2003 17:17:43 +0000 (17:17 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 25 Feb 2003 17:17:43 +0000 (17:17 +0000)
commit626d8bea9aeafbef8933bf7ea1cf64b9078a3fea
treeef8cd2d4c2ed849bc10b54545946f881b7bd82c1
parent08a2b6bac021bad835616e833ab17584dcca3df1
 * stream_output.* : added a flags variable to sout_buffer_t, allowing to
mark headers.
 * httpd : added a way to use stream header, and changed the way that
stream data are stored (allow better client handling).
 * http : use stream header, and add mime type detection by looking
at file extention (could be improved).
 * ogg: fixed a segfault when removing a stream, mark header.
include/httpd.h
include/stream_output.h
modules/access_output/http.c
modules/misc/httpd.c
modules/mux/ogg.c
src/stream_output/stream_output.c