Commit Graph

16007 Commits

Author SHA1 Message Date
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
Rob Cuiper
86aa2cd1fb Update AUTHORS 2024-08-28 07:23:05 +00:00
Moritz Bunkus
1167ed8e48
translations: update list of translatable strings; update German translation 2024-08-27 21:25:41 +02:00
Moritz Bunkus
f90e261153
Dutch translation: fix syntax error 2024-08-27 21:23:56 +02:00
Moritz Bunkus
5182db3c21
Merge remote-tracking branch 'robcuiper/main' 2024-08-27 21:23:28 +02:00
Moritz Bunkus
ddbd7b9eeb
GUI: status bar: differentiate between current & old warnings/errors
implements #3732
2024-08-27 21:22:37 +02:00
Andrei Stepanov
75c9035df2
program translations: update Russian 2024-08-27 20:40:34 +02:00
Roger Knutsen
eee44a68c9
program translations: update Norwegian Bokmål 2024-08-27 20:40:24 +02:00
Casper
448a4f7845
program translations: update Spanish 2024-08-27 20:40:18 +02:00
Rob Cuiper
4fcc6d17fe Update file nl.po 2024-08-27 11:14:35 +00:00
Rob Cuiper
b61a8c4d13 Update file nl.po 2024-08-27 11:01:59 +00:00
Rob Cuiper
c564a3750c Update file nl.po 2024-08-26 17:42:42 +00:00
Burak Yavuz
1fb83ff3e3
program translations: update Turkish 2024-08-04 14:09:33 +02:00
Timofey Lisunov
9d539a1458
program translations: update Russian 2024-08-04 14:09:28 +02:00
Roberto Boriotti
0c32e1cab9
program translations: update Italian 2024-08-04 14:09:22 +02:00
TMTisFree
13c949d318
program translations: update French 2024-08-04 14:09:13 +02:00
Moritz Bunkus
853b19b040
GUI: jobs: avoid nullptr dereferencing while dragging/dropping items
Introduced by #3720. Fixes #3729.
2024-08-04 13:46:38 +02:00
Moritz Bunkus
b7d2f71a43
GUI: merge: fix progress after interrupting & resuming identification 2024-07-31 16:51:14 +02:00
Moritz Bunkus
c7305aa2f0
GUI: merge: disable "Merge" menu actions during identification 2024-07-31 14:12:48 +02:00
Andrei Stepanov
3bdc535998
program translations: update Russian 2024-07-31 10:51:40 +02:00
Moritz Bunkus
4bf759da60
translations: update list of translatable strings; update German translation 2024-07-30 20:46:36 +02:00
Moritz Bunkus
e393ac8d60
GUI: mux: add progress dialog during file identification 2024-07-30 20:44:45 +02:00
Moritz Bunkus
ae95e11b63
AAC parser: fix quadratic time during multiplex determination
part of the fix of #3727
2024-07-30 20:35:46 +02:00
Fúlvio Alves
1b6842a183
program translations: update Brazilian Portuguese 2024-07-30 16:15:32 +02:00
Altron 320
f84c23a431
man page translations: update Ukrainian 2024-07-30 16:15:24 +02:00
Altron 320
05093e09b0
program translations: update Ukrainian 2024-07-30 16:15:14 +02:00
Moritz Bunkus
226c0b5927
AAC: LOAS/LATM: defer parsing LATM frames until first AudioSpecificConfig is found
fixes #3727
2024-07-30 16:13:26 +02:00
Moritz Bunkus
a9d9d32338
fmt: update bundled copy to v11.0.1 git revision 9228f349 2024-07-15 22:17:29 +02:00
Moritz Bunkus
249e306493
only influde <fmt/ranges.h> when libfmt is v11 or newer
Otherwise older gcc versions (e.g. gcc 11 on Ubuntu 22.04) will fail
compilation due to some constexpr issues.
2024-07-15 22:00:11 +02:00
Moritz Bunkus
a54d0df65a
Revert "fmt: update bundled copy to v11.0.1"
This reverts commit 075bf12bbf.

Unfortunately fmt v11.0.x simply doesn't compile with slightly older
gcc versions yet (e.g. gcc 11 on Ubuntu 22.04).
2024-07-15 21:08:23 +02:00
Moritz Bunkus
480f101e85
set up MXE cross-environment: use gcc13 plugin 2024-07-15 19:58:29 +02:00
Moritz Bunkus
075bf12bbf
fmt: update bundled copy to v11.0.1 2024-07-15 19:30:56 +02:00
Kefu Chai
b57dde69dc fix build with fmt v11
fmt::join() was moved into fmt/ranges.h since fmt 11, so let's
include this header for using it.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
2024-07-15 11:10:09 +08:00
Moritz Bunkus
021c74a819
bump version number, set release code name 2024-07-13 18:08:57 +02:00
Moritz Bunkus
7e14ad1250
NEWS: re-order for easier consumption 2024-07-13 18:05:58 +02:00