]> git.sesse.net Git - vlc/history - modules/demux/mkv.cpp
* modules/demux/*: removed useless probing messages.
[vlc] / modules / demux / mkv.cpp
2005-03-05 Gildas Bazin* modules/demux/*: removed useless probing messages.
2005-03-05 Steve Lhommeinput.c, vlc_demux.h: allow seeking back in the same...
2005-03-04 Steve Lhommemkv.cpp: chapters are visible by default
2005-03-03 Steve Lhommemkv.cpp: fix stuttering issue on timestamp (could be...
2005-03-02 Steve Lhommemkv.cpp: update the seekpoint location after a manual...
2005-03-02 Steve Lhommemkv.cpp: handle EOF correctly for ordered chapters
2005-03-02 Steve Lhommemkv.cpp: fix a gcc compilation error
2005-03-02 Steve Lhommemkv.cpp: ordered chapters now functional !
2005-03-02 Steve Lhommemkv.cpp: correct use of the default chapter edition
2005-03-01 Steve Lhommemkv.cpp: better handling of the seekpoint numbers
2005-03-01 Steve Lhommemkv.cpp: update the current chapter during playback
2005-03-01 Steve Lhommemkv.cpp: fix the chapter/edition ending time
2005-02-27 Steve LhommeMore ordered chapters code, still not functional
2005-02-24 Steve Lhommefill more data in the chapter classes
2005-02-24 Steve Lhommemkv.cpp: add more code to support ordered chapters
2005-02-23 Steve Lhommemkv.cpp: I was wrong, the dirent export works
2005-02-23 Steve Lhommemkv.cpp: fix dirent issue with the recent "fixes"
2005-02-21 Gildas Bazin* src/extras/dirent.c, ALL: fixed win32/ce dirent repla...
2005-02-21 Steve Lhommemkv.cpp: prepare code for multiple editions and ordered...
2005-02-21 Steve Lhommemkv.cpp: do not spread gcc problems to other compilers
2005-02-19 Eric Petit demux/mkv.cpp: be gcc 2.9x friendly:
2005-02-18 Steve Lhommemkv.cpp: handle seeking the way it's supposed to work...
2005-02-17 Steve Lhommemkv.cpp: fix the update of the timecode and position...
2005-02-17 Steve Lhommemkv.cpp: more debug and checks
2005-02-17 Steve Lhommemkv.cpp: finer granularity for seeking (useful for...
2005-02-16 Steve Lhommeavoid \r\n problems
2005-02-16 Steve Lhommemkv.cpp: use time-based seeking whenever possible
2005-02-14 Steve Lhommemkv.cpp: don't wait for frames that won't be displayed...
2005-02-14 Steve Lhommemkv.cpp: try to decode H.264 with the avc1 FourCC ...
2005-02-14 Gildas Bazin* modules/demux/mkv.cpp: fix for chapters seeking ...
2005-02-09 Gildas Bazin* modules/demux/mkv.cpp: compilation fixes.
2005-02-09 Gildas Bazin* modules/demux/mkv.cpp: Patch by Steve Lhomme (steve...
2005-01-29 Clément StenacH264 support in mkv, patch by Steve Lhomme
2005-01-27 Sigmund Augdal Helbergmkc.cpp: fix crash on invalid tracks
2004-12-16 Clément Stenac$#*%§& SVN !
2004-12-11 Clément StenacImprovements to preferences
2004-11-26 Sigmund Augdal Helbergall: got rid of MP4_Stream
2004-10-02 Derk-Jan Hartman* mkv.cpp: cosmetics
2004-09-25 Sigmund Augdal Helbergmkv.cpp: added support for quicktime video codecs in...
2004-09-25 Sigmund Augdal Helbergmkv.cpp: helper function for printing of the mkv parse...
2004-09-25 Sigmund Augdal Helbergmkv.cpp: protect the call to block_zlib_decompress
2004-09-25 Sigmund Augdal Helbergmkv.cpp: turned do_zlib_decompress into block_zlib_deco...
2004-09-25 Sigmund Augdal Helbergmkv.cpp: Parse tags related to compression (unused...
2004-09-23 Derk-Jan Hartman* zlib decompressor for mkv. not working. (i don't...
2004-09-18 Derk-Jan Hartman* mkv.cpp: retrieve the original framesize from the...
2004-09-07 Sigmund Augdal Helbergfixed track selection for mkv-files with default flag...
2004-09-06 Sigmund Augdal Helbergsome timecode and chapter-related fixes from Mosu(thank...
2004-08-28 Gildas Bazin* include/vlc_es_out.h, src/input/es_out.c: added an...
2004-08-16 Eric Petit ALL: BeOS fixes
2004-07-16 Derk-Jan Hartman* it's information, not informations (grep -r)
2004-06-22 Laurent Aimar * all: rework of the input.
2004-05-19 Derk-Jan Hartman* mkv.cpp: add missing S_TEXT/ASS indentifier
2004-05-15 Laurent Aimar* all: use 1 as starting time (allow to have a valid...
2004-05-06 Gildas Bazin* modules/demux/mkv.cpp: wchar_t is defined in stddef...
2004-04-07 Gildas Bazin* ALL: use p_block->i_length for text subtitles duratio...
2004-04-02 Laurent Aimar * mkv: demux -> demux2.
2004-03-29 Laurent Aimar * avi: fixed a cast of lvalue.
2004-03-21 Derk-Jan Hartman* Spelling correction
2004-03-21 Christophe Massiot* modules/demux/mkv.cpp: Fixed Darwin port for Mac...
2004-03-16 Laurent Aimar * mkv.cpp: one more fix for playback of broken file.
2004-03-16 Laurent Aimar * mkv.cpp: fixed playback of broken file.
2004-03-03 Laurent Aimar * mkv: added Control and use vlc_meta.h.
2004-03-02 Felix Paul Kühne* modules/codec/dvbsub.c: disabled translation of some...
2004-03-01 Gildas Bazin* modules/demux/mkv.cpp: fixed copy&paste bug.
2004-01-30 Laurent Aimar * all: fill psz_language with the iso639 code.
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2004-01-22 Sigmund Augdal Helbergmodules/demux/mkv.cpp:
2004-01-22 Sigmund Augdal Helbergmodules/demux/mkv.cpp:
2004-01-05 Derk-Jan Hartman* API change in mkv. Everyone should update to the...
2004-01-05 Clément Stenac* ALL: playlist API changes
2003-12-22 Sam Hocevar * toolbox:
2003-12-04 Sam Hocevar * include/vlc_common.h:
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...
next