Commit Graph

13306 Commits

Author SHA1 Message Date
Симеон Цветков
c94fc680c9
man page translations: update Bulgarian 2020-08-01 15:05:09 +02:00
Moritz Bunkus
d1975ab27d
subtitles: use timestamp rounding error in calculation of rounded duration
Fixes #2890.
2020-08-01 15:03:30 +02:00
Burak Yavuz
5e8115e403
translations: update Turkish 2020-07-31 20:14:04 +02:00
Симеон Цветков
ed30414781
translations: update Serbian Cyrillic 2020-07-31 20:13:59 +02:00
Andrei Stepanov
9256d6196d
translations: update Russian 2020-07-31 20:13:47 +02:00
Симеон Цветков
869ca33aa1
translations: update Bulgarian 2020-07-31 20:13:40 +02:00
Moritz Bunkus
2917ea2f92
SRT reader: don't double empty lines inside entries
Fixes #2888.
2020-07-31 20:09:46 +02:00
Moritz Bunkus
22a8ed6fd1
translations: update list of translatable strings; update German translation 2020-07-30 19:42:12 +02:00
Симеон Цветков
602c84e66d
man page translations: update Bulgarian 2020-07-30 19:40:54 +02:00
Moritz Bunkus
82744c4edc
GUI: preferences: allow editing list of recent destination directories
Implements #2861.
2020-07-30 19:37:05 +02:00
Moritz Bunkus
f0dead2011
GUI: predefined values: allow re-ordering via drag & drop 2020-07-30 19:37:04 +02:00
Moritz Bunkus
e265a1cb82
GUI: show texts in "add item" dialogs even if tooltips are off 2020-07-30 19:37:04 +02:00
Moritz Bunkus
dd8a03a909
fix detection of QtDBus
Fixes #2886.
2020-07-30 13:34:06 +02:00
Moritz Bunkus
1797fc13d5
tests: update due to translation updates 2020-07-18 11:48:53 +02:00
Antoni Bella Pérez
fc022c06bb
translations: update Catalan 2020-07-18 11:21:07 +02:00
Antoni Bella Pérez
af50eb3e3d
man page translations: update Catalan 2020-07-18 11:20:57 +02:00
Симеон Цветков
5c2146994b
translations: update Bulgarian 2020-07-18 11:20:41 +02:00
Симеон Цветков
a9e535bae5
man page translations: update Bulgarian 2020-07-18 11:19:46 +02:00
Moritz Bunkus
28a28a7287
mkvmerge man page: remove section about subtitles
First of all, the section of supported formats was incomplete/out of
date. Second, I don't include similar lists for supported audio and
video formats either. Last, the question of whether or not a
codec ("format") is supported also depends on the container format it
is in, making such a list questionable.

