Commit Graph

17 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
36820f38c1 Fixes needed for compilation with gcc 3.2 2003-04-30 18:55:22 +00:00
Moritz Bunkus
b29c9d619f Support for moving the bits per sample from the CodecID to KaxAudioBitDepth. 2003-04-29 16:23:12 +00:00
Moritz Bunkus
3dae93ff97 Fixed progress output. 2003-04-28 07:27:27 +00:00
Moritz Bunkus
730cf7d127 Sync with libebml. 2003-04-28 07:20:46 +00:00
Moritz Bunkus
674050b116 Synced changes in libmatroska. 2003-04-26 11:07:19 +00:00
Moritz Bunkus
57769c1dba Fixes for incorrect lacing creation/reading for the Vorbis headers in CodecPrivate. 2003-04-22 20:25:21 +00:00
Moritz Bunkus
3b016fda19 Removed the now unnecessary extra function for handling text subtitles. 2003-04-21 10:06:48 +00:00
Moritz Bunkus
c18f2f97c2 Moved the #defines for the CodecIDs to matroska.h. Variables for the first working Matroska reader. 2003-04-20 20:08:02 +00:00
Moritz Bunkus
c697f5b032 First really working version. Pays attention to frame types and block durations by buffering the frames. Known issue with the subtitle format which is still subject to changes. 2003-04-20 19:58:35 +00:00
Moritz Bunkus
12c4954fc7 Moved the cluster helper to its own files. Moved a lot of other stuff into the appropriate header files. 2003-04-18 10:08:24 +00:00
Moritz Bunkus
ccae3da569 Fixed CodecPrivate for A_VORBIS streams. The lacing byte is 1 less than the number of packets. 2003-04-18 08:47:01 +00:00
Moritz Bunkus
9be699cf37 Renamed all timestamps to timecodes. 2003-04-18 08:42:20 +00:00
Moritz Bunkus
50e5a4b06c Some namespace fixes/cleanups. Removed KaxBlockAdditional which has been removed from the specs. Operator != not defined, so changed to !(... == ...). 2003-04-17 12:35:45 +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
a5d8d82e84 Very, very early support for Matroska files. General looping is implemented, the packetizers are created, but the data is not being read and processed. Just a commit to make the whole thing compile. 2003-04-11 10:03:16 +00:00