Commit Graph

5466 Commits

Author SHA1 Message Date
Moritz Bunkus
25adcbf1d1 Update libebml and libmatroska to SVN revision 825 2011-11-25 23:37:10 +01:00
Moritz Bunkus
7d87d5103f Fix several gcc warnings occurring with -Wextra
Warnings fixed are:

- warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
- warning: unused parameter ... [-Wunused-parameter]
- warning: comparison is always true due to limited range of data type [-Wtype-limits]
2011-11-25 15:42:33 +01:00
Moritz Bunkus
8a329b8901 Declare required privilege levels on Windows
Fix for bug 676.
2011-11-24 00:51:51 +01:00
Moritz Bunkus
afd858a675 Declare explicit dependency on manifest.xml for resources.rc 2011-11-24 00:50:00 +01:00
Moritz Bunkus
288f68e65c Rename mmg-resources.rc to resources.rc
Now the file name matches for all executables.
2011-11-24 00:49:44 +01:00
Moritz Bunkus
abfc46fdee Make mmg and mkvinfo's GUI DPI aware on Windows 2011-11-24 00:25:33 +01:00
Moritz Bunkus
8f4d9827d0 Declare VERSIONINFO language as English in Windows resource files 2011-11-23 23:27:47 +01:00
Moritz Bunkus
36c0af2d77 Add DPI-awareness to mmg's manifest 2011-11-23 22:29:56 +01:00
Nils Maier
0ed70ebbb4 Rake: Fix missing end_if calls
Fixes mingw builds sans GUI
2011-11-23 20:44:11 +01:00
Moritz Bunkus
f6ac546fbb Fix building mkvinfo's resource file if GUIs are disabled 2011-11-23 20:30:00 +01:00
Moritz Bunkus
ed485c4b2b Fix building mkvpropedit for Windows if GUIs are disabled 2011-11-23 20:23:25 +01:00
Moritz Bunkus
502bf83d66 Fix compilation on mingw 2011-11-23 14:59:33 +01:00
Andriy Bilous'ko
bdeec91b3f Update the Ukrainian translation 2011-11-21 22:19:04 +01:00
Moritz Bunkus
a30668c050 Ignore certain errors in the po files 2011-11-20 23:16:09 +01:00
Moritz Bunkus
e10595bb85 Adjust po format string verifier script for plural forms 2011-11-20 23:04:45 +01:00
Hiroki Taniura
80ec834e74 Update the Japanese translation 2011-11-21 06:44:02 +09:00
Luther Stickell
8b305684fe Fix and update the Italian translation 2011-11-20 12:25:42 +01:00
Luther Stickell
d48095088e Update the Italian translation 2011-11-20 12:16:30 +01:00
Hiroki Taniura
1488c7a501 Update the Japanese translation 2011-11-20 17:31:16 +09:00
Moritz Bunkus
9df51e5dd9 Compile with "-Wextra" and fix all warnings from that 2011-11-19 22:32:46 +01:00
Moritz Bunkus
fe162786d0 Update list of translatable strings 2011-11-19 14:45:35 +01:00
Moritz Bunkus
dafcf3aff5 Improve warning message slightly 2011-11-19 14:44:55 +01:00
Moritz Bunkus
922ec42be5 Update German translation 2011-11-19 14:43:57 +01:00
Moritz Bunkus
21ba64d2f9 Update list of translatable strings 2011-11-19 14:39:30 +01:00
Moritz Bunkus
493a159d19 Make mkvmerge's muxing duration output nicer to read 2011-11-19 14:39:14 +01:00
Moritz Bunkus
d5b991856c Move "create_remaining_time_string()" to the common library 2011-11-19 14:38:50 +01:00
Moritz Bunkus
0ea53a3555 Fix spelling of "Spanish" in ISO-639 code list 2011-11-19 12:02:26 +01:00
Moritz Bunkus
6e3798589c More warnings 2011-11-17 21:40:32 +01:00
Moritz Bunkus
5766d8e465 Fill file.all_names for identification as well 2011-11-15 17:08:21 +01:00
Moritz Bunkus
49ab4098ba Don't use probe cache for full reading 2011-11-15 16:44:12 +01:00
Moritz Bunkus
a68a9ee959 Implement binary file appending for all input file types
Command line syntax is:

  mkvmerge -o out.mkv ( in1_part1.ts in1_part2.ts ) in2.srt

This would treat "in1_part1.ts" and "in1_part2.ts" as if they were a
single consecutive file.
2011-11-14 00:24:05 +01:00
Moritz Bunkus
c250437076 Avoid superfluous copy 2011-11-13 23:09:43 +01:00
Moritz Bunkus
526dc2bff6 Refactor variable names, member variable name prefixes, debug output, old-style casts 2011-11-12 20:30:53 +01:00
Moritz Bunkus
1e7900d383 Lightweight class for running code at scope exit 2011-11-12 17:59:01 +01:00
Moritz Bunkus
99dfe10ad6 Refactor variable names, member variable name prefixes, debug output, old-style casts 2011-11-12 16:10:19 +01:00
Moritz Bunkus
8864ee82f8 Improve interface and implementation of mm_io_c::read(std::string &...) 2011-11-12 15:54:31 +01:00
Moritz Bunkus
5f14aef1f6 Refactor variable names, member variable name prefixes, debug output 2011-11-12 15:25:28 +01:00
Moritz Bunkus
529cc8db20 Avoid warning about const cast 2011-11-12 13:19:22 +01:00
Moritz Bunkus
373847d23b Move flac_common.{cpp,h} from src/input/ to src/common/ 2011-11-12 13:17:12 +01:00
Moritz Bunkus
c3389d287e Merge branch 'master' of github.com:mbunkus/mkvtoolnix 2011-11-11 23:12:35 +01:00
Moritz Bunkus
b0aaad24e2 Refactoring: move input file creation into generic_reader_c 2011-11-11 23:11:16 +01:00
Luther Stickell
5a15bc74ac Update the Italian translation 2011-11-10 11:47:00 +01:00
Moritz Bunkus
41b2d1b001 Refactoring: API changes from pointers to smart pointers 2011-11-09 23:12:24 +01:00
Moritz Bunkus
87710c9b01 Add ".xml" extension when saving if none was given 2011-11-09 20:45:11 +01:00
Moritz Bunkus
007fbefa2a Cosmetics 2011-11-09 20:30:58 +01:00
Moritz Bunkus
ecde150925 Fix typo 2011-11-09 20:23:15 +01:00
Andriy Bilous'ko
ad9c49e290 Update the Ukrainian translation 2011-11-09 08:58:27 +01:00
Moritz Bunkus
a646f09df9 Add plural rule to Ukrainian translation file 2011-11-08 19:30:51 +01:00
Andriy Bilous'ko
507e4172b5 Update the Ukrainian translation 2011-11-08 19:30:40 +01:00
Moritz Bunkus
93eeee809f Merge branch 'master' of github.com:mbunkus/mkvtoolnix 2011-11-08 12:57:59 +01:00