Commit Graph

9530 Commits

Author SHA1 Message Date
KonaBlend
8ae78da74e build system: fix open file leak 2016-04-08 10:39:27 -04:00
Moritz Bunkus
613d6e8f7b Merge pull request #1651 from KonaBlend/mkvinfo_disable_qt
mkvinfo: fix missing console output
2016-04-04 18:43:37 +02:00
KonaBlend
0647abb7d9 mkvinfo: fix missing console output
m_use_gui should not be true on any platform when gui is unavailable.
2016-04-04 10:53:36 -04:00
Moritz Bunkus
4a1219ca76 mkvmerge: add muxing date to identification output for Matroska files 2016-04-03 11:54:12 +02:00
Moritz Bunkus
be14e3970f mtx::date_time: new functions for formatting dates with strftime safely 2016-04-03 11:52:19 +02:00
Moritz Bunkus
079da56cf8 kax_reader_c: fix compilation with older g++/libstdc++ 2016-04-02 20:14:41 +02:00
Moritz Bunkus
4ca858fa15 mkvmerge: add muxing_application/writing_application to identification output 2016-04-02 16:31:13 +02:00
Moritz Bunkus
43ac9e8210 JSON schema: sort container sub-attributes by their name 2016-04-02 16:18:18 +02:00
Moritz Bunkus
c8ba161c8e mkvmerge: add track's minimum timestamp to identification output for Matroska
Frontends like gMKVExtractGUI currently use mkvinfo for determining the
offset between tracks. This is an attempt to provide that information
with mkvmerge.
2016-04-02 16:17:36 +02:00
Dean Lee
90687297a8 translations: update Chinese Simplified 2016-04-02 11:03:31 +02:00
Timofey Lisunov
73dff93419 translations: update Russian 2016-04-02 11:03:27 +02:00
Martynas Kybartas
6947c716f3 translations: update Lithuanian 2016-04-02 11:03:20 +02:00
TMTisFree
fa816cfa5c translations: update French 2016-04-02 11:03:09 +02:00
Xabier Aramendi
fac76df8df translations: update Basque 2016-04-02 11:03:01 +02:00
Burak Yavuz
5965bd498e translations: update Turkish 2016-04-02 10:59:55 +02:00
Moritz Bunkus
dd54191eba build: accept unchanged strings from Transifex if original is fuzzy 2016-04-02 10:56:06 +02:00
Timofey Lisunov
d3555237b2 translations: update Russian 2016-04-01 15:06:36 +02:00
Moritz Bunkus
6e39eedff7 translations: fix grammar mistake ("a XML" → "an XML") 2016-04-01 15:04:59 +02:00
Moritz Bunkus
e90c245727 GUI: clear "attached files" on "remove all files" action 2016-04-01 12:01:15 +02:00
Jan Mazurczyk
7557d3fc67 translations: update Polish 2016-04-01 11:54:58 +02:00
Roberto Boriotti
fd3ac563c1 translations: update Italian 2016-04-01 11:26:08 +02:00
Dean Lee
5c6934cf8f translations: update Chinese Simplified 2016-04-01 11:26:08 +02:00
Timofey Lisunov
1687d70bcb translations: update Russian 2016-04-01 11:26:08 +02:00
Israel Lucas Torrijos
9dd07fa880 translations: update Spanish 2016-04-01 11:26:08 +02:00
Potato
a74311694f translations: update Korean 2016-04-01 11:26:08 +02:00
Potato
94ca2fadc2 man page translations: update Korean 2016-04-01 11:26:08 +02:00
Moritz Bunkus
851485b20f GUI: merge: remove superfluous object creator arg in loadSettingsGroup
It was introduced back in the day as a workaround for a bug in the
compiler.
2016-04-01 08:57:33 +02:00
Moritz Bunkus
40bd28e986 GUI: merge: fix ambiguous type conversion from int64_t to QVariant on 64bit Linux 2016-04-01 08:57:22 +02:00
Moritz Bunkus
376722032c translations: update list of translatable strings; update German translation 2016-03-31 23:05:31 +02:00
Moritz Bunkus
7a60d3d6d3 GUI: merge: move attachments from source files to own list on "attachments" tab 2016-03-31 22:57:06 +02:00
Moritz Bunkus
bc6fb31b3c GUI: playlists: don't ask for scanning if there's only one file 2016-03-31 19:45:57 +02:00
Moritz Bunkus
0745ec8dad translations: update German 2016-03-31 19:16:34 +02:00
Moritz Bunkus
258d47ec52 AUTHORS, ru.po: update Russian translation authors 2016-03-31 19:15:54 +02:00
Moritz Bunkus
aec4beb480 Merge pull request #1643 from remuxer32/patch-17
Update pl.po
2016-03-31 19:00:15 +02:00
remuxer32
72bc9f439d Update pl.po
I have added the missing full stop ( . ), and also improved one word.

Dodałem brakującą kropkę ( . ), a także ulepszyłem jedno słowo.
2016-03-31 18:55:37 +02:00
Moritz Bunkus
2998d57d6b translations: add dot at end of sentence 2016-03-31 18:37:11 +02:00
Burak Yavuz
4e2a94adda translations: update Turkish 2016-03-31 18:36:40 +02:00
Moritz Bunkus
b380c2611b codecs: fix name of "DTS-HD High Resolution Audio" 2016-03-30 21:31:28 +02:00
Jan Mazurczyk
d728c17399 translations: update Polish 2016-03-30 20:48:08 +02:00
Moritz Bunkus
98145a41bc translations: change "samplesize" into "sample size" 2016-03-30 18:44:34 +02:00
René Maassen
52c0138ad7 translations: update Dutch 2016-03-30 18:43:40 +02:00
René Maassen
304d253c7c translations: update Dutch 2016-03-30 18:41:42 +02:00
Moritz Bunkus
97427d2fd0 AVC/h.264: handle interlaced bottom field first correctly
The currently queued frames must be flushed before either a progressive
key frame or before the first field of an interlaced key frame. The
first field may also be the bottom field even though that is rare.
2016-03-29 22:08:43 +02:00
Moritz Bunkus
f7cfa96ec9 AVC/h.264: add more debug code 2016-03-29 20:55:38 +02:00
Moritz Bunkus
ad4fc3ea30 ChangeLog: udpate 2016-03-29 20:27:58 +02:00
Moritz Bunkus
42271f5c57 JSON: update nlohmann's JSON library
The old revision has a serious memory usage issue. For example, on
Windows a 650 KB JSON file results in memory usage of roughly 2 GB of
allocated RAM that won't be freed anymore.

The updated version doesn't have this problem anymore.

Fixes #1631.
2016-03-29 20:05:50 +02:00
Moritz Bunkus
ac1aa8f374 QuickTime/MP4 reader: JSON ident: report audio sampling frequency as an integer
My JSON schema says it should be an integer, so make it one and not a
floating point number.

All other input modules already either use integers for storing the
value or cast the floating point variables to integers before adding
them to the JSON output.

This will only required required with an updated version of nlohmann's
JSON library as the current library implicitly casts the float to an
int. The updated version won't do that anymore and preserve the type.
2016-03-29 20:01:23 +02:00
Ricardo Perdigão
bb9f40d8b7 translations: update Portuguese 2016-03-29 15:01:18 +02:00
Moritz Bunkus
3c27ccf5d0 Rakefile: optionally include Transifex push/pull targets for languages in -T 2016-03-29 14:57:08 +02:00
Moritz Bunkus
f26fe8211e translations: update list of translatable strings 2016-03-29 14:47:58 +02:00