Moritz Bunkus
7ae9b174ed
Translation update
2010-07-29 19:16:18 +02:00
Moritz Bunkus
fccf35a9df
Fixed/added "--quiet" for suppressing everything but warnings and errors
...
Implements the feature request from bug 527.
2010-07-29 19:10:52 +02:00
Moritz Bunkus
8be02bab78
Intentional update due to recent translation updates
2010-07-29 19:08:09 +02:00
Moritz Bunkus
b231e88cca
Subtitles files contain subtitles tracks, not audio tracks.
...
Fix for bug 526.
2010-07-29 11:23:07 +02:00
Moritz Bunkus
55497ad03b
Release message, version number bump, version code name
2010-07-28 14:56:32 +02:00
Moritz Bunkus
7411a50d03
Added a test case for compression handling
2010-07-28 12:20:34 +02:00
Moritz Bunkus
b256f7fee8
ChangeLog update
2010-07-28 11:43:41 +02:00
Moritz Bunkus
d257f64145
Revert "Don't return pointers to stack memory"
...
This reverts commit ad4f34f146
.
Reverting "Don't return pointers to stack memory"
2010-07-28 11:42:45 +02:00
Moritz Bunkus
83d647e97c
Always make sure memory is free after a packet has been added
...
It's possible that even though a compressor is set the compressor
itself will not modify the data (for an instance of
compressor_c()). In such a case the data block might not be free,
e.g. if it is read from a Matroska file and not modified by the
packetizer. So always grab() the data.
2010-07-28 11:41:10 +02:00
Moritz Bunkus
ad4f34f146
Don't return pointers to stack memory
2010-07-27 16:05:33 +02:00
Moritz Bunkus
e9b8871281
Refactoring: code simplification
2010-07-27 15:55:50 +02:00
Moritz Bunkus
b31c6c28f8
Simply call ruby instead of ruby1.9
2010-07-27 15:55:37 +02:00
Moritz Bunkus
c1cbb9df50
Always initialize variables before using them
...
Caused splitting decisions to be based on wrong values.
2010-07-27 14:57:47 +02:00
Moritz Bunkus
aab112070d
Finding DTS header: don't check each memory location over and over
2010-07-19 15:40:44 +02:00
Moritz Bunkus
d9ce341fac
Format hexdump of bytes properly
2010-07-19 15:20:30 +02:00
Moritz Bunkus
d26a798fdb
Only fix display width/height for displayunit == 0 or not present (pixels)
2010-07-18 22:38:00 +02:00
Moritz Bunkus
35b1bb1771
Fix DisplayWidth/Height values that are used for aspect ratio storage only
...
Some muxers (x264) only use the quotient of DisplayWidth/Height for
storing the aspect ratio and make the actual values very
small (e.g. 16x9 or 4x3). This is bad for demuxers that actually
follow the spec and use these values as the intended display
width/height in pixels.
So re-calculate sensible values for DisplayWidht & DisplayHeight based
on the values of PixelWidth & PixelHeight and the quotient
DisplayWidth / DisplayHeight.
2010-07-18 20:21:53 +02:00
robux4
83c4a13c0f
fix building via coremake
2010-07-18 12:27:39 +02:00
Moritz Bunkus
a371c33157
Run tests ordered by the time they take (longest first)
...
Saves 20% in total execution time on a six core machine.
2010-07-18 12:27:17 +02:00
Moritz Bunkus
e04c86a492
Cosmetics, code refactoring
2010-07-18 11:54:20 +02:00
Moritz Bunkus
99767bce71
TODO update
2010-07-13 08:29:18 +02:00
Moritz Bunkus
6fc34012b2
Intentional updates due to c56261ea
, ba9c82fc
and b2408af9
2010-07-12 18:01:58 +02:00
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