]> git.sesse.net Git - vlc/history - modules/demux
* modules/audio_filter/channel_mixer/trivial.c: bugfix for up-mixing.
[vlc] / modules / demux /
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...
2002-10-23 Gildas Bazin* ALL: New ogg demux and vorbis codec modules for preli...
2002-10-23 Gildas Bazin* ALL: fixed a bunch of memory leaks.
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...
2002-10-20 Christophe Massiot* modules/demux/mpeg: Added DVB stream type for A/52...
2002-10-15 Laurent Aimar * all : forgot to add theses new files :p
2002-10-15 Laurent Aimar * all : begin to rewrite some parts of avi demux,...
2002-10-14 Laurent Aimar * araw.c : pseudo pcm decoder
2002-10-13 Sigmund Augdal Helberg modules/demux/util/id3*: fixed up some dead comments
2002-10-12 Gildas Bazin* configure.ac.in: fix for the mingw32 build. The gtk...
2002-10-10 Christophe MassiotDo not use vasprintf under Mac OS X because OS X.1...
2002-10-03 Christophe MassiotFixed miscellaneous problems with the RTP plug-in.
2002-10-01 Christophe MassiotFinally fixed A/52 TS input.
2002-09-30 Sam Hocevar * ./debian/rules: moved the gtk_main and gnome_main...
2002-09-30 Sam Hocevar * ALL: the build mechanism now uses automake. See...
2002-09-30 Sam Hocevar * ALL: added *.am files here and there for future...
2002-09-26 Christophe Massiot* Fixed my A/52 fix.
2002-09-26 Christophe Massiot* Major API change of the audio output. New aout_Dec...
2002-09-23 Christophe Massiot* New --vlc-backwards-compat option, to go back to...
2002-09-19 Laurent Aimar * avi.c : fix my last fix about endiannes issues ...
2002-09-18 Laurent Aimar * all: fix endian issue with new definition of VLC_FOU...
2002-09-17 Laurent Aimar * all: - fix a memory leak while parsing.
2002-08-30 Christophe Massiot* demuxes: Worked around a bug in old VLC and VLS by...
2002-08-28 Christophe Massiot* Finally fixed the segfault when resampling.
2002-08-24 Sigmund Augdal Helberg moved id3 related code to a separate utility module...
2002-08-18 Sigmund Augdal Helbergremoved a line used during debugging
2002-08-18 Sigmund Augdal Helberg the mp3 demux now parses id3 tags into the info struct...
2002-08-16 Sam Hocevar * ./modules/codec/spudec/*: split spudec into the...
2002-08-13 Laurent Aimar * clean up some code, add "mp3" short cut.
2002-08-13 Sam Hocevar * ./modules/audio_output/oss.c: we spare a variable...
2002-08-12 Christophe Massiot* Fixed miscellaneous bugs.
2002-08-12 Sigmund Augdal Helberg ./modules/demux/mpeg/ps.c: this module never fails...
2002-08-12 Laurent Aimar * all : a demux for aac stream ( raw aac with adts...
2002-08-11 Gildas Bazin* src/misc/configuration.c: bugfix (don't initialize...
2002-08-10 Laurent Aimar * modules/codec/faad : an AAC decoder module using...
2002-08-08 Sam Hocevar * ./include/modules_inner.h: support for several...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-08-07 Sam Hocevar * ./modules/demux/mpeg/system.c: added a helper plugi...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...