Commit Graph

376 Commits

Author SHA1 Message Date
Moritz Bunkus
d0127d04bd Merged 2022 2004-08-21 18:13:29 +00:00
Moritz Bunkus
969915fff6 Merged 2019 2004-08-21 15:46:41 +00:00
Moritz Bunkus
7f656b5108 Merged 2002:2004 2004-08-21 09:42:38 +00:00
Moritz Bunkus
c3310655f5 Merged 2001 2004-08-20 16:56:32 +00:00
Moritz Bunkus
d995e8fad2 Merged 1999 2004-08-19 20:16:58 +00:00
Moritz Bunkus
9ad679db3b Merged 1995 2004-08-19 19:36:40 +00:00
Moritz Bunkus
181645a758 Merged 1983:1986. 2004-08-16 21:29:50 +00:00
Moritz Bunkus
428402f807 Merged 1979. 2004-08-14 12:28:25 +00:00
Moritz Bunkus
f35b2477dd Merged 1973:1975. 2004-08-13 14:20:17 +00:00
Moritz Bunkus
edfd116406 Merged 1967. 2004-08-06 11:40:58 +00:00
Moritz Bunkus
f1cb30f576 Merged 1965. 2004-08-05 20:04:24 +00:00
Moritz Bunkus
9961f8a682 Merged 1963. 2004-08-04 21:04:26 +00:00
Moritz Bunkus
46d4aadb45 Use the new EditionUID entries for the "CUE sheet to chapters/tags" conversion. 2004-08-02 18:12:10 +00:00
Moritz Bunkus
c418c7f6a0 Put the version nick name into each version message. 2004-08-01 17:52:52 +00:00
Moritz Bunkus
038dc2ef68 mkvextract must write an UTF-8 BOM if it outputs text in UTF-8. 2004-08-01 16:11:12 +00:00
Moritz Bunkus
ad0ef8330e Skip ID3 tags in TTA files. 2004-07-31 23:37:59 +00:00
Moritz Bunkus
ef05689ade Do not free stacked memory. 2004-07-31 22:09:48 +00:00
Moritz Bunkus
b6a35b029a The block_duration is now in ns, so divide by 1000000 where appropriate. 2004-07-27 11:42:45 +00:00
Moritz Bunkus
0a86296b26 Limited support for extracting CUE sheets from chapters not created with mkvmerge's "--chapters" option. 2004-07-26 20:39:25 +00:00
Moritz Bunkus
fcb2005d93 Write a block duration of 0s in cases where it's appropriate, e.g. for subtitle entries. 2004-07-26 18:38:56 +00:00
Moritz Bunkus
eb8e212b7a Extract the duration of each FLAC packet from the packet header. Set the default duration on FLAC tracks if they have a fixed number of samples per packet (which is the case for at least the reference implementation according to their documentation). 2004-07-26 18:17:16 +00:00
Moritz Bunkus
71d153f81d Advance the buffer position if an ID3 tag is found. Otherwise the function would be stuck in an endless loop. 2004-07-26 10:57:11 +00:00
Moritz Bunkus
08a7900316 Bumped the version number to 0.9.4. 2004-07-25 10:04:57 +00:00
Moritz Bunkus
43b72a9f0c Added support for extracting TTA tracks into TTA files. 2004-07-23 22:59:28 +00:00
Moritz Bunkus
1ff5ffa311 Strip spaces before integer parsing. 2004-07-23 22:22:28 +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
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
b8b87e7ec5 Added support for the "hidden" and "enabled" flags in the chapter editor. 2004-07-19 19:19:03 +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
007664f55f Updates 2004-07-19 08:43:25 +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
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
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
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
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
580fcb6594 Updated the mmg guide. 2004-06-29 20:59:20 +00:00
Moritz Bunkus
a66d3fe755 Bumped the version to 0.9.2. 2004-06-28 19:08:36 +00:00
Moritz Bunkus
5929b23052 Added "minimize" buttons to the two "mkvmerge is running" dialogs. 2004-06-25 13:07:13 +00:00
Moritz Bunkus
53779c6e8c Added the "use File -> new after adding a job" option 2004-06-25 12:46:02 +00:00
Moritz Bunkus
27294dbf4d Update 2004-06-24 14:13:02 +00:00
Moritz Bunkus
b6aaf4c104 Catch all of mkvmerge's output. 2004-06-21 17:46:13 +00:00
Moritz Bunkus
ea3afb72c3 Support for the change of --track-order to global meaning. 2004-06-20 17:42:41 +00:00
Moritz Bunkus
9c40995588 Line wrap the tooltips on Windows. 2004-06-20 09:17:19 +00:00