]> git.sesse.net Git - vlc/history - modules/demux/asf
* modules/*: sanitization of the modules description strings.
[vlc] / modules / demux / asf /
2003-03-16 Laurent Aimar * asf: when there isn't any stream selected, stop...
2003-03-14 Sigmund Augdal Helbergall: info strings are now localized, fixed some typos...
2003-03-02 Laurent Aimar * forgot to initialize a variable.
2003-02-27 Gildas Bazin* ALL: i18n updates and fixes.
2003-02-24 Laurent Aimar * asf: fix seek for http.
2003-02-01 Laurent Aimar * asf : trying to fix pts handling.
2003-01-29 Laurent Aimar * asf : more sanity check for broken files.
2003-01-25 Laurent Aimar * all : fixed some memory leaks thanks valgrind.
2003-01-23 Laurent Aimar * asf: in fast/slow motion we don't play audio (unless...
2003-01-20 Laurent Aimar * asf : more msg_Err -> msg_Warn
2003-01-16 Sam Hocevar * ./modules/**/.cvsignore: added common *$(LIBEXT...
2003-01-11 Laurent Aimar * asf: prevent some segfault with broken file. (partia...
2003-01-07 Laurent Aimar * all: I have added two new variables in es_descriptor...
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-12-03 Laurent Aimar * adpcm.c: add adpcm decoding support (Now just ms...
2002-11-28 Laurent Aimar * asf: fix my previous commit.
2002-11-28 Laurent Aimar * all: some clean up with WAVEFORMATEX and endian...
2002-11-25 Laurent Aimar * mms: enable seek :) It works for me with both udp...
2002-11-20 Sam Hocevar * ./include/vlc_common.h, ./src/extras/libc.c: export...
2002-11-19 Laurent Aimar all: Use BITMAPINFOHEADER everywhere (Needed because...
2002-11-15 Laurent Aimar* modules/demux/util : add a text subtitle demuxer...
2002-11-14 Laurent Aimar asf/* : Convert all u* into uint*_t
2002-11-12 Laurent Aimar * modules/demux/asf/.cvsignore : put the good one.
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-11-05 Gildas Bazin* modules/codec/ffmpeg/*: modified the ffmpeg video...
2002-10-28 Laurent Aimar * fix a bug while passing informations to audio decode...
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...