Commit Graph

4450 Commits

Author SHA1 Message Date
Moritz Bunkus
b2408af990 Write attachments after the clusters
Fix for bug 516
2010-07-12 16:24:14 +02:00
Moritz Bunkus
1eae53a0e4 Cosmetics 2010-07-12 15:25:33 +02:00
Moritz Bunkus
ba9c82fc24 Use header removal compression for MPEG-4 part 10 tracks with 4 bytes NALU size length 2010-07-12 15:23:06 +02:00
Moritz Bunkus
c56261eae5 Disable header removal compression for MPEG-4 part 2 2010-07-12 14:15:19 +02:00
Moritz Bunkus
2982ece9ee Todo update 2010-07-12 14:05:35 +02:00
Moritz Bunkus
2100d83e27 Fix compilation on Linux 2010-07-10 09:02:53 +02:00
Moritz Bunkus
ef2c46a070 Reset taskbar progress as soon as muxing/jobs are done 2010-07-10 09:01:42 +02:00
Moritz Bunkus
4608261eb5 Fix decision whether or not BITMAPINFOHEADER contains AVCC with or without NALUs
mpeg4::p10::avcc_to_nalus() always returns NALUs. Therefore the
decision whether or not to extract the NALU size length parameter from
the AVCC must not be based on this function's return value, but on the
structure of the data in the private data area of the BITMAPINFOHEADER
structure.
2010-07-06 22:42:34 +02:00
Moritz Bunkus
80fc85500a Cosmetics 2010-07-06 22:34:27 +02:00
Moritz Bunkus
60c2b65689 Merge branch 'master' of ssh://git.bunkus.org/~/mkvtoolnix 2010-07-06 20:38:27 +02:00
Moritz Bunkus
620220aa2b Respect the --no-xyz options in all readers 2010-07-06 20:38:16 +02:00
Moritz Bunkus
85fb7f9142 Cosmetics 2010-07-06 20:12:56 +02:00
Moritz Bunkus
8186a60a56 Convenience functions: operators 2010-07-06 20:12:53 +02:00
Hiroki Taniura
16b7b68135 Update to the Japanese translation
Update the date
2010-07-06 19:07:01 +09:00
Hiroki Taniura
b0bb86023f Update to the Japanese translation 2010-07-06 18:06:02 +09:00
Moritz Bunkus
21cfbcc1c5 Test case for text files with mixed end-of-line markings 2010-07-06 09:09:19 +02:00
Dean Lee
c6c684d404 i10n: Chinese Simp translation update 2010-07-06 11:23:01 +08:00
Moritz Bunkus
4ab6c1abe8 Unified list of supported file types
Fix for bug 513.
2010-07-05 22:42:15 +02:00
Moritz Bunkus
0474c0cc58 Handle mixed end-of-line styles better 2010-07-05 20:55:01 +02:00
Moritz Bunkus
c48e854fa0 Added .m4v as an extension for MP4 files 2010-07-05 19:19:30 +02:00
Steve Lhomme
65822f05c3 fix compilation under MSVC and via coremake 2010-07-05 18:48:54 +02:00
Moritz Bunkus
36ab620c1d Don't store pointers to memory that will be re-allocated
Fix for bug 510.
2010-07-04 22:35:02 +02:00
Moritz Bunkus
05f24d7e4b Fix compilation on mingw 2010-07-04 12:52:16 +02:00
Moritz Bunkus
cfede480a2 Check files in the file/chapter menus if they exist
The list of recently used files should not be populated with entries
pointing to files that no longer exist. Fix for bug 509.
2010-07-04 12:46:10 +02:00
Moritz Bunkus
16356955a7 Don't free memory too early
l2 is only set if the file is damaged at that point (if libEBML cannot
find the next cluster propely). So don't delete that element as it
might be a child of the l1 master and will be accessed later.
2010-07-04 12:12:12 +02:00
Moritz Bunkus
fee0a85af8 Release message, version number bump, release code name 2010-07-03 19:29:03 +02:00
Moritz Bunkus
31cc795a5b Don't write to non-free memory_c instances
Fix for bug 508.
2010-07-03 19:04:13 +02:00
Moritz Bunkus
eea4f9ce24 Don't add .mmg files opened by the job runner to the file menu
Fix for bug 509.
2010-07-03 12:20:56 +02:00
Moritz Bunkus
32e9ea8f28 Adjusted release date 2010-07-01 11:12:36 +02:00
Moritz Bunkus
eec5d69062 Merge branch 'master' of ssh://git.bunkus.org/~/mkvtoolnix 2010-07-01 11:11:29 +02:00
Hiroki Taniura
9d2169bb62 Update to the Japanese translation 2010-07-01 18:08:35 +09:00
Moritz Bunkus
0543e740ec Shorten instructions to match Fedora spec file 2010-07-01 09:28:31 +02:00
Moritz Bunkus
3921f25c6d Include Dutch man page translation in RPMs 2010-07-01 09:26:51 +02:00
Moritz Bunkus
5e34344835 Version number bump, release message, release code name 2010-06-30 20:01:29 +02:00
Moritz Bunkus
e0ba67552f Update to the Chinese Traditional translation 2010-06-30 15:52:22 +02:00
Moritz Bunkus
dcb716961c Fix nil.+ if a newly added test fails on its initial run 2010-06-29 13:39:22 +02:00
Moritz Bunkus
4a95a4ea34 Test case for h264 in NALUs in AVI 2010-06-29 13:38:52 +02:00
Moritz Bunkus
a0e69d425c ChangeLog update 2010-06-29 08:59:16 +02:00
Moritz Bunkus
35dadce280 Don't handle NALU'ed AVC as framed AVC in AVIs 2010-06-28 23:33:30 +02:00
Moritz Bunkus
c51f8e4f26 Handle AVI extra size containing NALUs instead of the AVCC for h264 video 2010-06-28 23:01:18 +02:00
Moritz Bunkus
9ab62b8490 Update to the Spanish translation 2010-06-28 20:44:46 +02:00
Moritz Bunkus
e4a9e08da0 Don't link to external files
The reason is that the installation location of the guide and
the (translated) man pages vary widely between systems. On Linux the
man pages are not even available as HTML files.
2010-06-28 19:15:59 +02:00
Moritz Bunkus
d22df3ffbf Wrong word 2010-06-28 19:15:19 +02:00
Moritz Bunkus
5a426dc33e Improved error messages if Boost libs are not found 2010-06-26 21:57:20 +02:00
Hiroki Taniura
1c1abb9b1c Update to the Japanese translation 2010-06-26 12:47:04 +09:00
Hiroki Taniura
65746e54f7 Merge branch 'master' of ssh://git.bunkus.org:9419/~/mkvtoolnix 2010-06-26 12:24:31 +09:00
Hiroki Taniura
7aceb437a4 Update to the Japanese translation
Review by Takashi Hirata
2010-06-26 12:23:47 +09:00
Moritz Bunkus
57161d0f13 Merge branch 'master' of ssh://git.bunkus.org/~/mkvtoolnix 2010-06-25 22:37:23 +02:00
Moritz Bunkus
edf5280eff Updates to the Russian, Ukrainian and Spanish translations 2010-06-25 22:34:22 +02:00
Dean Lee
46d54dfc11 i10n: Chinese Simp translation update 2010-06-25 23:35:28 +08:00