Commit Graph

297 Commits

Author SHA1 Message Date
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
Moritz Bunkus
1cc496e45e Preliminary support for KaxTags. 2003-05-11 09:42:59 +00:00
Moritz Bunkus
9e820022e7 Support for writing a dummy KaxTags element and including it in the meta seek block. 2003-05-11 09:33:50 +00:00
Moritz Bunkus
f48d093d3a Proper handling of KaxTrackFlagDefault, KaxTrackLanguage and EbmlVoid. 2003-05-11 09:24:02 +00:00
Moritz Bunkus
ab33d952ab Proper handling of the "default track" flag. 2003-05-11 09:05:55 +00:00
Moritz Bunkus
64b760b772 Improved handling of endian matters. 2003-05-11 09:04:43 +00:00
Moritz Bunkus
23a7e191b0 Added a note about the file version being used. 2003-05-10 09:44:20 +00:00
Moritz Bunkus
0d7e5e6845 Different acinclude.m4 files based on the autoconf version. 2003-05-10 09:41:37 +00:00
Moritz Bunkus
effbfdb8c7 Change for improved backwards compatibility. 2003-05-09 13:14:06 +00:00
Moritz Bunkus
944319de57 Fixes that allow compilation with MS VC6. 2003-05-09 10:05:26 +00:00
Moritz Bunkus
00344caea3 Updated installation instructions. 2003-05-09 10:05:09 +00:00
Moritz Bunkus
dd5a8c8221 Renamed README.Windows to README.Windows.txt 2003-05-09 09:15:17 +00:00
Moritz Bunkus
012582ab72 Added build instructions for cygwin. 2003-05-09 06:27:26 +00:00
Moritz Bunkus
047055706f Fixed a segfault if iconv could not be initialized. 2003-05-09 06:08:53 +00:00
Moritz Bunkus
9446c2958e Fixes that allow compilation under cygwin. 2003-05-09 05:26:02 +00:00
Moritz Bunkus
a2cd498f72 Removed LL postfixes on constants. gcc 3.2 does not need them, VC6 does not recognize them, so just ditch them :) 2003-05-08 18:46:25 +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
43290d4758 Sync with the API changes in libmatroska 0.4.2 2003-05-07 17:40:09 +00:00
Moritz Bunkus
91044a320f Better hint for the libmatroska version. 2003-05-07 15:19:50 +00:00
Moritz Bunkus
ab5990a3b0 Matroska version check >= 0.4.2 2003-05-07 15:10:04 +00:00
Moritz Bunkus
3a86be1dba Proper aspect ratio support for the Matroska reader. 2003-05-06 10:22:55 +00:00
Moritz Bunkus
3ce62ed6ba Added support for aspect ratio. 2003-05-06 09:59:37 +00:00
Moritz Bunkus
9d03e6bc63 Updates. 2003-05-06 08:24:02 +00:00
Moritz Bunkus
8b5d32fb5f Automatic ChangeLog update. 2003-05-06 08:18:46 +00:00
Moritz Bunkus
a95897d03d The Matroska reader calculated wrong header lengths for Vorbis tracks. 2003-05-06 08:15:36 +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
4549cf0fb3 Removed malloc.h. 2003-05-05 20:18:32 +00:00
Moritz Bunkus
ef23de1483 Support for selecting a charset for the subtitle file indepently of the current locale. 2003-05-05 18:47:57 +00:00
Moritz Bunkus
f53036d5d9 Introduced result checking memory handling functions (safe*). 2003-05-05 18:37:36 +00:00
Moritz Bunkus
545246abd3 Proper documentation for --no-utf8-subs and --sub-charset. 2003-05-05 18:37:09 +00:00