Commit Graph

7072 Commits

Author SHA1 Message Date
darealshinji
8be0c35f15 install changelog with dh_installchangelogs 2014-04-28 01:38:19 +02:00
Moritz Bunkus
c57ef3a4f1 installer: remove Brazilian Portuguese translation files on uninstallation
Fixes #1011.
2014-04-23 09:09:47 +02:00
Moritz Bunkus
29a92e5f15 ChangeLog update 2014-04-21 11:24:13 +02:00
Moritz Bunkus
db25f20e48 mmg: set sub charset drop-down box correctly if track doesn't have one
Fixes #1008.
2014-04-21 11:22:28 +02:00
Moritz Bunkus
c8708df29d mmg: don't allow subtitle charset setting for subs in Matroska 2014-04-21 11:22:06 +02:00
Moritz Bunkus
e59cb9b6a9 ChangeLog update 2014-04-21 11:22:06 +02:00
Moritz Bunkus
1f809f43e2 make overload resolution unambiguous 2014-04-21 08:56:02 +02:00
Moritz Bunkus
9f745b4d2c mmg: determine mkvmerge's location from mmg's location on all OS 2014-04-20 22:31:09 +02:00
Moritz Bunkus
60b7be542c all: determine current executable's path at startup 2014-04-20 22:31:08 +02:00
Israel Lucas Torrijos
8b21e07ffc Translations: update Spanish 2014-04-19 11:07:46 +02:00
Moritz Bunkus
ab1078621d Bump version number, set release code name 2014-04-18 18:09:34 +02:00
Moritz Bunkus
e2142840c6 XML common: limit file size to test for the USF file format 2014-04-18 18:00:23 +02:00
Moritz Bunkus
fa310ae98f MPEG4 P10 common: add 48fps to the list of common default durations 2014-04-18 17:18:46 +02:00
Moritz Bunkus
1914f23461 mmg: refactoring: use Boost's temporary directory function instead of my own 2014-04-18 13:58:57 +02:00
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