Commit Graph

12 Commits

Author SHA1 Message Date
Moritz Bunkus
f78758f3d3 Moved the header rendering (including the header settings of the packetizers) to after the argument parsing. 2003-05-02 21:49:42 +00:00
Moritz Bunkus
49833a0b3d Removed a lot of indenting whitespace. 2003-05-02 20:11:34 +00:00
Moritz Bunkus
36a29fd086 Changed all u_int64_t to int64_t. Some crappy MS compilers obviously cannot convert u_int64_t to double. And I do not need them that badly. 2003-04-13 15:23:03 +00:00
Moritz Bunkus
6b1feb6015 Put all track relevant variables into a struct that is passed down from mkvmerge to the readers and from them to the packetizers. 2003-03-05 13:51:20 +00:00
Moritz Bunkus
a6488d0cb0 Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
Moritz Bunkus
6f0cba6a2f Removed range processing. This is a left-over from the days when there was no ogmsplit. 2003-03-04 09:27:05 +00:00
Moritz Bunkus
dd226c7e6b Working Vorbis support including lacing for the headers and recalculation of the timestamps. 2003-03-03 23:20:44 +00:00
Moritz Bunkus
3d7376d255 Added support for reading OGM files. DOES NOT WORK at the moment! Vorbis not supported. 2003-03-03 13:47:50 +00:00
Moritz Bunkus
b9982b375f beautification 2003-02-27 09:52:37 +00:00
Moritz Bunkus
43e9b3d1d7 Beautification. Added IDs and reference values to the internal packets - prerequisites for Matroska references 2003-02-26 19:20:26 +00:00
Moritz Bunkus
3e4357fd95 include file definition syntax changed 2003-02-24 12:32:17 +00:00
Moritz Bunkus
78a01c8956 added all known readers ;) 2003-02-16 00:05:07 +00:00