Moritz Bunkus
|
9446c2958e
|
Fixes that allow compilation under cygwin.
|
2003-05-09 05:26:02 +00:00 |
|
Moritz Bunkus
|
c6e9e291d6
|
Changed UTF8 to UTF-8 which works well with both the Windows and Linux version of the iconv lib.
|
2003-05-08 18:42:18 +00:00 |
|
Moritz Bunkus
|
f53036d5d9
|
Introduced result checking memory handling functions (safe*).
|
2003-05-05 18:37:36 +00:00 |
|
Moritz Bunkus
|
e15c52404f
|
Better/proper charset conversion.
|
2003-05-05 14:57:45 +00:00 |
|
Moritz Bunkus
|
49833a0b3d
|
Removed a lot of indenting whitespace.
|
2003-05-02 20:11:34 +00:00 |
|
Moritz Bunkus
|
93343d9101
|
Support for random unique track UIDs.
|
2003-04-27 09:14:47 +00:00 |
|
Moritz Bunkus
|
2b2cf6f9ed
|
Fixed the "was iconv initialized?" detection.
|
2003-04-24 20:32:33 +00:00 |
|
Moritz Bunkus
|
daabd47158
|
Removed the CodecID mapping which was unused anyway. Added charset conversion from and to UFT8 with iconv (untested).
|
2003-04-23 14:38:53 +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
|
6fbb9949fa
|
Added trace() function in order to ease the debugging process.
|
2003-04-17 12:21:04 +00:00 |
|
Moritz Bunkus
|
bcf00e0ce7
|
Renamed all variables with "streams" to "*tracks" as "track" is the correct Matroska term.
|
2003-04-11 10:05:11 +00:00 |
|
Moritz Bunkus
|
8118542b6e
|
Moved the support functions get_uint16 and get_uint32 to common.cpp.
|
2003-03-13 09:31:36 +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
|
aaacd211bf
|
Chaned "WARNING" to "Warning" and "ERROR" to "Error"
|
2003-02-25 13:17:33 +00:00 |
|
Moritz Bunkus
|
0869e30b3e
|
first working version. yay!
|
2003-02-16 17:04:39 +00:00 |
|
Moritz Bunkus
|
509608be2a
|
added doxygen header
|
2003-02-16 12:17:11 +00:00 |
|
Moritz Bunkus
|
01cb4cef39
|
initial addition, compilation fixups
|
2003-02-16 00:47:53 +00:00 |
|