]> git.sesse.net Git - vlc/history - modules/demux
* mpegaudio: set i_bitrate field. (won't work with vbr)
[vlc] / modules / demux /
2003-08-26 Derk-Jan Hartman* modules/demux/util/sub.c: fixed the subtitle autodete...
2003-08-26 Laurent Aimar * mkv : use stream_*
2003-08-25 Laurent Aimar * asf : fix display time.
2003-08-25 Laurent Aimar * mkv: handle Language name.
2003-08-24 Laurent Aimar * asf: detect dump of broadcasted asf stream.
2003-08-24 Eric Petit modules/demux/util/sub.c : compile fix
2003-08-24 Laurent Aimar * sub.c : fixed a warning.
2003-08-23 Derk-Jan Hartman* modules/demux/util/sub.c: Fixed a crash when trying...
2003-08-23 Derk-Jan Hartman* modules/codec/subsdec/subsdec.c: reordered the list...
2003-08-23 Laurent Aimar * avi : fixed a lock problem.
2003-08-22 Laurent Aimar *all : multi-pass clean up/cosmetics.
2003-08-22 Laurent Aimar * all: use stream_Seek/Size/Tell wrappers.
2003-08-22 Laurent Aimar * avi: use stream_*, some clean and reordering.
2003-08-20 Laurent Aimar * avi: fixed playback of others brokens stream.
2003-08-18 Laurent Aimar * asf: clean up + use stream_* (It's not yet well...
2003-08-18 Laurent Aimar * all: move "wave format tag to fourcc" from demuxers...
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-08-17 Laurent Aimar * all: added OggS fourcc. (still unsported but allow...
2003-08-17 Gildas Bazin* modules/demux/flac.c: few cosmetic changes.
2003-08-14 Laurent Aimar * all: added support for a52 in PES private stream...
2003-08-14 Sigmund Augdal Helbergvlc_playlist.h:
2003-08-13 Laurent Aimar * ts.c: commented out useless code and an annoying...
2003-08-12 Sam Hocevar * modules/demux/mkv.cpp: support for libmatroska...
2003-08-10 Gildas Bazin* modules/demux/mkv.cpp, modules/mux/avi.c, modules...
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
next