]> git.sesse.net Git - vlc/history - modules/demux
* modules/LIST: Updated all modules
[vlc] / modules / demux /
2003-08-09 Gildas Bazin* modules/codec/ffmpeg/video.c: temporary hack to work...
2003-08-05 Laurent Aimar * sdp: near implemented basic RTP reading (MPA payload...
2003-08-04 Laurent Aimar * sdp: begun to implement RTP code. (Not yet usefull)
2003-08-04 Jean-Paul SamanAdded a error message that the default values are used.
2003-08-04 Laurent Aimar * sdp: - fixed loading of file > 1024 bytes.
2003-08-03 Laurent Aimar * sdp: parse 'a=' field.
2003-08-03 Laurent Aimar * sdp: begining of a SDP parser. It won't let you...
2003-08-01 Laurent Aimar * ts.c: arggg, bad copy/past.
2003-08-01 Laurent Aimar * ts: apply patch of Andy Lindsay (fix one memory...
2003-08-01 Laurent Aimar * wav: forgot this one.
2003-08-01 Laurent Aimar * configure.ac: audio -> mpga
2003-08-01 Laurent Aimar * mpga: mp3 demuxer written from scratch using ninput.h
2003-08-01 Laurent Aimar * wav: remove old wav demuxer.
2003-08-01 Laurent Aimar * aac/* remove old aac demuxer.
2003-08-01 Laurent Aimar * Modules.am : added aac.c and wav.c
2003-08-01 Laurent Aimar * wav.c : big clean up and use ninput.h
2003-08-01 Laurent Aimar * aac.c : big clean up and use ninput.h
2003-08-01 Laurent Aimar au.c : cleaned up and use ninput.h
2003-08-01 Gildas Bazin* src/input/input_clock.c: fixed 2 regressions in 0...
2003-08-01 Laurent Aimar a52sys.c: completely rewritten a52 stream demuxer...
2003-07-27 Laurent Aimar * sub: does not issue an error message when sub-file...
2003-07-24 Gildas Bazin* modules/gui/wxwindows/*: you can now specify input...
2003-07-23 Gildas Bazin* modules/misc/freetype.c, modules/demux/util/sub.c...
2003-07-23 Derk-Jan Hartman* include/vlc_common.h: MAX_PATH PATH_MAX, we don't...
2003-07-23 Gildas Bazin* ALL: changes to the playlist_Add() and VLC_AddTarget...
2003-07-20 Sigmund Augdal Helbergsome cleanup in file info code, add fourccs in hex...
2003-07-19 Laurent Aimar * mp4: parse another box.
2003-07-14 Sigmund Augdal HelbergAll: My shot at improving subtitle rendering in vlc...
2003-07-13 Sigmund Augdal Helbergcleanup comments
2003-07-13 Christophe Massiot* modules/demux/mpeg: 0x06 stream type can be used...
2003-07-09 Gildas Bazin* modules/demux/ogg.c: latest change for web radios...
2003-07-04 Sam Hocevar * debian/changelog: Changelog for the forthcoming...
2003-07-03 Laurent Aimar * ps: fix a dead loop with mis-detected file or bad...
2003-06-29 Laurent Aimar * m3u: remove useless debug messages, fix element...
2003-06-28 Laurent Aimar * m3u: clean up and fix .m3u parsing. Please *test*.
2003-06-28 Christophe Massiot* modules/demux/mkv.cpp: Compile fix for OS X.
2003-06-27 Sam Hocevar * bootstrap:
2003-06-27 Clément Stenac* modules/demux/m3u.c :
2003-06-26 Sam Hocevar * modules/demux/util/sub.c,
2003-06-26 Laurent Aimar * mkv: more ebml element parsing.
2003-06-26 Clément Stenac* ./modules/demux/m3u.c: added support for Winamp 3...
2003-06-25 Laurent Aimar * mkv: a little memory leak.
2003-06-25 Laurent Aimar * ts: set a fourcc for PAT/PMT to avoid garbage in...
2003-06-25 Gildas Bazin* modules/demux/mkv.cpp: compile fix for systems not...
2003-06-24 Laurent Aimar * lalala ;)
2003-06-24 Laurent Aimar * mkv : spelling mistakes.
2003-06-24 Laurent Aimar * avi: for interleaved file (audio_pos - video_pos...
2003-06-24 Laurent Aimar * mkv: remove unnecessary header.
2003-06-24 Laurent Aimar * mkv: when seeking, by default, try to reach the...
2003-06-24 Laurent Aimar * mkv: clean up, more input infos, begin to parse...
2003-06-24 Sam Hocevar * modules/**/.cvsignore: added Makefile{,.in.am}...
2003-06-24 Laurent Aimar * mkv: use b_mute and add meta informations.
2003-06-24 Laurent Aimar * avi : don't resynch on key frame for audio stream.
2003-06-24 Laurent Aimar * mkv: avoid seeking at the same place (was sooooo...
2003-06-24 Gildas Bazin* modules/demux/ogg.c: fix for ogg web streams.
2003-06-23 Gildas Bazin* modules/packetizer/vorbis.c: vorbis data packetizer...
2003-06-23 Gildas Bazin* src/misc/modules.c, modules/gui/wxwindows/timer.cpp...
2003-06-23 Laurent Aimar * mkv: fix for blocks using lacing. (Now vorbis plays...
2003-06-22 Laurent Aimar * mkv: fix vorbis track. But sound quality is horrible...
2003-06-22 Laurent Aimar * mkv: fix a double delete.
2003-06-22 Laurent Aimar * mkv: better seeking support.
2003-06-22 Gildas Bazin* configure.ac, modules/demux/Modules.am: matroska...
2003-06-22 Laurent Aimar * mkv: basic seek support (only with file with cues...
2003-06-22 Laurent Aimar * mkv.cpp : begin of a matroska demuxer
2003-06-15 Sigmund Augdal Helbergid3tag.c: Do not try to seek on network streams even...
2003-06-11 Gildas Bazin* modules/demux/ogg.c, modules/codec/theora.c: updated...
2003-05-31 Laurent Aimar * ts: proper fix for both.
2003-05-31 Laurent Aimar * ts: reverse my last commit (the proper way should...
2003-05-31 Laurent Aimar * mux/ts.c : allowed sending mjpeg (who said that...
2003-05-26 Derk-Jan Hartman* modules/codec/quicktime.c: i had accidently upgraded...
2003-05-25 Sigmund Augdal Helbergconvert the strings in the id3tags to utf8 before stori...
2003-05-24 Derk-Jan Hartman* modules/codec/quicktime.c: cleaning up of the code...
2003-05-22 Gildas Bazin* src/libvlc.h: fixed spelling mistake.
2003-05-21 Laurent Aimar* wav: fix a parsing bug.
2003-05-15 Christophe Massiot* now 0.6.0-cvs
2003-05-14 Laurent Aimar * aac: compilation fix.
2003-05-14 Laurent Aimar * aac: use extention based detection.
2003-05-13 Gildas Bazin* modules/gui/wxwindows/*: new subtitles file dialog...
2003-05-11 Sigmund Augdal HelbergAdded code to render subtitles with the freetype module...
2003-05-10 Derk-Jan Hartman* added VP31 fourcc's.
2003-05-09 Laurent Aimar* mp4: fixed mace3/6 decoding. Only mono audio is worki...
2003-05-08 Eric Petit ALL: fixed BeOS-specific warnings (ssize_t is not...
2003-05-07 Laurent Aimar * mp4: raaaah, sometime moov box are masqueraded by...
2003-05-06 Gildas Bazin* modules/demux/mpeg/ts.c: fixed my last f*ckage +...
2003-05-06 Laurent Aimar * mp4: fix a segfault and play .3gp with h263 video...
2003-05-05 Gildas Bazin* modules/demux/mpeg/ts.c: compiler warning fix.
2003-05-05 Gildas Bazin* ALL: changed the prototype of input_AddES() to includ...
2003-05-03 Laurent Aimar * all: shut up valgrind ;) (memory leacks and one...
2003-04-30 Laurent Aimar * mp4: fix playback of some stream with raw audio...
2003-04-28 Laurent Aimar * avi: fixed playback of broken stream....
2003-04-27 Gildas Bazin* modules/codec/ffmpeg/*: added chroma conversion capab...
2003-04-27 Gildas Bazin* modules/demux/rawdv.c: fixes for when the video and...
2003-04-27 Laurent Aimar * avi: clean up. Some standard file (ie with 1 RIFF...
2003-04-27 Laurent Aimar * avi: Support for OpenDML file.
2003-04-26 Laurent Aimar * mpegaudio: if the file name end by .mp3, use a stron...
2003-04-25 Laurent Aimar * libmp4: clean up and preliminary work to read mp4...
2003-04-24 Laurent Aimar * mp4: fix a buffer overflow.
2003-04-24 Laurent Aimar * asf: fix to play stream over mmsh.
2003-04-24 Laurent Aimar * mp4: select only first enabled track.
2003-04-22 Laurent Aimar * mp4: fix "mov playlist" handling. (raaah strncpy...
next