]> git.sesse.net Git - vlc/history - modules/demux
* ./modules/access/dvdplay/demux.c: the dvdplay plugin no longer sets the
[vlc] / modules / demux /
2003-02-04 Christophe Massiot* modules/demux/mpeg/*: Fixed an uninitialized variable...
2003-02-02 Eric Petit '--demuxdump-file -' dumps to standard output.
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-29 Gildas Bazin* modules/demux/ogg.c: bug fix when switching between...
2003-01-28 Sam Hocevar * ALL: fixes for various compilation warnings and...
2003-01-27 Laurent Aimar mms: another memory leak
2003-01-26 Laurent Aimar * avi : fix play back for some broken avi
2003-01-25 Laurent Aimar * all: fixed wrong usage of input_DeletePES.
2003-01-25 Laurent Aimar *mp4: fixed segfault when it fails to start a decoder...
2003-01-25 Laurent Aimar * all : fixed some memory leaks thanks valgrind.
2003-01-25 Laurent Aimar* avi: no more segfault when we have 'max buffer alloca...
2003-01-23 Sam Hocevar * ./modules/*: warning fixes.
2003-01-23 Laurent Aimar * asf: in fast/slow motion we don't play audio (unless...
2003-01-23 Laurent Aimar * don't send audio in fast/slow playing speed unless...
2003-01-23 Laurent Aimar * demux: fix segfault while trying to opening files...
2003-01-21 Laurent Aimar * sub.c: fixed handling for subrip subtitle with ...
2003-01-20 Laurent Aimar * all: converted some msg_Err into msg_Warn
2003-01-20 Laurent Aimar * asf : more msg_Err -> msg_Warn
2003-01-20 Laurent Aimar * aac: some msg_Err -> msg_Warn
2003-01-20 Laurent Aimar * all: changed some msg_Err into msg_Warn.
2003-01-19 Christophe MassiotRequalified some error messages into warnings.
2003-01-16 Boris Dorès- input.c : doesn't even try to use the headphone filte...
2003-01-16 Sam Hocevar * ./modules/**/.cvsignore: added common *$(LIBEXT...
2003-01-13 Laurent Aimar * mux/avi.c: added index creation.
2003-01-13 Laurent Aimar * mp4: added parsing of some mov boxes (alternate...
2003-01-12 Laurent Aimar * avi: partial fix for non interleaved file with incor...
2003-01-12 Laurent Aimar * m4v: a raw MPEG-4 video stream demuxer (for now...
2003-01-11 Laurent Aimar * avi: fix my last fix :)
2003-01-11 Laurent Aimar * asf: prevent some segfault with broken file. (partia...
2003-01-09 Laurent Aimar * avi: read less data at once as it seems to give...
2003-01-08 Laurent Aimar * configure.ac.in: added mpeg4audio packetizer and...
2003-01-08 Laurent Aimar * mp4.c: allowed multiple moov headers by taking the...
2003-01-08 Olivier Teulière * ./modules/gui/win32/preferences.cpp: fixed a segfaul...
2003-01-07 Laurent Aimar * all: I have added two new variables in es_descriptor...
2003-01-07 Johan Bilien * modules/demux/mpeg/ts.c: fixed ts_dvbpsi demux...
2003-01-05 Sigmund Augdal Helberg modules/demux/asf/*: added some file info code
2003-01-02 Christophe MassiotCosmetic.
2002-12-27 Sam Hocevar * ./modules/demux/avi/avi.c: replaced a useless aspri...
2002-12-20 Sigmund Augdal Helbergremoved the code that was not supposed to be in my...
2002-12-19 Sigmund Augdal Helberg* modules/demux/ogg.c: provide some file info. Tested...
2002-12-19 Sigmund Augdal Helbergthe avi demux now gives some info about the file being...
2002-12-18 Laurent Aimar * ts.c: add preliminary support for mpeg-4 streams...
2002-12-18 Sam Hocevar * ./modules/demux/avi/libavi.c: added an additional...
2002-12-18 Laurent Aimar * libavi.c: a sanity check to prevent some segfault...
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-17 Gildas Bazin* modules/demux/rawdv.c: new raw dv demuxer (only video...
2002-12-16 Gildas Bazin* modules/demux/ogg.c: added support for the old type...
2002-12-16 Laurent Aimar * libavi.c: improved parsing of some corrupted files.
2002-12-14 Laurent Aimar * all: with mpeg4 video I changed the way that some...
2002-12-14 Boris Dorès- support for Windows style file names for relative...
2002-12-10 Gildas Bazin* modules/demux/wav/wav.c: small bug-fix for screwed...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-12-04 Laurent Aimar * all: Fix an other (and last ? ;) endian issue.
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-26 Sigmund Augdal Helbergallow windows style linebreaks in .m3u files. and fixed...
2002-11-26 Gildas Bazin* modules/demux/ogg.c: audio is now dropped when fast...
2002-11-26 Laurent Aimar * mp4: prevent float exeption with some truncated...
2002-11-25 Sigmund Augdal Helbergfixed a bug in the contentbased autodetection that...
2002-11-25 Laurent Aimar * mms: enable seek :) It works for me with both udp...
2002-11-24 Sigmund Augdal Helbergseparated the code to parse html files with embedded...
2002-11-24 Sigmund Augdal Helbergfix to allow absolute entries in m3u/asx files
2002-11-24 Sigmund Augdal Helbergfixed a bug in the code to handle relative paths. Added...
2002-11-21 Sam Hocevar * ./modules/video_output/wingdi.c: skeleton of a...
2002-11-21 Gildas Bazin* modules/demux/ogg.c: small bug-fix for my previous...
2002-11-21 Gildas Bazin* modules/demux/ogg.c: better handling of PCRs (we...
2002-11-20 Gildas Bazin* modules/codec/theora.c, configure.ac.in, modules...
2002-11-20 Sam Hocevar * ./evc/plugins.vcp.in: fixed plugin entry points...
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-18 Laurent Aimar * ogg: change i_dts usage for subtitle ES.
2002-11-18 Gildas Bazin* modules/demux/m3u.c: should manage entries with relat...
2002-11-17 Laurent Aimar * ffmpeg: disable direct rendering by default. I have...
2002-11-16 Laurent Aimar * avi: fix playing over http (a bug I have introduced).
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-13 Laurent Aimar access/* : don't override demux setting made by user.
2002-11-13 Gildas Bazin* src/playlist/playlist.c: bugfix for when we delete...
2002-11-13 Gildas Bazin* src/playlist/playlist.c: when autodeleting an item...
2002-11-12 Sigmund Augdal Helberg added a new demux that reads .m3u files and addes...
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-06 Gildas Bazin* modules/codec/spudec/*: modified the spu decoder...
2002-11-06 Sam Hocevar * ./modules/demux/avi/avi.c, ./modules/demux/avi...
2002-11-05 Gildas Bazin* modules/demux/avi/*: should theoretically fix the...
2002-11-05 Gildas Bazin* modules/demux/ogg.c: should theoretically work on...
2002-11-05 Gildas Bazin* modules/codec/ffmpeg/*: modified the ffmpeg video...
2002-11-03 Gildas Bazin* include/codecs.h: new header file to store informatio...
2002-11-03 Gildas Bazin* modules/demux/ogg.c: we now correctly handle multiple...
2002-11-02 Gildas Bazin* modules/demux/ogg.c: small fix to avoid crashing...
2002-11-02 Gildas Bazin* modules/demux/ogg.c, modules/codec/vorbis.c: seeking...
2002-10-28 Laurent Aimar * fix a bug while passing informations to audio decode...
2002-10-28 Laurent Aimar * avi.c : fix a bug (bad choice in stream to be read)
2002-10-27 Gildas Bazin* modules/demux/ogg.c: we now set p_input->stream.i_mux...
2002-10-27 Laurent Aimar * all : rewrite demux part (simpler and cleaner)....
2002-10-26 Laurent Aimar * all : fix for new use of p_selected_area->i_tell.
2002-10-24 Gildas Bazin* ALL: I did add these files, but forgot to commit...
next