Moritz Bunkus
4c01e66dd3
Replace my own directory creation code with boost::filesystem::path
2011-11-28 22:09:56 +01:00
Moritz Bunkus
34dc95ac3f
Don't require libEBML and libMatroska to be present
2011-11-27 22:49:47 +01:00
Moritz Bunkus
c123fbfe41
Set release code name, version number; add release message
2011-11-27 20:47:50 +01:00
Moritz Bunkus
c8d79c85ed
Intentional update due to 00d5c1e
2011-11-27 20:42:24 +01:00
Moritz Bunkus
00d5c1e19e
Fix timecode handling for MPEG TS with unexpected packet structure
...
If there was no start packet or a start packet without a timecode
between two calls for processing the packet then the track's stored
timecode was converted from 90Hz base to ns base more than once
resulting in huge timecodes in the output file.
2011-11-26 21:50:07 +01:00
Moritz Bunkus
58e85ca882
Fix demuxer info not showing for MPEG TS files
2011-11-26 21:13:50 +01:00
Moritz Bunkus
8f40f558a9
Update libEBML and libMatroska dependencies in spec files
2011-11-26 12:58:57 +01:00
Moritz Bunkus
f39742e521
Delete old OpenSuSE spec files; introduce spec file for OpenSuSE 12.x
2011-11-26 12:56:25 +01:00
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