Moritz Bunkus
|
f936c2176a
|
Even more and better debugging stuff.
|
2003-05-26 21:49:11 +00:00 |
|
Moritz Bunkus
|
690dd7de77
|
Added a lot of debugging thingies.
|
2003-05-25 15:35:39 +00:00 |
|
Moritz Bunkus
|
06047ed75c
|
New version v0.4.1
|
2003-05-23 10:24:07 +00:00 |
|
Moritz Bunkus
|
07e21ed65e
|
Switching from fwrite/fread etc. to mm_io_c.
|
2003-05-23 06:34:58 +00:00 |
|
Moritz Bunkus
|
fbc60f9089
|
UTFstring / C string conversion. Proper version numbers are written to the KaxInfos.
|
2003-05-21 21:05:47 +00:00 |
|
Moritz Bunkus
|
c1f3e862f5
|
Removed whitespaces at the end of the line.
|
2003-05-20 06:30:25 +00:00 |
|
Moritz Bunkus
|
e54e9c3137
|
Removed the get_bits function in favour of the bit_cursor_c class.
|
2003-05-19 18:24:52 +00:00 |
|
Moritz Bunkus
|
b930030e06
|
Beautified the author tag.
|
2003-05-18 20:57:08 +00:00 |
|
Moritz Bunkus
|
6bef435004
|
Added AAC/ADIF header parsing.
|
2003-05-18 19:56:31 +00:00 |
|
Moritz Bunkus
|
6639793a48
|
Added support for AAC files (ADTS headers only).
|
2003-05-17 20:51:34 +00:00 |
|
Moritz Bunkus
|
f9ef2139d2
|
Preliminary support for DTS files/tracks.
|
2003-05-15 08:58:52 +00:00 |
|
Moritz Bunkus
|
707160a1f0
|
New version 0.3.2
|
2003-05-11 15:52:54 +00:00 |
|
Moritz Bunkus
|
64b760b772
|
Improved handling of endian matters.
|
2003-05-11 09:04:43 +00:00 |
|
Moritz Bunkus
|
944319de57
|
Fixes that allow compilation with MS VC6.
|
2003-05-09 10:05:26 +00:00 |
|
Moritz Bunkus
|
9446c2958e
|
Fixes that allow compilation under cygwin.
|
2003-05-09 05:26:02 +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
|
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
|
e6c0e576f0
|
Added trace() function in order to ease the debugging process. #define for the standard timecode scale added.
|
2003-04-17 12:21:21 +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
|
e494e808ad
|
Added a TYPE for Matroska sources. Moved the support functions get_uint16 and get_uint32 to common.cpp.
|
2003-03-13 09:31:06 +00:00 |
|
Moritz Bunkus
|
955f6262d2
|
Moved fourcc into track_info_t. Remapped some error messages from Fatal to Error - Fatal should be reserved for stuff that will definitely stop mkvmerge afterwards.
|
2003-03-05 17:44:32 +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
|
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
|
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
|
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
|
8cf534dcd0
|
well stuff
|
2003-02-16 11:44:19 +00:00 |
|
Moritz Bunkus
|
01cb4cef39
|
initial addition, compilation fixups
|
2003-02-16 00:47:53 +00:00 |
|