Commit Graph

7058 Commits

Author SHA1 Message Date
Moritz Bunkus
6ae7c42761 build system: add Brazilian Portuguese translation to spec files 2014-04-18 12:44:06 +02:00
Moritz Bunkus
a8d5f89d99 Translations: fix format string errors 2014-04-18 11:26:21 +02:00
Moritz Bunkus
889461da01 Bump version number, set release code name 2014-04-18 11:05:09 +02:00
Moritz Bunkus
76ce2394c3 cosmetics (alignment) 2014-04-18 11:04:46 +02:00
Moritz Bunkus
01ab6a7057 Tests: intentional update 2014-04-18 11:04:31 +02:00
Moritz Bunkus
6aabcb9492 Translations: integrate Brazilian Portuguese 2014-04-18 10:35:35 +02:00
Thiago Kühn
4649c6099d Translations: add Brazilian Portuguese 2014-04-18 10:35:23 +02:00
Moritz Bunkus
d6587cf71f debian/rules: only build mmg, mkvinfo for the GUI package
Those two applications are the only ones that are kept before a »drake
clean« directly afterwards and a full re-build. So don't waste the time
building anything more than necessary on the first run.
2014-04-18 09:41:24 +02:00
Moritz Bunkus
1ea5a2f8c9 Build system: adjust po settings for Polish translator's poedit 2014-04-18 09:16:29 +02:00
Daniel
f774b36b59 Translations: update Polish 2014-04-18 09:13:11 +02:00
Moritz Bunkus
d2de402fae debian/docs: include full ChangeLog in package
Implements #1004.
2014-04-18 09:11:39 +02:00
Moritz Bunkus
96b00c12de debian/control: change section to »video«
See #1004.
2014-04-18 08:55:57 +02:00
Moritz Bunkus
402f0d5da0 kax_analyzer: remove empty seek heads
Trying to UpdateSize()/write an empty seek head results in an assertion
from libEBML (it also doesn't make sense). So remove instead of trying
to write them.

Fixes #1007.
2014-04-18 08:54:01 +02:00
Moritz Bunkus
d7381b93b3 build system: don't word-wrap Dutch translation file 2014-03-23 20:05:34 +01:00
René Maassen
ff470fd12f Translations: update Dutch 2014-03-23 20:05:05 +01:00
Moritz Bunkus
4abf30cf48 SSA/ASS reader: fix UU decoding; also refactoring of said code
First issue was that attachments whose length was divisible by 3 were
truncated by 3 bytes. For those that weren't the last bytes were
incorrect (usually 0xff).

Fixes #1003.
2014-03-22 16:08:14 +01:00
Moritz Bunkus
b430b88402 mkvextract: display attachment IDs correctly 2014-03-22 14:17:35 +01:00
Moritz Bunkus
533269e0fa mkvmerge: probe text formats before other formats
Rationale: text file probing is a lot faster and usually much more
certain of the result. It shouldn't have to be done after the uncertain
MP3/AC3/AAC probing.
2014-03-22 09:57:13 +01:00
Moritz Bunkus
0d5aca4248 SSA/ASS probing: be stricter in what's accepted
Otherwise the information might also be found in CodecPrivate in a
Matroska file.
2014-03-22 09:56:30 +01:00
Moritz Bunkus
2f97945b15 build system: adjust Ukrainian translation files format 2014-03-22 09:25:27 +01:00
Andriy Bilous'ko
7add23631d Translations: update Ukrainian 2014-03-22 09:11:50 +01:00
Roberto Boriotti
3b787e109a Translations: update Italian 2014-03-22 09:10:15 +01:00
Moritz Bunkus
e206dd8c87 Translations: update list of translatable strings 2014-03-15 21:14:33 +01:00
Moritz Bunkus
066bb3da6f Translations: update German 2014-03-15 21:14:23 +01:00
Andriy Bilous'ko
3dfd8e190b Translations: update Ukrainian 2014-03-15 21:11:51 +01:00
Moritz Bunkus
441cded096 mkvextract: don't write BOMs twice with --redirect-output 2014-03-10 20:25:31 +01:00
Moritz Bunkus
ad45d0aa76 tests: add String#md5 method 2014-03-10 20:02:51 +01:00
Moritz Bunkus
af47ad602b mm_io_c: provide function for checking if BOM has been written 2014-03-10 19:43:38 +01:00
Moritz Bunkus
9f1e60fe67 installer: replace link to MKVExtractGUI-2 with gMKVExtractGUI
Fixes #1000.
2014-03-09 19:47:30 +01:00
Moritz Bunkus
aad9455d00 MPEG TS: ignore timestamp outliers of at least five minutes
Fixes #998.
2014-03-05 21:25:04 +01:00
Moritz Bunkus
cca3f1696c tests/resuls.txt: fix accidental »failed« from 0bc5175 2014-03-05 19:03:59 +01:00
Moritz Bunkus
49a46d21f2 AVC/h.264 common: remove trailing zero bytes in NALUs
Implements #997.
2014-03-05 19:03:07 +01:00
Moritz Bunkus
f75d24158b debian: fix path to mkvinfo-gui in .desktop file 2014-03-05 16:23:33 +01:00
Moritz Bunkus
be785bfe0f debian/control: fix spelling errors in package descriptions 2014-03-05 16:00:33 +01:00
Moritz Bunkus
bd8fc96774 debian/mkvtoolnix-gui.desktop: remove obsolete file 2014-03-05 15:58:44 +01:00
Moritz Bunkus
0fcd3b1489 debian/control: remove obsolete dependency information 2014-03-05 15:57:36 +01:00
Moritz Bunkus
51e0b8b2fb installer: don't add links for each documentation file
…but only one link to an HTML file containing an overview of all the
available documentation. Fixes #994.
2014-03-04 20:11:25 +01:00
Moritz Bunkus
0bc5175a28 AVC/h.264 common: don't flush before second field, even if recovery point is valid 2014-03-04 19:05:16 +01:00
Moritz Bunkus
8d0e785003 ChangeLog update 2014-03-02 20:14:21 +01:00
Moritz Bunkus
72a9619ae6 Bump version number, add release message, set version code name 2014-03-02 20:06:32 +01:00
Moritz Bunkus
99f96246d9 tests: update result for Polish translation 2014-03-02 19:57:53 +01:00
Daniel
61f585748a Translation: update Polish 2014-03-02 18:47:26 +01:00
Moritz Bunkus
8c63fe98f6 Update AUTHORS and ChangeLog with h.265/HEVC data 2014-02-28 09:17:29 +01:00
Moritz Bunkus
dc59dad564 Merge branch 'hevc' 2014-02-28 08:58:56 +01:00
Moritz Bunkus
916450e3a7 iso639: recognize deprecated ISO 639-1 code iw for Hebrew 2014-02-22 18:55:17 +01:00
Moritz Bunkus
dd5f1717e9 iso639: refactoring 2014-02-22 18:25:08 +01:00
Moritz Bunkus
0f0b894e73 tests: intentional update due to 67bba78 (forgot to update the expected checksum) 2014-02-22 17:25:11 +01:00
Moritz Bunkus
547d402616 Add Ruby modules for parsing mkvmerge's identification output 2014-02-15 20:31:58 +01:00
Moritz Bunkus
67bba78d14 AC3 packetizer: set changed track headers after reading the first AC3 packet
This causes the channel and sampling frequency information to be
updated from the bitstream as well, e.g. if the source container
provided invalid values.

The default duration has to be re-calculated as well.
2014-02-15 16:24:16 +01:00
Moritz Bunkus
e6caab27e7 GUI: split job.{cpp,h} into two files 2014-02-15 11:39:17 +01:00