Commit Graph

632 Commits

Author SHA1 Message Date
Moritz Bunkus
5185ef5a2c Clusters are only rendered when all the references are resolvable (which is important when dealing with B frames). 2003-07-27 21:42:47 +00:00
Moritz Bunkus
c5d518aefd Proper handling of the timezone offset on Win32. 2003-07-27 16:14:01 +00:00
Moritz Bunkus
2041195c7b Proper handling of seeking on Win32. 2003-07-27 16:13:44 +00:00
Moritz Bunkus
e46e1cd0f4 Accidentally committed the start of a rewriting for the level handling code which messed everything up badly. 2003-07-27 12:25:33 +00:00
Moritz Bunkus
a6a0d3c433 Introduced OS independant functions for conversion between wide strings and UTF-8 encoded strings. 2003-07-27 09:48:31 +00:00
Moritz Bunkus
e8b26d5c50 Removed the check for en_US.UTF-8 as it is not needed anymore. 2003-07-27 09:47:43 +00:00
Moritz Bunkus
d145785cc4 Cleanup: replaced LIB*_NAMESPACE 2003-07-26 18:38:34 +00:00
Moritz Bunkus
32a43a3b69 ChangeLog updates. 2003-07-26 14:40:20 +00:00
Moritz Bunkus
7ee1d34a78 Rewrote the SRT reader. It uses C++ strings and handles DOS style and Unix style new lines better than the old one. 2003-07-26 14:38:30 +00:00
Moritz Bunkus
0fff5b2d5f Removed the buffer- and max-length-based gets function. Added a wrapper around getline() that returns a bool if getline() throws an exception (which happens when eof is encountered). 2003-07-26 14:37:14 +00:00
Moritz Bunkus
d1c6d840b8 Renamed mkv_ to kax_. 2003-07-26 09:13:09 +00:00
Moritz Bunkus
8bbbaf102a Updated the documentation reflecting the new command line syntax. 2003-07-26 08:57:31 +00:00
Moritz Bunkus
40a7f727b4 Changed the command line syntax: first param is the "what to do", second is input file name, following are mode specific. Added support for extracting attachments. 2003-07-26 08:24:06 +00:00
Moritz Bunkus
0c99517dae Add attachments to the --identify output. 2003-07-26 07:49:09 +00:00
Moritz Bunkus
5428874a31 Add the attachments to the seek head. 2003-07-26 07:41:55 +00:00
Moritz Bunkus
63734caca2 New functions save_pos and restore_pos for easier stream handling. 2003-07-26 07:41:07 +00:00
Moritz Bunkus
2444b1bb01 Support for reading <MultiComment> from XML files and writing those to the file. Untested. <Language> elements are now checked for a valid ISO639-2 code. 2003-07-25 12:23:48 +00:00
Moritz Bunkus
1c2274cff3 Support for KaxTagMultiLegalContent. 2003-07-25 11:30:06 +00:00
Moritz Bunkus
aedc5f75e7 Included all tags. 2003-07-25 11:03:22 +00:00
Moritz Bunkus
7cf0c81de1 Unified the XML tag names. 2003-07-25 10:18:53 +00:00
Moritz Bunkus
504f803bdb Proper construction of the UTF-8 locale names if the currect locale has a "@" in it. 2003-07-25 09:43:18 +00:00
Moritz Bunkus
e0e7d0635c Adding tags extraction code to mkvextract. 2003-07-24 22:59:44 +00:00
Moritz Bunkus
a3f9d61c32 A bit more error handling. A way to "create" empty EbmlMasters needed for automatic child checking. 2003-07-24 21:16:35 +00:00
Moritz Bunkus
810a1a7039 For attachments a UID is created. mkvinfo can output it. 2003-07-24 19:43:19 +00:00
Moritz Bunkus
a0d5963c9d Adopted mkvextract to the new libebml/libmatroska 0.5.0 style global elements. 2003-07-24 18:28:43 +00:00
Moritz Bunkus
227746e543 mkvextract reports its own name when asked for with -V ;) 2003-07-24 18:09:47 +00:00
Moritz Bunkus
7893b39b5c Added options for "global" tags. 2003-07-24 18:05:59 +00:00
Moritz Bunkus
8eef3bda9a Re-enabled splitting by moving the file opening/closing decisions from render() to add_packet(). 2003-07-24 18:05:41 +00:00
Moritz Bunkus
e75451e81c Removed that test line... 2003-07-23 20:48:41 +00:00
Moritz Bunkus
7e76a534d0 Support for setting the segment title. 2003-07-23 20:47:31 +00:00
Moritz Bunkus
802c2a73e6 Some rudimentary tags support. Rudimentary, but working! :) 2003-07-23 20:17:09 +00:00
Moritz Bunkus
159308057b More steps in the Right Direction regarding tag support. 2003-07-21 12:54:46 +00:00
Moritz Bunkus
f03a90a4fa Possible fix for > 4Gb handling on win32. 2003-07-19 08:27:36 +00:00
Moritz Bunkus
88aa52192c Next step towards tag support (infrastructure, cla parsing). 2003-07-18 20:30:56 +00:00
Moritz Bunkus
99602962d9 Standard Id header added. 2003-07-18 20:04:45 +00:00
Moritz Bunkus
0ff427362e Properties set for new files. 2003-07-18 20:03:32 +00:00
Moritz Bunkus
81aa9964f0 Added the XML tag parser files. 2003-07-18 20:01:15 +00:00
Moritz Bunkus
0aec7f27dd New UTF8-encoded char* based string to wchar* based string conversion function. strip can also strip the newlines. 2003-07-17 20:53:22 +00:00
Moritz Bunkus
10519a1a03 Modified the example XML tag file to show some of the specialties. 2003-07-17 20:45:08 +00:00
Moritz Bunkus
dd8f0ddd8b Proper UTF-8 implementation of "read_next_char". 2003-07-16 20:05:19 +00:00
Moritz Bunkus
e6ee1f83e7 Fixed the following spelling error: Attachements --> Attachments 2003-07-16 16:33:15 +00:00
Moritz Bunkus
208305d581 Added support for UTF-8 and UTF-16 encoded text files for the SRT and SSA/ASS readers. 2003-07-15 22:55:57 +00:00
Moritz Bunkus
21151c8799 --sub-charset was ignored in the SSA reader. 2003-07-15 18:51:28 +00:00
Moritz Bunkus
2944fa6bd4 --sub-charset was ignored in the SSA reader. 2003-07-15 18:50:24 +00:00
Moritz Bunkus
6e55d8be0a New version 0.6.0 2003-07-15 07:17:57 +00:00
Moritz Bunkus
cd73eb85ad Fixed old audio sync syntax in the examples. 2003-07-15 07:07:20 +00:00
Moritz Bunkus
666a004d22 Added support for attaching files to the output file(s). 2003-07-14 19:10:36 +00:00
Moritz Bunkus
bf83058489 Added some meta information as a third verbosity level. This episode features frame types and timecode on one line. 2003-07-14 19:09:25 +00:00
Moritz Bunkus
36ff48dc52 Fixed some memleaks. Renamed timestamp to timecode. RealAudio tracks also get their reference blocks set. 2003-07-14 18:21:56 +00:00
Moritz Bunkus
35006f6825 Some better error handling if the packet length is < 12 bytes. Packets with incredibly high timestamps are discarded. 2003-07-14 07:39:42 +00:00