Fixes #2878.
2020-07-18 11:14:01 +02:00
Moritz Bunkus
b35daeb8c4
mkvextract: SSA/ASS: no empty lines before Dialogue: lines
Fixes #2876.
2020-07-18 11:11:30 +02:00
Moritz Bunkus
50c792fed7
fix wrong codename for release 48.0.0
Fixes #2877.
2020-07-12 21:35:58 +02:00
Moritz Bunkus
7910f0e70c
mkvextract: USF: format_timestamp expects timestamps in nanoseconds
Fixes #2875.
2020-07-12 18:03:47 +02:00
Moritz Bunkus
270cac5c6c
remove unused/superfluous include
Its functionality can be replaced by format's `ostream` & `range`
includes.
2020-07-05 15:30:17 +02:00
Moritz Bunkus
dff305d136
IANA Language Subtag Registry: add extended language subtags
Part of the implementation of #2419.
2020-07-05 11:35:31 +02:00
Moritz Bunkus
bf89f72189
ISO 639 code: move to namespace mtx::iso639
Part of the implementation of #2419.
2020-07-05 11:35:20 +02:00
Moritz Bunkus
4d51d03ab7
Merge remote-tracking branch 'davidbryant/sample-rate-fix' into main 2020-07-04 12:32:07 +02:00
David Bryant
6be763d67f WavPack: read 4th byte of sample rate only if size is actually 4 2020-07-02 20:41:45 -07:00
Moritz Bunkus
25d2639731
kax_info: use read/write buffered I/O for slightly improved performance 2020-07-02 20:49:13 +02:00
Moritz Bunkus
d8f2d328ae
GUI: info: honor the "verbosity" setting in "tree-like" mode 2020-07-02 20:26:42 +02:00
Moritz Bunkus
908329f1ca
Rakefile: use range with explicit upper end for older Ruby versions 2020-07-02 19:34:46 +02:00
Moritz Bunkus
7798458e3f
add IANA language subtag registry (only variants) 2020-07-02 19:09:48 +02:00
Moritz Bunkus
a80b4f9a44
add ISO 15924 script list 2020-07-02 19:09:48 +02:00
Moritz Bunkus
52fbb3273c
update ISO 639 language list 2020-07-02 19:09:47 +02:00
Moritz Bunkus
474e0c4075
add ISO 3166 region list 2020-07-02 19:09:47 +02:00
Moritz Bunkus
ef1a803687
Rakefile: add target for generating IANA language subtag registry 2020-07-02 19:09:47 +02:00
Moritz Bunkus
c8742e80d3
Rakefile: add target for generating list of ISO 3166 countries 2020-07-02 19:09:47 +02:00
Moritz Bunkus
d5239fabb9
Rakefile: add target for generating list of ISO 15924 scripts 2020-07-02 19:09:47 +02:00
Moritz Bunkus
572bf8d552
Rakefile: fix name/description of target generating ISO 639 language list 2020-07-02 19:09:47 +02:00
Moritz Bunkus
94815921bc
installer: re-save BMP images via MS Paint
Newer NSIS versions seem to be picky about the BMPs. Saving them via
MS Paint seems to change them enough for NSIS to be happy again.

Fixes #2868.
2020-07-02 19:00:14 +02:00
Moritz Bunkus
57afad713b
GUI: info: fix logic wrt. "save settings as default"
Fixes #2869.
2020-07-02 18:51:15 +02:00
Moritz Bunkus
a310e7d120
Matroska reader: fix default track flag handling
Let's take a Matroska file with a subtitle track with its `default
track` set to `on`. When you remux that file, forcing that flag to off
via `--default-track …:no`, the first other track of the same
type (subtitles) that is read from a container which does not provide
such `default track` information (e.g. an SRT file) should have its
`default track` flag set.

Before this change this wasn't the case; the track from the SRT would
have its flag set to `no`. The Matroska reader was always signalling
"default track = yes` at the container level to the packetizer, even
if it was overridden via command line options. The flag would still be
set to `no` in the output file, but the fact that there was a `yes` at
the container level prevented `mkvmerge` from considering other tracks
which only had a priority of `track type`.

Fixes #2863.
2020-06-29 21:02:36 +02:00
Moritz Bunkus
4e2530afca
NEWS: add note about the main development branch being renamed to main 2020-06-27 19:05:22 +02:00
Moritz Bunkus
f2bf89dffc
bump version number, set release code name 2020-06-27 19:05:22 +02:00
Moritz Bunkus
28c54f8ed6
NEWS: re-order entries for easier consumption 2020-06-27 18:41:21 +02:00
Moritz Bunkus
abcfd1332e
add functions for turning ASCII strings to lower/upper case 2020-06-27 18:36:49 +02:00
Moritz Bunkus
a081f938f4
tests: update due to update to Russian translation 2020-06-27 12:07:46 +02:00
Moritz Bunkus
012bb97a44
update libEBML to 1.4.0, libMatroska to 1.6.0 2020-06-27 12:07:35 +02:00
Kai Mao
50db35009e
translations: update Chinese Traditional 2020-06-27 10:53:00 +02:00
Симеон Цветков
f0466ec0e6
translations: update Serbian Cyrillic 2020-06-27 10:52:49 +02:00
Timofey Lisunov
a1ef56da74
translations: update Russian 2020-06-27 10:52:36 +02:00