Commit Graph

5845 Commits

Author SHA1 Message Date
Moritz Bunkus
5ac4ede626 Add PNG versions in 48x48, 128x128, 256x256 of the icons 2012-04-10 19:08:20 +02:00
Moritz Bunkus
b47725bbf0 Let mux thread only handle reading, not the process 2012-04-10 09:25:49 +02:00
Moritz Bunkus
8e767ef8a6 Set next/previous/segment UID controls to existing values
Only if at least either the next or the previous segment UID is
present in the source file, and only if the user hasn't entered values
himself. Implements #733.
2012-04-09 12:33:46 +02:00
Moritz Bunkus
fccd51520d Refactoring: split mmg's "add_file()" monster into smaller functions 2012-04-09 12:22:41 +02:00
Moritz Bunkus
75d98e7909 List segment/next segment/previous segment UIDs in verbose ID mode for Matroska files 2012-04-09 11:19:40 +02:00
Moritz Bunkus
ae4b8c7e13 Convenience functions to_hex(memory_cptr), find_and_clone_binary<>() 2012-04-09 10:50:35 +02:00
Moritz Bunkus
77b24f3422 Don't suffix output file name if only one output file will be created
Implements #743.
2012-04-09 09:50:18 +02:00
Moritz Bunkus
10825cab9c Update list of translatable strings 2012-04-09 09:35:56 +02:00
Moritz Bunkus
651cd256c4 Only drop NAL on NAL size too big errors 2012-04-09 09:34:59 +02:00
Israel Lucas Torrijos
e526fde93f Update the Spanish translation 2012-04-09 08:45:10 +02:00
Moritz Bunkus
6f8353a4d7 Use same size for all OS 2012-04-08 23:22:58 +02:00
Moritz Bunkus
eb1a466da7 Set minimum size for the mux dialog 2012-04-08 23:18:33 +02:00
Moritz Bunkus
145e58cbdb Refactoring; fix compilation on Windows 2012-04-08 23:00:47 +02:00
Moritz Bunkus
82ef10e299 Re-write mmg's mux dialog to poll mkvmerge's output in a separate thread 2012-04-08 22:44:54 +02:00
Moritz Bunkus
bea433084d Couple of fixes for wxWidgets 2.9.3 on Mac OS 2012-04-08 13:18:04 +02:00
Moritz Bunkus
7112c1771c Accumulate discarded durations for multiple parts
Fixes #740.
2012-04-08 13:14:05 +02:00
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