mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
New version 0.3.2
This commit is contained in:
parent
acc28d1720
commit
707160a1f0
@ -1,5 +1,7 @@
|
|||||||
2003-05-11 Moritz Bunkus <moritz@bunkus.org>
|
2003-05-11 Moritz Bunkus <moritz@bunkus.org>
|
||||||
|
|
||||||
|
* Released v0.3.2.
|
||||||
|
|
||||||
* Fixed the huge memory need if reading from AVI files (introduced
|
* Fixed the huge memory need if reading from AVI files (introduced
|
||||||
on 2003-05-06 with the internal changes).
|
on 2003-05-06 with the internal changes).
|
||||||
|
|
||||||
|
2
README
2
README
@ -1,4 +1,4 @@
|
|||||||
MKVToolNix 0.3.0
|
MKVToolNix 0.3.2
|
||||||
================
|
================
|
||||||
|
|
||||||
These tools allow information about (mkvinfo) or extraction
|
These tools allow information about (mkvinfo) or extraction
|
||||||
|
4
common.h
4
common.h
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\file
|
\file
|
||||||
\version \$Id: common.h,v 1.20 2003/05/11 09:04:43 mosu Exp $
|
\version \$Id: common.h,v 1.21 2003/05/11 15:52:54 mosu Exp $
|
||||||
\brief definitions used in all programs, helper functions
|
\brief definitions used in all programs, helper functions
|
||||||
\author Moritz Bunkus <moritz @ bunkus.org>
|
\author Moritz Bunkus <moritz @ bunkus.org>
|
||||||
*/
|
*/
|
||||||
@ -26,7 +26,7 @@
|
|||||||
#elif defined WIN32
|
#elif defined WIN32
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#define PACKAGE "mkvtoolnix"
|
#define PACKAGE "mkvtoolnix"
|
||||||
#define VERSION 0.3.1
|
#define VERSION 0.3.2
|
||||||
#endif
|
#endif
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
@ -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(mkvmerge.cpp)
|
AC_INIT(mkvmerge.cpp)
|
||||||
AM_INIT_AUTOMAKE(mkvtoolnix,0.3.1)
|
AM_INIT_AUTOMAKE(mkvtoolnix,0.3.2)
|
||||||
|
|
||||||
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.3.2-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New version.
|
||||||
|
|
||||||
|
-- Moritz Bunkus <moritz@bunkus.org> Sun, 11 May 2003 17:50:39 +0200
|
||||||
|
|
||||||
mkvtoolnix (0.3.1-2) unstable; urgency=low
|
mkvtoolnix (0.3.1-2) unstable; urgency=low
|
||||||
|
|
||||||
* Linked against libvorbis0a.
|
* Linked against libvorbis0a.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH MKVINFO "1" "April 2003" "mkvinfo v0.3.1" "User Commands"
|
.TH MKVINFO "1" "April 2003" "mkvinfo v0.3.2" "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" "April 2003" "mkvmerge v0.3.1" "User Commands"
|
.TH MKVMERGE "1" "April 2003" "mkvmerge v0.3.2" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mkvmerge \- Merge multimedia streams into a Matroska file
|
mkvmerge \- Merge multimedia streams into a Matroska file
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
Loading…
Reference in New Issue
Block a user