Israel Lucas Torrijos
0daf32e755
Translations: update Spanish
2014-06-11 08:18:56 +02:00
Moritz Bunkus
f6b4a41ded
build system: adjust nl translation to translator's poedit style
2014-06-11 08:17:58 +02:00
René Maassen
f7fe8d8d4e
Translations: update Dutch
2014-06-11 08:16:37 +02:00
Moritz Bunkus
239b3ac1af
Add release message, bump version number, set release code name
2014-06-09 15:03:31 +02:00
Moritz Bunkus
c3f466d56c
mkvmerge: write statistics tags with target type 50/MOVIE
2014-06-01 08:33:46 +02:00
Moritz Bunkus
0c10c27f0c
common/tags: set target type value if new tag is created
2014-06-01 08:30:54 +02:00
Roberto Boriotti
210633e70f
Translations: update Italian
2014-05-31 10:29:04 +02:00
Moritz Bunkus
84a0147ad6
mkvmerge: add _STATISTICS_TAGS tag
2014-05-28 14:27:32 +02:00
Moritz Bunkus
58667e5b08
mkvmerge: write _STATISTICS_WRITING_{APP,DATE_UTC} tags
2014-05-27 09:02:21 +02:00
Moritz Bunkus
3b274e55c4
fixup! common/tags: in find by target type compare to target type value, not UID
2014-05-27 08:57:23 +02:00
Moritz Bunkus
528ccdb1e4
cosmetics: unnecessary second if() removed
2014-05-27 08:29:31 +02:00
Moritz Bunkus
a46cf6bc40
common/tags: in find by target type compare to target type value, not UID
2014-05-27 08:28:49 +02:00
Moritz Bunkus
ee9926e591
cosmetics: alignment, commented-code removal
2014-05-27 08:28:36 +02:00
Moritz Bunkus
390fd09daa
mkvmerge: refactor muxing/writing app setting
...
Only set the muxing date once per run, not for each file.
2014-05-26 21:53:19 +02:00
Moritz Bunkus
2eb47ec07a
common: conversion function from boost's ptime to time_t
2014-05-26 21:44:14 +02:00
Moritz Bunkus
da70b55cfb
tests: intentional update due to 86ac556
2014-05-26 08:49:33 +02:00
Moritz Bunkus
bd0f5bc0df
build system: require Boost's date/time library
2014-05-26 08:49:15 +02:00
Moritz Bunkus
adee4d086f
ChangeLog, AUTHORS update & test case for 86ac556
2014-05-25 17:36:56 +02:00
John Peebles
86ac5562d4
mkvkmerge: fix cues for multiple blocks at same timecode in same track
...
If two subtitles have the same start timecode, their cue entries would
have the same BlockDuration and BlockRelativePosition.
2014-05-25 17:34:19 +02:00
Moritz Bunkus
ba09fef2e0
mkvinfo: initialize counter to 0 for each save operation
2014-05-24 21:02:40 +02:00
Moritz Bunkus
9f3a12255f
translations: fix formatting in German
2014-05-24 20:55:36 +02:00
Moritz Bunkus
640788f675
build system: build man page translations regardless of level of completion
2014-05-24 20:49:37 +02:00
Moritz Bunkus
674171136e
translations: update German
2014-05-24 20:28:21 +02:00
Moritz Bunkus
368722b7e7
translations: update list of translatable strings (man pages & apps)
2014-05-24 20:14:10 +02:00
Moritz Bunkus
6cbbab537f
build system: fix function call args for translations:update:manpages
2014-05-24 20:14:10 +02:00
Moritz Bunkus
f53db73d10
mkvmerge: add option for disabling track statistics tags
2014-05-24 20:14:09 +02:00
Moritz Bunkus
e8a6410d91
mkvmerge: set stats tags for target type = 30 (track) only
2014-05-23 11:06:29 +02:00
Moritz Bunkus
430e604b69
tags: avoid wrong type conversion
2014-05-23 09:01:33 +02:00
Moritz Bunkus
0e1bbeb812
tests: intentional update
2014-05-21 09:13:52 +02:00
Moritz Bunkus
63bc74053d
mkvmerge: avoid nullptr dereference
2014-05-21 09:09:22 +02:00
Moritz Bunkus
23db6f860e
mkvmerge: delete old statistics tags when appending
...
See #1021 .
2014-05-21 09:07:00 +02:00
Moritz Bunkus
a4d679bd12
common/tags: dynamic_cast for type testing, not static_cast
2014-05-21 08:56:00 +02:00
Moritz Bunkus
dabc6bca64
mmg: fix spelling mistake
...
Fixes #1022 .
2014-05-20 22:11:01 +02:00
Moritz Bunkus
e0d92157cf
mkvmerge: output track-specific tags in verbose identification mode for Matroska
...
See #1021 .
2014-05-20 21:38:23 +02:00
Moritz Bunkus
be8893f14c
mkvmerge: write tags for track statistics
...
Implements #1021 .
2014-05-20 21:38:05 +02:00
Moritz Bunkus
9f28da307a
refactoring: move common tag functions into mtx::tags namespace
2014-05-20 13:16:50 +02:00
Moritz Bunkus
02371a7546
refactoring: convert tag target types to an enum
2014-05-20 08:07:33 +02:00
Moritz Bunkus
2ca8ab3274
refactoring: use pimpl idiom for cluster_helper_c
2014-05-19 21:47:46 +02:00
Moritz Bunkus
b54d9923d6
mkvmerge: probe text subs after unambiguous binary formats
2014-05-18 15:58:59 +02:00
Moritz Bunkus
d189f9cf46
mmg: use fast mode parsing with kax_analyzer_c
2014-05-18 14:34:57 +02:00
Moritz Bunkus
6e35edac13
all: close redirected stdout before global destruction
...
If it's redirected to a file then this is an instance of a buffered file
writer. If it's only collected via global destruction after its
reference count reaches zero then flushing the buffers will call some
debugging option stuff which is invalid at that point.
2014-05-14 19:51:46 +02:00
Moritz Bunkus
abfceb6935
mkvmerge: remove trailing superfluous chapter entries from MPLS
...
Patch by Andrew Dvorak.
2014-05-04 20:05:38 +02:00
Moritz Bunkus
ca009b665b
mkvmerge: add attachment UID to verbose identification output
2014-05-04 19:41:30 +02:00
Moritz Bunkus
ddf7297432
Merge pull request #29 from Trottel/patch-3
...
Update cs.po
2014-05-03 10:17:20 +02:00
Trottel
6b0f9336f9
Update cs.po
...
Updated Czech language v6.9.1
2014-05-01 11:33:59 +02:00
Moritz Bunkus
d42b1e414d
man pages: update mkvmerge identification output example
2014-04-29 19:40:16 +02:00
Moritz Bunkus
aeb65b3caa
build system: adjust to poedit style for Basque translations
2014-04-28 20:33:18 +02:00
Xabier Aramendi
b062ed94fe
Translations: update Basque
2014-04-28 20:32:29 +02:00
Moritz Bunkus
6bd98922b6
Merge pull request #28 from darealshinji/patch-1
...
install changelog with dh_installchangelogs
2014-04-28 14:51:41 +02:00
darealshinji
2e913f5022
Update docs
2014-04-28 14:26:03 +02:00