Commit Graph

7493 Commits

Author SHA1 Message Date
Moritz Bunkus
2c83634aa3 FLV reader: don't rely on headers for indication of track presence 2015-03-09 18:25:22 +01:00
Moritz Bunkus
5ab4b4a63e FLV reader: cosmetic refactoring 2015-03-09 18:04:44 +01:00
Moritz Bunkus
394216a4a0 FLV reader: correctly initialize track index variables
-1 stands for »no track found yet«, not 0.
2015-03-08 21:17:28 +01:00
Xabier Aramendi
6bddf143af Translations: update Basque 2015-03-08 18:37:53 +01:00
Moritz Bunkus
556c3bd0e3 installer: don't include mkvtoolnix-gui.exe 2015-03-04 18:06:50 +01:00
Moritz Bunkus
096193c204 MP3 reader: handle big ID3 tags at the start of the file 2015-03-03 18:15:15 +01:00
Moritz Bunkus
ca332aedc2 mkvinfo: implement drag & drop in Qt interface 2015-03-03 15:35:19 +01:00
Moritz Bunkus
4037a0abc3 Revert "mmg: make the window a bit wider by default"
This reverts commit c35c794a5b.
2015-03-03 13:38:15 +01:00
Mats Peterson
3ca50d5946 avilib: write 00dc as index chunk IDs 2015-03-02 12:05:04 +01:00
Israel Lucas Torrijos
2cbae2b9bd Translations: update Spanish 2015-03-02 10:53:45 +01:00
Moritz Bunkus
ce955bf3f1 Translations: update list of translatable strings; update German translation 2015-03-01 20:24:18 +01:00
Danko
a81e4e5a08 Translations: update Serbian 2015-03-01 19:54:43 +01:00
Moritz Bunkus
1e80433362 AVI garbage sync handling: add option to disable it
See #1137.
2015-03-01 19:50:11 +01:00
Moritz Bunkus
7c75ca57e2 AVI garbage sync handling: fix formula
Fixes #1137.
2015-03-01 19:05:02 +01:00
Moritz Bunkus
afe09beaab spec file: use wxWidgets 3.0 over 2.x for distros that contain it 2015-03-01 18:38:57 +01:00
Moritz Bunkus
60b4415125 Bump version number, set release code name, add release message 2015-02-28 23:07:52 +01:00
Antoni Bella Pérez
adcfaadb2d Translations: update Catalan 2015-02-28 21:18:24 +01:00
Moritz Bunkus
b871672c9a build system: include bug report URL & tar ball name in AC_INIT invocation 2015-02-28 17:47:26 +01:00
Moritz Bunkus
3a857b7665 build system: use PACKAGE_NAME instead of self-defined variables part 3
configure defaults to using ${PACKAGE_TARBALL} inside the $docdir
variable if AC_INIT is used. So make sure all of the variables declared
by AC_INIT are present in build-config.
2015-02-28 17:46:22 +01:00
Lionel Fourquaux
4b42ea2cb7 treat cygwin more like Linux than Windows
Fixes the compilation.
2015-02-28 12:36:22 +01:00
Moritz Bunkus
1d7a8ca93a bswap_*: move to mtx namespace
This avoids clashes on cygwin. Original patch using name prefixes by
Lionel Fourquaux <lionel.fourquaux@normalesup.org>.
2015-02-28 12:30:09 +01:00
Moritz Bunkus
b1c828b567 Translations: update list of translatable strings; update German translation 2015-02-28 11:54:37 +01:00
Moritz Bunkus
1382ef2fce AVI reader: allow FourCC to consist of 0x00, 0x00, 0x00, 0x00
That is used for uncompressed video.
2015-02-28 11:53:42 +01:00
Moritz Bunkus
461e3ac82b avilib: only require track ID instead of full tag in idx1 2015-02-27 21:58:31 +01:00
Moritz Bunkus
da54691975 man page translations: fix format
po4a-translate requires empty lines at precisely the right places in
order to recognize entries.

