Commit Graph

1618 Commits

Author SHA1 Message Date
Moritz Bunkus
6384bd7958 Bump version number, set release code name, add release message 2014-12-12 10:55:25 +01:00
Moritz Bunkus
727a20aa9f teletext parser: process all teletext packets in PES packet
The last one was always dropped due to a overzealous buffer overflow
check. See #773.
2014-12-10 22:48:37 +01:00
Moritz Bunkus
bc34ff3fb4 ChangeLog: update 2014-12-10 14:28:11 +01:00
Moritz Bunkus
bf9e24ac81 PCM packetizer: calculate duration for packets from packaged sources
Fixes #1075.
2014-12-05 22:09:03 +01:00
Moritz Bunkus
61e9e36592 build sys: use system version of pugixml if present
Fixes #1090.
2014-12-05 12:35:39 +01:00
Moritz Bunkus
c6694628f1 Merge branch 'avc-fix-buffering'
Conflicts:
	ChangeLog
2014-12-05 11:46:18 +01:00
Moritz Bunkus
26bf0f0e63 mkvextract: don't write BOMs for non-UTF locales
Fixes #1086.
2014-12-05 11:45:12 +01:00
Moritz Bunkus
16d7841988 AUTHORS, ChangeLog: use real name instead of alias 2014-11-23 19:07:19 +01:00
Moritz Bunkus
04acfff20f mkvinfo: report picture type based on number of references, not on their value 2014-11-19 12:18:41 +01:00
Moritz Bunkus
535ccb401b MPEG-1/2 parser: fixed open GOPs after I frames
Patch by Basic.Master (see AUTHORS). Fixes #1084.
2014-11-16 18:38:59 +01:00
Moritz Bunkus
259f71b69b mmg: accept VP9 video tracks in WebM mode 2014-11-15 14:04:22 +01:00
Moritz Bunkus
82ce6be2ed ChangeLog: update 2014-11-05 20:35:14 +01:00
Moritz Bunkus
8d32a62b9b Translations: enable Catalan translation 2014-11-05 09:50:02 +01:00
Moritz Bunkus
2bd5541d5f MP4 reader: handle Endianess for PCM tracks
Fixes #1078.
2014-11-04 19:05:34 +01:00
Moritz Bunkus
69ab31e527 Bump version number, set release code name, add release message 2014-10-22 18:36:19 +02:00
Moritz Bunkus
b90d06d23b MPEG TS: implemented teletext subtitle support
Implements #773.
2014-10-11 13:23:15 +02:00
Moritz Bunkus
60dfa439e1 MPEG TS: don't exit on MPEG-1/2 errors 2014-10-07 15:01:11 +02:00
Moritz Bunkus
3c9a9c4737 common: fix default value for chapter display language if missing from XML 2014-09-29 14:24:08 +02:00
Moritz Bunkus
30e147c417 GUI: implement drag & drop in the files pane 2014-09-28 14:54:38 +02:00
Moritz Bunkus
f8d707fa27 mkvinfo Qt on Windows: Close the console window in GUI mode 2014-09-26 19:26:09 +02:00
Moritz Bunkus
6f614bd212 MPEG TS: don't interpret forward gaps in subtitle tracks as timecodes wrapping 2014-09-25 20:05:14 +02:00
Moritz Bunkus
e134437b11 GUI: implement drag & drop for the track window 2014-09-20 21:29:48 +02:00
Moritz Bunkus
ae9b45d7a8 MPEG TS reader: add support for PCM tracks 2014-09-17 22:32:15 +02:00
Moritz Bunkus
60308ace3f MPEG PS reader: add support for PCM tracks
Partially implements #763.
2014-09-17 22:32:15 +02:00
Moritz Bunkus
6bb2021d00 GUI: add --sync switch 2014-09-16 17:48:54 +02:00
Moritz Bunkus
9d5b20f076 GUI: implement drag & drop in the job queue 2014-09-15 22:08:11 +02:00
Moritz Bunkus
9d75427e12 GUI: implement retrieving the job queue on startup 2014-09-14 20:43:40 +02:00
Moritz Bunkus
cb4b5bc63e GUI: implement storing the job queue on exit 2014-09-14 19:32:58 +02:00
Moritz Bunkus
8c1d0eb8ea installer: no GUI shortcut on desktop if the user doesn't want them 2014-09-14 17:46:43 +02:00
Moritz Bunkus
1ce4688ab3 ChangeLog update 2014-09-14 12:10:00 +02:00
Moritz Bunkus
a49294f0dc Bump version number, add release message, set version code name 2014-09-13 15:32:15 +02:00
Moritz Bunkus
d5f9461c4b GUI: include GUI preview in Windows installer 2014-09-13 11:08:49 +02:00
Moritz Bunkus
c42e240ca3 AC3 output: fix garbage-in-AVI handling
This got broken during its re-write in commit 97cc2121.
2014-09-08 14:43:20 +02:00
Moritz Bunkus
70d69c688b extract SSA/ASS: handle additional sections after [Event] in codec private
Fixes #1057.
2014-09-06 09:07:11 +02:00
Moritz Bunkus
12a82f9c99 QT/MP4 reader: fix edit list handling for its duration field
The duration is expressed in the file's time scale while the position is
expressed in the track's time scale. Fixes #1059.
2014-09-05 18:32:28 +02:00
Moritz Bunkus
49592a80e6 ChangeLog udpate 2014-08-09 22:36:16 +02:00
Moritz Bunkus
00e36e5f1d Bump version number, set release code name, add release message 2014-07-27 12:53:06 +02:00
Moritz Bunkus
8b3c3ab146 common: fix seek relative end of file offset handling
fseeko() etc. require negative offsets if seeking relative to the end of
the file should result in the file pointer being inside the
file. Therefore MKVToolNix' APIs require that, too, but some
calculations treated it as if it were the other war around.

