Commit Graph

7019 Commits

Author SHA1 Message Date
Moritz Bunkus
72a9619ae6 Bump version number, add release message, set version code name 2014-03-02 20:06:32 +01:00
Moritz Bunkus
99f96246d9 tests: update result for Polish translation 2014-03-02 19:57:53 +01:00
Daniel
61f585748a Translation: update Polish 2014-03-02 18:47:26 +01:00
Moritz Bunkus
8c63fe98f6 Update AUTHORS and ChangeLog with h.265/HEVC data 2014-02-28 09:17:29 +01:00
Moritz Bunkus
dc59dad564 Merge branch 'hevc' 2014-02-28 08:58:56 +01:00
Moritz Bunkus
916450e3a7 iso639: recognize deprecated ISO 639-1 code iw for Hebrew 2014-02-22 18:55:17 +01:00
Moritz Bunkus
dd5f1717e9 iso639: refactoring 2014-02-22 18:25:08 +01:00
Moritz Bunkus
0f0b894e73 tests: intentional update due to 67bba78 (forgot to update the expected checksum) 2014-02-22 17:25:11 +01:00
Moritz Bunkus
547d402616 Add Ruby modules for parsing mkvmerge's identification output 2014-02-15 20:31:58 +01:00
Moritz Bunkus
67bba78d14 AC3 packetizer: set changed track headers after reading the first AC3 packet
This causes the channel and sampling frequency information to be
updated from the bitstream as well, e.g. if the source container
provided invalid values.

The default duration has to be re-calculated as well.
2014-02-15 16:24:16 +01:00
Moritz Bunkus
e6caab27e7 GUI: split job.{cpp,h} into two files 2014-02-15 11:39:17 +01:00
Moritz Bunkus
f633a612b3 GUI: ignore QtCreator user files 2014-02-15 11:30:33 +01:00
Moritz Bunkus
b42869b1d6 GUI: don't store QtCreator user file in git 2014-02-09 18:01:54 +01:00
Moritz Bunkus
ff70442e16 GUI: adjust menus and update project file 2014-02-09 18:01:16 +01:00
Moritz Bunkus
9ef53869c6 GUI: implement building mkvmerge options for attachments 2014-02-08 13:49:51 +01:00
Moritz Bunkus
fe881c10c2 GUI: implement adding merge jobs 2014-02-08 12:02:56 +01:00
Moritz Bunkus
566bb5a5b3 GUI: functions for cloning MuxConfig and associated SourceFile/Track 2014-02-08 11:30:21 +01:00
Moritz Bunkus
07c95bc3fd GUI: set »fix bitstream timing info« control on track change 2014-02-08 11:29:41 +01:00
Moritz Bunkus
e0e3b45fd9 GUI: don't derive SourceFile, Track, Attachment, MuxConfig from QObject 2014-02-08 10:17:52 +01:00
Moritz Bunkus
108e5dbe71 Merge branch 'master' into mkvtoolnix-gui 2014-02-07 22:30:44 +01:00
Moritz Bunkus
e0d697c3e4 MPEG4 p10 handler: debug option for forcefully using the simple picture ordering 2014-02-07 22:30:29 +01:00
Moritz Bunkus
363769ac4d AVI reader: skip audio chunks bigger than 10 MB 2014-02-05 22:43:22 +01:00
Moritz Bunkus
4b802144c1 AVI reader: output key frames with video index dump 2014-02-05 22:38:14 +01:00
Moritz Bunkus
8546756f7a mpls_dump: a new tool for dumping MPLS file structures 2014-02-05 07:53:34 +01:00
Moritz Bunkus
d3cf4f5756 fix compilation on Solaris: ioctl requires more headers 2014-02-05 07:53:34 +01:00
Moritz Bunkus
8f6db59305 fix compilation on Solaris: ldexp requires the std:: prefix for int64_t
Fixes #977.
2014-02-05 07:53:33 +01:00
Moritz Bunkus
b7d46e9ee0 MPEG TS reader: honor in/out time from MPLS
Fixes #985.
2014-02-05 07:53:33 +01:00
Moritz Bunkus
f03a5a634d GUI: fix directory column content to not include the file's name 2014-02-02 13:56:48 +01:00
Moritz Bunkus
a7719a3f48 GUI: display playlist size instead of file size in file view for playlists 2014-02-02 13:56:33 +01:00
Moritz Bunkus
dbde57f570 GUI: let user select which scanned playlist to add 2014-02-02 13:49:25 +01:00
Moritz Bunkus
2fc478d78e Merge remote-tracking branch 'refs/remotes/mosu/master' into mkvtoolnix-gui 2014-02-01 23:57:33 +01:00
Moritz Bunkus
99655e4e82 GUI: ask whether or not to scan for other playlists 2014-02-01 23:48:49 +01:00
Moritz Bunkus
dd92b813c0 GUI: implement removing selected files; refactoring of selected index iteration 2014-02-01 23:48:45 +01:00
Moritz Bunkus
f350ecd9ee GUI: fix spelling mistake 2014-02-01 23:48:41 +01:00
Moritz Bunkus
f551e5f4a7 GUI: swap track name and source file columns 2014-02-01 23:44:41 +01:00
Moritz Bunkus
de609ab720 GUI: add default track language 2014-02-01 23:44:39 +01:00
Moritz Bunkus
5040664b49 GUI: build options for --track-order, --append-to and appended files 2014-02-01 23:44:36 +01:00
Moritz Bunkus
aa7e2c51d5 GUI: debug output shell escaped command lines 2014-02-01 23:44:34 +01:00
Moritz Bunkus
f9df5b7c1b GUI: add escaping functions 2014-02-01 23:44:29 +01:00
Moritz Bunkus
16db320bf2 GUI: build command line for mkvmerge, next part 2014-02-01 23:44:27 +01:00
Moritz Bunkus
22b1e92985 GUI: fix compilation with gcc
See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59949
2014-02-01 23:44:26 +01:00
Moritz Bunkus
7ccd857547 GUI: fix track model changes propagating to the view 2014-02-01 23:44:22 +01:00
Moritz Bunkus
bb1eb26354 GUI: change split controls to combo; set scrollbar policy in combos; beginning of command line building 2014-02-01 23:44:17 +01:00
Moritz Bunkus
0ccc57a7ea GUI: show progress widget in status bar 2014-02-01 23:44:14 +01:00
Moritz Bunkus
74de35aac7 GUI: fix track associations when loading MuxConfigs 2014-02-01 23:44:11 +01:00
Moritz Bunkus
754c4cd069 GUI: refactoring
Remove a workaround for a bug in gcc 4.6.1
2014-02-01 23:43:58 +01:00
Moritz Bunkus
234975b965 build system: don't scan file system twice for mkvtoolnix-gui .cpp files 2014-02-01 23:43:58 +01:00
Moritz Bunkus
39f62d8c60 build system: update comp_tree to 1.1.3 2014-02-01 23:43:58 +01:00
Moritz Bunkus
2d3be2275f build system: use tighter dependencies for Qt files 2014-02-01 23:43:57 +01:00
Moritz Bunkus
5d5c8a15b7 GUI: don't re-save after loading 2014-02-01 23:43:56 +01:00