Grzegorz Pruchniakowski
57425d91ab
man page translations: update Polish
2022-10-01 19:34:58 +02:00
Moritz Bunkus
0f903f537c
man page: document --audio-emphasis & --list-audio-emphasis
2022-10-01 19:34:58 +02:00
Moritz Bunkus
78394eb9c9
man page: add description for --list-stereo-modes
2022-10-01 19:34:58 +02:00
Moritz Bunkus
c967f9aae8
man page: re-order options
2022-10-01 19:19:10 +02:00
Moritz Bunkus
16ab6d073e
GUI: mux: add support for audio emphasis
2022-10-01 19:15:51 +02:00
Moritz Bunkus
49fc84a0cb
audio emphasis: more helper functions; adjust translations
2022-10-01 19:15:07 +02:00
Moritz Bunkus
a2ce00d964
mkvpropedit, GUI's header edit: add support for Emphasis audio track header element
2022-10-01 18:19:05 +02:00
Moritz Bunkus
cfda511498
mkvmerge: add support for the Emphasis audio track header element
2022-10-01 18:18:35 +02:00
Moritz Bunkus
5426e4cad9
GUI: run program widget: make help texts a bit clearer wrt. file names/paths
2022-09-30 15:58:27 +02:00
Moritz Bunkus
f0a8760e4a
build sys: require libEBML 1.4.3 & libMatroska 1.7.0
2022-09-30 12:22:49 +02:00
Moritz Bunkus
c4670a0fbf
update libEBML to 1.4.3, libMatroska to 1.7.0
2022-09-30 11:40:45 +02:00
Moritz Bunkus
c61995687c
update libEBML & libMatroska
2022-09-26 23:00:05 +02:00
Moritz Bunkus
62c9147580
update bundled libEBML, libMatroska
2022-09-24 22:20:58 +02:00
Moritz Bunkus
0e1cbd7143
info: add support for Emphasis audio track header element
2022-09-24 20:34:26 +02:00
Moritz Bunkus
48bf02f0bd
FLAC reader: fix compilation with older versions of FLAC
2022-09-22 16:30:27 +02:00
Moritz Bunkus
8b2f4a1a69
FLAC reader: don't abort program on stream errors, only file
2022-09-22 16:18:32 +02:00
Moritz Bunkus
7c96a4a956
update bundled libMatroska
2022-09-22 15:09:29 +02:00
Moritz Bunkus
618dcf1ff2
merge: add option --list-stereo-modes for listing available stereo modes
2022-09-21 15:59:59 +02:00
Moritz Bunkus
9b5d05d924
table formatter: support for column alignments
2022-09-21 15:58:09 +02:00
Moritz Bunkus
1fe4b87e40
mkvmerge help: re-order & add new section for "audio track only" options
2022-09-19 20:08:21 +02:00
Moritz Bunkus
17557b95a7
NEWS: add note that recent change also fixes #3406
2022-09-19 11:25:32 +02:00
Moritz Bunkus
cbcfa07b64
GUI: language init: use QHash for checking if common
...
Microbenchmark says that using `QHash::[]` instead of
`QStringList::indexOf` is nearly four times faster. With the language
list being several thousand entries long, this does make a small
difference.
2022-09-19 10:23:37 +02:00
Moritz Bunkus
27e9bcd57e
GUI: prefs: only re-initialize certain controls if relevant settings changed
2022-09-18 23:47:37 +02:00
Moritz Bunkus
6266d75230
stderr logger: include prefix & runtime, end message with newline
2022-09-18 23:44:21 +02:00
Moritz Bunkus
5ee5087f2d
tests: update for the latest libMatroska updates
2022-09-18 21:12:41 +02:00
Moritz Bunkus
e620559ec1
update bundled libMatroska
2022-09-18 19:45:16 +02:00
Moritz Bunkus
16c94d0498
tests: update for various libMatroska commits
...
KaxSemantic: add KaxEmphasis audio element
KaxSemantic: add KaxChapterSkipType chapter element
KaxSemantic: add KaxEditionDisplay elements
2022-09-18 18:23:20 +02:00
Moritz Bunkus
5d15977da4
Merge branch 'updates-draft-09-semantics'
2022-09-18 16:27:52 +02:00
Moritz Bunkus
9c149aaf5d
update bundled libEBML & libMatroska from git
2022-09-18 16:25:33 +02:00
Moritz Bunkus
b24461a582
tests: update for "KaxSemantic.cpp: make KaxVideoDisplayUnit elements mandatory"
2022-09-17 17:22:14 +02:00
Moritz Bunkus
a51061959a
tests: update for "KaxSemantic.cpp: make Video\Colour elements mandatory"
2022-09-17 17:15:49 +02:00
Moritz Bunkus
86c2b3355e
tests: update for "KaxSemantic.cpp: make KaxEditionFlagOrdered mandatory"
2022-09-17 17:04:29 +02:00
Moritz Bunkus
26314970a5
tests: update for "KaxSemantic.cpp: make KaxVideoAlphaMode mandatory"
2022-09-17 17:00:44 +02:00
Moritz Bunkus
70c3f43465
tests: update for "KaxSemantic.cpp: make StereoMode mandatory"
2022-09-17 16:54:24 +02:00
Moritz Bunkus
bc34ac8492
tests: update for "KaxSemantic.cpp: make TrackLanguage elements mandatory"
2022-09-17 16:17:00 +02:00
Moritz Bunkus
ecdb0bce1d
tests: update for "KaxSemantic.cpp: make some elements mandatory"
2022-09-17 15:58:12 +02:00
Moritz Bunkus
371d8bb685
tests: update for "KaxSemantic: add TagDefaultBogus"
2022-09-17 15:36:30 +02:00
Moritz Bunkus
77953c593d
MSIX packaging: fix determining the version & allow overriding it
2022-09-14 19:39:28 +02:00
Moritz Bunkus
ba94a862c8
GUI: mux: use two columns for "Color information" in tab-widget-below-tracks mode
...
Implements #3401 .
2022-09-09 20:38:56 +02:00
Moritz Bunkus
20ddc315e6
cosmetics: alignment
2022-09-09 20:31:53 +02:00
Moritz Bunkus
6ee9d4f1f4
Ogg/OGM reader: fix skipping unsupported tracks & those missing header pages
...
Fixes #3394 .
2022-09-04 15:36:15 +02:00
Moritz Bunkus
e3c3fff6fb
bump version number, set release codename
2022-08-14 09:20:40 +02:00
Moritz Bunkus
e28558b607
NEWS: re-order for release
2022-08-14 09:12:15 +02:00
Burak Yavuz
dd1eb2a7c1
program translations: update Turkish
2022-08-14 09:11:32 +02:00
Timofey Lisunov
bf6ad35ca0
program translations: update Russian
2022-08-14 09:11:28 +02:00
Israel Lucas Torrijos
295f71bd5e
program translations: update Spanish
2022-08-14 09:11:18 +02:00
Antoni Bella Pérez
32c6404c93
program translations: update Catalan
2022-08-14 09:11:03 +02:00
Moritz Bunkus
99e6040bbf
NEWS: add entry about MSYS improvements
...
See #3373 .
2022-08-13 15:25:24 +02:00
Moritz Bunkus
ecbe657db6
translations: update list of translatable strings; update German translation
2022-08-13 15:22:36 +02:00
Moritz Bunkus
6e73088174
GUI: mux: optionally add one tab per dropped directory & add directory's files in it
...
Implements #3371 .
2022-08-13 15:22:35 +02:00