Commit Graph

628 Commits

Author SHA1 Message Date
Moritz Bunkus
9d1152423a Added configure check for libiconv. 2003-05-23 17:37:20 +00:00
Moritz Bunkus
06047ed75c New version v0.4.1 2003-05-23 10:24:07 +00:00
Moritz Bunkus
507b4a9882 Added --no-lacing. 2003-05-23 10:21:31 +00:00
Moritz Bunkus
3516089dcb win32 part of mm_io_c. 2003-05-23 09:51:22 +00:00
Moritz Bunkus
07e21ed65e Switching from fwrite/fread etc. to mm_io_c. 2003-05-23 06:34:58 +00:00
Moritz Bunkus
09b7a0e5ee Renamed mm_io_callback.* to mm_io.* 2003-05-22 21:47:15 +00:00
Moritz Bunkus
f6a4597a58 >2GB fixes. Moved the IO classes to their own files. 2003-05-22 17:54:43 +00:00
Moritz Bunkus
c0609b5bbf >2GB fixes for Windows. 2003-05-22 17:11:29 +00:00
Moritz Bunkus
50fb8a18a3 Warning suppression. 2003-05-22 17:05:11 +00:00
Moritz Bunkus
5b3bd34ce3 Replaced ftell with ftello and fseek with fseeko. 2003-05-22 16:14:29 +00:00
Moritz Bunkus
2c7dfa512e Added checks for MP4/Quicktime. mkvmerge will abort if it encounters one of those in order to prohibit mkvmerge from falsely recogzining them as AAC files. 2003-05-22 15:37:53 +00:00
Moritz Bunkus
e182f0191d Support for reading AAC from Matroska files. 2003-05-22 11:11:30 +00:00
Moritz Bunkus
766d97f3b7 A bit C++itiazation. Better estimation for the EbmlVoid placeholder for audio only tracks. 2003-05-22 11:10:40 +00:00
Moritz Bunkus
5098d5be0e The formattag is only printed if the track's CodecID is the MS compat audio id. 2003-05-22 10:38:37 +00:00
Moritz Bunkus
a768963bad Corrected dependencies. 2003-05-21 22:25:31 +00:00
Moritz Bunkus
e849cf56c6 New version 0.4.0. 2003-05-21 22:23:15 +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
e82c2fcfe6 Removed pre-0.4.3 code. 2003-05-21 21:14:40 +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
1a4f103fa1 Proper wchar handling with printf... 2003-05-21 21:01:57 +00:00
Moritz Bunkus
7842a996f2 Support for KaxMuxingApp and KaxWritingApp. 2003-05-21 20:54:40 +00:00
Moritz Bunkus
d43d4fe6c4 Support for the libebml 0.4.3 style of writing the segment header and KaxInfos. 2003-05-21 19:55:49 +00:00
Moritz Bunkus
42f4ebe72e Fixed a bug in read_audio_chunk which would access an array one element after its allocated size. 2003-05-20 06:38:22 +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
ff9dd4e204 Proper AAC support by stripping the ADTS headers. 2003-05-19 20:51:12 +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
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
6bef435004 Added AAC/ADIF header parsing. 2003-05-18 19:56:31 +00:00
Moritz Bunkus
1256a8316b Small warning suppression. 2003-05-18 12:35:14 +00:00
Moritz Bunkus
f3c1e26771 Automatic ChangeLog update. 2003-05-17 23:28:12 +00:00
Moritz Bunkus
f797b31746 New version number 0.3.4. 2003-05-17 23:28:00 +00:00
Moritz Bunkus
f99d7d16fb Renamed --no-utf8-subs to "--sub-type utf8". Polished the man page regarding subtitle handling. 2003-05-17 23:25:08 +00:00
Moritz Bunkus
9b7a616d9f Added support for AAC files (ADTS headers only). 2003-05-17 21:01:28 +00:00
Moritz Bunkus
9d94b16c4f Fixed a bug with mono MP3 files. 2003-05-17 20:59:21 +00:00
Moritz Bunkus
6639793a48 Added support for AAC files (ADTS headers only). 2003-05-17 20:51:34 +00:00
Moritz Bunkus
a407b096ce Released new version 0.3.3. 2003-05-15 09:43:59 +00:00
Moritz Bunkus
d544b2edc3 If an error occurs while writing to the destination file the error is reported and mkvmerge aborts with a non-zero exit code. 2003-05-15 09:38:01 +00:00
Moritz Bunkus
dd2aa3b57c I frames were handled like P frames and vice versa. Fixed. 2003-05-15 09:10:17 +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
acc28d1720 Automatic ChangeLog update. 2003-05-11 15:52:34 +00:00
Moritz Bunkus
ec3cb97da7 Changes to the meta seek handling. 2003-05-11 15:48:57 +00:00
Moritz Bunkus
5626459542 Too many audio packets were read as each call to read() resulted in audio packets being read from the AVI regardless of the number of packets in the queue. 2003-05-11 12:42:09 +00:00
Moritz Bunkus
5bcd171ddb Allowed add_packet() not to duplicate the data it receives if the packetizer already did that. 2003-05-11 12:41:53 +00:00
Moritz Bunkus
9ef5a9ab6c Too many audio packets were read as each call to read() resulted in audio packets being read from the AVI regardless of the number of packets in the queue. 2003-05-11 12:31:01 +00:00
Moritz Bunkus
3e3ddfd7af Ingore acinclude.m4 as it will be auto-copied by autogen.sh 2003-05-11 09:58:00 +00:00