Commit Graph

1027 Commits

Author SHA1 Message Date
Moritz Bunkus
0da133b7cf Fixed the handling of clusters without a cluster timecode element 2010-05-24 13:35:11 +02:00
Moritz Bunkus
fb338e95e8 Fixed the handling of clusters without a cluster timecode element 2010-05-24 13:24:23 +02:00
Moritz Bunkus
c78be5c1d3 Output frames in simple blocks at the correct level 2010-05-24 00:45:33 +02:00
Moritz Bunkus
28e7673f51 mkvmerge/extract: Fixed handling of clusters with unknown size 2010-05-23 15:49:53 +02:00
Moritz Bunkus
17e180370a Pass found element from read_master() to calling function
Fixes handling of clusters with an unknown size.
2010-05-22 21:38:12 +02:00
Moritz Bunkus
36335993de Added an option for displaying each element's size. 2010-05-22 15:27:12 +02:00
Moritz Bunkus
0969febc78 ChangeLog update 2010-05-21 16:46:28 +02:00
Moritz Bunkus
1eb38aa03a Renamed everything with "WebMedia" to "WebM"
Matches the official project name
2010-05-19 19:19:55 +02:00
Moritz Bunkus
593e71e9d5 Don't write track header elements with default values 2010-05-19 14:49:58 +02:00
Moritz Bunkus
4accb32aec Don't write tags to WebMedia files 2010-05-18 20:40:38 +02:00
Moritz Bunkus
be5f928b5d Accept Matroska files without clusters as valid 2010-05-18 20:14:47 +02:00
Moritz Bunkus
525af71a35 Added "webm" to the supported file types. 2010-05-18 19:38:15 +02:00
Moritz Bunkus
6a4ed7bd14 Support for muxing VP8 video tracks 2010-05-18 19:30:00 +02:00
Moritz Bunkus
9a9f8d15cf Don't put clusters into a meta seek element by default 2010-05-18 16:54:08 +02:00
Moritz Bunkus
967d686209 Automatically turn on WebMedia mode for .webm output file names 2010-05-18 10:59:47 +02:00
Moritz Bunkus
8a165c4129 ChangeLog update 2010-05-18 10:38:31 +02:00
Moritz Bunkus
9b21311d60 Added "webm" to the list of known file extensions 2010-05-18 10:22:57 +02:00
Moritz Bunkus
24798399fb Re-initialize global variables for each parsed file 2010-05-17 20:08:53 +02:00
Moritz Bunkus
114313f04e Truncate binary elements properly. 2010-05-16 17:09:08 +02:00
Moritz Bunkus
335066033a Install the proper man page translations instead of the English originals 2010-05-15 22:19:28 +02:00
Moritz Bunkus
1fd093aecb Added the release message. 2010-05-14 22:25:44 +02:00
Moritz Bunkus
d6d1062b5f Added a note that newer libebml/libmatroska versions are required for building 2010-05-14 19:20:49 +02:00
Moritz Bunkus
e69cbfb0f5 Added a Ukrainian translation by Serj (see AUTHORS). 2010-05-14 17:09:41 +02:00
Moritz Bunkus
10cd1d194c Added language choice for the installer itself
Patch by Serj (see AUTHORS) with fixes by myself.
2010-05-06 23:05:19 +02:00
Moritz Bunkus
18375a906d AVC ES parser: Discard frames in probe mode
For AVC ES tracks in Matroska files no timecodes are given when the
first frames are read for creating the AVCC. These frames have to be
discarded because they cannot be timestamped (and don't have to be).

Fix for bug 486.
2010-04-27 11:53:22 +02:00
Moritz Bunkus
041184b50d Added a Russian translation by rusguy6 (see AUTHORS). 2010-04-23 23:08:01 +02:00
Moritz Bunkus
04ac9ae1ef Don't output "AR extract from bitstream" message if it isn't used
Fix for bug 485.
2010-04-19 23:16:12 +02:00
Moritz Bunkus
c274bb9827 Fix mandatory elements for "content encoding" masters 2010-04-12 19:48:30 +02:00
Moritz Bunkus
594d0e9264 SSA/ASS: Add the "text" column specifier if it is missing in the "format" line
Fix for bug 483.
2010-04-11 18:16:05 +02:00
Moritz Bunkus
74668193cc Abort reading Matroska files when encountering an element with the size 0 2010-04-07 12:19:41 +02:00
Moritz Bunkus
ba5801d26b Use the LINGUAS environment variable for the guide and man page translations 2010-04-03 23:52:56 +02:00
Moritz Bunkus
10b2743147 ChangeLog update 2010-03-24 21:55:18 +01:00
Moritz Bunkus
bc0d8506db Version number bump, release message, release code name 2010-03-24 08:42:01 +01:00
Moritz Bunkus
b33a265d9a ChangeLog update 2010-03-24 08:34:15 +01:00
Moritz Bunkus
0ba2b01fc6 ChangeLog and AUTHORS update 2010-03-23 15:09:26 +01:00
Moritz Bunkus
d5dffc6021 Don't remove trailing spaces from FourCCs given on the command line
Fix for bug 480.
2010-03-22 13:15:21 +01:00
Moritz Bunkus
2fec486220 ChangeLog update 2010-03-19 13:48:36 +01:00
Moritz Bunkus
a41eea793a Report the timecode before which and the size after which splitting actually occurs 2010-03-18 12:51:42 +01:00
Moritz Bunkus
68b634eac5 ChangeLog/AUTHORS update 2010-03-18 12:49:13 +01:00
Moritz Bunkus
767041ba43 Use the passthrough packetizer for A_MS/ACM and format tag = 0xfffe if Vorbis headers cannot be read
Fix for bug 477.
2010-03-15 21:50:38 +01:00
Moritz Bunkus
dbad4117fb Added support for Mac-style line endings in text files 2010-03-15 15:20:00 +01:00
Moritz Bunkus
467d71362c More values for the "split after this size" drop down box 2010-03-11 12:50:32 +01:00
Moritz Bunkus
7f7f6e492f Fixed compilation if gettext is not available 2010-03-06 16:11:48 +01:00
Moritz Bunkus
258fcc3dc7 Fixed David Player's name 2010-03-04 19:53:40 +01:00
Moritz Bunkus
b92fd91a57 Updated project files & fixes for building with MS Visual Studio 8
Patches by David Ran (see AUTHORS).
2010-03-03 22:49:27 +01:00
Moritz Bunkus
f3b477bfd0 ChangeLog update 2010-03-03 19:35:35 +01:00
Moritz Bunkus
a2ace0d1b3 Skip empty lines at the beginning of SRT files 2010-03-03 19:11:31 +01:00
Moritz Bunkus
fee9d41ea5 ChangeLog update 2010-03-02 17:57:48 +01:00
Moritz Bunkus
8bcb87ce67 ChangeLog update 2010-02-26 12:10:32 +01:00
Moritz Bunkus
2c6d6c9625 Write proper granulepos values for Vobis in Ogg 2010-02-26 11:42:22 +01:00