Moritz Bunkus
1a350a9573
h.264: fix bitstream timing info: write proper values for 25000/1001 fps
2013-12-15 15:03:36 +01:00
Moritz Bunkus
d6416a1ef1
mmg: only copy values for selected item on begin drag
...
Not of the item being dragged. That might not be selected, e.g. on
Windows.
2013-12-07 14:03:21 +01:00
Moritz Bunkus
b7182dda4c
Bump version number, set release code name, add release message
2013-12-01 17:50:30 +01:00
Moritz Bunkus
5f731bacd4
mmg: implement drag & drop in the chapter editor
...
Implements #929 .
2013-12-01 14:47:03 +01:00
Moritz Bunkus
705419ed8c
mmg: fix format string/data type differences with wxWidgets 3.0.0
2013-11-24 21:58:04 +01:00
Moritz Bunkus
42e5f91c3e
QT/MP4 reader: ignore obviously wrong sample size entries
2013-11-24 21:22:16 +01:00
Moritz Bunkus
8dc4d4c6de
VC1: improve frame type detection, even if no entry point is available
2013-11-24 21:22:16 +01:00
Moritz Bunkus
92daebd2b5
mkvinfo: don't cut track IDs/UIDs short to 32bits
...
Fixes #935 .
2013-11-14 08:47:05 +01:00
Moritz Bunkus
3716e532ee
memory_c::resize(): fix write to behind allocated block
...
If resizing down a non-free instance then we must copy at most as many
bytes as the new size allows for. Fixes #931 .
2013-11-02 12:13:20 +01:00
Moritz Bunkus
8004cd58dc
ChanageLog update
2013-10-26 22:41:45 +02:00
Moritz Bunkus
2ce5a4c320
Translations: enable use of Portuguese translation
2013-10-26 16:04:31 +02:00
Moritz Bunkus
eba49bd40b
MPEG ES reader: fix logical error in file detection code
...
Fixes #928 .
2013-10-26 12:52:22 +02:00
Moritz Bunkus
7dc6ec85ed
Add release message, set version number and release code name
2013-10-19 20:18:25 +02:00
Moritz Bunkus
fa91271e6b
mkvmerge: h.264: remove filler NALUs from framed bitstreams
2013-10-19 20:16:07 +02:00
Moritz Bunkus
73dc17d0c1
mkvextract: implement support for extracting VP9
...
See #899 .
2013-10-19 20:06:57 +02:00
Moritz Bunkus
04714ed7b0
mkvmerge: implement support for muxing VP9
...
Can be read from IVF and Matroska/WebM files. Implements #899 .
2013-10-19 20:02:46 +02:00
Moritz Bunkus
c121933e6b
mkvextract: don't allow the same ID multiple times
...
Implements #914 .
2013-10-19 15:24:04 +02:00
Moritz Bunkus
215d16da50
mmg: don't pass log messages to the default log target
2013-10-19 11:41:48 +02:00
Moritz Bunkus
f540dfa19d
mkvmerge: check result of tag parser file before using it
...
The result is a null smartptr if there are no tags inside the file. So
don't dereference it.
Fixes #921 .
2013-10-18 20:24:17 +02:00
Moritz Bunkus
aaca20b740
configure: look for Boost libs in multiarch directories
2013-10-17 23:13:05 +02:00
Moritz Bunkus
5162a2d442
mmg: prevent saved window widths growing by 1 pixel
2013-10-04 13:37:22 +02:00
Moritz Bunkus
8ce28f1653
Update AUTHORS and ChangeLog
2013-10-03 22:38:19 +02:00
Moritz Bunkus
71ab9d599d
mkvmerge: OGM reader: fix handling chapters encoded in non-system charset
...
OGM comments might be written in a charset other than UTF-8. During
identification we simply want to know how many chapter entries there
are. As mmg's users have no way to specify the chapter charset when
adding a file such charset issues may cause mkvmerge to abort or not
to show any chapters at all (if "parse_chapters()" fails). So just
remove all chars > 127.
Fixes #919 .
2013-10-02 23:33:32 +02:00
Moritz Bunkus
41b485d54b
mkvmerge: calculate segment duration with min timestamp in file, not first one
2013-09-17 21:07:45 +02:00
Moritz Bunkus
fcf8710fc6
Bump version number, set release code name, add release message
2013-09-16 21:39:57 +02:00
Moritz Bunkus
d1cd65d988
mkvmerge: calculate output timecode after the assigned timecode has 100% been calculated
2013-09-16 21:20:14 +02:00
Moritz Bunkus
7be056f28a
Set release code name, bumped version number, add release message
2013-09-15 20:27:39 +02:00
Moritz Bunkus
79e2bda369
mkvextract: implement support for Opus
2013-09-15 20:20:14 +02:00
Monty Montgomery
bd9541abe4
mkvinfo: count SimpleBlocks only once for the track info summary
2013-09-14 17:45:49 +02:00
Moritz Bunkus
0d395f9d15
clusters: write correct CueRelativePosition values for BlockGroups
...
Fixes #903 .
2013-07-19 16:25:13 +02:00
Moritz Bunkus
6de77e9423
Opus: drop /EXPERIMENTAL codec ID suffix
2013-07-05 13:59:14 +02:00
Moritz Bunkus
76ef6ea628
mmg portable: put jobs folder in mmg.exe's folder
2013-07-04 23:11:14 +02:00
Moritz Bunkus
e33f765b7d
window geometry saver: ignore negative values for x/y
2013-07-04 11:37:02 +02:00
Moritz Bunkus
45302bd471
mmg: initialize combo boxes from wxArrayString
...
This brings startup time with wxWidgets 2.9.x down by a factor of ~3.5
putting it on par with startup time with wxWidgets 2.8.x. See #893 .
2013-07-03 19:34:27 +02:00
Moritz Bunkus
ba1258fdd3
mkvinfo: add support for CodecDelay, SeekPreRoll, DiscardPadding
2013-07-02 22:34:55 +02:00
Moritz Bunkus
a03ab1e3e4
Update libMatroska to 82a7b7c (pre 1.4.1) and require 1.4.1
2013-07-02 22:33:50 +02:00
Moritz Bunkus
5d55321326
Bump version number, add release message, set release code name
2013-06-27 20:16:17 +02:00
Moritz Bunkus
a44d552483
AVC/h.264 packetizer: set parser default duration when appending to field rate
...
Fixes #889 .
2013-06-27 20:03:12 +02:00
Moritz Bunkus
817f6bfb7f
mmg: store settings in mkvtoolnix.ini file if application hasn't been installed
2013-06-27 19:48:21 +02:00
Moritz Bunkus
34cc2ee110
mmg: remember window positions & sizes
...
Implements #878 .
2013-06-27 18:10:48 +02:00
Moritz Bunkus
906161c3f1
AVC/h.264 packetizer: signal field rate for --fix-bitstream-timing-information
...
Fixes #888 .
2013-06-26 21:07:31 +02:00
Moritz Bunkus
31034a8b0c
ChangeLog update
2013-06-24 23:03:45 +02:00
Moritz Bunkus
4abd58a7b0
mkvmerge: FLV reader: get video dimensions from bitstream for FLV1 if not given in script tag
...
Fixes #880 .
2013-06-24 23:00:35 +02:00
Moritz Bunkus
8cbdf77fb7
mkvmerge: drop broken PES packets
...
Fixes #887 .
2013-06-24 22:10:28 +02:00
Moritz Bunkus
ef273a74af
mkvextract: fix WAV block_align field for mono audio
...
Fixes #883 .
2013-06-24 20:04:34 +02:00
Moritz Bunkus
657009eb8b
Added Portuguese translation
2013-05-26 10:34:36 +02:00
Moritz Bunkus
b48fd7c897
Fix release date in ChangeLog
2013-04-28 09:39:21 +02:00
Moritz Bunkus
94bfa5daf1
Bump version number, set release code name, add release message
2013-04-27 18:23:32 +02:00
Moritz Bunkus
a44d8364c8
AVC/h.264 output: use modified AVCC in packetized code path
...
Fixes #868 .
2013-04-27 17:45:27 +02:00
Moritz Bunkus
6b84c3ee86
mmg: handle all command line arguments (e.g. add all files)
...
Fixes #867 .
2013-04-16 20:02:28 +02:00