Moritz Bunkus
f477c1b080
GUI: select tool corresponding to command line options even without file name
...
Using one of the command line options `--info`, `--edit-headers` or
`--edit-chapters` together with one or more file names caused the GUI
to switch to the corresponding tool and to open the listed file names.
With this change the tool is shown even if no file name is given.
Implements #2723 .
2020-01-13 20:05:38 +01:00
Vlad Anisimov
518ab6facd
man page translations: update Ukrainian
2020-01-07 15:13:37 +01:00
Vlad Anisimov
a51026c5b3
man page translations: update Russian
2020-01-07 15:13:09 +01:00
Paride Barison
81ae85567d
man page translations: update Italian
2020-01-07 15:12:20 +01:00
Israel Lucas Torrijos
6fe35aa490
man page translations: update Spanish
2020-01-07 15:12:12 +01:00
Antoni Bella Pérez
966b71b5a8
man page translations: update Catalan
2020-01-07 15:12:03 +01:00
Симеон Цветков
f289e53428
man page translations: update Bulgarian
2020-01-07 15:11:52 +01:00
Moritz Bunkus
64b1c3d9b3
bump version number, set release code name
2020-01-02 12:53:11 +01:00
TMTisFree
3de45b4e88
man page translations: update French
2020-01-02 12:49:43 +01:00
Antoni Bella Pérez
10068fec1f
man page translations: update Catalan
2020-01-02 12:49:12 +01:00
Moritz Bunkus
a5a47750a3
man page translations: normalize format of newly added po files
2020-01-02 00:01:42 +01:00
Симеон Цветков
d873ee36a3
man page translations: update Bulgarian
2020-01-02 00:00:52 +01:00
Moritz Bunkus
58877fab75
build system: add man page translations fr it ru zh_TW
2020-01-01 19:28:55 +01:00
Kai Mao
e927331c7d
man page translations: add Chinese Traditional
2020-01-01 19:28:08 +01:00
Andrei Stepanov
6da6ef0657
man page translations: add Russian
2020-01-01 19:27:50 +01:00
Ioma Taani
82a526b773
man page translations: add Italian
2020-01-01 19:27:36 +01:00
TMTisFree
c61401c624
man page translations: add French
2020-01-01 19:27:04 +01:00
Moritz Bunkus
4b969f5389
man page translations: update list of translatable strings; update German
2020-01-01 17:40:38 +01:00
Moritz Bunkus
b8e7ed307e
Docbook to HTML: remove unneeded code
2020-01-01 17:40:13 +01:00
Moritz Bunkus
96ca1aca15
man page translations: add strings from Docbook-to-HTML conversion stylesheets
2020-01-01 17:39:13 +01:00
Moritz Bunkus
77f9140d08
man pages: fix grammar mistake
2020-01-01 13:38:33 +01:00
Симеон Цветков
cb21ab4d4a
man page translations: update Bulgarian
2020-01-01 13:34:59 +01:00
Moritz Bunkus
694e6963da
man page translations: update list of translatable strings; update German translation
2019-12-31 22:52:53 +01:00
Moritz Bunkus
5d9ffa67d4
info: add -a
/--all
for continuing at first cluster & showing all elements
...
Part of the implementation of #2713 .
2019-12-31 22:52:52 +01:00
Moritz Bunkus
ae2723b973
info: add -o
/--continue
for continuing at the first cluster
...
Part of the implementation of #2713 .
2019-12-31 22:52:52 +01:00
Moritz Bunkus
2b2a5427a6
info: add -P
/--positions
for displaying element positions in decimal
...
Part of the implementation of #2713 .
2019-12-31 22:52:52 +01:00
Moritz Bunkus
e79d06a63a
info: display positions with -p
/--hex-positions
regardless of verbosity
...
Part of the implementation of #2713 .
2019-12-31 19:54:05 +01:00
Antoni Bella Pérez
391e6f7499
man page translations: update Catalan
2019-12-29 17:05:47 +01:00
Moritz Bunkus
0df0cc5d96
man page translations: update list of translatable strings; update German translation
2019-12-28 13:38:00 +01:00
Moritz Bunkus
b519eadbd0
mkvmerge: option for creating byte-identical files (--deterministic)
...
Implements #2698 .
2019-12-28 13:37:59 +01:00
Moritz Bunkus
8158575820
mkvmerge man page: document --no-date
2019-12-28 12:39:18 +01:00
Симеон Цветков
bd44d4db7f
man page translations: update Bulgarian
2019-12-15 15:39:17 +01:00
Moritz Bunkus
f0f27f82a6
bump version number; set release code name
2019-12-06 18:29:23 +01:00
Israel Lucas Torrijos
80bfe04786
man page translations: update Spanish
2019-11-25 21:04:58 +01:00
Antoni Bella Pérez
0605fc112c
man page translations: update Catalan
2019-11-25 21:04:04 +01:00
Moritz Bunkus
1e3488f6ed
man page translations: update list of translatable strings; update German translation
2019-11-22 22:56:21 +01:00
Moritz Bunkus
795c37cab8
all: fix typos: occured → occurred, ocurrence(s) → occurrence(s)
2019-11-22 22:52:36 +01:00
Moritz Bunkus
9fb1d531f6
bump version number, set release code name
2019-11-09 11:19:51 +01:00
Moritz Bunkus
3b028c20fd
GUI: dark mode: replace QtDarkStyleSheet with built-in Fusion style & custom palette
2019-11-09 10:25:14 +01:00
Moritz Bunkus
7b903f3af3
bump version number, set release code name
2019-11-04 21:53:17 +01:00
Moritz Bunkus
8c204bcabf
man page translations: rebuild Bulgarian
2019-11-04 19:31:54 +01:00
Симеон Цветков
259f5eee7e
translations: add Bulgarian program & man pages translations
2019-11-03 11:27:04 +01:00
Moritz Bunkus
64d2f5e112
GUI: Windows: add dark mode with help of QDarkStyleSheet project
...
The dark mode is only turned on if Windows 10's own dark mode is
enabled. This manual dark mode configuration is necessary as Qt itself
doesn't support Windows' dark mode yet; see the following bug:
https://bugreports.qt.io/browse/QTBUG-72028
This isn't a problem for other operating systems (Linux, macOS…) as Qt
uses the system colors there and will use dark colors when the
system's colors are set to dark colors, too.
2019-10-12 23:32:03 +02:00
Moritz Bunkus
e98e1c6ec5
bump version number; set release codename
2019-10-06 14:10:16 +02:00
Israel Lucas Torrijos
ecd36b83f0
man page translations: update Spanish
2019-09-28 15:40:42 +02:00
Antoni Bella Pérez
7df36f506b
man page translations: update Catalan
2019-09-11 20:31:24 +02:00
Moritz Bunkus
7b6cbf3eaa
man page translations: update list of translatable strings; update German translation
2019-09-10 22:39:54 +02:00
Moritz Bunkus
27ddc1542f
man page translations: update German translation
2019-09-10 22:37:25 +02:00
Moritz Bunkus
b8c1344bb6
mkvpropedit man page: fix incomplete sentences
2019-09-10 22:37:25 +02:00
Moritz Bunkus
02e2bb3d8a
man page translations: update list of translatable strings; update German translation
2019-09-10 22:26:34 +02:00
Moritz Bunkus
49a795495b
mkvpropedit man page: fix typo
2019-09-10 22:26:08 +02:00
Moritz Bunkus
b54dcb324d
man page translations: update German translation
2019-09-10 22:24:41 +02:00
Moritz Bunkus
b5cd27eefb
man page translations: update list of translatable strings; update German translation
2019-09-10 22:24:09 +02:00
Moritz Bunkus
993e87ca26
mkvmerge man page: fix duplicate word
2019-09-10 22:18:42 +02:00
Moritz Bunkus
48ee5586b7
man page translations: update German translation
2019-09-10 22:17:26 +02:00
Moritz Bunkus
4707484cb6
man page translations: update list of translatable strings; update German translation
2019-09-10 22:03:53 +02:00
Moritz Bunkus
2d2ecd5d8e
mkvmerge man page: don't use <foreignphrase> tags
...
I was using them in cases they weren't intended for.
2019-09-10 22:03:15 +02:00
Moritz Bunkus
ce6ff25da0
man page translations: update list of translatable strings; update German translation
2019-09-10 21:59:58 +02:00
Moritz Bunkus
767c35d5b7
mkvmerge man page: remove superfluous space in tag
2019-09-10 21:58:48 +02:00
Moritz Bunkus
15cda7f187
man page translations: update list of translatable strings; update German translation
2019-09-10 21:56:56 +02:00
Moritz Bunkus
aa170d9c25
mkvmerge man page: remove superfluous space after tag
2019-09-10 21:54:34 +02:00
Moritz Bunkus
9e0acb4a88
man page translations: update list of translatable strings; update German translation
2019-09-10 21:44:54 +02:00
Moritz Bunkus
54992a24c2
mkvmerge man page: fix spelling of ISO 639-x
2019-09-10 21:41:09 +02:00
Moritz Bunkus
e378aac084
man page translations: update list of translatable strings; update German translation
2019-09-10 21:38:38 +02:00
Moritz Bunkus
a27e98c931
mkvextract man page: fix wrong word
2019-09-10 21:38:38 +02:00
Moritz Bunkus
733f6ef488
man page translations: update list of translatable strings; update German translation
2019-09-10 21:38:37 +02:00
Moritz Bunkus
8b6a3041b1
mkvmerge man page: fix typo
2019-09-10 21:38:32 +02:00
Theo Gommans
fee1f97387
man page translations: update Dutch
2019-08-29 19:54:55 +02:00
Moritz Bunkus
c8f74c82f1
bump version number, set release code name
2019-08-24 10:02:59 +02:00
Yoshidumi, Rentaro
bd3a2a73a0
man page translations: update Japanese
2019-08-24 09:58:50 +02:00
Dian Li
97a4e354ea
man page translations: update Chinese Simplified
2019-08-19 23:50:48 +02:00
Yoshidumi, Rentaro
f15616338c
man page translations: update Japanese
2019-08-19 23:50:26 +02:00
Israel Lucas Torrijos
de30f70ff1
man page translations: update Spanish
2019-08-19 13:47:27 +02:00
Antoni Bella Pérez
5c4f72e21a
man page translations: update Catalan
2019-08-19 13:47:26 +02:00
Moritz Bunkus
41e3e941df
bump version number, set release code name
2019-08-10 16:18:29 +02:00
Moritz Bunkus
2b46d4adc1
all: use current spelling of macOS instead of old Mac OS
2019-08-10 14:47:04 +02:00
Moritz Bunkus
72a827f6b3
translations: update program & man page translation files
2019-08-10 14:37:43 +02:00
Moritz Bunkus
b56918d388
all: use H.264 instead of h.264
...
Part of the fix of #2600 .
2019-08-10 14:29:54 +02:00
Israel Lucas Torrijos
9c6cc71753
man page translations: update Spanish
2019-08-06 18:40:36 +02:00
Moritz Bunkus
2054835cd7
bump version number, set release code name
2019-06-22 12:05:29 +02:00
Dian Li
d702bf9683
man page translations: update Chinese Simplified
2019-06-22 12:05:29 +02:00
Antoni Bella Pérez
471e1b2054
man page translations: update Catalan
2019-06-22 12:05:29 +02:00
Moritz Bunkus
e91b14e9e7
man page translations: update list of translatable strings; update German translation
2019-06-17 21:21:47 +02:00
Moritz Bunkus
39557e80a0
Matroska reader: add "codec_name" track property in JSON identification
2019-06-17 19:53:27 +02:00
Moritz Bunkus
61e272dd36
bump version number, set release code name
2019-05-18 13:19:23 +02:00
Moritz Bunkus
2556a08165
bump version number, set release code name
2019-04-15 00:03:55 +02:00
Moritz Bunkus
c3b611d6ee
bump version number, set release code name
2019-04-12 15:26:42 +02:00
Moritz Bunkus
c2b2181abe
bump version number, set release code name
2019-03-12 21:35:12 +01:00
Israel Lucas Torrijos
a04be2511e
man page translations: update Spanish
2019-03-06 19:36:28 +01:00
Moritz Bunkus
29db3ff4bd
bump version number, set release codename
2019-02-09 11:32:31 +01:00
Antoni Bella Pérez
36426057a0
man page translations: update Catalan
2019-02-07 19:09:01 +01:00
Dian Li
697cc4cd24
man page translations: update Chinese Simplified
2019-02-07 14:46:46 +01:00
Moritz Bunkus
bae2711c17
man page translations: update list of translatable strings; update German translation
2019-02-05 15:10:43 +01:00
Moritz Bunkus
0bf90820e9
all: add option for aborting on warnings
...
Implements #2493 .
2019-02-05 14:50:37 +01:00
Dian Li
172e676fd2
man page translations: update Chinese Simplified
2019-01-21 14:57:58 +01:00
Antoni Bella Pérez
fa18fedc3b
man page translations: update Catalan
2019-01-21 14:56:59 +01:00
Moritz Bunkus
e8fe36bdbd
man page translations: update list of translatable strings; update German translation
2019-01-10 22:18:14 +01:00
Moritz Bunkus
901e49b049
mm_file_io_c: don't flush on close by default
...
When closing files that were opened for writing, cached data will not
be flushed to storage automatically anymore. This reverts the
workaround implemented for #2469 . A new option was added to both
programs (`--flush-on-close`) that re-enables flushing for people who
are affected by data loss such as described in #2469 .
The reason is that automatic flushing causes long delays in processing
queues when the output by mkvmerge/mkvextract isn't the final product but
just an intermediate result to be processed further.
Implements #2480 .
2019-01-10 22:05:34 +01:00
Moritz Bunkus
61cf09e478
bump version number, set release code name
2019-01-05 16:09:05 +01:00
Moritz Bunkus
54854c20ec
bump version number, set release codename
2019-01-04 13:35:06 +01:00
Moritz Bunkus
1677217003
bump version number, set release codename
2018-12-01 12:14:39 +01:00
Moritz Bunkus
73463a33b8
fmt conversion: bundle fmt in lib/fmt for OSes that don't include it
2018-11-20 21:30:27 +01:00
Moritz Bunkus
6ce65a23a7
fmt conversion: remove boost::format from documentation
2018-11-20 21:30:26 +01:00
stevenlele
d27519df27
Fix mkvextract document typo
2018-11-06 06:13:40 +00:00
Moritz Bunkus
fc0946db0a
bump version number, set release codename
2018-10-25 22:22:31 +02:00
Moritz Bunkus
c1bea9233f
bump version number, set release code name
2018-10-23 20:46:33 +02:00
Dian Li
a4f121b30b
man page translations: update Chinese Simplified
2018-10-23 18:30:13 +02:00
Antoni Bella Pérez
a13c28cd18
man page translations: update Catalan
2018-10-23 18:28:25 +02:00
Moritz Bunkus
4af926cc20
bump version number, set release codename
2018-10-20 16:29:36 +02:00
Antoni Bella Pérez
80a35efc7a
man page translations: update Catalan
2018-10-17 14:02:39 +02:00
Dian Li
3e36f84c3c
man page translations: update Chinese Simplified
2018-10-02 13:21:31 +02:00
Moritz Bunkus
2a7d98715f
bump version number, set release code name
2018-09-26 18:44:21 +02:00
Israel Lucas Torrijos
9aa4ed02f9
man page translations: update Spanish
2018-09-26 09:14:47 +02:00
Antoni Bella Pérez
1654e9f160
man page translations: update Catalan
2018-09-26 09:14:20 +02:00
Moritz Bunkus
a990816a7b
man: fix XML syntax error in German translation
2018-09-23 12:58:21 +02:00
Moritz Bunkus
96408054bf
man page translations: update list of translatable strings; update German translation
2018-09-23 12:39:26 +02:00
Moritz Bunkus
e24bed3126
man pages: fix errors in new chapter sync documentation
2018-09-23 12:38:31 +02:00
Moritz Bunkus
0afff6a5c2
man pages: add documentation for syncing chapter timestamps
2018-09-18 22:51:46 +02:00
Israel Lucas Torrijos
845e9f629f
man page translations: update Spanish
2018-09-12 20:46:15 +02:00
Antoni Bella Pérez
14992d3efa
man page translations: update Catalan
2018-09-12 20:45:54 +02:00
Moritz Bunkus
2651992bfd
man page translations: update list of translatable strings; update German translation
2018-09-09 22:18:15 +02:00
Moritz Bunkus
8dd05fc49d
docs: remove mention of Matroska's old tagging system
2018-09-09 22:16:07 +02:00
Moritz Bunkus
69c74e3415
bump version number, set release code name
2018-08-26 12:54:00 +02:00
Antoni Bella Pérez
d61302867e
man page translations: update Catalan
2018-08-06 20:54:55 +02:00
Moritz Bunkus
e58bf47f73
bump version number, set release code name
2018-07-12 19:56:19 +02:00
Moritz Bunkus
c421c4c7c2
development.md: mark up some more verbatim parts
2018-06-25 18:07:45 +02:00
Moritz Bunkus
9e04c038f4
packaging: move all packaging files to packaging
directory
2018-06-25 17:59:11 +02:00
Dian Li
d73973bea4
man page translations: update Chinese Simplified
2018-06-20 22:38:50 +02:00
Israel Lucas Torrijos
0e3cbb5e30
man page translations: update Spanish
2018-06-20 22:38:33 +02:00
Moritz Bunkus
91482380e2
bump version number, set release code name
2018-06-10 11:39:12 +02:00
Antoni Bella Pérez
3b7408d8b7
man page translations: update Catalan
2018-06-10 11:04:50 +02:00
Moritz Bunkus
5dd2ea4433
man page translations: update list of translatable strings; update German translation
2018-06-09 20:51:09 +02:00
Moritz Bunkus
dbee007f5f
mkvmerge: identification: report display unit video track property
2018-06-09 12:35:32 +02:00
Moritz Bunkus
471fc84ed2
nlohmann-json: update to v3.1.1 (git revision g183390c1)
2018-06-08 22:17:08 +02:00
Moritz Bunkus
c50c7125ef
pugixml: update to v1.9 (git revision e584ea3)
...
Fixes a warning with g++ 8.0.0 and newer regarding ignored function
attributes.
2018-06-08 22:17:08 +02:00
Moritz Bunkus
8ea159dc5c
bump version number, set release code name
2018-05-02 14:54:31 +02:00
Moritz Bunkus
b8389e65b4
bump version number, set release code name
2018-04-01 17:25:46 +02:00
David Rey
987bbee6b5
man page translations: update Spanish
2018-03-18 17:00:40 +01:00
Antoni Bella Pérez
9d57c4cb89
man page translations: update Catalan
2018-03-18 17:00:21 +01:00
Dian Li
71b5d7d327
man page translations: update Chinese Simplified
2018-03-12 18:19:03 +01:00
Israel Lucas Torrijos
0f80ba30d6
man page translations: update Spanish
2018-03-12 18:18:23 +01:00
Moritz Bunkus
b6af1f6400
man page translations: update list of translatable strings; update German translation
2018-03-09 19:17:18 +01:00
Moritz Bunkus
2a14dbf4d0
TrueHD: implement dialog normalization gain removal
...
Last part of the implementation of #1981 .
2018-03-09 19:16:10 +01:00
Moritz Bunkus
312efe0273
man page translations: update list of translatable strings; update German translation
2018-03-08 21:21:22 +01:00
Moritz Bunkus
b2e0ab89b5
man pages: document --remove-dialog-normalization-gain
2018-03-08 21:18:12 +01:00
Dian Li
35f92b4cac
man page translations: update Chinese Simplified
2018-03-06 22:56:37 +01:00
Moritz Bunkus
dae8cd8269
texts/translations: fix "128bit" to "128-bit"
2018-02-24 14:52:20 +01:00
Moritz Bunkus
3139cc489e
bump version number, set release code name
2018-02-24 10:41:09 +01:00
Moritz Bunkus
6b5e78640b
all: fix name of Adler-32 checksum algorithm
2018-02-21 19:51:04 +01:00
Potato
9d71f815fe
man page translations: update Korean
2018-02-13 21:41:50 +01:00
Israel Lucas Torrijos
65407daf21
man page translations: update Spanish
2018-02-13 21:41:45 +01:00
Dian Li
361854de01
man page translations: update Chinese Simplified
2018-02-13 21:41:40 +01:00
Antoni Bella Pérez
66f0510ee9
man page translations: update Catalan
2018-02-05 22:05:48 +01:00
Moritz Bunkus
618cc5c511
man page translations: update list of translatable strings; update German translation
2018-02-04 18:37:01 +01:00
Moritz Bunkus
e7e60ed608
man page (GUI): add documentation for info functionality
2018-02-04 18:33:09 +01:00
Moritz Bunkus
eb8c5c7506
man page translations: update list of translatable strings; update German translation
2018-02-04 17:51:48 +01:00
Moritz Bunkus
e7bfa0ad91
mkvinfo: remove GUI
2018-02-04 17:02:28 +01:00
Potato
87c080f326
man page translations: update Korean
2018-01-18 21:01:19 +01:00
Moritz Bunkus
43b0ec1b20
bump version number, set release code name
2018-01-15 18:55:01 +01:00
Dian Li
b221864f4c
man page translations: update Chinese Simplified
2018-01-03 20:45:19 +01:00
Israel Lucas Torrijos
3701e235c1
man page translations: update Spanish
2018-01-03 20:45:19 +01:00
Antoni Bella Pérez
65e87cfde6
man page translations: update Catalan
2018-01-03 20:43:20 +01:00
Moritz Bunkus
ae86e6aa51
README.md, AUTHORS.md: update licensing information for third-party components
2017-12-27 23:00:34 +01:00
Moritz Bunkus
91a03a1ad2
GUI: display spinner while job queue is running
2017-12-27 15:24:59 +01:00
Moritz Bunkus
2531fbdc0d
man page translations: update list of translatable strings; update German translation
2017-12-22 21:21:37 +01:00
Moritz Bunkus
ffb32a657b
all: remove deprecated features
...
The features removed are:
* mkvmerge: the options `--identify-verbose` (and its counterpart
`-I`), `--identify-for-gui`, `--identify-for-mmg` and
`--identification-format verbose-text`
* all command line tools: the old, proprietary format used for option
files
* all command line tools: support for passing command line options via the
environment variables `MKVTOOLNIX_OPTIONS`, `MKVEXTRACT_OPTIONS`,
`MKVINFO_OPTIONS`, `MKVMERGE_OPTIONS`, and `MKVPROPEDIT_OPTIONS`
2017-12-22 16:02:58 +01:00
Israel Lucas Torrijos
f164202a24
man page translations: update Spanish
2017-12-22 14:01:28 +01:00
Moritz Bunkus
71fb5374d8
bump version number, set release code name
2017-12-17 17:36:29 +01:00
Dian Li
6df538ee33
man page translations: update Chinese Simplified
2017-12-17 17:18:22 +01:00
Antoni Bella Pérez
5ba7c800b9
man page translations: update Catalan
2017-12-17 17:18:14 +01:00
Moritz Bunkus
0cdc119412
man page translations: update list of translatable strings; update German translation
2017-12-16 20:14:22 +01:00
Antoni Bella Pérez
a670bb437c
man page translations: update Catalan
2017-12-16 20:13:11 +01:00
Potato
45b9188e4c
man page translations: update Korean
2017-12-16 20:13:02 +01:00
Moritz Bunkus
e9351dc075
docs: update documentation about mkvmerge's splitting
2017-12-16 20:02:16 +01:00
Moritz Bunkus
0edc7c86ba
bump version number, set release code name
2017-11-18 11:16:10 +01:00
Antoni Bella Pérez
bcdbd27efd
man page translations: update Catalan
2017-11-18 11:13:49 +01:00
Israel Lucas Torrijos
23f7918ef8
man page translations: update Spanish
2017-11-18 11:13:44 +01:00
Dian Li
8522555047
man page translations: update Chinese Simplified
2017-11-18 11:13:35 +01:00
Moritz Bunkus
2421163189
fix spelling mistake "mininum" → "minimum"
2017-11-11 09:32:26 +01:00
Moritz Bunkus
5082bb5f8e
man page translations: update list of translatable strings
2017-11-11 09:27:13 +01:00
Dian Li
fb4da1e9ec
man page translations: update Chinese Simplified
2017-11-07 21:17:42 +01:00
Israel Lucas Torrijos
dc560b9303
man page translations: update Spanish
2017-11-07 21:15:53 +01:00
Moritz Bunkus
8f500f1881
bump version number, set release code name
2017-10-14 16:36:32 +02:00
Antoni Bella Pérez
845565ba65
man page translations: update Catalan
2017-10-13 21:17:54 +02:00
Moritz Bunkus
3fa90dc287
man page translations: update list of translatable strings; update German translation
2017-10-11 16:20:32 +02:00
Antoni Bella Pérez
4f19f59e60
man page translations: update Catalan
2017-10-11 16:20:31 +02:00
Moritz Bunkus
273e0e1440
man pages: remove description of --check-for-updates
...
That option was removed back in release 9.8.0.
2017-10-11 16:20:31 +02:00
Moritz Bunkus
0ebc824065
man pages: adjust for mkvextract's change to multi-mode interface
2017-10-11 16:20:31 +02:00
Israel Lucas Torrijos
478ba0079a
man page translations: update Spanish
2017-10-05 20:33:07 +02:00
Potato
6d1fd3b473
man page translations: update Korean
2017-10-05 20:32:53 +02:00
Moritz Bunkus
c5599e9999
development documentation: remove HTML variant from repository
2017-10-04 20:45:30 +02:00
Moritz Bunkus
a8404c11d6
development documentation: replace timecodes
with timestamps
...
Part of an ongoing effort to replace the use of the term `timecode`
with `timestamp`. Timecodes have a very specific meaning in the
audio/video world, and it's not what MKVToolNix has been using the
term for.
2017-10-04 20:45:30 +02:00
Moritz Bunkus
a3de77146b
man page translations: update for change to timestamps
from timecodes
...
Part of an ongoing effort to replace the use of the term `timecode`
with `timestamp`. Timecodes have a very specific meaning in the
audio/video world, and it's not what MKVToolNix has been using the
term for.
2017-10-04 20:45:30 +02:00
Moritz Bunkus
ebb8031f86
man pages: use timestamps
instead of timecodes
...
Part of an ongoing effort to replace the use of the term `timecode`
with `timestamp`. Timecodes have a very specific meaning in the
audio/video world, and it's not what MKVToolNix has been using the
term for.
2017-10-04 20:45:30 +02:00
Moritz Bunkus
ca67e757bb
mkvmerge: use timestamps
instead of timecodes
in JSON identification
...
Part of an ongoing effort to replace the use of the term `timecode`
with `timestamp`. Timecodes have a very specific meaning in the
audio/video world, and it's not what MKVToolNix has been using the
term for.
2017-10-04 20:45:30 +02:00
Moritz Bunkus
508b4ecdae
man translations: update translatable strings
2017-10-04 19:24:20 +02:00
Moritz Bunkus
515b3b2fae
bump version number, set release code name
2017-09-30 09:50:10 +02:00
Moritz Bunkus
d76ff0c42b
man translations: fix XML error in Catalan translation
2017-09-29 18:33:05 +02:00
Antoni Bella Pérez
a3b04cfab6
man page translations: update Catalan
2017-09-29 18:10:25 +02:00
Israel Lucas Torrijos
7d3f78cb04
man page translations: update Spanish
2017-09-29 18:09:50 +02:00