Commit Graph

5863 Commits

Author SHA1 Message Date
Moritz Bunkus
25e90df0f1 A config for mux configuration 2012-04-10 22:18:09 +02:00
Moritz Bunkus
3411067f23 Always build mmg-qt if in mmg-qt dir 2012-04-10 22:17:53 +02:00
Moritz Bunkus
cabe0059d0 Move icon loader to utility class 2012-04-10 19:24:35 +02:00
Moritz Bunkus
25dfbd2698 Merge remote-tracking branch 'refs/remotes/origin/master' into mmg-qt 2012-04-10 19:13:19 +02:00
Moritz Bunkus
5ac4ede626 Add PNG versions in 48x48, 128x128, 256x256 of the icons 2012-04-10 19:08:20 +02:00
Moritz Bunkus
02e3eedfb4 Add application icon 2012-04-10 17:52:06 +02:00
Moritz Bunkus
6bfd09e054 Build Qt resource files; fix clean target 2012-04-10 17:37:55 +02:00
Moritz Bunkus
d1024a97eb Check for Qt's rcc; Bump minimum Qt version to 4.7.0 2012-04-10 17:33:09 +02:00
Moritz Bunkus
b47725bbf0 Let mux thread only handle reading, not the process 2012-04-10 09:25:49 +02:00
Moritz Bunkus
438917fff5 Don't include auto-generated files in repo 2012-04-10 08:54:17 +02:00
Moritz Bunkus
f1ae96bcb6 File identification & track/file parsing 2012-04-09 23:26:28 +02:00
Moritz Bunkus
dd50fddb2f Remove old code 2012-04-09 22:47:44 +02:00
Moritz Bunkus
803e42a88b Selecting files, calling mkvmerge --identify 2012-04-09 20:06:44 +02:00
Moritz Bunkus
4a9941bd64 The first compiling version of mmg-tq 2012-04-09 17:48:56 +02:00
Moritz Bunkus
bb155cc1dd Implement/fix build system for mmg-qt 2012-04-09 17:48:38 +02:00
Moritz Bunkus
f4721c599c Don't shell out for :clean target 2012-04-09 16:32:46 +02:00
Moritz Bunkus
6d6daf2902 Delete more old code 2012-04-09 16:12:38 +02:00
Moritz Bunkus
659fdedce6 Fix QString -> std::string conversion 2012-04-09 16:01:07 +02:00
Moritz Bunkus
7918fa30cf Convenience functions 2012-04-09 15:09:48 +02:00
Moritz Bunkus
9002e64e1a Remove old code 2012-04-09 15:07:38 +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