Commit Graph

16041 Commits

Author SHA1 Message Date
Moritz Bunkus
7a32d31e70
bump version number, set release code name 2024-10-19 15:13:11 +02:00
Andrei Stepanov
1e388a0f51
man page translations: update Russian 2024-10-19 14:26:08 +02:00
TMTisFree
b198ad09b4
program translations: update French 2024-10-18 21:55:29 +02:00
Moritz Bunkus
f231e26641
man page translations: update list of translatable strings; update German translation 2024-10-18 21:47:56 +02:00
Moritz Bunkus
77094cb65f
mkvmerge man page: remove wrong statement about MIME type having to be set 2024-10-18 21:45:13 +02:00
Moritz Bunkus
ec570f69d5
Merge remote-tracking branch 'robcuiper/main' 2024-10-17 21:02:27 +02:00
Andrei Stepanov
62531fca28
man page translations: update Russian 2024-10-17 20:56:27 +02:00
Andrei Stepanov
c9d0f111f1
program translations: update Russian 2024-10-17 20:56:22 +02:00
Burak Yavuz
f175d29dd6
program translations: update Turkish 2024-10-17 20:56:17 +02:00
TMTisFree
5329213c3f
program translations: update French 2024-10-17 20:56:09 +02:00
Moritz Bunkus
b50fb23cae
MP4 reader: only warn about multiple FourCC in track headers if different
fixes #3748
2024-10-17 20:54:40 +02:00
Moritz Bunkus
fc7492894b
fourcc_c tests: add fourcc_ ==/!= fourcc_c 2024-10-17 20:48:00 +02:00
Moritz Bunkus
25209196cb
MXE setup: don't build Qt 5 anymore 2024-10-17 20:05:29 +02:00
Moritz Bunkus
34e864fae1
translations: update list of translatable strings; update German translation 2024-10-17 12:39:05 +02:00
Burak Yavuz
1a930e45f4
program translations: update Turkish 2024-10-17 12:38:23 +02:00
Andrei Stepanov
5293aadabe
program translations: update Russian 2024-10-17 12:38:18 +02:00
Roger Knutsen
4fc6af85b0
program translations: update Norwegian Bokmål 2024-10-17 12:38:11 +02:00
Roberto Boriotti
6b29dbb708
program translations: update Italian 2024-10-17 12:38:01 +02:00
TMTisFree
36d4d64600
program translations: update French 2024-10-17 12:37:52 +02:00
Israel Lucas Torrijos
91b3d686c6
program translations: update Spanish 2024-10-17 12:37:42 +02:00
Antoni Bella Pérez
af290366e3
program translations: update Catalan 2024-10-17 12:37:33 +02:00
Moritz Bunkus
6fc8fa3a7c
mkvmerge, chapter editor: support reading from PotPlayer bookmark files 2024-10-17 12:34:40 +02:00
Moritz Bunkus
30eb0b9298
Merge remote-tracking branch 'atsampson/qt6.8' 2024-10-09 20:10:36 +02:00
Adam Sampson
fc83003f54 GUI: add missing include for Qt 6.8
This file uses qDebug, but didn't include <QDebug>, and it's no longer
transitively included with Qt 6.8.0.
2024-10-09 13:47:18 +01:00
Rob Cuiper
22e7d8caab Update file nl.po 2024-10-08 15:11:00 +00:00
Rob Cuiper
7da8b64100 Merge branch mkvtoolnix:main into main 2024-10-08 11:37:29 +00:00
Moritz Bunkus
e97fb66e61
MSIX asset generation: use magick command introduced in ImageMagick 7 2024-10-06 12:31:31 +02:00
Moritz Bunkus
ecf44d0dbc
configure: fix setting HAVE_QTDBUS if module is found
The m4 macro `AC_DEFINE()` seems to write the definition into a file
that's later evaluated and from which `config.h` is built. This
temporary file must reside in the proper directory, otherwise
`configure` will only know that `HAVE_QTDBUS` might be defined but not
that it should actually be set.

The function checking for Qt6 uses a different temporary directory for
its checks whether `qmake` can compile with certain modules. For the
invocations it changes the current working directory to the temporary
directory. If `AC_DEFINE()` is used while the working directory is
changed, this will break the mechanism described above.

The solution is to only use `AC_DEFINE()` once the current working
directory's been changed back to the original one.

fixes #3744
2024-10-01 12:50:14 +02:00
Rob Cuiper
6b95069c62 Update file nl.po 2024-09-25 14:00:58 +00:00
Rob Cuiper
956265627e Update file nl.po 2024-09-17 13:54:41 +00:00
Rob Cuiper
5e1e77646b Update file nl.po 2024-09-11 08:30:51 +00:00
Rob Cuiper
332fb82705 Update file nl.po 2024-09-10 11:38:06 +00:00
Rob Cuiper
39d5e3d57c Update file nl.po 2024-09-09 13:21:18 +00:00
Rob Cuiper
3aed9feda2 Update file nl.po 2024-09-09 11:19:49 +00:00
Moritz Bunkus
94bb863030
bump version number, set release code name 2024-09-07 13:08:00 +02:00
Moritz Bunkus
bfd63e0f2d
NEWS.md: re-order entries 2024-09-07 12:59:44 +02:00
Moritz Bunkus
b5e3bf2852
translations: update list of translatable strings; update German translation 2024-09-07 12:51:53 +02:00
Roger Knutsen
6b6d3b3faf
program translations: update Norwegian Bokmål 2024-09-07 12:50:08 +02:00
Roberto Boriotti
a466c39463
program translations: update Italian 2024-09-07 12:50:02 +02:00
Israel Lucas Torrijos
a179b75ae8
program translations: update Spanish 2024-09-07 12:49:46 +02:00
Antoni Bella Pérez
7f8395e7df
man page translations: update Catalan 2024-09-07 12:49:31 +02:00
Antoni Bella Pérez
d5a0d005cb
program translations: update Catalan 2024-09-07 12:49:19 +02:00
Moritz Bunkus
734db122e4
MPEG TS reader: add hack for not combining Dolby Vision layers from separate tracks 2024-09-03 22:09:18 +02:00
Burak Yavuz
dfe8f3eaf3
program translations: update Turkish 2024-09-01 17:17:43 +02:00
Timofey Lisunov
7cfc8b5221
program translations: update Russian 2024-09-01 17:17:36 +02:00
Camiel K
91fce9dfc1
program translations: update Dutch 2024-09-01 17:17:30 +02:00
TMTisFree
9f8c4ce308
program translations: update French 2024-09-01 17:17:19 +02:00
Moritz Bunkus
a82f6e6a6d
mkvmerge: chapters: support specifying MPLS with --chapters
Fixes/implements #3735
2024-08-30 10:33:01 +02:00
Moritz Bunkus
b3b6b06cad
chapter parsing: properly flag chapters read from DVDs 2024-08-30 10:25:10 +02:00
Moritz Bunkus
b891c13bc7
AUTHORS: reorder entries 2024-08-28 09:39:23 +02:00