Moritz Bunkus
c79137a342
Don't use the default compression scheme if the CLI overrides it
2010-09-04 18:34:48 +02:00
Moritz Bunkus
7967e294f3
Use "require_relative" for Ruby 1.9.2
2010-09-04 17:14:50 +02:00
Moritz Bunkus
81a5ddd5f6
More general rule for h264 flush decision according to specs 7.4.1.2.4
2010-09-01 23:03:54 +02:00
Moritz Bunkus
302ebc5d13
Cosmetics
2010-09-01 23:02:38 +02:00
Moritz Bunkus
690e438281
Test case for mkvextract's exit code problem in 7da56bd
2010-09-01 23:02:33 +02:00
Moritz Bunkus
7da56bd6fe
Exit after an error & report correct error code
2010-09-01 22:56:04 +02:00
Moritz Bunkus
669a14146a
Update to the Spanish translation
2010-08-31 14:28:16 +02:00
Moritz Bunkus
57090360e2
Added Isra Lucas to the AUTHORS
2010-08-31 08:56:54 +02:00
Moritz Bunkus
da3e7f2e91
Ruby 1.9.2 does not include '.' in the include path anymore
2010-08-29 11:11:28 +02:00
Moritz Bunkus
6ce57363f4
Detect key frame on IDR slice after non-IDR slice properly
2010-08-28 19:41:23 +02:00
Moritz Bunkus
1915e2e57d
A function for dumping the slice_info_t structure
2010-08-28 17:02:18 +02:00
Moritz Bunkus
e8cb69b122
Revert "Write attachments after the clusters"
...
This reverts commit b2408af990
.
Conflicts:
doc/man/po4a/po/nl.po
2010-08-26 10:53:34 +02:00
Moritz Bunkus
d551c1769a
ChangeLog update
2010-08-24 20:31:35 +02:00
Moritz Bunkus
71c8a881ec
Handle 'fill one byte with void element' if the next element has max size length
...
kax_analyzer_c's code for handling a gap of one byte took the
following element, moved its header one byte to the front and rewrote
the size one byte bigger than before. This breaks if the following
element's size was already written with eight bytes. lavf creates such
files.
Fix for bug 536.
2010-08-24 20:24:54 +02:00
Moritz Bunkus
521d92e6a7
'make' after man page update
2010-08-22 19:26:47 +02:00
Moritz Bunkus
6f6715324f
Disable optimization flags if debugging is enabled and --{en,dis}able-debug has not been specified
2010-08-21 13:53:20 +02:00
Moritz Bunkus
3f70a15d55
Fixed more wrong format strings in translations
2010-08-17 22:16:43 +02:00
Moritz Bunkus
98def6572b
A helper script for finding broken format strings in translation files
2010-08-17 22:16:06 +02:00
Moritz Bunkus
79ce345ab2
Merge branch 'master' of ssh://git.bunkus.org/~/mkvtoolnix
2010-08-17 21:29:53 +02:00
Moritz Bunkus
f02040500b
Fixed wrong format strings in translations
2010-08-17 20:45:49 +02:00
Dean Lee
ed88c780e7
i10n: Chinese Simp update
2010-08-17 09:36:02 +08:00
Moritz Bunkus
e97cc45b64
Test on the wrong variable for --enable-profiling
2010-08-16 23:51:52 +02:00
Moritz Bunkus
f30e1e06d4
Translation update
2010-08-16 22:42:05 +02:00
Moritz Bunkus
94454e979d
Honor --disable-precompiled-headers
2010-08-14 21:18:57 +02:00
Moritz Bunkus
10174393c9
Show the h.264 profile & level along with the CodecPrivate
2010-08-14 21:08:06 +02:00
Moritz Bunkus
1f321841b6
A spec file for CentOS 5
2010-08-10 22:33:08 +02:00
Moritz Bunkus
b39d4e0082
Fixes for compilation on CentOS 5.5 64bit
2010-08-10 22:27:27 +02:00
Moritz Bunkus
97ab95211f
Let the user disable optimizations without having debugging enabled
2010-08-10 22:27:12 +02:00
Moritz Bunkus
6a08ac3c25
Skip video tracks with width or height == 0
...
Fix for bug 538
2010-08-10 10:00:34 +02:00
Moritz Bunkus
4a2819777b
Allow external build scripts to specifiy additional arguments to configure
2010-08-07 19:46:42 +02:00
Moritz Bunkus
34455fa79f
Always flush all packetizers
...
If --default-duration is used then the timecode factory applies
queueing. If the packetizer is not flushed then the timecode factory
is not flushed either. If the video frame does not end in a key frame
then the timecode factory will have frames left, and the packet queue
won't be empty resulting in lost frames.
2010-08-05 23:04:57 +02:00
Moritz Bunkus
0ae2a02937
Output make-style chdir messages
...
Helps Emacs locate the files errors and warnings refer to
2010-08-05 22:18:29 +02:00
Moritz Bunkus
9eb10d3234
nDon't access uninitialized memory
2010-08-05 22:18:04 +02:00
Moritz Bunkus
b8b0739c00
Fix regex for dependency file analysis
...
On msys there are : in the file names, e.g. c:/msys/....
2010-08-04 22:49:27 +02:00
Moritz Bunkus
9823ea3891
Don't rescale: m_progress is not 0-100 based, but 0-100*jobs_to_start.size()
...
Fix for bug 529.
2010-08-03 15:34:41 +02:00
Moritz Bunkus
bf678a4521
Include vendor dirs even if File#readlink is not available (mingw)
2010-08-02 23:14:25 +02:00
Moritz Bunkus
05573e2060
Use temp files and explicit invocation of /bin/sh on mingw
2010-08-02 23:06:48 +02:00
Moritz Bunkus
67769eb6df
Use the proper name for pre-compiled header files
2010-08-01 22:41:19 +02:00
Moritz Bunkus
607cc79465
Only use Mutexes if Ruby knows about them (Ruby 1.8.6 issue)
2010-08-01 22:06:53 +02:00
Moritz Bunkus
2d16b68113
Converted OpenSuSE build process to rake
2010-08-01 20:18:57 +02:00
Moritz Bunkus
e7f89447be
Allow to specify the name of mmg's executable upon installation
...
Also affects the man pages
2010-08-01 20:04:47 +02:00
Moritz Bunkus
68764b0348
Converted Fedora build process to rake
2010-08-01 13:39:31 +02:00
Moritz Bunkus
6b849d54f0
Don't let env vars override the required {c,cxx,ld}flags
2010-08-01 12:53:34 +02:00
Moritz Bunkus
dde97d8f4b
Missing dependency for creating translated .xml files for man pages
2010-08-01 12:28:24 +02:00
Moritz Bunkus
06be72486e
Wrong dependency format
2010-08-01 12:17:38 +02:00
Moritz Bunkus
67c681c730
Use the included drake for Debian builds
2010-08-01 12:15:44 +02:00
Moritz Bunkus
de0f7ac147
ChangeLog update
2010-08-01 12:03:34 +02:00
Moritz Bunkus
a81a7b5a5d
Include our own copy of drake for easier building
2010-08-01 11:43:08 +02:00
Moritz Bunkus
7d69bb0198
Build dependency update
2010-08-01 11:41:42 +02:00
Moritz Bunkus
70b6d33b8c
Fixes for compilation with mingw
2010-08-01 11:12:45 +02:00