Moritz Bunkus
|
78659c2d44
|
Fixes for the OS compab stuff.
|
2003-06-20 19:42:25 +00:00 |
|
Moritz Bunkus
|
00d3ad6398
|
Unified a LOT of OS and compiler dependant stuff. Introduced support for mingw compilation.
|
2003-06-20 19:29:26 +00:00 |
|
Moritz Bunkus
|
c0391dad96
|
Id keyword stuff
|
2003-06-15 14:03:28 +00:00 |
|
Moritz Bunkus
|
b8691f5c3b
|
The --sync option now needs a track ID along with the sync value.
|
2003-06-15 10:03:09 +00:00 |
|
Moritz Bunkus
|
4d7c7c2b16
|
Added an option for identifying an input file and its track types.
|
2003-06-12 23:05:49 +00:00 |
|
Moritz Bunkus
|
07e21ed65e
|
Switching from fwrite/fread etc. to mm_io_c.
|
2003-05-23 06:34:58 +00:00 |
|
Moritz Bunkus
|
5b3bd34ce3
|
Replaced ftell with ftello and fseek with fseeko.
|
2003-05-22 16:14:29 +00:00 |
|
Moritz Bunkus
|
0efc5f877b
|
gcc2 compatibility fixes. Removed a lot of unnecessary static_casts.
|
2003-05-21 22:17:33 +00:00 |
|
Moritz Bunkus
|
c1f3e862f5
|
Removed whitespaces at the end of the line.
|
2003-05-20 06:30:25 +00:00 |
|
Moritz Bunkus
|
cc4da9aa2f
|
Cosmetics and small bug fixes.
|
2003-05-20 06:27:08 +00:00 |
|
Moritz Bunkus
|
b11e7bfd4a
|
Fixes for cygwin compilation.
|
2003-05-19 21:07:07 +00:00 |
|
Moritz Bunkus
|
b930030e06
|
Beautified the author tag.
|
2003-05-18 20:57:08 +00:00 |
|
Moritz Bunkus
|
fe058f3638
|
Converted TABs to spaces.
|
2003-05-18 20:53:33 +00:00 |
|
Moritz Bunkus
|
81914ccbce
|
Better support for DTS streams in general and for DTS-in-WAV in particular (patch by Peter Niemayer <niemayer AT isg.de>).
|
2003-05-18 20:40:11 +00:00 |
|
Moritz Bunkus
|
944319de57
|
Fixes that allow compilation with MS VC6.
|
2003-05-09 10:05:26 +00:00 |
|
Moritz Bunkus
|
fe968c400a
|
Implemented durations for each packet, but only those packets that really need them (forced by the packetizer) or that are the last packet for a track (forced by mkvmerge itself) get a KaxBlockDuration element.
|
2003-05-06 07:51:24 +00:00 |
|
Moritz Bunkus
|
cf590910fb
|
Reversed the direction of the data requests. Each packetizer is asked to fill itself. The packetizer calls its reader which reads data and makes sure that every packetizer has at least one packet.
|
2003-05-05 21:55:02 +00:00 |
|
Moritz Bunkus
|
0dad551cfc
|
Removed my own queue class in favor of the standard deque class.
|
2003-05-05 20:48:49 +00:00 |
|
Moritz Bunkus
|
f53036d5d9
|
Introduced result checking memory handling functions (safe*).
|
2003-05-05 18:37:36 +00:00 |
|
Moritz Bunkus
|
bebc4e3a2d
|
Removed all traces of dmalloc as I use valgrind for debugging purposes now.
|
2003-05-04 10:05:41 +00:00 |
|
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
|
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
|
4111a29ce3
|
Fixed the process calls - the third parameter is not the "last_frame" flag anymore but the timecode.
|
2003-04-17 12:36:20 +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
|
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
|
332a054f12
|
Changed stderr to stdout for all informational messages
|
2003-02-25 13:25:51 +00:00 |
|
Moritz Bunkus
|
925b391d8e
|
added support for external WAV files. Still crashes the mplayer playback, but I do not know which part to blame.
|
2003-02-24 12:31:17 +00:00 |
|
Moritz Bunkus
|
78a01c8956
|
added all known readers ;)
|
2003-02-16 00:05:07 +00:00 |
|