TMTisFree
48115fafab
translations: update French
2021-04-04 12:35:42 +02:00
Israel Lucas Torrijos
18b9974cca
translations: update Spanish
2021-04-04 12:35:07 +02:00
Antoni Bella Pérez
0a5b62a0c5
translations: update Catalan
2021-04-04 12:34:59 +02:00
Симеон Цветков
9efdd9dce5
translations: update Bulgarian
2021-04-04 12:34:53 +02:00
Moritz Bunkus
17e0c11909
AAC reader: use 64-bit integer types in file size related calculations
...
Otherwise files bigger than 2 GB result in negative numbers…
Fixes #3059 .
2021-04-04 11:38:05 +02:00
Moritz Bunkus
3dec8ccbc1
translations: update list of translatable strings; update German translation
2021-03-24 20:26:43 +01:00
Timofey Lisunov
ebd740d7af
translations: update Russian
2021-03-24 20:19:30 +01:00
Fúlvio Alves
9b9fa860cb
translations: update Brazilian Portuguese
2021-03-24 20:19:22 +01:00
Antoni Bella Pérez
c88fbc8fb8
man page translations: update Catalan
2021-03-24 20:19:13 +01:00
Antoni Bella Pérez
53a537845e
translations: update Catalan
2021-03-24 20:19:06 +01:00
Симеон Цветков
a1a6ea9873
man page translations: update Bulgarian
2021-03-24 20:18:01 +01:00
Симеон Цветков
5f55d936d3
translations: update Bulgarian
2021-03-24 20:17:14 +01:00
Moritz Bunkus
02b8ccc50b
Merge remote-tracking branch 'cross64/f-msix'
2021-03-24 20:16:42 +01:00
Moritz Bunkus
7dba786c3e
mkvmerge: HEVC: remove codec private mismatch warnings when appending
2021-03-23 19:51:44 +01:00
Moritz Bunkus
965288eb74
HEVC parser: make frame ordering more correct
2021-03-23 19:49:54 +01:00
Moritz Bunkus
286906e634
HEVC parser: rename slice_info_c.type to ….slice_type
...
…in order to avoid confusion with nalu_type
2021-03-23 19:49:54 +01:00
Moritz Bunkus
28c9887d4c
mkvmerge: HEVC: use same parser when appending
2021-03-23 19:49:45 +01:00
Moritz Bunkus
b7c35e5a0d
a script for extracting NALUs from h.265 bitstreams via hevc_dump
2021-03-23 19:48:53 +01:00
Moritz Bunkus
e16b146b70
hevc_dump: calculate & output frame checksums
2021-03-23 19:48:53 +01:00
Moritz Bunkus
3669c5bc58
checksums: add functions for returning results as a hex string
2021-03-23 19:48:53 +01:00
Moritz Bunkus
07eaeb0cda
cosmetics: alignment
2021-03-23 19:48:53 +01:00
Moritz Bunkus
e2a8be0831
mkvmerge, extract: HEVC: add hack for not normalizing parameter sets
2021-03-23 19:48:53 +01:00
Moritz Bunkus
e75e9c503e
mkvmerge: HEVC: normalize parameter set NALUs
...
Normalization means that each key frame is prefixed with exactly one
set of the currently active picture, sequence & video parameter sets.
Fixes #3034 and prevents the same class of issues where the parameter
sets required to decode do not match the ones in CodecPrivate but
aren't present in front of the key frames. This often happens when
appending files.
2021-03-23 19:48:53 +01:00
Moritz Bunkus
f617da2f14
hevc_dump: add support for NALUs-with-size-fields streams
2021-03-23 19:48:53 +01:00
Moritz Bunkus
e1c417cc4c
extract: HEVC: normalize parameter set NALUs
...
Normalization means that each key frame is prefixed with exactly one
set of the currently active picture, sequence & video parameter sets.
2021-03-23 19:48:53 +01:00
Moritz Bunkus
90e9d2feab
HEVC ES parser: optionally normalize VPS/SPS/PPS placement
2021-03-23 19:48:53 +01:00
Moritz Bunkus
e6c853ddf0
HEVC ES parser: remove duplicate code
2021-03-20 14:55:09 +01:00
Moritz Bunkus
709c61dbba
add MSIX packaging
2021-03-20 13:56:55 +01:00
Moritz Bunkus
9903d78310
configure: remove check for PRI[du]64 printf format specifiers
...
Those haven't been used in MKVToolNix for years now.
2021-03-20 13:15:44 +01:00
Moritz Bunkus
12284bf662
tests: prevent updating results if results contain 'failed'
2021-03-20 13:15:22 +01:00
Moritz Bunkus
889d3910ef
tests: fix chapter languages test due to dcfe41269
2021-03-20 13:13:50 +01:00
Moritz Bunkus
5f42b31006
extract: chapters: don't add ChapterLanguage elements if not present in file
2021-03-15 17:46:48 +01:00
Moritz Bunkus
dcfe41269a
GUI:: chapters: don't write mandatory elements set to their default value
2021-03-15 17:27:30 +01:00
Moritz Bunkus
cfe40fd261
propedit: chapters: don't write mandatory elements set to their default value
2021-03-15 17:27:30 +01:00
Moritz Bunkus
299808387f
propedit: tags: don't write mandatory elements set to their default value
...
See #3071 .
2021-03-15 17:27:30 +01:00
Moritz Bunkus
0756105592
cosmetics: alignment
2021-03-15 17:27:30 +01:00
Moritz Bunkus
7b00448ba3
tags: don't set "target type" for track statistics tags
2021-03-15 17:27:30 +01:00
Moritz Bunkus
97e7e1f64c
move find_tag_for function to track_statistics_c
...
That class was the only user, and I plan to change its semantics
anyway.
Part of the fix of #3074 .
2021-03-15 17:27:30 +01:00
Moritz Bunkus
43bf6ac093
src/common/track_statistics.cpp: remove "using namespace libmatroska"
2021-03-15 17:27:30 +01:00
Moritz Bunkus
5bdebfd9e6
chapters: don't write mandatory elements set to their default value
2021-03-15 17:27:30 +01:00
Moritz Bunkus
0ab096dcbe
tags: don't write mandatory elements set to their default value
...
See #3071 .
2021-03-15 17:27:30 +01:00
Moritz Bunkus
9336c70c9c
function for removing mandatory elements set to their default value
2021-03-15 17:27:30 +01:00
Moritz Bunkus
f17d44b00b
man page translations: update list of translatable strings; update German translation
2021-03-14 21:33:27 +01:00
Moritz Bunkus
912937a733
translations: update list of translatable strings; update German translation
2021-03-14 21:31:54 +01:00
Kai Mao
4f9644c611
translations: update Chinese Traditional
2021-03-14 21:30:57 +01:00
Burak Yavuz
d7c5b5d938
translations: update Turkish
2021-03-14 21:30:50 +01:00
Timofey Lisunov
3c570f0630
translations: update Russian
2021-03-14 21:30:46 +01:00
Fúlvio Alves
79b015dd62
translations: update Brazilian Portuguese
2021-03-14 21:30:39 +01:00
Antoni Bella Pérez
69463d60c2
translations: update Catalan
2021-03-14 21:30:31 +01:00
Симеон Цветков
0ca32c10af
translations: update Bulgarian
2021-03-14 21:30:07 +01:00