Commit Graph

6079 Commits

Author SHA1 Message Date
Moritz Bunkus
32276b0705 Take discarded duration into account for segment duration calculation
Fixes #738.
2012-04-08 11:01:58 +02:00
Moritz Bunkus
a7dabdfe72 Take packet duration into account for calculating discarded duration
Fixes #742.
2012-04-08 10:19:17 +02:00
Moritz Bunkus
f93777258f ChangeLog update 2012-04-08 10:16:40 +02:00
Moritz Bunkus
e87a80ea34 Refactoring: add packet_t::get_(default_)duration() 2012-04-08 09:12:03 +02:00
Moritz Bunkus
0c76cedcd5 Refactoring: remove packet counter 2012-04-08 08:59:22 +02:00
Moritz Bunkus
79713cb2de Refactoring: split cluster_helper_c::add_packet() into several functions 2012-04-08 08:48:45 +02:00
Moritz Bunkus
9266e0f855 Intentional update due to d4100b9 2012-04-08 08:48:17 +02:00
Moritz Bunkus
b0f274381b expat is not required for building anymore 2012-04-08 00:20:04 +02:00
rusguy6
d4100b9fe9 Update the Russian translation 2012-04-08 00:12:01 +02:00
Moritz Bunkus
764bb7f95b Always skip first splitpoint if it is at start of the file
Fixes #737.
2012-04-07 19:02:01 +02:00
Moritz Bunkus
3e03191356 Always parse common CLI args before mkvmerge specific ones
Fixes initialization order problem regarding the cluster helper and --debug
2012-04-07 18:49:47 +02:00
Israel Lucas Torrijos
16b47b981b Update the Spanish translation 2012-04-07 18:07:40 +02:00
Moritz Bunkus
84e00c062a Fix/implement compiling mmg with pre-compiled headers 2012-04-07 17:01:16 +02:00
Moritz Bunkus
778a47b072 Don't include windows.h from another include file 2012-04-07 16:35:48 +02:00
Moritz Bunkus
b3d3f6f7ba ChangeLog udpate 2012-04-07 13:44:41 +02:00
Moritz Bunkus
9f1a97ff72 Fix wxString to std::wstring conversion for wxWidgets 2.9.3 2012-04-07 13:38:10 +02:00
Moritz Bunkus
f499639e05 Don't use deprecated symbols
Fix for wxWidgets 2.9.3
2012-04-07 13:38:10 +02:00
Moritz Bunkus
5edff6bf0e Explicitly request to link against richtext library
In wxWidgets 2.9.x the "richtext" library is not part of the default
library set anymore.
2012-04-07 13:37:33 +02:00
Moritz Bunkus
72df4e7164 Avoid warnings about potentially uninitialized variables 2012-04-06 21:42:26 +02:00
Moritz Bunkus
11323520ac Set version code name, update version number, add release message 2012-04-06 18:28:41 +02:00
Moritz Bunkus
131a9d386b ChangeLog update 2012-04-06 18:02:45 +02:00
Moritz Bunkus
af67218b72 Check all required Boost libraries 2012-04-06 18:01:52 +02:00
Moritz Bunkus
f76dc0db50 Refactoring: use Boost lexical_cast instead of my own number parsing code 2012-04-06 17:34:19 +02:00
Moritz Bunkus
ad0f56fb65 Intentional update due to 0c2fadf 2012-04-06 16:16:46 +02:00
Moritz Bunkus
e847aad1fa Update German translation 2012-04-06 15:38:55 +02:00
Moritz Bunkus
6d8cf2d6f8 Update list of translatable strings 2012-04-06 15:37:47 +02:00
Moritz Bunkus
514d00f885 Don't translate dummy string 2012-04-06 15:37:30 +02:00
Moritz Bunkus
ae9d643496 Update German translation 2012-04-06 15:36:02 +02:00
Moritz Bunkus
0092440ab7 Update list of translatable strings 2012-04-06 15:31:45 +02:00
Moritz Bunkus
4c922ecbee List additional parts explicitly in mkvmerge's command line
Implements #731.
2012-04-06 15:31:22 +02:00
Moritz Bunkus
7d011bc82e MPEG PS: Do not use multi file I/O if disabled on the command line 2012-04-06 15:25:30 +02:00
Moritz Bunkus
e8f6f9c864 Don't display the "processing other files as well" message anymore 2012-04-06 00:08:13 +02:00
Moritz Bunkus
5ea683c84c Implement sorting for the additional parts 2012-04-06 00:04:03 +02:00
Moritz Bunkus
177d9ccf0f Natural sorting function for any string based vector 2012-04-05 23:52:03 +02:00
Moritz Bunkus
fa931edd64 Provide to_wide for std::wstring / boost::wformat / wxString 2012-04-05 23:49:28 +02:00
Moritz Bunkus
60a791883b Main part of the "additional parts" dialog implementation 2012-04-05 18:10:04 +02:00
Moritz Bunkus
5d89ae5418 First code for the "additional parts" dialog 2012-04-05 14:56:40 +02:00
Moritz Bunkus
7e3a6a8a41 Output binary XML elements in compact hex output 2012-04-04 15:33:20 +02:00
Moritz Bunkus
0c2fadf108 Suppress trailing whitespace in verbose hex output 2012-04-04 15:31:58 +02:00
Moritz Bunkus
41d78551bf Add test case for extracting binary XML elements 2012-04-04 15:26:29 +02:00
Moritz Bunkus
1b9c03932e Add test case for parsing binary XML elements in various formatting 2012-04-04 14:41:20 +02:00
Moritz Bunkus
59137c60ac Always output binary elements in hex format, never in ASCII 2012-04-04 14:40:24 +02:00
Moritz Bunkus
20c5eca0cb Minimum MPEG start code length is 4, not 5
Fixes #728.
2012-04-01 23:36:24 +02:00
Moritz Bunkus
6db1e41017 Refacotring: use templated FindChild/FindNextChild instead of FINDFIRST/FINDNEXT 2012-04-01 16:09:17 +02:00
Hiroki Taniura
2ec3bfa0ce Update the Japanese translation 2012-04-01 21:34:41 +09:00
Moritz Bunkus
e5d092d1b3 Drake after man page update 2012-04-01 11:03:11 +02:00
Moritz Bunkus
5c64759650 Update list of translatable strings 2012-04-01 11:01:58 +02:00
Moritz Bunkus
83da86ede8 Don't start new part if split point iterator is at end 2012-04-01 10:45:59 +02:00
Moritz Bunkus
cdb12f9c76 Implement mmg's controls for "--split parts:..." 2012-04-01 10:43:27 +02:00
Moritz Bunkus
5c9be7e308 Fix spelling 2012-04-01 10:02:51 +02:00