Commit Graph

1454 Commits

Author SHA1 Message Date
Moritz Bunkus
2d1dd62326 Small adjustments for building mkvtoolnix with a cross mingw gcc under Linux. 2004-07-22 21:14:52 +00:00
Moritz Bunkus
d71f8a7261 Do not replace the word "mingw" in the Makefiles. 2004-07-22 20:36:04 +00:00
Moritz Bunkus
404109d132 Do not dereference the track pointer too early. 2004-07-22 19:34:21 +00:00
Moritz Bunkus
b1714c6933 Added TTA to the file selection boxes. Patch by Nicolas Le Guen <nleguen@pepper-prod.com>. 2004-07-22 18:55:59 +00:00
Moritz Bunkus
7f80e97896 Wrong DOS style new line. 2004-07-22 18:35:48 +00:00
Moritz Bunkus
9a53d70539 Make printf output DOS style newlines on Windows. 2004-07-22 18:21:21 +00:00
Moritz Bunkus
032b6a008f Handle the global data from CUE sheets. 2004-07-22 17:53:52 +00:00
Moritz Bunkus
22f36c6ca9 CUE to tag conversion: Handle DISCID properly. 2004-07-22 17:51:40 +00:00
Moritz Bunkus
ee905a3141 CUE to tag conversion: Write a special tag for the complete track with the global data. 2004-07-22 17:18:34 +00:00
Moritz Bunkus
2145603d32 Updates 2004-07-22 09:51:05 +00:00
Moritz Bunkus
293e943012 Added an option "--cuesheet" to mkvextract's track extraction mode which will write the CUE sheet into another file in the same run. 2004-07-21 22:27:07 +00:00
Moritz Bunkus
6dcb49cfd8 Added a new class for reading from stdin and writing to stdout. 2004-07-21 22:26:11 +00:00
Moritz Bunkus
812c23798f Implemented the extraction of chapter information and tags into CUE sheets which reconstructs the CUE sheet used with mkvmerge's "--chapters" parameter. 2004-07-21 19:31:40 +00:00
Moritz Bunkus
ede68e964c Sort VobSub entries according to their timestamp if there are tracks with timestamps that go backwards. Also warn about such entries. 2004-07-20 17:22:18 +00:00
Moritz Bunkus
468cf4f859 Output the timecodes in a more readable way. 2004-07-20 16:38:10 +00:00
Moritz Bunkus
f6c196d888 Prefer "nld" over "dut" for "Dutch". 2004-07-20 07:38:48 +00:00
Moritz Bunkus
ed8043334a Updates 2004-07-19 20:31:14 +00:00
Moritz Bunkus
fcbe6b82b0 Use proper indexes for the set_as_default_track function and NOT the indexes from libmatroska for track_*. 2004-07-19 20:01:20 +00:00
Moritz Bunkus
c0c49885f7 Handle empty text fields in SSA lines gracefully. 2004-07-19 19:41:06 +00:00
Moritz Bunkus
c8d3771cc6 Treat an absent block duration element as 0 for subtitle tracks. 2004-07-19 19:40:48 +00:00
Moritz Bunkus
58cd4b6d98 Show the block duration in summary mode. 2004-07-19 19:36:51 +00:00
Moritz Bunkus
b8b87e7ec5 Added support for the "hidden" and "enabled" flags in the chapter editor. 2004-07-19 19:19:03 +00:00
Moritz Bunkus
e4a26eed00 Sizers-based layout for the chapter editor. 2004-07-19 18:49:05 +00:00
Moritz Bunkus
7bbaf75e34 Convert the pregap from CUE sheets into sub-chapters. 2004-07-19 17:18:46 +00:00
Moritz Bunkus
40c83275b7 Compilation fix with MATROSKA_VERSION >= 2. 2004-07-19 16:52:05 +00:00
Moritz Bunkus
fab83c8787 Use "dut" instead of "nld" for "Dutch" in the popular languages. 2004-07-19 08:49:07 +00:00
Moritz Bunkus
007664f55f Updates 2004-07-19 08:43:25 +00:00
Moritz Bunkus
dbc00e167d Fix for compilation with gcc 3.2. 2004-07-19 08:30:58 +00:00
Moritz Bunkus
21f801e720 Parse timestamps in CUE sheets correctly as HH:MM:FF (hours, minutes, frames) instead of HH:MM:SS. 2004-07-18 21:14:14 +00:00
Moritz Bunkus
76282c62b7 Fixed some warnings. 2004-07-18 21:05:36 +00:00
Moritz Bunkus
9c333c4b41 Set properties. 2004-07-18 16:32:28 +00:00
Moritz Bunkus
12f346f6e2 Bumped version number to 0.9.3. 2004-07-18 16:21:00 +00:00
Moritz Bunkus
3db592b512 The "default track" checkbox must not check for selected_file anymore. This was changed during the "global track order" thingy. 2004-07-18 16:19:16 +00:00
Moritz Bunkus
43347ff7ec Deactivated the translation by default. 2004-07-18 16:14:14 +00:00
Moritz Bunkus
301de695ba mingw build system fixes. 2004-07-18 16:08:45 +00:00
Moritz Bunkus
466ce01e2e Spelling. 2004-07-18 15:09:28 +00:00
Moritz Bunkus
1ed61017f5 Makefile/configure: cached the libebml and libmatroska checks; added checks for gettext. Rest: Added some support for translations (way incomplete, but it's a start). 2004-07-18 15:06:33 +00:00
Moritz Bunkus
1820d378eb Use text/plain for .cue files as well. Patch by Nicolas Le Guen <nleguen at pepper-prod dot com>. 2004-07-15 13:49:09 +00:00
Moritz Bunkus
e60cb009ef Preparations for file appending: Added a "force" parameter to the the reader's read() call. If force is true then the reader must read packets for each packetizer that hasn't been finished yet (otherwise a reader may return EHOLDING if a specific packetizer has a lot of data queued). Also ptzr may be NULL in this case. 2004-07-14 13:25:16 +00:00
Moritz Bunkus
47de897341 Do not add a block group more than once to the cues (happened with --cues ...:all). 2004-07-14 11:37:49 +00:00
Moritz Bunkus
bc10e8e2aa Add "vprp" to the list of known but unsupported tags. Otherwise "lasttag" will be reset and avilib does not "see" the additional OpenDML RIFF chunks. 2004-07-13 16:22:00 +00:00
Moritz Bunkus
bca059f826 More flexible OGM-comment-to-ISO639-2-code conversion. 2004-07-10 16:52:07 +00:00
Moritz Bunkus
7265088ddf Added a new --default-language option. Changed the default language code from "eng" to "und" (undefined). 2004-07-10 16:40:51 +00:00
Moritz Bunkus
9b462d19d6 Proper use for PERFORMER --> ARTIST / ALBUM_ARTIST; fixed ISRC; added REM COMMENT. 2004-07-10 11:24:01 +00:00
Moritz Bunkus
27c5169e60 Automatically convert tags found in CUE sheets that are used as chapter files. 2004-07-07 18:51:19 +00:00
Moritz Bunkus
3768bc3738 Set default track flags correctly. 2004-07-03 08:49:00 +00:00
Moritz Bunkus
c8d86da5a3 Added support for TTA lossless audio files. 2004-07-02 23:01:05 +00:00
Moritz Bunkus
b82fa8eb8f Wrong comment. 2004-07-02 21:57:34 +00:00
Moritz Bunkus
76ece9f539 Wrong comment. 2004-07-02 21:57:13 +00:00
Moritz Bunkus
a6faf377fc Split the big monolithic function into several smaller functions for handling individual masters. 2004-07-02 13:07:50 +00:00