]> git.sesse.net Git - vlc/history - modules/demux/asf/libasf.c
* all : demuxers *have to* set pf_demux_control. (demux_vaControlDefault
[vlc] / modules / demux / asf / libasf.c
2003-09-07 Laurent Aimar * all : demuxers *have to* set pf_demux_control. ...
2003-08-24 Laurent Aimar * asf: detect dump of broadcasted asf stream.
2003-08-22 Laurent Aimar * all: use stream_Seek/Size/Tell wrappers.
2003-08-18 Laurent Aimar * asf: clean up + use stream_* (It's not yet well...
2003-08-17 Laurent Aimar * all: A little clean up.
2003-08-17 Laurent Aimar * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
2003-03-14 Sigmund Augdal Helbergall: info strings are now localized, fixed some typos...
2003-02-24 Laurent Aimar * asf: fix seek for http.
2003-01-05 Sigmund Augdal Helberg modules/demux/asf/*: added some file info code
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-11-25 Laurent Aimar * mms: enable seek :) It works for me with both udp...
2002-11-14 Laurent Aimar asf/* : Convert all u* into uint*_t
2002-11-10 Laurent Aimar all: fix a bug in packet parsing and can now play...
2002-11-08 Gildas Bazin* ALL: using "%ll" in printf format strings is not...
2002-10-26 Laurent Aimar * all : fix for new use of p_selected_area->i_tell.
2002-10-21 Laurent Aimar * configure.ac.in Makefile.am: enable asf demuxer...
2002-10-20 Laurent Aimar * all : add an asf file (v1.0 only) demuxer. Need...