mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Released v0.6.4
This commit is contained in:
parent
c8ceb5dd87
commit
f0e2866239
@ -1,5 +1,7 @@
|
|||||||
2003-08-27 Moritz Bunkus <moritz@bunkus.org>
|
2003-08-27 Moritz Bunkus <moritz@bunkus.org>
|
||||||
|
|
||||||
|
* Released v0.6.4.
|
||||||
|
|
||||||
* mkvextract: Support for re-creating dropped frames when
|
* mkvextract: Support for re-creating dropped frames when
|
||||||
extracting video to an AVI. Works only well if the frame durations
|
extracting video to an AVI. Works only well if the frame durations
|
||||||
in the source file are multiples of the frame rate, of course.
|
in the source file are multiples of the frame rate, of course.
|
||||||
|
2
README
2
README
@ -1,4 +1,4 @@
|
|||||||
MKVToolNix 0.6.3
|
MKVToolNix 0.6.4
|
||||||
================
|
================
|
||||||
|
|
||||||
These tools allow information about (mkvinfo) or extraction
|
These tools allow information about (mkvinfo) or extraction
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
mkvtoolnix 0.6.3 and Windows
|
mkvtoolnix 0.6.4 and Windows
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
---[ NOTE ]-----------------------------------------------------------
|
---[ NOTE ]-----------------------------------------------------------
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
mkvtoolnix (0.6.4-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New version.
|
||||||
|
|
||||||
|
-- Moritz Bunkus <moritz@bunkus.org> Wed, 27 Aug 2003 20:18:56 +0200
|
||||||
|
|
||||||
mkvtoolnix (0.6.3-1) unstable; urgency=low
|
mkvtoolnix (0.6.3-1) unstable; urgency=low
|
||||||
|
|
||||||
* New version.
|
* New version.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH MKVEXTRACT "1" "August 2003" "mkvextract v0.6.3" "User Commands"
|
.TH MKVEXTRACT "1" "August 2003" "mkvextract v0.6.4" "User Commands"
|
||||||
|
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH MKVINFO "1" "August 2003" "mkvinfo v0.6.3" "User Commands"
|
.TH MKVINFO "1" "August 2003" "mkvinfo v0.6.4" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mkvinfo \- Print information about tracks in Matroska files
|
mkvinfo \- Print information about tracks in Matroska files
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH MKVMERGE "1" "August 2003" "mkvmerge v0.6.3" "User Commands"
|
.TH MKVMERGE "1" "August 2003" "mkvmerge v0.6.4" "User Commands"
|
||||||
|
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
2
src/os.h
2
src/os.h
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#if defined(COMP_MSC)
|
#if defined(COMP_MSC)
|
||||||
# define PACKAGE "mkvtoolnix"
|
# define PACKAGE "mkvtoolnix"
|
||||||
# define VERSION "0.6.3"
|
# define VERSION "0.6.4"
|
||||||
|
|
||||||
# define strncasecmp _strnicmp
|
# define strncasecmp _strnicmp
|
||||||
# define strcasecmp _stricmp
|
# define strcasecmp _stricmp
|
||||||
|
Loading…
Reference in New Issue
Block a user