Commit Graph

6333 Commits

Author SHA1 Message Date
Moritz Bunkus
cca3f77535 Source: avoid warnings: uninitialized vars/invalid lambda default args 2013-01-11 18:42:30 +01:00
Moritz Bunkus
9b60097773 MP4 reader: implement VobSub support
Implements #815.
2013-01-11 16:10:02 +01:00
Moritz Bunkus
620d8756bf Refactoring: avcc_c class for packing/unpacking AvcC structures 2013-01-11 00:18:36 +01:00
Moritz Bunkus
e64c9acfce Source: switch libebml/libmatroska submodules to new URL step 2 2013-01-10 22:39:23 +01:00
Moritz Bunkus
62e3bf2c13 Source: switch libebml/libmatroska submodules to new URL step 1 2013-01-10 22:37:45 +01:00
Roberto Boriotti
087c484a72 Translations: update Italian 2013-01-10 14:09:26 +01:00
Moritz Bunkus
bde4cf1c86 Translations: update list of translatables; update German 2013-01-08 22:47:35 +01:00
Moritz Bunkus
a1fb446d96 mmg: make CLI options savable as default 2013-01-08 22:46:34 +01:00
Roberto Boriotti
131c636994 Translations: update Italian 2013-01-08 18:17:37 +01:00
Moritz Bunkus
008e971e55 Translations: update list of translatables; update German 2013-01-08 00:06:21 +01:00
Moritz Bunkus
be89272a9d mmg: show notice about new troubleshooting page 2013-01-08 00:02:12 +01:00
Moritz Bunkus
c0b6214693 mkvmerge: FLV reader: fix determining available track IDs 2013-01-06 22:58:42 +01:00
René Maassen
b9d32bd101 Translations: update Dutch man pages translation 2013-01-06 22:20:33 +01:00
Moritz Bunkus
23e633a765 Build system: fix HTML man pages target for XSLT 2.0 stylesheets 2013-01-06 22:20:17 +01:00
Moritz Bunkus
4935be1643 Translations: update list of translatables 2013-01-06 21:00:40 +01:00
Roberto Boriotti
70ce083ebb Translations: update Italian 2013-01-06 21:00:09 +01:00
Moritz Bunkus
9198e1f785 mkvpropedit: fix command line option description for stereo-mode 2013-01-06 20:54:53 +01:00
Moritz Bunkus
c1dd9a7fec mmg: chapter editor: enable adjustment buttons only if atoms are present 2013-01-02 13:53:38 +01:00
Moritz Bunkus
b228a2b3aa mmg: test for nullptr before dereferencing the pointer 2013-01-02 13:31:30 +01:00
René Maassen
d5fa5f4d8a Translations: update Dutch 2013-01-01 19:23:05 +01:00
Moritz Bunkus
6338da47c5 mkvmerge, mmg: disable header removal compression by default 2013-01-01 19:07:43 +01:00
Roberto Boriotti
eb11764ce5 Translations: update Italian 2012-12-31 23:01:30 +01:00
Moritz Bunkus
a0740c72a3 Translations: update list of translatables & German translation 2012-12-31 23:01:30 +01:00
Moritz Bunkus
98a580978f mkvmerge: implement experimental Opus support
See #779.
2012-12-31 23:01:30 +01:00
Moritz Bunkus
a199c99508 Build system: add -mno-ms-bitfields when compiling with mingw
gcc 4.7.0 changed from "-mno-ms-bitfields" to "-mms-bitfields" (which
is how Microsoft's compilers do it). This means that even structures
with __attribute__((packed)) are sometimes padded. As MKVToolNix uses
padded structures solely inside itself without handing them over to
Windows APIs or external DLLs (assuming static compilation with MXE)
this is safe.
2012-12-31 17:42:39 +01:00
Moritz Bunkus
f54b861491 Test results: intentional update due to translation update 2012-12-31 13:58:37 +01:00
René Maassen
842ba1b74a Translations: update Dutch 2012-12-31 13:04:13 +01:00
BouRock
1d781d9880 Translations: update Turkish 2012-12-30 16:32:02 +01:00
Moritz Bunkus
ed42700588 Translations: update list of translatables & German translation 2012-12-30 16:12:58 +01:00
BouRock
2ebb04344c Translations: update Turkish 2012-12-30 16:12:45 +01:00
Moritz Bunkus
caa892db0e Source: no executable bit on translation files 2012-12-30 16:03:51 +01:00
Moritz Bunkus
0e22b015ca Qt/MP4 reader: parse STSD atoms for text tracks 2012-12-29 14:45:11 +01:00
Moritz Bunkus
61d9ffc862 Qt/MP4 reader: factoring 2012-12-29 13:26:30 +01:00
Moritz Bunkus
8d9e97476d Qt/MP4 reader: only parse "text" track as chapters if referenced from "tref.chap" atom
Fixes #815.
2012-12-28 23:28:17 +01:00
Moritz Bunkus
d52944fef2 Qt/MP4 reader: refactoring to use fourcc_c 2012-12-28 21:25:31 +01:00
Moritz Bunkus
cc1c3ade47 fourcc_c: ctor{}, operator bool, reset(), equiv(), fix str() 2012-12-28 20:08:06 +01:00
Moritz Bunkus
f300732b1e fourcc_c: add helper class for FourCC codes 2012-12-28 15:37:05 +01:00
Moritz Bunkus
345de3aa2d XML parser: open files safely
Avoids memory leaks if file is not found (and also crashes in the test
suite).
2012-12-28 12:51:58 +01:00
Moritz Bunkus
436dfdd2ff Unit tests: don't compile "gtest-all.cc"
gtest-all.cc contains the fused copy of all the other source files in
gtest. Therefore the linker may complain about duplicate symbols.
2012-12-28 12:40:45 +01:00
Moritz Bunkus
ddd1f09b63 Translations: update list of translatables & German translation 2012-12-27 21:41:01 +01:00
Moritz Bunkus
8919a7deb1 mmg: show error message for invalid frame/field or chapter splitting args 2012-12-27 21:35:03 +01:00
Moritz Bunkus
3bf5ed5c00 docs: update list of required library versions 2012-12-27 20:51:49 +01:00
Moritz Bunkus
8b7320f3a4 Manpage translations: update list of translatables 2012-12-27 20:37:08 +01:00
Moritz Bunkus
6d2bfd20f5 mmg: fix passing split-by-chapters arg to mkvmerge 2012-12-27 20:34:44 +01:00
Moritz Bunkus
c5e966389e Translations: update list of translatables & German translation 2012-12-27 20:32:00 +01:00
Moritz Bunkus
d433bcb30f mkvmerge, mmg: implement splitting by chapter numbers
Implements #504, #814.
2012-12-27 20:31:59 +01:00
Moritz Bunkus
f7efe4326d Translations: update list of translatables 2012-12-25 14:27:31 +01:00
Moritz Bunkus
b2a34d88b7 Source: refactor "get_format_name()" to return translatable_string_c 2012-12-25 14:27:30 +01:00
Moritz Bunkus
eab4409873 mkvmerge: remove MPEG-2 parser warnings 2012-12-25 13:54:30 +01:00
Moritz Bunkus
9c883f9376 Merge branch 'master' of github.com:mbunkus/mkvtoolnix 2012-12-25 13:41:57 +01:00