From 3c7a0a029912cb05a15de8dc3f4b28acb7a46907 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Wed, 7 Oct 2009 00:51:32 -0700 Subject: [PATCH] Set version to 0.4.6 and update release notes. --- AUTHORS | 2 +- Doxyfile | 2 +- NEWS | 37 +++++++++++++++++++++++++++++++++++++ configure | 2 +- docs/melt.1 | 4 ++-- src/framework/mlt.h | 4 ++-- 6 files changed, 44 insertions(+), 7 deletions(-) diff --git a/AUTHORS b/AUTHORS index 89e7d76a..d91b719f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -9,6 +9,6 @@ MLT module authors and maintainers: Charles Yates Dan Dennedy Stephane Fillod (effectv) -Marco Gittler (frei0r, oldfilm) +Marco Gittler (frei0r, oldfilm, qimage/kdenlivetitle) Jean-Baptiste Mardelle (kdenlive, qimage) Zachary Drew (motion_est) diff --git a/Doxyfile b/Doxyfile index c4649761..2382786a 100644 --- a/Doxyfile +++ b/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = mlt # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.4.4 +PROJECT_NUMBER = 0.4.6 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/NEWS b/NEWS index e06d56b7..341e468f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,43 @@ MLT Release Notes ----------------- +Version 0.4.6 + +The recommended version of FFmpeg for use with this release is SVN r19873. +This release is an enhancement release along with numerous build, A/V synch, +concurrency, and other bug fixes. + +configure: new option --avformat-svn-version + +modules: +* avformat: much improved seeking on H.264/MPEG2-TS (AVCHD) (Ivan Schreter) +* core: new imageconvert and audioconvert filters (framework refactorization) +* linsys: new SDI consumer (Broadcast Centre Europe) +* qimage: new kdenlivetitle producer (J.B. Mardelle and Marco Gittler) +* sdl: new audio_only consumer for OS X + +mlt++ and swig: update bindings + +framework: +* refactored image format conversion + mlt_frame.h: + - added convert_image() virtual function + - added mlt_image_format_name() + - removed many mlt_convert_ and scaling/padding functions +* refactored audio format conversion + mlt_frame.h: + - mlt_get_audio() virtual function parameters changed + - added convert_audio() virtual function + - mlt_frame_get_audio() parameters changed + - added mlt_frame_set_audio() + - added mlt_audio_format_name() + mlt_types.h: + - deprecated mlt_audio_pcm + - added mlt_audio_s16 + - added mlt_audio_s32 + - added mlt_audio_float + + Version 0.4.4 The recommended version of FFmpeg for use with this release is 0.5.0. diff --git a/configure b/configure index 3315473c..b5303c09 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.4.5 +export version=0.4.6 export soversion=2 show_help() diff --git a/docs/melt.1 b/docs/melt.1 index 13a6abe8..bbd15de3 100644 --- a/docs/melt.1 +++ b/docs/melt.1 @@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH MELT "1" "June 2009" "MLT melt 0.4.4" "User Commands" +.TH MELT "1" "June 2009" "MLT melt 0.4.6" "User Commands" .SH NAME -melt \- manual page for MLT melt 0.4.4 +melt \- manual page for MLT melt 0.4.6 .SH SYNOPSIS .B melt [\fIoptions\fR] [\fIproducer \fR[\fIname=value\fR]\fI* \fR]\fI+\fR diff --git a/src/framework/mlt.h b/src/framework/mlt.h index bad3688c..1eb7f519 100644 --- a/src/framework/mlt.h +++ b/src/framework/mlt.h @@ -23,8 +23,8 @@ #ifndef _MLT_H_ #define _MLT_H_ -#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+5) -#define LIBMLT_VERSION 0.4.5 +#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+6) +#define LIBMLT_VERSION 0.4.6 #ifdef __cplusplus extern "C" -- 2.39.2