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 |
|
Moritz Bunkus
|
152695e258
|
Suggest a job name based on the output file name.
|
2004-06-20 08:46:00 +00:00 |
|
Moritz Bunkus
|
a0f34b90af
|
Temporarily disable "always on top" when the muxing or job dialog are visible.
|
2004-06-20 08:34:34 +00:00 |
|
Moritz Bunkus
|
369e2b92b9
|
Let the user enter the split time with ms precision.
|
2004-06-20 00:02:51 +00:00 |
|
Moritz Bunkus
|
43fc361b9f
|
Updates
|
2004-06-19 21:24:46 +00:00 |
|
Moritz Bunkus
|
118c65053d
|
Search for five consecutive valid MP3 frames at the start of the MP3 file/stream.
|
2004-06-15 21:28:24 +00:00 |
|
Moritz Bunkus
|
3bb368ee8a
|
Apply "always on top" during mmg startup.
|
2004-06-13 20:52:10 +00:00 |
|
Moritz Bunkus
|
71fc1797d9
|
Return proper error codes in xio.cpp.
|
2004-06-13 15:29:21 +00:00 |
|
Moritz Bunkus
|
dfff949b36
|
Forgot the release entry.
|
2004-06-13 11:25:40 +00:00 |
|
Moritz Bunkus
|
e50f42e869
|
Note about dropping aviclasses.
|
2004-06-13 10:52:35 +00:00 |
|
Moritz Bunkus
|
0c1220c18a
|
Bumped version number to 0.9.1.
|
2004-06-13 10:48:02 +00:00 |
|
Moritz Bunkus
|
392e93cdbc
|
Handle charset conversion correctly.
|
2004-06-13 10:15:29 +00:00 |
|
Moritz Bunkus
|
cbdd217586
|
Delete the job file itself along with the job data.
|
2004-06-13 10:08:28 +00:00 |
|
Moritz Bunkus
|
34568cd17e
|
Clarification
|
2004-06-12 17:32:14 +00:00 |
|
Moritz Bunkus
|
06bf5e3c16
|
Added an "always on top" option.
|
2004-06-12 17:22:14 +00:00 |
|
Moritz Bunkus
|
1a46dc1d7e
|
Moved the MPEG4 pixel aspect extraction function to a new helper file. The AVI reader will report the display dimensions if they are different than the pixel dimensions with --identify-verbose (only if the video track is MPEG4 and contains the pixel aspect ratio in the bitstream).
|
2004-06-12 15:43:56 +00:00 |
|
Moritz Bunkus
|
870ac2a4a3
|
MP3 garbage detection has to use the proper offsets for MP3 header decoding.
|
2004-06-12 08:34:22 +00:00 |
|
Moritz Bunkus
|
28d202b31e
|
Calculate the timecodes for frames in laces correctly if either the BlockDuration or DefaultDuration is present.
|
2004-06-08 19:57:54 +00:00 |
|
Moritz Bunkus
|
b7d6462430
|
Removed support for time slices.
|
2004-06-06 12:04:26 +00:00 |
|
Moritz Bunkus
|
73d092d6be
|
Added a dialog for adding arbitrary command line options.
|
2004-06-06 11:32:07 +00:00 |
|
Moritz Bunkus
|
9403ab3134
|
Wrong test for OGM header packets.
|
2004-06-04 19:29:19 +00:00 |
|
Moritz Bunkus
|
e4c4dc68e2
|
Enable garbage audio sync for tracks read from AVI files.
|
2004-06-03 21:20:02 +00:00 |
|
Moritz Bunkus
|
f9f4bf5a50
|
Bumped version number to 0.9.0.
|
2004-05-31 21:30:47 +00:00 |
|
Moritz Bunkus
|
ce0c8a6986
|
Detect and handle the absence of comment packets in non-native streams (aka "AVI compatibility mode streams").
|
2004-05-31 18:37:40 +00:00 |
|
Moritz Bunkus
|
44e92511fc
|
Try to skip the first MP3 header found in the stream if the second one is not located directly behind the first one. Happens for MP3 streams in AVIs.
|
2004-05-29 15:20:06 +00:00 |
|
Moritz Bunkus
|
203abdad51
|
Always set the defalt_chapter_language. Otherwise newly created chapters might get no language associated with the name. Also: Select the proper tab for the chapter editor after the removal of the "advanced" tab.
|
2004-05-25 17:19:57 +00:00 |
|
Moritz Bunkus
|
a84492c95e
|
Removed the "advanced" tab.
|
2004-05-25 16:22:32 +00:00 |
|
Moritz Bunkus
|
804ac7b02a
|
Create the BITMAPINFOHEADER in an Endian safe way.
|
2004-05-25 12:52:18 +00:00 |
|
Moritz Bunkus
|
6113355d28
|
Moved the MPEG parser from the VobSub packetizer to the VobSub reader. The SPU packet assembly is done according to the SPU packet length stored in the first two bytes. The length is not calculated from the "timecode:" lines in the .idx file anymore.
|
2004-05-20 15:02:56 +00:00 |
|
Moritz Bunkus
|
3704157a17
|
Use GetStringSelection() instead of GetValue(). This will return the correct value on all OS.
|
2004-05-17 18:52:03 +00:00 |
|
Moritz Bunkus
|
d0cb2d1455
|
Calculate proper timecodes for positive Vorbis sync.
|
2004-05-15 13:56:19 +00:00 |
|
Moritz Bunkus
|
1d8ad9d1c9
|
Fix for compilation with wxWindows < 2.4.2.
|
2004-05-06 18:28:54 +00:00 |
|
Moritz Bunkus
|
edea6a83b6
|
Bumped version number to 0.8.9.
|
2004-05-06 17:47:45 +00:00 |
|
Moritz Bunkus
|
b3e31e9308
|
Ask before overwriting. Can be turned off.
|
2004-05-06 17:29:01 +00:00 |
|
Moritz Bunkus
|
9f41acc07a
|
Implemented drag&drop onto the input, attachment and chapter editor tabs.
|
2004-05-04 21:46:28 +00:00 |
|
Moritz Bunkus
|
6c843c6dfd
|
Updates
|
2004-05-02 15:40:19 +00:00 |
|
Moritz Bunkus
|
a519d8b84b
|
Increased resolution for chapters to ns.
|
2004-04-30 16:42:59 +00:00 |
|
Moritz Bunkus
|
1386e61fa3
|
Fixes for compilation with gcc 3.4.
|
2004-04-26 19:45:13 +00:00 |
|
Moritz Bunkus
|
1a3985b181
|
Updates
|
2004-04-24 15:09:58 +00:00 |
|
Moritz Bunkus
|
15404ddb59
|
Depends on libebml 0.7.0 & libmatroska 0.7.0. Bumped version number to 0.8.8.
|
2004-04-23 17:03:08 +00:00 |
|
Moritz Bunkus
|
302e981225
|
Allow libmatroska to return/handle unknown elements.
|
2004-04-21 19:42:26 +00:00 |
|
Moritz Bunkus
|
0e7afca2a4
|
Pre-set the display dimensions for video tracks in Matroska files.
|
2004-04-14 22:05:29 +00:00 |
|
Moritz Bunkus
|
a1516ef81d
|
Implemented reading AAC from AVIs.
|
2004-04-13 21:49:59 +00:00 |
|
Moritz Bunkus
|
88c7e93ff2
|
Updates
|
2004-04-11 20:42:40 +00:00 |
|
Moritz Bunkus
|
7aa838b332
|
Update
|
2004-04-11 09:48:20 +00:00 |
|
Moritz Bunkus
|
7c3415bef0
|
Ignore RM tracks with unknown MIME types.
|
2004-04-11 09:44:35 +00:00 |
|
Moritz Bunkus
|
b31a27345c
|
Update
|
2004-04-09 12:40:26 +00:00 |
|
Moritz Bunkus
|
4f52818b0d
|
Update
|
2004-04-06 21:41:29 +00:00 |
|
Moritz Bunkus
|
c57f755129
|
New version number 0.8.7.
|
2004-04-05 11:37:19 +00:00 |
|
Moritz Bunkus
|
3808e4bed2
|
Added a summary mode.
|
2004-04-03 11:16:26 +00:00 |
|
Moritz Bunkus
|
f2c3c75ab0
|
Extract the aspect ratio information from MPEG4 streams and set the display dimensions accordingly.
|
2004-03-27 20:39:18 +00:00 |
|
Moritz Bunkus
|
8359e5bf4f
|
Use the current async.displacement value for timecode correction, not the initial_displacement.
|
2004-03-21 23:07:41 +00:00 |
|
Moritz Bunkus
|
5114937427
|
Added the extraction of RealVideo and RealAudio.
|
2004-03-21 16:25:41 +00:00 |
|
Moritz Bunkus
|
e0de8558fd
|
First fully working job management.
|
2004-03-15 23:23:35 +00:00 |
|
Moritz Bunkus
|
5f6ace001d
|
Bumped version number to 0.8.6.
|
2004-03-13 12:17:46 +00:00 |
|
Moritz Bunkus
|
ef01d41faa
|
Accept streams whose comment packet is missing, e.g. files created by Cyrius' OGMuxer.
|
2004-03-13 10:49:50 +00:00 |
|
Moritz Bunkus
|
442e082b3c
|
Report the LANGUAGE and TITLE tags for --identify-verbose. In mmg set the segment title to the first video track's TITLE for OGM files.
|
2004-03-10 08:57:39 +00:00 |
|
Moritz Bunkus
|
7448409aae
|
Set the FourCC input field to the stored value when a track is selected.
|
2004-03-09 22:35:12 +00:00 |
|
Moritz Bunkus
|
346aa044b0
|
Keep tags when reading Matroska files.
|
2004-03-09 22:08:35 +00:00 |
|
Moritz Bunkus
|
ff7e9fceb9
|
Using only an int for the displacment with ns precision is too small a size.
|
2004-03-09 22:07:42 +00:00 |
|
Moritz Bunkus
|
5e4fd2cc9e
|
Ignore tracks which don't have any entries.
|
2004-03-09 19:26:55 +00:00 |
|
Moritz Bunkus
|
41b34411c5
|
Always generate a segment UID.
|
2004-03-09 16:39:51 +00:00 |
|
Moritz Bunkus
|
d62e9f5c5e
|
Automatically set the output filename if the user wants that.
|
2004-03-09 16:35:22 +00:00 |
|
Moritz Bunkus
|
1b83f04cd5
|
More non-ASCII character fixes for --tags and --chapters.
|
2004-03-09 16:05:13 +00:00 |
|
Moritz Bunkus
|
854203a7a5
|
Made the process priority selectable.
|
2004-03-09 15:59:47 +00:00 |
|
Moritz Bunkus
|
d60188fe8f
|
Ask before overwriting an output file.
|
2004-03-07 22:34:25 +00:00 |
|
Moritz Bunkus
|
1f90eed1db
|
Allocate memory for the --attachment-description. Convert filenames from UTF-8 before trying to open files in more cases.
|
2004-02-29 08:33:37 +00:00 |
|
Moritz Bunkus
|
8a4068137e
|
Handle file names with non-ASCII characters correctly.
|
2004-02-28 00:47:17 +00:00 |
|
Moritz Bunkus
|
09fbbec05a
|
Only handle RealMedia tracks whose MIME type is known. Gets rid of all the extra tracks in multirate files.
|
2004-02-27 10:31:55 +00:00 |
|
Moritz Bunkus
|
29ef49e660
|
Better popular languages.
|
2004-02-23 16:04:30 +00:00 |
|
Moritz Bunkus
|
a1edacd843
|
Bumped the version number to 0.8.5.
|
2004-02-22 11:14:43 +00:00 |
|
Moritz Bunkus
|
de6e647012
|
Allocate space for the extra_data because it's freed later.
|
2004-02-21 18:55:42 +00:00 |
|
Moritz Bunkus
|
e976802eb1
|
Convert the track name and title from Matroska files to the local charset instead of displaying UTF-8.
|
2004-02-21 18:16:25 +00:00 |
|
Moritz Bunkus
|
161d3ebaa7
|
Fix parameter order for the wxFileDialog class. Otherwise the default directory will not be set.
|
2004-02-21 17:12:00 +00:00 |
|
Moritz Bunkus
|
2445314056
|
Added a function for adjustin the chapter timecodes.
|
2004-02-16 08:53:12 +00:00 |
|
Moritz Bunkus
|
1cdaf2610d
|
Reset the number of cue elements so that UpdateSize() will not be called on it accidentally if splitting is active.
|
2004-02-15 20:01:36 +00:00 |
|
Moritz Bunkus
|
adfba59fef
|
Splitting by time was broken: beginning with the second file splitting occured after each key frame.
|
2004-02-14 09:32:23 +00:00 |
|
Moritz Bunkus
|
a22eb8680d
|
Updates.
|
2004-02-12 22:30:52 +00:00 |
|
Moritz Bunkus
|
23576c563e
|
Bumped version number to 0.8.4.
|
2004-02-11 08:13:24 +00:00 |
|
Moritz Bunkus
|
670d896647
|
Scale the duration to ns precision when reading Matroska files.
|
2004-02-11 08:12:09 +00:00 |
|
Moritz Bunkus
|
be24eadfce
|
Bumped the version numbers.
|
2004-02-09 21:47:42 +00:00 |
|
Moritz Bunkus
|
392e15c261
|
Also convert the TITLE comment.
|
2004-02-08 22:48:19 +00:00 |
|
Moritz Bunkus
|
79badd76e2
|
Keep chapters and language tags intact when reading OGM files.
|
2004-02-08 18:27:42 +00:00 |
|
Moritz Bunkus
|
3c0cb8b1d3
|
Made "--global-tags" apply to the complete file.
|
2004-02-08 11:35:20 +00:00 |
|
Moritz Bunkus
|
5d16fb4d2c
|
Use ns precision durations in VobSubs.
|
2004-02-07 13:26:35 +00:00 |
|
Moritz Bunkus
|
31b867012f
|
Calculate proper durations for subs from OGM.
|
2004-02-01 10:07:04 +00:00 |
|
Moritz Bunkus
|
cd119820fa
|
Made "do not link files" the default.
|
2004-01-31 14:55:26 +00:00 |
|
Moritz Bunkus
|
276e89adf8
|
Added support for AAC-in-OGM.
|
2004-01-31 14:03:20 +00:00 |
|
Moritz Bunkus
|
1d01ec4599
|
Do not automatically discard big VobSub packets anymore.
|
2004-01-31 10:47:36 +00:00 |
|
Moritz Bunkus
|
0f9cd0b2a7
|
Also mark packets as being freeable when P frames are encountered but use the frame they reference for freeing. Allows for better handling of sections with few/no key frames.
|
2004-01-31 09:08:28 +00:00 |
|
Moritz Bunkus
|
c26dda5b04
|
Replaced the two-pass splitting with a one-pass splitting procedure.
|
2004-01-30 20:40:38 +00:00 |
|
Moritz Bunkus
|
675d1103ab
|
Do not delete the file object twice.
|
2004-01-25 18:00:21 +00:00 |
|
Moritz Bunkus
|
4f9d2e681b
|
Updates.
|
2004-01-24 18:27:27 +00:00 |
|
Moritz Bunkus
|
4d3b90a3ee
|
Allocate space for the extra data after the RealMedia headers - otherwise the pointers would be invalid. Removed the "set number of samples per packet" function from the AAC packetizer as AAC is still always 1024 samples/packet.
|
2004-01-23 19:15:12 +00:00 |
|
Moritz Bunkus
|
1b34be6948
|
Switched the complete timecode handling from ms precision to ns precision.
|
2004-01-22 22:36:05 +00:00 |
|
Moritz Bunkus
|
679456b40e
|
Fixed a couple of memleaks.
|
2004-01-22 12:55:21 +00:00 |
|
Moritz Bunkus
|
57044fdb73
|
Added some extensions for RealMedia files to mmg.
|
2004-01-21 18:45:06 +00:00 |
|
Moritz Bunkus
|
71bc99214a
|
Get the AAC values from the AAC config data stored in the RealMedia headers.
|
2004-01-21 15:39:44 +00:00 |
|
Moritz Bunkus
|
c33663bb2f
|
Added the release message.
|
2004-01-20 21:18:19 +00:00 |
|
Moritz Bunkus
|
93423ca6f0
|
Proper handling of PCM data: always start / end packets on sample boundaries.
|
2004-01-19 22:02:58 +00:00 |
|
Moritz Bunkus
|
bb9be6b325
|
Do not read more data than can fit into the buffer.
|
2004-01-17 19:57:40 +00:00 |
|
Moritz Bunkus
|
6b5bfa9345
|
Allow the user to un-set track names and the file title when remuxing Matroska files.
|
2004-01-17 17:20:20 +00:00 |
|