Commit Graph

121 Commits

Author SHA1 Message Date
Moritz Bunkus
32956f97e9 Wrote documentation, XML examples and the DTD for the XML chapter files. 2003-08-30 15:03:04 +00:00
Moritz Bunkus
b3a175ae64 Rewrote mkvinfo to use libebml's Read() function instead of manually reading each and every element. 2003-08-30 13:50:00 +00:00
Moritz Bunkus
56af76730f Some validation for the start and end times. Support for splitting chapters. 2003-08-30 10:29:09 +00:00
Moritz Bunkus
06bc68fc53 Some updates. 2003-08-29 07:39:14 +00:00
Moritz Bunkus
6202ecb776 On Windows the 'isspace()' function used to trim leading and trailing white spaces from tags considered some parts of valid UTF-8 character sequences to be white spaces as well. Fixed by replacing 'isspace()' with 'isblank()'. 2003-08-28 17:21:23 +00:00
Moritz Bunkus
2d74dde71b Support for chosing the charset and language used in simple chapter files. Suggestion by Liisachan. 2003-08-28 09:10:45 +00:00
Moritz Bunkus
30831506f4 Rewrote the UTF-8 conversion routines. They should now handle U+8000 characters correctly. 2003-08-28 08:33:30 +00:00
Moritz Bunkus
06c3bcdb98 For RV40 the actual dimensions were also used for the aspect ratio/display dimensions. This has been fixed: the actual dimensions are used for PixelWidth/PixelHeight, the dimensions stored in the RM container are used for the aspect ratio/DisplayWidth & DisplayHeight. Reported by Karl Lillevold. 2003-08-28 07:16:24 +00:00
Moritz Bunkus
f0e2866239 Released v0.6.4 2003-08-27 18:21:21 +00:00
Moritz Bunkus
c8ceb5dd87 Support for re-creating dropped frames when extracting video to an AVI. Works only well if the frame durations in the source file are multiples of the frame rate, of course. 2003-08-27 17:44:33 +00:00
Moritz Bunkus
1339014349 The MP3 packetizer did not start at 0 with its timecodes. It does now. 2003-08-27 16:52:25 +00:00
Moritz Bunkus
ffcb1c7cfb Proper support for dropped frames when reading AVIs. 2003-08-27 16:27:33 +00:00
Moritz Bunkus
2d3d0c8efe Fixed some missing default values in the Matroska reader (e.g. mono audio files). Reported by Liisachan. 2003-08-27 13:10:12 +00:00
Moritz Bunkus
47687acaa0 Improved all command line parsing error messages. 2003-08-26 16:39:57 +00:00
Moritz Bunkus
8c63d2ecea Improved the error message for the XML tag file parser if an invalid &-sequence is found. 2003-08-25 10:43:58 +00:00
Moritz Bunkus
dbdc6fa19e Strings are postprocessed so that the special characters &, <, >, " are replaced by their HTML equivalents &amp;, &lt, &gt; and &quot;. 2003-08-25 10:21:09 +00:00
Moritz Bunkus
26c162aa93 Disabled lacing by default and renamed --no-lacing to --enable-lacing. With all the proper info about the laced frames lacing is actually producing larger files than without lacing. 2003-08-24 00:27:38 +00:00
Moritz Bunkus
c50de21f63 Meta seek element is split into two elements. The first's located at the start of the file containing only a small number of level 1 elements. The clusters are referenced in a second meta seek element located at the end of the file. Removed the options "--meta-seek-size" and "--no-meta-seek". Added the option to disable that second meta seek entry, "--no-clusters-in-meta-seek". 2003-08-23 23:27:17 +00:00
Moritz Bunkus
795a1af38a Backwards compatibility: Accepts S_SSA and S_ASS as valid CodecIDs (new CodecIDs are S_TEXT/SSA and S_TEXT/ASS). 2003-08-22 20:08:21 +00:00
Moritz Bunkus
a1ea341dd4 If a subtitle packet was the last packet in a cluster then its duration was not written resulting in a broken file. 2003-08-22 19:49:37 +00:00
Moritz Bunkus
3c75dc4115 ChangeLog update for the elements added to mkvinfo. 2003-08-21 19:19:02 +00:00
Moritz Bunkus
a72e4aab5f Preparations for version 0.6.3. 2003-08-20 21:10:00 +00:00
Moritz Bunkus
a58d1beb74 Implemented a switch that has to be used for SBR AAC / AAC+ / HE-AAC if the source file is an AAC file and the AAC file contains SBR AAC data (no automatic detection possible in this case!). 2003-08-18 17:58:56 +00:00
Moritz Bunkus
e622f34e61 Low bitrate AC3 tracks from Real's DNET are identified as A_AC3/BSID9 or A_AC3/BSID10. 2003-08-14 17:19:46 +00:00
Moritz Bunkus
5acb7c26e4 The RealMedia reader takes the number of packets into account when reading which results in better end-of-file detection. 2003-08-14 16:24:38 +00:00
Moritz Bunkus
8ff6f0aa0e Fixed a bug with files bigger than 2GB not being recognized. The accompanying error message was "File NAME has unknown type. Please have a look at the supported file types..." 2003-08-12 16:15:41 +00:00
Moritz Bunkus
f77afb9a32 Better description. 2003-08-12 13:28:54 +00:00
Moritz Bunkus
f002dd9544 Fixed a bug which would only allow Matroska files up to 4GB to be read. 2003-08-12 13:27:55 +00:00
Moritz Bunkus
9d6e715f78 Unknown elements are properly skipped now. 2003-08-12 12:46:12 +00:00
Moritz Bunkus
cf910b2258 For RV40 (RealVideo 9) the actual video dimensions are decoded from the first video frame. 2003-08-11 21:59:06 +00:00
Moritz Bunkus
81a4fec5db Video aspect ratio was set wrong if the user did not specify any. 2003-08-11 18:34:40 +00:00
Moritz Bunkus
d2e228ad05 Released v0.6.1. 2003-08-11 16:45:29 +00:00
Moritz Bunkus
f2806fca34 Support for all kinds of frames including "short" and "merged" frames (results are identical to Gabest's output). 2003-08-11 16:42:43 +00:00
Moritz Bunkus
d69983987a The aspect ratio setting will only cause upscaling of the current video dimensions which are then put into KaxVideoDisplayWidth and KaxVideoDisplayHeight. 2003-08-10 20:13:40 +00:00
Moritz Bunkus
a04544edaa Changed how the global elements are handled by taking the parent's size into account. This re-enables processing of files produced with the latest VirtualDubMod. 2003-08-10 20:01:55 +00:00
Moritz Bunkus
0072fe8ea6 Changed how the Matroska reader handles global elements by taking the parent's size into account. This re-enables processing of files produced with the latest VirtualDubMod. 2003-08-10 15:43:52 +00:00
Moritz Bunkus
419ee95dfa Changed how mkvinfo handles global elements by taking the parent's size into account. Hopefully this is now correct. 2003-08-10 09:48:51 +00:00
Moritz Bunkus
97aea708cb Support for MultiComment tags in mkvextract. 2003-08-10 09:41:16 +00:00
Moritz Bunkus
4903680be2 Fixed support for reading MultiComment tags from XML tag files. 2003-08-10 09:07:22 +00:00
Moritz Bunkus
f519c08e61 Allow some slightly broken Matroska files to be processed correctly if the reference blocks are off by at most 1ms by making find_packet* return the packet even if the absolute timecode difference is 1ms. 2003-08-10 06:40:13 +00:00
Moritz Bunkus
c7470ab7f8 Better support for MP3 audio: other MPEG versions and layers are detected automatically and the number of samples per packet if calculated accordingly. 2003-08-09 22:03:31 +00:00
Moritz Bunkus
15a3dd6598 Support for "merged" frames. 2003-08-09 21:12:30 +00:00
Moritz Bunkus
47917d0999 Added Adler32 calculation which can be enabled with -c. 2003-08-09 21:11:54 +00:00
Moritz Bunkus
ec932164a1 RealAudio: "dnet" is acutally byte-swapped AC3, so it is AC3 which is output for it. No more A_REAL/DNET. 2003-08-09 12:57:16 +00:00
Moritz Bunkus
b2cca07f0a Changes for compilation with gcc 2.95. 2003-08-06 12:42:45 +00:00
Moritz Bunkus
223ff71a45 Last preparations for 0.6.0. 2003-08-04 07:41:21 +00:00
Moritz Bunkus
5742bca3dc Chapters are re-timecoded correctly in both cases (with and without file linking). Updated documentation about chapters. 2003-07-29 20:27:05 +00:00
Moritz Bunkus
b9b92450ed Added initial chapter support for the simple chapter format. 2003-07-28 23:09:12 +00:00
Moritz Bunkus
32a43a3b69 ChangeLog updates. 2003-07-26 14:40:20 +00:00
Moritz Bunkus
7e76a534d0 Support for setting the segment title. 2003-07-23 20:47:31 +00:00