Fixes #1134.
2015-02-27 18:51:40 +01:00
Moritz Bunkus
c7c9e5aa04 debugging_c: add […] around ASCII output of hexdump 2015-02-27 09:33:55 +01:00
Moritz Bunkus
30f7ff5b12 cues.cpp: fix compilation with clang on Mac OS X
Fixes #1132.
2015-02-26 11:39:51 +01:00
Moritz Bunkus
581f6241cb mmg: fix buttons not expanding automatically 2015-02-25 23:58:38 +01:00
Moritz Bunkus
d8bdcceab3 Translations: update translatable strings; update German translation 2015-02-25 23:55:13 +01:00
Moritz Bunkus
862550fb1a mmg: add button for enabling/disabling all tracks
Implements #1130.
2015-02-25 23:54:23 +01:00
Moritz Bunkus
2a568944a8 Translations: update translatable strings; update German translation 2015-02-25 23:34:06 +01:00
Moritz Bunkus
c35c794a5b mmg: make the window a bit wider by default 2015-02-25 23:28:47 +01:00
Moritz Bunkus
5322dcf3be mmg: add check box for --reduce-to-core 2015-02-25 23:26:39 +01:00
Moritz Bunkus
2c54a35ca6 avilib: only put 0x10 into key frame index field
The dwFlags field in idx1 chunks can have other bits set, too. However,
the code in AVI_read_frame() needs it to be equal to 0x10 (which is
AVIIF_KEYFRAME from the aviriff.h header).
2015-02-25 22:41:25 +01:00
Moritz Bunkus
67ddea82f2 ChangeLog, AUTHORS: include Florent Thiéry
Merges #1119.
2015-02-25 22:03:13 +01:00
Moritz Bunkus
fd720e5cf1 Merge remote-tracking branch 'refs/remotes/ubicastteam/static-compile' 2015-02-25 21:57:33 +01:00
Mats Peterson
e7d8415656 avilib: read all of 'strf' even if biSize does not include it
Fixes #1129.
2015-02-25 21:14:33 +01:00
Mats Peterson
d33adf5ee0 avilib: fix ckSize value in strf chunks
Fixes #1128.
2015-02-25 21:01:08 +01:00
Moritz Bunkus
67caa4db44 translations: update man page translatables 2015-02-25 20:49:50 +01:00
Moritz Bunkus
7b569ea97b build system: add targets for file names of HTMLized man pages 2015-02-25 20:49:50 +01:00
Moritz Bunkus
39d7f18603 mkvextract docs: document cue extraction 2015-02-25 20:49:50 +01:00
Moritz Bunkus
fcb139a519 mkvextract: implement cue extraction 2015-02-25 20:28:46 +01:00
Moritz Bunkus
4e1258eaa0 kax_analyzer_c: func for getting the segment data start position 2015-02-25 20:27:42 +01:00
Moritz Bunkus
6ae9df2b28 mkvinfo Qt: add WebM file extensions 2015-02-24 20:16:26 +01:00
Moritz Bunkus
d8620c01dc MPEG TS reader: recognize AC3, DTS in MPEG TS with types 0xa1, 0xa2
Fixes #1126.
2015-02-23 22:25:46 +01:00
Moritz Bunkus
3dcefc5c8a VobSub extractor: use correct format observer 2015-02-23 22:06:17 +01:00
Moritz Bunkus
49335295ba VobSub extractor: replace file name extensions correctly
Fixes #1124.
2015-02-23 21:58:44 +01:00
Mats Peterson
7702929f56 mkvextract: fix bits/pixel for non-24bit video codecs in AVIs
Fixes #1123.
2015-02-23 21:35:05 +01:00
Moritz Bunkus
b1fa93d5fc AUTHORS: fix spelling of MKVToolNix 2015-02-23 21:21:16 +01:00
Moritz Bunkus
f22a504aaa build system: build the tools by default 2015-02-23 21:05:43 +01:00