Commit Graph

1444 Commits

Author SHA1 Message Date
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
Moritz Bunkus
7169622143 Source code re-indenting, re-formatting. 2004-07-01 21:12:22 +00:00
Moritz Bunkus
580fcb6594 Updated the mmg guide. 2004-06-29 20:59:20 +00:00
Moritz Bunkus
15046040d1 Reformatting; some corrections for changes in mmg. 2004-06-29 15:18:16 +00:00
Moritz Bunkus
3d54fefefa Updated the images for the upcoming 0.9.2. 2004-06-28 21:52:45 +00:00
Moritz Bunkus
c87ac8e887 Activate the "Tracks:" label if there are selectable tracks. 2004-06-28 21:49:51 +00:00
Moritz Bunkus
e33ebef85b Show the top label. 2004-06-28 21:32:38 +00:00
Moritz Bunkus
a66d3fe755 Bumped the version to 0.9.2. 2004-06-28 19:08:36 +00:00
Moritz Bunkus
2b30936d42 Be more pointer friendly. 2004-06-28 19:06:12 +00:00
Moritz Bunkus
2283923617 Hexdump the decoder config descriptor. 2004-06-26 11:55:14 +00:00
Moritz Bunkus
ee4b757e62 Added mxhexdump() for hexdumping memory. 2004-06-26 08:37:48 +00:00