Commit Graph

6784 Commits

Author SHA1 Message Date
Moritz Bunkus
ceafc2f53e MP3 reader: use codec_c for common codec names 2013-12-29 21:19:00 +01:00
Moritz Bunkus
0ca566ebcc Matroska reader: use codec_c for common codec names 2013-12-29 21:19:00 +01:00
Moritz Bunkus
c1bccca405 IVF reader, common IVF code: use codec_c for common codec names 2013-12-29 21:18:59 +01:00
Moritz Bunkus
12b8bf9a7a DTS reader: use codec_c for common codec names 2013-12-29 21:18:59 +01:00
Moritz Bunkus
6495c12cff Dirac reader: use codec_c for common codec names 2013-12-29 21:18:59 +01:00
Moritz Bunkus
c83923ad9c CoreAudio reader: use codec_c for common codec names 2013-12-29 21:18:59 +01:00
Moritz Bunkus
749c467de2 AVC/h.263 & AVI readers: use codec_c for common codec names 2013-12-29 21:18:59 +01:00
Moritz Bunkus
5b25129d16 refactoring: remove unneeded include files 2013-12-29 21:18:59 +01:00
Moritz Bunkus
c810f64b9c AAC & AC3 readers: use codec_c for common codec names 2013-12-29 21:18:59 +01:00
Moritz Bunkus
cd4a9b6600 QT/MP4 reader: use codec_c for common codec names 2013-12-29 21:18:58 +01:00
Moritz Bunkus
f7d94cf4dd refactoring: remove unused CodecID definitions 2013-12-29 21:18:17 +01:00
Moritz Bunkus
467c84afac common: new codec_c class for codec identification 2013-12-29 21:18:17 +01:00
Moritz Bunkus
adcf0ac597 refactoring: move MPEG4 object type ID definitions to common header file 2013-12-29 21:17:34 +01:00
Moritz Bunkus
994edf5b21 refactoring: split common/matroska.h into three separate header files 2013-12-29 21:17:34 +01:00
Moritz Bunkus
48a94bc520 mmg: append_combobox_items(): use Append for wxArrayString on wxWidgets > 3.0.0 2013-12-27 11:57:51 +01:00
Moritz Bunkus
52dd03f460 Reverting "refactoring: remove helper function append_combobox_items()"
This reverts commit 22d848232d.
2013-12-27 11:38:20 +01:00
Moritz Bunkus
e2cd49c64a Translations: update German 2013-12-27 10:37:31 +01:00
Moritz Bunkus
bbb46b0596 Translations: update list of translatable strings 2013-12-27 10:36:47 +01:00
Roberto Boriotti
8150e696dc Translations: update Italian 2013-12-27 10:36:32 +01:00
Moritz Bunkus
72aec404f2 ChangeLog update 2013-12-27 10:35:49 +01:00
Moritz Bunkus
ad6527a8f4 mmg: let user specify default subtitle character set
See #948.
2013-12-27 10:34:46 +01:00
Moritz Bunkus
b0ea46f716 common/wx.h: only declare operator<<(std::ostream, wxString) if wxWidgets doesn't 2013-12-27 10:33:09 +01:00
Moritz Bunkus
eeedbf25cc mmg's preferences dialog: leave some more space between chapter options 2013-12-26 12:40:26 +01:00
Moritz Bunkus
dd73a2bebc mmg's preferenes dialog: reduce time needed for creating it
…by appending combo box options in a wxArrayString instead of
appending each item individually.
2013-12-26 12:37:12 +01:00
Moritz Bunkus
22d848232d refactoring: remove helper function append_combobox_items()
Its presence was due to me wrongfully thinking that one of the two
classes wxComboBox or wxBitmapComboBox did not offer an "Append()"
function taking a reference of wxArrayString. Tey both do offer those
functions. And using it is a lot faster than appending each item
individually.
2013-12-26 12:34:51 +01:00
Moritz Bunkus
fdf9f98554 all: explicit return type declarations for lambdas with more than one »return« statement 2013-12-25 22:04:23 +01:00
Moritz Bunkus
e285dfd74a mmg: don't call TIP() on an already translated string
gettext() does not provide a prototype for std::string, of course.
2013-12-25 22:02:16 +01:00
Moritz Bunkus
46829f6d9b build system: let target 'clean' remove unit test object/lib files 2013-12-25 19:59:37 +01:00
Moritz Bunkus
6edc42babc mmg options dlg: lay out certain controls in a grid 2013-12-25 18:29:11 +01:00
Moritz Bunkus
11a778668c translations: update German 2013-12-25 17:48:17 +01:00
Moritz Bunkus
0772c8bc76 translations: update list of translations 2013-12-25 17:47:32 +01:00
Moritz Bunkus
31ebe3b1b0 mmg: correct the tooltip for the subtitle character set part 2 2013-12-25 17:47:06 +01:00
Moritz Bunkus
1f8649b03c translations: update German 2013-12-25 17:23:27 +01:00
Moritz Bunkus
bceb206a0d translations: update list of translatable strings 2013-12-25 17:10:58 +01:00
Moritz Bunkus
952ee8fdad mmg: correct the tooltip for the subtitle character set
Fixes #948.
2013-12-25 17:10:40 +01:00
Moritz Bunkus
2670e2e168 build system: use gtest system installation if present 2013-12-25 13:00:28 +01:00
Moritz Bunkus
c890540042 MP4 reader: add support for DTS 2013-12-18 23:14:58 +01:00
Moritz Bunkus
636c53b35c tests: add test case for muxing various formats into WebM 2013-12-18 22:22:27 +01:00
Moritz Bunkus
a0e01bd962 test framework: sys returns both the output and the exit code 2013-12-18 22:22:27 +01:00
Moritz Bunkus
e59cecf141 tests: update due to e852ab4 Fix seek pre-roll and codec delay mapping. 2013-12-18 22:22:27 +01:00
Moritz Bunkus
a569061fd8 AUTHORS and ChangeLog: Updates for e852ab4 and 3170ac7
e852ab4 Fix seek pre-roll and codec delay mapping.
3170ac7 Enable the Opus codec in WebM.
2013-12-18 22:22:27 +01:00
Ralph Giles
3170ac7569 Enable the Opus codec in WebM. 2013-12-18 21:33:58 +01:00
Ralph Giles
e852ab420b Fix seek pre-roll and codec delay mapping.
The muxer was incorrectly writing the 'pre-skip' header from
the Ogg Opus header as the SeekPreRoll element instead of
the CodecDelay element, and vice-versa.
2013-12-18 21:33:58 +01:00
Moritz Bunkus
1a350a9573 h.264: fix bitstream timing info: write proper values for 25000/1001 fps 2013-12-15 15:03:36 +01:00
Moritz Bunkus
03011e08f9 build system: install PNG images for the guides as well
Fixes #941.
2013-12-15 12:42:43 +01:00
Moritz Bunkus
a4df1ebbcf debugging.h: include sstream as std::stringstream is used 2013-12-08 20:42:01 +01:00
Andriy Bilous'ko
ee02709365 Translations: update Ukrainian 2013-12-08 19:53:14 +01:00
Moritz Bunkus
716b4f254f translations: update German 2013-12-08 19:52:07 +01:00
Moritz Bunkus
7a61d602c1 translations: update list of translatable strings 2013-12-08 19:51:07 +01:00
Moritz Bunkus
60c7b82212 mmg: add debug messages for chapter editor's D&D code 2013-12-08 19:50:24 +01:00