Commit Graph

1214 Commits

Author SHA1 Message Date
Moritz Bunkus
63111c3804 Bump version number, set release codename, add release message 2011-09-24 12:06:20 +02:00
Moritz Bunkus
b26ee8840a Depend on libEBML 1.2.2 and libMatroska 1.3.0 2011-09-24 11:50:34 +02:00
Moritz Bunkus
7bfbdaf12d Never localize "writing app" 2011-09-21 09:58:13 +02:00
Moritz Bunkus
1621822577 Parse clip info file for the track's language 2011-09-20 23:28:49 +02:00
Moritz Bunkus
c341c1dbd9 Add support for stereo mode values 12 through 14 2011-09-20 22:07:54 +02:00
Moritz Bunkus
6ca41eec96 Fix attachment number display during extraction
Fix for bug 663.
2011-09-18 14:50:21 +02:00
Moritz Bunkus
a293b0f435 Add support for HDMV PGS subtitles 2011-09-18 13:15:42 +02:00
Moritz Bunkus
fb7b44517a Add support for DTS HD MA 2011-09-18 11:26:52 +02:00
Moritz Bunkus
f89d8bcec8 ChangeLog update 2011-09-18 11:25:55 +02:00
Moritz Bunkus
a4679e0f47 Read the language code from the transport stream 2011-09-14 20:59:58 +02:00
Moritz Bunkus
a0dfbde304 Transport streams in the "add file" dialog selector 2011-09-13 14:10:20 +02:00
Moritz Bunkus
2482e78d51 Add support for normal DTS audio tracks 2011-09-13 12:21:37 +02:00
Moritz Bunkus
a8d1eadb05 Merge branch 'mpeg-ts2'
Conflicts:
	ChangeLog
2011-09-13 11:10:36 +02:00
Moritz Bunkus
d768c1d570 Accept external versions of libEBML & libMatroska again 2011-09-10 12:18:33 +02:00
DenB
48b7a88924 A complete French translation 2011-09-07 09:39:07 +02:00
Cosme Domínguez
6ccb960cc5 Follow XDG Base Diretcory Specification for mmg's configuration files
Fix for bug 657.
2011-09-05 23:40:58 +02:00
Moritz Bunkus
41f42f2b2f Added Lithuanian translation to available languages, ChangeLog & AUTHORS 2011-08-24 12:37:57 +02:00
Moritz Bunkus
6b95a9b924 Fixed mis-spelled name 2011-08-14 17:24:59 +02:00
Massimo Calligari
bad65f5ad3 MPEG transport stream demuxer implementation -- first version 2011-08-14 12:08:05 +02:00
Moritz Bunkus
93d0b9f3af Made multi file name detection regex stricter 2011-08-02 10:50:21 +02:00
Moritz Bunkus
8aa1bc2faa Tell boost::filesystem::path that std::string paths are UTF-8 encoded on Windows 2011-07-31 23:28:46 +02:00
Moritz Bunkus
ce41eae86e Don't write several header elements in WebM mode 2011-07-31 12:25:09 +02:00
Moritz Bunkus
d671d86c7f Cache read operations during file identification 2011-07-19 20:12:23 +02:00
Moritz Bunkus
1002dc22cd Skip 'skip' atoms during file identification of QuickTime/MP4 files 2011-07-19 15:18:42 +02:00
Moritz Bunkus
fbccd2268b Check AVI_read_audio_chunk() result before using it
Fix for bug 646.
2011-07-13 20:10:54 +02:00
Moritz Bunkus
fc8738f900 Version number bump to 4.9.1, release message, release code name 2011-07-11 20:38:51 +02:00
Moritz Bunkus
da8aceb543 ChangeLog update 2011-07-11 16:36:16 +02:00
Moritz Bunkus
1b056edd9c Version number bump, release message, release code name 2011-07-10 00:13:36 +02:00
Moritz Bunkus
4d808cc8c5 Recognize DV files as unsupported
Fix for bug 630.
2011-07-09 15:48:20 +02:00
Moritz Bunkus
ce72b218ce Fix handling block groups with a duration of 0 2011-07-09 14:45:10 +02:00
Moritz Bunkus
d95db41b74 Allow compilation with wxWidgets 2.9.x again 2011-07-08 12:11:56 +02:00
Moritz Bunkus
0b2cb6371c ChangeLog update 2011-06-23 08:55:24 +02:00
Moritz Bunkus
be505604b2 Convert ISO 639-2 terminology to ISO 639-2 bibliography codes 2011-06-03 23:01:24 +02:00
Moritz Bunkus
c1dca324bc Retrieve timecode scale factor before applying it to the segment duration 2011-06-02 16:27:13 +02:00
Moritz Bunkus
4485a9dd75 ChangeLog and AUTHORS update for the Italian translation 2011-06-02 15:47:03 +02:00
Moritz Bunkus
36a4e90c4f Re-populate 'compression' after mkvmerge has been queried for its capabilities 2011-05-28 07:50:40 +02:00
Moritz Bunkus
8c0bb29b35 Don't compile with wxWidgets >= 2.9.0 due to known incompatibilities 2011-05-27 22:48:56 +02:00
Moritz Bunkus
c00d6e0d18 Respect source file timecodes for DTS packets
The DTS parser only returns a packet when it finds the start code of
the following packet (due to HD extensions). Therefore the first
packet handed over to dts_packetizer_c::process() won't trigger an
output, and its timecode was lost.
2011-05-26 09:25:12 +02:00
Moritz Bunkus
829aa748b8 Add private data to VC1 packetizer as well
Some VC1 video tracks have init stuff after the BITMAPINFOHEADER in
CodecPrivate. Some muxers repeat those bytes in the first packet as
well, but others don't. Therefore pass the private data to the
packetizer as well.

Fix for bug 636.
2011-05-25 21:58:31 +02:00
Moritz Bunkus
1cdafab699 Release message, version number bump, version code name 2011-05-23 22:42:24 +02:00
Moritz Bunkus
ac93b230e4 Don't convert "mkvmerge" into a full path when writing to the registry 2011-05-23 21:46:38 +02:00
Moritz Bunkus
c15ddd9238 Handle IDX VobSub files with negative "delay" fields 2011-05-23 20:49:57 +02:00
Moritz Bunkus
e718b02245 Set doc type read version only to 2 even if stereo mode is used
Fix for bug 625
2011-05-11 22:32:36 +02:00
Moritz Bunkus
9a62aee8d7 Adding, replacing and removing chapters with mkvpropedit 2011-05-06 10:30:56 +02:00
Moritz Bunkus
fec962b4ea Avoid segfault in gcc
gcc doesn't like precompiled headers included in otherwise empty
files. See e.g. http://bugs.gentoo.org/show_bug.cgi?id=311595
2011-05-03 23:42:59 +02:00
Moritz Bunkus
f710f36757 Read all of the source DTS file in 14-to-16 mode 2011-05-03 14:34:23 +02:00
Moritz Bunkus
0878b2df50 Rederive frame types for VC1 video tracks read from Matroska files 2011-04-28 08:57:02 +02:00
Moritz Bunkus
20ecb76b6d Detect AAC files with ADIF headers as soon as possible as they're unsupported
Fix for bug 626.
2011-04-26 09:24:00 +02:00
Moritz Bunkus
c9d14418e3 Only set 'doc type (read) version' to 3 if stereo mode other than 'none' is used
Fix for bug 625.
2011-04-25 20:53:56 +02:00
Moritz Bunkus
7b119eebc7 Show format tag for A_MS/ACM tracks in Matroska files if format tag is unknown
Implements bug 624.
2011-04-25 17:21:32 +02:00