mkvtoolnix/src
Moritz Bunkus b3b05e3186 1. MIME type detection: If libmagic returns "application/octet-stream" then try auto-detecting via the file name extension.
2. Added the extension "otf" for OpenType fonts (MIME type the same as TrueType fonts). Fix for bug 242.
2007-06-30 09:53:55 +00:00
..
common 1. MIME type detection: If libmagic returns "application/octet-stream" then try auto-detecting via the file name extension. 2007-06-30 09:53:55 +00:00
extract mkvextract: Added support for the 'header removal' compression scheme. Hopefully fixed support for all compression schemes for all extractors. 2007-06-23 09:16:13 +00:00
info wxGetWorkingDirectory() is deprecated. 2007-06-06 12:29:31 +00:00
input The OGM reader now uses the AVC/h.264 video packetizer for AVC/h.264 tracks so that the aspect ratio can be extracted from it. The OGM reader uses the OGM's timestamps for video tracks. Before it would just use the current frame number multiplied by the FPS. 2007-06-27 13:51:21 +00:00
merge Added better checks if two tracks can be appended to the passthrough packetizer so that tracks that are otherwise not known to mkvmerge can still be appended (e.g. V_VC1). Fix for bug 244. 2007-06-24 08:16:04 +00:00
mmg wxWidgets 2.8 changed the behaviour of signals emitted for ComboBoxes if the program sets the selection. 2.6 did not emit a 'selection changed' while 2.8 does resulting in the variable 'selected_track' changing to -1 in the middle of 'on_move_track_up/on_move_track_down'. Possible fix for bug 239. 2007-06-30 00:21:27 +00:00
mpegparser Added support for using CodecState for signaling changes to CodecPrivate. It is used for MPEG-1/-2 video if it is turned on with "--engage use_codec_state". 2007-01-15 19:02:18 +00:00
output Fixed a couple of memory leaks. 2007-06-25 10:39:26 +00:00
base64tool.cpp Wrong variable. 2006-11-03 15:51:09 +00:00
Makefile.in