Commit Graph

6711 Commits

Author SHA1 Message Date
Moritz Bunkus
b06cb5eb2e common: add template function Is<>() testing EbmlElement for specific classes 2013-12-01 14:44:13 +01:00
Moritz Bunkus
703cbeeeb6 translations: update list of translatable strings 2013-11-28 14:41:38 +01:00
Moritz Bunkus
f86df5c877 mmg: fix a typo in the »scan directory for other playlists« dialog 2013-11-28 14:40:59 +01:00
Moritz Bunkus
953aa7e4f2 build system: fix missing space in compiler options if optimizations are enabled 2013-11-27 22:00:00 +01:00
Moritz Bunkus
705419ed8c mmg: fix format string/data type differences with wxWidgets 3.0.0 2013-11-24 21:58:04 +01:00
Moritz Bunkus
f66292abfc Merge remote-tracking branch 'remotes/brunorex/master' 2013-11-24 21:26:19 +01:00
Moritz Bunkus
42e5f91c3e QT/MP4 reader: ignore obviously wrong sample size entries 2013-11-24 21:22:16 +01:00
Moritz Bunkus
8dc4d4c6de VC1: improve frame type detection, even if no entry point is available 2013-11-24 21:22:16 +01:00
Bruno Barbieri
483bca4a1f Installer: translated Portuguese language file and added Portuguese (Brazil) language file 2013-11-23 23:31:23 -02:00
Moritz Bunkus
d0b0f37224 Merge pull request #25 from Trottel/patch-2
Update Czech.nsh
2013-11-19 03:46:05 -08:00
Trottel
c9226b061a Update Czech.nsh 2013-11-19 12:43:55 +01:00
Moritz Bunkus
e37ef5f2ca VC1: determine frame type from frame header as well, not only from sequence header presence 2013-11-15 16:48:24 +01:00
Moritz Bunkus
92daebd2b5 mkvinfo: don't cut track IDs/UIDs short to 32bits
Fixes #935.
2013-11-14 08:47:05 +01:00
Moritz Bunkus
17727439b9 mkvmerge: use the source file where the video track comes from for displaying progress 2013-11-03 11:16:38 +01:00
Moritz Bunkus
b7e2eadec7 mkvmerge: refactor display reader selection into its own function 2013-11-03 10:59:17 +01:00
Moritz Bunkus
cf06b42c66 build system: fix wxWidgets detection for wx 2.9x and mingw i686-pc-mingw32 2013-11-02 15:40:27 +01:00
Moritz Bunkus
3716e532ee memory_c::resize(): fix write to behind allocated block
If resizing down a non-free instance then we must copy at most as many
bytes as the new size allows for. Fixes #931.
2013-11-02 12:13:20 +01:00
Xabier Aramendi
383e587515 Translations: update Basque 2013-10-30 10:31:52 +01:00
Israel Lucas Torrijos
720d7d8527 Translations: update Spanish 2013-10-30 10:31:42 +01:00
Moritz Bunkus
484c2c7dd3 mmg: use SetSizerAndFit() instead of SetSizer() everywhere 2013-10-26 23:15:18 +02:00
Moritz Bunkus
8004cd58dc ChanageLog update 2013-10-26 22:41:45 +02:00
Moritz Bunkus
164bb94c90 mmg input tab: refactor all border spacers 2013-10-26 22:38:36 +02:00
Moritz Bunkus
345be3fcea mmg input tab: make all inputs and sizers grow properly
Fixes the issue with wxWidgets 2.9.x/3.x making the tracks list box 0
pixels high and expanding the notebook on the input tab expand
arbitrarily.
2013-10-26 22:35:30 +02:00
Moritz Bunkus
fb4da40e9c mmg input tab: create controls first, layout afterwards 2013-10-26 22:34:47 +02:00
Moritz Bunkus
e157f33b64 mmg input tab: temporarily remove all occurrences of wxGROW 2013-10-26 22:34:09 +02:00
Moritz Bunkus
fddc0b7231 build system: add C++11 flag to wxWidgets test 2013-10-26 18:52:13 +02:00
Moritz Bunkus
5b887990ca build system: use -std=c++11 instead of -std=c++0x if the compiler supports it 2013-10-26 18:50:15 +02:00
Andriy Bilous'ko
c515658e5d Translations: update Ukrainian 2013-10-26 16:13:20 +02:00
Moritz Bunkus
14651c092e Tests: add test case for Polish locale 2013-10-26 16:04:32 +02:00
Moritz Bunkus
661ca07a1b Tests: fail if mkvmerge doesn't support specific locale 2013-10-26 16:04:32 +02:00
Moritz Bunkus
a46047baf7 Docs: re-build translated man pages 2013-10-26 16:04:32 +02:00
Moritz Bunkus
2ce5a4c320 Translations: enable use of Portuguese translation 2013-10-26 16:04:31 +02:00
Moritz Bunkus
92812907f7 Tests: unify and simplify UI locale test scripts 2013-10-26 14:06:04 +02:00
Moritz Bunkus
4d36b117f2 Tests: intentional update due to 58cc4da 2013-10-26 13:57:57 +02:00
Moritz Bunkus
1f865d3231 Translations: update German (re-add entries lost in 58cc4da) 2013-10-26 12:52:37 +02:00
Moritz Bunkus
8d86dd219f update AUTHORS 2013-10-26 12:52:22 +02:00
Chris Leick
58cc4da39d Translations: update German 2013-10-26 12:52:22 +02:00
Moritz Bunkus
eba49bd40b MPEG ES reader: fix logical error in file detection code
Fixes #928.
2013-10-26 12:52:22 +02:00
Moritz Bunkus
da654e7ea7 build system: add -Wlogical-op warning flag for gcc 4.8.x 2013-10-26 12:52:22 +02:00
Moritz Bunkus
5de88ec536 build system: move compiler warning flag checks to their own file 2013-10-26 12:52:22 +02:00
Moritz Bunkus
06b29eea84 Merge pull request #24 from BrunoReX/master
mkvextract doc: added info about VP9 extraction
2013-10-22 00:10:19 -07:00
Bruno Barbieri
cc1878b3ab mkvextract doc: added info about VP9 extraction 2013-10-21 20:57:36 -02:00
Roberto Boriotti
53b686b146 Update italian translation 2013-10-20 20:39:31 +02:00
Roberto Boriotti
e205f9de75 Update italian translation 2013-10-20 20:36:26 +02:00
Moritz Bunkus
9305c30f36 add German man page translation to spec files 2013-10-19 21:31:41 +02:00
Moritz Bunkus
96afd18d2b translations: update list of translatables; update German translation 2013-10-19 20:57:26 +02:00
Moritz Bunkus
7dc6ec85ed Add release message, set version number and release code name 2013-10-19 20:18:25 +02:00
Moritz Bunkus
fa91271e6b mkvmerge: h.264: remove filler NALUs from framed bitstreams 2013-10-19 20:16:07 +02:00
Moritz Bunkus
73dc17d0c1 mkvextract: implement support for extracting VP9
See #899.
2013-10-19 20:06:57 +02:00
Moritz Bunkus
04714ed7b0 mkvmerge: implement support for muxing VP9
Can be read from IVF and Matroska/WebM files. Implements #899.
2013-10-19 20:02:46 +02:00