]> git.sesse.net Git - vlc/history - modules/demux/mkv.cpp
Add secstotimestr and msecstotimestr to convert (milli)seconds to a
[vlc] / modules / demux / mkv.cpp
2003-12-02 Rocky BernsteinAdd secstotimestr and msecstotimestr to convert (milli...
2003-11-28 Laurent Aimar * mkv: fixed a buffer overflow.
2003-11-28 Derk-Jan Hartman* Fix text subtitles which were missing their last...
2003-11-27 Laurent Aimar * all: implement more es_out_* control, audio-channel...
2003-11-23 Gildas Bazin* modules/demux/*: some containers don't carry any...
2003-11-21 Gildas Bazin* include/vlc_common.h: include stdlib.h
2003-11-20 Laurent Aimar include/vlc_es.h: defines es_format_t, audio_format_t...
2003-11-16 Gildas Bazin* ALL: moved i_bitrate out of audio_format_t into es_fo...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-11-13 Laurent Aimar * src/input/input.c: es_out_Add automatically add...
2003-11-11 Laurent Aimar * mkv: ues es_format_t.
2003-11-05 Gildas Bazin* include/configuration.h: some small re-work of the...
2003-11-05 Derk-Jan HartmanPlease test if this has any regressions
2003-11-02 Sigmund Augdal Helbergmodules/demux/mkv.cpp:
2003-11-02 Sigmund Augdal Helbergmodules/demux/mkv.cpp:
2003-11-02 Derk-Jan Hartman* Fixed bugs in parsing SSA lines. Turns out we are...
2003-10-31 Derk-Jan Hartman* modules/demux/mkv.cpp: Set English as the default...
2003-10-30 Sigmund Augdal Helbergmodules/demux/mkv.cpp:
2003-10-29 Sigmund Augdal Helbergmodules/demux/mkv.cpp:
2003-10-22 Laurent Aimar * added support for S_SSA and S_ASS old way (fix 1373).
2003-10-11 Derk-Jan Hartman* src/misc/charset.c: Fixed a segfault and removed...
2003-09-12 Laurent Aimar * include/input_ext-intf.h : added stream_t member...
2003-09-07 Laurent Aimar * all : demuxers *have to* set pf_demux_control. ...
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 * mkv: handle Language name.
2003-08-18 Laurent Aimar * all: move "wave format tag to fourcc" from demuxers...
2003-08-17 Laurent Aimar * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
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-01 Gildas Bazin* src/input/input_clock.c: fixed 2 regressions in 0...
2003-07-04 Sam Hocevar * debian/changelog: Changelog for the forthcoming...
2003-06-28 Christophe Massiot* modules/demux/mkv.cpp: Compile fix for OS X.
2003-06-26 Laurent Aimar * mkv: more ebml element parsing.
2003-06-25 Laurent Aimar * mkv: a little memory leak.
2003-06-25 Gildas Bazin* modules/demux/mkv.cpp: compile fix for systems not...
2003-06-24 Laurent Aimar * mkv : spelling mistakes.
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 Laurent Aimar * mkv: use b_mute and add meta informations.
2003-06-24 Laurent Aimar * mkv: avoid seeking at the same place (was sooooo...
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 Laurent Aimar * mkv: basic seek support (only with file with cues...
2003-06-22 Laurent Aimar * mkv.cpp : begin of a matroska demuxer