Commit Graph

14602 Commits

Author SHA1 Message Date
Moritz Bunkus
200bdaec05
ISO 639: provide name overrides for ancient & modern Greek
Makes them easier to find.
2021-12-26 11:27:51 +01:00
Moritz Bunkus
57422dc8e4
build system: adjust tx usage to new CLI client 2021-12-21 13:34:15 +01:00
Moritz Bunkus
0f0dc277e6
translations: update list of translatable strings; update German translation 2021-12-21 13:33:24 +01:00
Roberto Boriotti
ca4cc7badb
translations: update Italian 2021-12-21 13:32:45 +01:00
Moritz Bunkus
a828226241
GUI: chapters: use "save" dialog for "save to Matroska or WebM file"
Fixes #3242.
2021-12-21 13:31:20 +01:00
Moritz Bunkus
f745178c2a
RPM spec: use full toolchain from devtoolset, not just gcc; use gcc 11 2021-12-20 19:35:43 +01:00
Moritz Bunkus
63b2eb4b08
GUI: switch from deprecated QIcon::pixmap() usage to current one 2021-12-19 11:23:46 +01:00
Moritz Bunkus
dea08f79e1
remove unused variable 2021-12-19 11:20:11 +01:00
Burak Yavuz
90439a6fe7
translations: update Turkish 2021-12-19 11:14:50 +01:00
Fúlvio Alves
83c277d476
translations: update Brazilian Portuguese 2021-12-19 11:14:46 +01:00
Moritz Bunkus
718d1ac53f
transifex: migrate config to format of new command line client 2021-12-19 11:13:09 +01:00
Moritz Bunkus
20252a2f8b
VobSub reader: support id: -- lines indicating language is unknown
Fixes #3246.
2021-12-19 11:03:58 +01:00
Andrei Stepanov
21cf893407
man page translations: update Russian 2021-12-11 14:07:53 +01:00
Andrei Stepanov
f9ef3d9662
translations: update Russian 2021-12-11 14:07:47 +01:00
Israel Lucas Torrijos
f48e235241
translations: update Spanish 2021-12-11 14:07:38 +01:00
Moritz Bunkus
689bdfc02d
avoid bogus compiler warning about alleged invalid memory access 2021-12-05 17:41:58 +01:00
Kai Mao
63f1794a65
translations: update Chinese Traditional 2021-11-18 20:55:22 +01:00
Burak Yavuz
ec00929c19
translations: update Turkish 2021-11-18 20:55:13 +01:00
Roberto Boriotti
5807c80a9b
translations: update Italian 2021-11-18 20:55:07 +01:00
Antoni Bella Pérez
fe8590cda0
translations: update Catalan 2021-11-18 20:55:01 +01:00
Moritz Bunkus
b0b487e2be
GUI: tool selector: fix icon sizes for high DPI factors other than 100%/200%
Fixes #3229.
2021-11-18 20:37:23 +01:00
Moritz Bunkus
b41d623d6a
GUI: language dialog: auto-focus first control on mode switch 2021-11-15 21:40:41 +01:00
Moritz Bunkus
0398b02eea
add dts_dump, a tool for dumping frame info from DTS elementary streams 2021-11-15 17:00:56 +01:00
Moritz Bunkus
0602c3985e
bump version number, set release codename 2021-11-14 10:38:04 +01:00
Moritz Bunkus
6faf41f345
NEWS: reorder for easier consumption 2021-11-14 10:34:40 +01:00
Andrei Stepanov
d404d5f6de
translations: update Russian 2021-11-14 10:33:55 +01:00
TMTisFree
0fbece28c5
translations: update French 2021-11-14 10:33:49 +01:00
Moritz Bunkus
a68fa879b2
GUI: headers: reordering tracks by dragging & dropping
Part of the implementation of #3227.
2021-11-13 20:32:35 +01:00
Moritz Bunkus
d815f46156
GUI: headers: calculate top level pages on the fly, no caching
Part of the implementation of #3227.
2021-11-13 20:31:11 +01:00
Moritz Bunkus
a726913c45
translations: update list of translatable strings; update German translation 2021-11-13 17:47:22 +01:00
Moritz Bunkus
c2d20d8e92
GUI: headers: add "track enabled" flag to tree view & track overview page
Implements #3228.
2021-11-13 17:46:12 +01:00
Moritz Bunkus
1f92f220cd
GUI: hide spinner when no jobs are running
Implements #3225.
2021-11-13 17:30:13 +01:00
Burak Yavuz
d1bc156c95
translations: update Turkish 2021-11-13 17:16:55 +01:00
Timofey Lisunov
9ed68a0190
translations: update Russian 2021-11-13 17:16:51 +01:00
Fúlvio Alves
2abfb2d9f1
translations: update Brazilian Portuguese 2021-11-13 17:16:43 +01:00
Roberto Boriotti
80e17b2c47
translations: update Italian 2021-11-13 17:16:34 +01:00
TMTisFree
71dc65e0da
translations: update French 2021-11-13 17:16:21 +01:00
Israel Lucas Torrijos
68bbffe7af
translations: update Spanish 2021-11-13 17:16:16 +01:00
Antoni Bella Pérez
935367a4a3
man page translations: update Catalan 2021-11-13 17:16:11 +01:00
Antoni Bella Pérez
5a24abbb09
translations: update Catalan 2021-11-13 17:16:02 +01:00
Moritz Bunkus
92f354370c
mkvmerge: track selection: treat "no language set in source container" as "und"
Several container types don't provide a track language property
(e.g. AVIs, almost all elementary stream formats, and often enough
MPEG PS/TS as well). In that case trying to match such a track with a
language-code based track selection (e.g. `--atracks und,en`) would
never work. This is confusing as such tracks will have a language set
in Matroska even if their source container didn't set one:
`und` ("undetermined").
2021-11-11 15:57:15 +01:00
Moritz Bunkus
ade0368f10
GUI: Windows: use pass through high DPI scaling factor rounding policy
Means fractional scaling factors such as Windows' 175% will no longer
use 200% (integer rounding) etc.

This is the default on Qt 6 anyway.

Implements #3043.
2021-10-20 21:43:36 +02:00
Moritz Bunkus
76d0b61287
AVI parser: fix reading & skipping video property header chunks
This one got broken in 7d32fdf223. The
effect was that following chunks weren't read correctly. If the
following chunks were index chunks, the parts of the file the index
chunks pointed to weren't read either.

Fixes #3209.
2021-10-11 21:01:08 +02:00
Moritz Bunkus
d0ea7c40b6
AC-3 parser: support E-AC-3 with BSID values > 10 and ≤ 15
Implements #3211.
2021-10-10 16:45:30 +02:00
Moritz Bunkus
9146837cd0
bump version number, set release codename 2021-10-10 12:35:17 +02:00
Moritz Bunkus
1acd9a3497
BCP 47: add remaining ISO 639 languages 2021-10-10 12:33:54 +02:00
Moritz Bunkus
fe196f7b14
NEWS: re-order for easier consumption 2021-10-10 12:27:29 +02:00
Moritz Bunkus
b4b4885df1
mkvmerge, mkvpropedit: chapters: write defaulted elements, too
Implements #3210.
2021-10-10 12:25:11 +02:00
Moritz Bunkus
6466706177
translations: update list of translatable strings; update German translation 2021-10-10 12:00:48 +02:00
Fúlvio Alves
f7ee4fac7d
translations: update Brazilian Portuguese 2021-10-10 11:51:54 +02:00