Moritz Bunkus
742a7a207a
version number script: adjust for build system changes
2019-06-22 12:05:29 +02:00
Kai Mao
973dbcc71d
translations: update Chinese Traditional
2019-06-22 12:05:29 +02:00
Dian Li
c75cb4a59f
translations: update Chinese Simplified
2019-06-22 12:05:29 +02:00
Burak Yavuz
c6529ce63f
translations: update Turkish
2019-06-22 12:05:29 +02:00
solokot
996ca01131
translations: update Russian
2019-06-22 12:05:29 +02:00
Antoni Bella Pérez
5437269a98
translations: update Catalan
2019-06-22 12:05:29 +02:00
Dian Li
d702bf9683
man page translations: update Chinese Simplified
2019-06-22 12:05:29 +02:00
Antoni Bella Pérez
471e1b2054
man page translations: update Catalan
2019-06-22 12:05:29 +02:00
Jan Mazurczyk
3014a6316c
translations: update Polish
2019-06-19 20:02:32 +02:00
Moritz Bunkus
a152845996
GUI: prefs: run programs: disable "execute now" for "delete source files"
2019-06-19 20:00:16 +02:00
Moritz Bunkus
578c291281
NEWS.md: escape < and > properly
2019-06-19 17:16:08 +02:00
Moritz Bunkus
7dee3ae004
tests: update due to translation update
2019-06-18 19:14:35 +02:00
Moritz Bunkus
317491ee8a
AUTHORS: fix one translator's name
2019-06-18 19:11:40 +02:00
Kai Mao
5908454ee0
translations: update Chinese Traditional
2019-06-18 19:11:25 +02:00
Burak Yavuz
629d65d970
translations: update Turkish
2019-06-18 19:09:47 +02:00
Rafael Fontenelle
23055fb8b0
translations: update Brazilian Portuguese
2019-06-18 19:09:40 +02:00
TMTisFree
72e96f793c
translations: update French
2019-06-18 19:09:30 +02:00
Moritz Bunkus
faa9a31567
translations: update German
2019-06-18 19:07:08 +02:00
Moritz Bunkus
7bef74d3b7
GUI: mux: re-translate file type names on UI language changes part 2
...
Really fixes #2572 .
2019-06-18 19:04:51 +02:00
Moritz Bunkus
559bead9ef
GUI: mux: re-translate file type names on UI language changes
...
Fixes #2572 .
2019-06-18 17:50:58 +02:00
Moritz Bunkus
2e3c4045db
translations: update list of translatable strings; update German translation
2019-06-17 22:20:51 +02:00
Moritz Bunkus
1838369723
GUI: jobs: add action to execute type "delete source files"
...
This is a destructive action; no user confirmation is requested. The
action only works for multiplexer jobs, not for info jobs.
The action is disabled by default. It has to be enabled to be usable
at all, and if it should always be executed, one of the two options
"After a job completes successfully or with warnings" or "After a job
exits with an error or the user aborts the job" must be enabled, too.
Implements #869 and #2570 .
2019-06-17 22:16:33 +02:00
Moritz Bunkus
e91b14e9e7
man page translations: update list of translatable strings; update German translation
2019-06-17 21:21:47 +02:00
Moritz Bunkus
56533f30e8
translations: update list of translatable strings; update German translation
2019-06-17 21:16:34 +02:00
Chun-Kai Mao
1fb763752d
translations: update Chinese Traditional
2019-06-17 21:14:22 +02:00
Moritz Bunkus
0655836efa
AUTHORS: don't enforce <last name, first name> format
...
A lot of cultures do not adhere to this type of format. There doesn't
have to be a last name in the first place, or a first one. The family
name doesn't have to be the last one, it might be the first one. There
might be a lot more components to names.
2019-06-17 21:06:10 +02:00
Moritz Bunkus
8d1d365bf7
GUI: mux: reset tab name when destination file name is cleared
...
Only the Windows version was affected. Fixes #2571 .
2019-06-17 20:38:56 +02:00
Moritz Bunkus
39557e80a0
Matroska reader: add "codec_name" track property in JSON identification
2019-06-17 19:53:27 +02:00
Moritz Bunkus
5d72ab271a
Matroska reader: copy "codec name" track property if set
...
Fixes #2566 .
2019-06-17 19:32:06 +02:00
Moritz Bunkus
ea3c85476c
mkvpropedit: fix wrong example of date/time format in error message
...
Fixes #2565 .
2019-06-17 19:18:38 +02:00
Jan Mazurczyk
39e0d44740
translations: update Polish
2019-06-09 13:10:55 +02:00
solokot
8e339c3b8a
translations: update Russian
2019-06-09 13:10:14 +02:00
Roberto Boriotti
480c38b9a8
translations: update Italian
2019-06-09 13:09:10 +02:00
Pavel Rehak
2e58d7d843
translations: update Czech
2019-06-09 13:09:01 +02:00
Antoni Bella Pérez
b6a68b3668
translations: update Catalan
2019-06-09 13:08:47 +02:00
Moritz Bunkus
b134b0d59a
AAC: add support for parsing ER CELP & error protection configs
2019-06-09 13:06:44 +02:00
Moritz Bunkus
71eb04ec10
AAC: throw proper exception on unsupported object type
...
Throwing a char const * won't be caught, leading to mkvmerge
terminating.
This is part of the fix of #2563 .
2019-06-08 11:38:02 +02:00
Moritz Bunkus
b582811653
libEBML, libMatroska: update to releases 1.3.9/1.5.2
2019-05-27 22:15:20 +02:00
Moritz Bunkus
598fe5e69e
configure: fix detection of libebml::FindNextChild
...
The internal libEBML was updated to v1.3.9. That version contains
changes to cmake to build an additional header file, ebml_export.h. In
MKVToolNix, which isn't cmake-based, that file has to be created
manually, and the Rakefile does so.
However, when configure runs the file doesn't exist yet. This means
that any attempt to compile a test program with the internal libebml
will fail due to the header not being found. configure's compilation
checks will therefore fail.
For the detection of libebml::FindNextChild doing a compilation check
against the internal libebml isn't really needed as we know that the
version does include it. So just hardcode that knowledge and avoid the
compilation check.
2019-05-25 17:48:24 +02:00
Dian Li
0c3bd93bd5
translations: update Chinese Simplified
2019-05-25 13:27:15 +02:00
Burak Yavuz
613c753ddf
translations: update Turkish
2019-05-25 13:27:03 +02:00
Andrei Stepanov
c14079744c
translations: update Russian
2019-05-25 13:26:50 +02:00
Rafael Fontenelle
4a97f8be8b
translations: update Brazilian Portuguese
2019-05-25 13:26:43 +02:00
TMTisFree
9735cb2863
translations: update French
2019-05-25 13:26:15 +02:00
Moritz Bunkus
61b8dfd203
build system: create ebml_export.h if using internal libEBML
2019-05-25 12:24:38 +02:00
Moritz Bunkus
dc837866d7
libEBML, libMatroska: update to current upstream
2019-05-25 12:24:38 +02:00
Moritz Bunkus
29cf67a662
translations: update list of translatable strings; update German translation
2019-05-20 08:08:54 +02:00
Moritz Bunkus
82e2b4007d
Remove remaining new-line chars from property strings
2019-05-20 08:06:37 +02:00
Rafael Fontenelle
1394a7df2e
Remove new-line chars from prop strings
2019-05-20 06:05:35 +00:00
Rafael Fontenelle
dca78ae288
Differentiate chroma sitting headers
2019-05-19 20:52:15 -03:00