From: titer Date: Fri, 24 Feb 2006 00:01:59 +0000 (+0000) Subject: Preparing 0.7.1 X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=3748de96ea3086f7a361c60f928db0220c85b6e8;hp=84a869069dd966bbbc62fa3763bf5aeb9076d812;p=handbrake-jp%2Fhandbrake-jp-git.git Preparing 0.7.1 git-svn-id: svn://localhost/HandBrake/trunk@31 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/Jamrules b/Jamrules index dcbcf4a8..c44b6cad 100644 --- a/Jamrules +++ b/Jamrules @@ -11,8 +11,8 @@ if ! $(DEFINES) Exit "Please run ./configure first." ; } -HB_VERSION = 0.7.1-cvs ; -HB_BUILD = 2005110400 ; +HB_VERSION = 0.7.1 ; +HB_BUILD = 2006022400 ; DEFINES += HB_VERSION=\\\"$(HB_VERSION)\\\" HB_BUILD=$(HB_BUILD) ; LANGUAGES = fr de it pl ru nl es pt ja ; RM = rm -rf ; diff --git a/NEWS b/NEWS index 9f06cfe1..a678c7fc 100644 --- a/NEWS +++ b/NEWS @@ -2,14 +2,18 @@ $Id: NEWS,v 1.28 2005/11/04 16:01:19 titer Exp $ NEWS file for HandBrake -Changed between 0.7.0-beta3 and 0.7.0 +Changes between 0.7.0 and 0.7.1 + + Universal Binary for PPC and Intel + + Bugfixes + +Changes between 0.7.0-beta3 and 0.7.0 + Multithreaded H.264 encoding with x264 + Added option for H.264 Baseline (suitable for iPods) + (Very) experimental queue support + Fixes for some DVD titles HandBrake would not recognize + Fixes audio gliches when encoding from LPCM tracks -Changed between 0.6.2 and 0.7.0-beta3 +Changes between 0.6.2 and 0.7.0-beta3 + Chapters selection + Custom framerate + Subtitle support diff --git a/libhb/muxmp4.c b/libhb/muxmp4.c index a02a0523..646a2546 100644 --- a/libhb/muxmp4.c +++ b/libhb/muxmp4.c @@ -132,7 +132,9 @@ static int MP4Mux( hb_mux_object_t * m, hb_mux_data_t * mux_data, static int MP4End( hb_mux_object_t * m ) { +#if 0 hb_job_t * job = m->job; +#endif char filename[1024]; memset( filename, 0, 1024 ); MP4Close( m->file ); diff --git a/macosx/HandBrake.plist b/macosx/HandBrake.plist index 12935842..dd96953c 100644 --- a/macosx/HandBrake.plist +++ b/macosx/HandBrake.plist @@ -9,7 +9,7 @@ CFBundleExecutable HandBrake CFBundleGetInfoString - 0.7.1-cvs + 0.7.1 CFBundleIconFile HandBrake.icns CFBundleIdentifier @@ -21,11 +21,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.7.1-cvs + 0.7.1 CFBundleSignature HB## CFBundleVersion - 2005110400 + 2006022400 NSHumanReadableCopyright By Eric Petit <titer@m0k.org> NSMainNibFile diff --git a/macosx/HandBrake.xcodeproj/project.pbxproj b/macosx/HandBrake.xcodeproj/project.pbxproj index 41d13b48..240f9222 100644 --- a/macosx/HandBrake.xcodeproj/project.pbxproj +++ b/macosx/HandBrake.xcodeproj/project.pbxproj @@ -39,7 +39,7 @@ isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 0.7.0; + CURRENT_PROJECT_VERSION = 0.7.1; GCC_DYNAMIC_NO_PIC = YES; GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -550,7 +550,7 @@ isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 0.7.0; + CURRENT_PROJECT_VERSION = 0.7.1; FRAMEWORK_SEARCH_PATHS = ""; GCC_DYNAMIC_NO_PIC = YES; GCC_ENABLE_FIX_AND_CONTINUE = NO;