Fixes #1035.
2014-07-27 12:47:25 +02:00
Moritz Bunkus
46d84f75d3 mmg: chapter editor: disable language/country if root is selected 2014-07-27 10:56:33 +02:00
Moritz Bunkus
a2c4605397 common: convert directory name for translation files to local on Windows 2014-07-26 21:08:08 +02:00
Moritz Bunkus
7a9a118cf7 mkvmerge: no statistics tags for WebM files 2014-07-10 16:51:50 +02:00
Moritz Bunkus
e80f78316c PCM packetizer: derive default duration from packets if timecodes are provided
Fixes #1001, #1033.
2014-07-01 18:09:40 +02:00
Moritz Bunkus
c4f74730e6 mkvmerge: SSA/ASS: recognize ! as comment start character as well 2014-06-18 23:25:09 +02:00
Moritz Bunkus
f3304b2ad2 mkvextract: catch analyzer exceptions for better error messages
…instead of just letting the program crash. Fixes #1027.
2014-06-11 19:37:36 +02:00
Moritz Bunkus
239b3ac1af Add release message, bump version number, set release code name 2014-06-09 15:03:31 +02:00
Moritz Bunkus
84a0147ad6 mkvmerge: add _STATISTICS_TAGS tag 2014-05-28 14:27:32 +02:00
Moritz Bunkus
58667e5b08 mkvmerge: write _STATISTICS_WRITING_{APP,DATE_UTC} tags 2014-05-27 09:02:21 +02:00
Moritz Bunkus
bd0f5bc0df build system: require Boost's date/time library 2014-05-26 08:49:15 +02:00
Moritz Bunkus
adee4d086f ChangeLog, AUTHORS update & test case for 86ac556 2014-05-25 17:36:56 +02:00
Moritz Bunkus
ba09fef2e0 mkvinfo: initialize counter to 0 for each save operation 2014-05-24 21:02:40 +02:00