mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Preparations for version 0.6.3.
This commit is contained in:
parent
3678ea7951
commit
a72e4aab5f
@ -1,3 +1,11 @@
|
|||||||
|
2003-08-20 Moritz Bunkus <moritz@bunkus.org>
|
||||||
|
|
||||||
|
* Released v0.6.3.
|
||||||
|
|
||||||
|
* mkvmerge: The Real reader accepts incomplete video packets and
|
||||||
|
tries to re-assemble them instead of aborting with 'die: len !=
|
||||||
|
total'.
|
||||||
|
|
||||||
2003-08-18 Moritz Bunkus <moritz@bunkus.org>
|
2003-08-18 Moritz Bunkus <moritz@bunkus.org>
|
||||||
|
|
||||||
* mkvmerge: Implemented a switch that has to be used for SBR AAC /
|
* mkvmerge: Implemented a switch that has to be used for SBR AAC /
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
dnl process this file with autoconf to generate the configure script
|
dnl process this file with autoconf to generate the configure script
|
||||||
|
|
||||||
AC_INIT(src/mkvmerge.cpp)
|
AC_INIT(src/mkvmerge.cpp)
|
||||||
AM_INIT_AUTOMAKE(mkvtoolnix,0.6.2)
|
AM_INIT_AUTOMAKE(mkvtoolnix,0.6.3)
|
||||||
|
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
mkvtoolnix (0.6.3-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New version.
|
||||||
|
|
||||||
|
-- Moritz Bunkus <moritz@bunkus.org> Wed, 20 Aug 2003 23:06:20 +0200
|
||||||
|
|
||||||
mkvtoolnix (0.6.2-1) unstable; urgency=low
|
mkvtoolnix (0.6.2-1) unstable; urgency=low
|
||||||
|
|
||||||
* New version.
|
* New version.
|
||||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -17,3 +17,4 @@ Description: create and work with Matroska media files
|
|||||||
file.
|
file.
|
||||||
* mkvextract extracts tracks from a Matroska file into other suitable
|
* mkvextract extracts tracks from a Matroska file into other suitable
|
||||||
file formats.
|
file formats.
|
||||||
|
* base64tool can encode to and decode from base64.
|
@ -1,4 +1,4 @@
|
|||||||
.TH MKVEXTRACT "1" "August 2003" "mkvextract v0.6.2" "User Commands"
|
.TH MKVEXTRACT "1" "August 2003" "mkvextract v0.6.3" "User Commands"
|
||||||
|
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH MKVINFO "1" "August 2003" "mkvinfo v0.6.2" "User Commands"
|
.TH MKVINFO "1" "August 2003" "mkvinfo v0.6.3" "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.2" "User Commands"
|
.TH MKVMERGE "1" "August 2003" "mkvmerge v0.6.3" "User Commands"
|
||||||
|
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
Loading…
Reference in New Issue
Block a user