This commit is contained in:
parent
2e6b17e4fa
commit
941e237aff
3465
libvorbis-1.1.2-aotuv-b5.diff
Normal file
3465
libvorbis-1.1.2-aotuv-b5.diff
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
--- lib/mapping0.c-dist 2005-12-02 15:53:22.000000000 +0100
|
||||
+++ lib/mapping0.c 2005-12-02 15:53:30.000000000 +0100
|
||||
@@ -586,8 +586,8 @@ static int mapping0_forward(vorbis_block
|
||||
--- lib/mapping0.c-dist 2007-04-23 18:01:34.000000000 +0200
|
||||
+++ lib/mapping0.c 2007-04-23 18:01:44.000000000 +0200
|
||||
@@ -623,8 +623,8 @@ static int mapping0_forward(vorbis_block
|
||||
float **couple_bundle=alloca(sizeof(*couple_bundle)*vi->channels);
|
||||
int *zerobundle=alloca(sizeof(*zerobundle)*vi->channels);
|
||||
int **sortindex=alloca(sizeof(*sortindex)*vi->channels);
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
if(info->coupling_steps){
|
||||
mag_memo=_vp_quantize_couple_memo(vb,
|
||||
@@ -735,7 +735,7 @@ static int mapping0_inverse(vorbis_block
|
||||
@@ -783,7 +783,7 @@ static int mapping0_inverse(vorbis_block
|
||||
codec_setup_info *ci=vi->codec_setup;
|
||||
private_state *b=vd->backend_state;
|
||||
vorbis_info_mapping0 *info=(vorbis_info_mapping0 *)l;
|
||||
@ -20,8 +20,8 @@
|
||||
|
||||
int i,j;
|
||||
long n=vb->pcmend=ci->blocksizes[vb->W];
|
||||
--- lib/scales.h-dist 2005-12-02 15:53:22.000000000 +0100
|
||||
+++ lib/scales.h 2005-12-02 16:00:31.000000000 +0100
|
||||
--- lib/scales.h-dist 2005-11-28 06:43:25.000000000 +0100
|
||||
+++ lib/scales.h 2007-04-23 18:01:44.000000000 +0200
|
||||
@@ -25,7 +25,7 @@
|
||||
#define VORBIS_IEEE_FLOAT32 1
|
||||
#ifdef VORBIS_IEEE_FLOAT32
|
||||
@ -49,9 +49,9 @@
|
||||
if(x<0)return(-1.f);
|
||||
return(1.f);
|
||||
}
|
||||
--- lib/psy.c-dist 2005-12-02 15:53:22.000000000 +0100
|
||||
+++ lib/psy.c 2005-12-02 15:53:30.000000000 +0100
|
||||
@@ -553,7 +553,7 @@ static void bark_noise_hybridmp(int n,co
|
||||
--- lib/psy.c-dist 2007-04-23 18:01:34.000000000 +0200
|
||||
+++ lib/psy.c 2007-04-23 18:01:44.000000000 +0200
|
||||
@@ -623,7 +623,7 @@ static void bark_noise_hybridmp(int n,co
|
||||
int i;
|
||||
|
||||
int lo, hi;
|
||||
@ -60,17 +60,8 @@
|
||||
float w, x, y;
|
||||
|
||||
tN = tX = tXX = tY = tXY = 0.f;
|
||||
@@ -1214,7 +1214,7 @@ void hf_reduction(vorbis_info_psy_global
|
||||
|
||||
int i,j,n=p->n, de=0.3*p->m_val;
|
||||
int limit=g->coupling_pointlimit[p->vi->blockflag][PACKETBLOBS/2];
|
||||
- int start=p->vi->normal_start;
|
||||
+ /*int start=p->vi->normal_start;*/
|
||||
|
||||
for(i=0; i<vi->coupling_steps; i++){
|
||||
/* for(j=start; j<limit; j++){} // ???*/
|
||||
--- lib/res0.c-dist 2005-12-02 15:53:22.000000000 +0100
|
||||
+++ lib/res0.c 2005-12-02 15:53:30.000000000 +0100
|
||||
--- lib/res0.c-dist 2005-11-28 06:43:25.000000000 +0100
|
||||
+++ lib/res0.c 2007-04-23 18:01:44.000000000 +0200
|
||||
@@ -370,7 +370,7 @@ static long **_01class(vorbis_block *vb,
|
||||
vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl;
|
||||
vorbis_info_residue0 *info=look->info;
|
||||
@ -89,8 +80,8 @@
|
||||
|
||||
/* move all this setup out later */
|
||||
int samples_per_partition=info->grouping;
|
||||
--- lib/vorbisfile.c-dist 2005-12-02 15:53:22.000000000 +0100
|
||||
+++ lib/vorbisfile.c 2005-12-02 15:53:30.000000000 +0100
|
||||
--- lib/vorbisfile.c-dist 2005-11-28 06:43:25.000000000 +0100
|
||||
+++ lib/vorbisfile.c 2007-04-23 18:01:44.000000000 +0200
|
||||
@@ -987,7 +987,7 @@ int ov_raw_seek(OggVorbis_File *vf,ogg_i
|
||||
int lastblock=0;
|
||||
int accblock=0;
|
||||
@ -100,8 +91,8 @@
|
||||
|
||||
ogg_stream_init(&work_os,vf->current_serialno); /* get the memory ready */
|
||||
ogg_stream_reset(&work_os); /* eliminate the spurious OV_HOLE
|
||||
--- lib/floor1.c-dist 2005-12-02 15:53:22.000000000 +0100
|
||||
+++ lib/floor1.c 2005-12-02 15:53:30.000000000 +0100
|
||||
--- lib/floor1.c-dist 2005-11-28 06:43:25.000000000 +0100
|
||||
+++ lib/floor1.c 2007-04-23 18:01:44.000000000 +0200
|
||||
@@ -413,7 +413,7 @@ static int accumulate_fit(const float *f
|
||||
int x0, int x1,lsfit_acc *a,
|
||||
int n,vorbis_info_floor1 *info){
|
||||
@ -129,8 +120,8 @@
|
||||
long posts=look->posts;
|
||||
codec_setup_info *ci=vb->vd->vi->codec_setup;
|
||||
int out[VIF_POSIT+2];
|
||||
--- examples/seeking_example.c-dist 2005-12-02 15:53:22.000000000 +0100
|
||||
+++ examples/seeking_example.c 2005-12-02 15:53:30.000000000 +0100
|
||||
--- examples/seeking_example.c-dist 2005-11-28 06:43:25.000000000 +0100
|
||||
+++ examples/seeking_example.c 2007-04-23 18:01:44.000000000 +0200
|
||||
@@ -130,7 +130,7 @@ int main(){
|
||||
|
||||
for(i=0;i<1000;i++){
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 23 18:06:06 CEST 2007 - tiwai@suse.de
|
||||
|
||||
- use aoTuV beta5 patch:
|
||||
* The action of noise normalization has been improved.
|
||||
* The threshold of a stereo mode change was calculated
|
||||
dynamically.
|
||||
* Noise control of an impulse block was changed (quality 0-10
|
||||
/ 32-48kHz). And pre-echo decreased slightly.
|
||||
* Tuning of each part was redone according to above-mentioned
|
||||
changed part and additional part.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 16 15:07:19 CEST 2007 - tiwai@suse.de
|
||||
|
||||
|
@ -14,14 +14,14 @@ Name: libvorbis
|
||||
BuildRequires: libogg-devel pkgconfig
|
||||
Summary: The Vorbis General Audio Compression Codec
|
||||
Version: 1.1.2
|
||||
Release: 43
|
||||
Release: 45
|
||||
Group: System/Libraries
|
||||
License: BSD License and BSD-like
|
||||
URL: http://www.vorbis.com/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch1: libvorbis-lib64.dif
|
||||
Patch2: libvorbis-m4.dif
|
||||
# Patch5: libvorbis-%{version}-aotuv-b4.diff
|
||||
Patch5: libvorbis-%{version}-aotuv-b5.diff
|
||||
Patch6: libvorbis-%{version}-warning-fixes.diff
|
||||
Patch7: libvorbis-cflags.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -58,7 +58,7 @@ Authors:
|
||||
%prep
|
||||
%setup
|
||||
%patch2
|
||||
# %patch5 -p1
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
if [ "%_lib" == "lib64" ]; then
|
||||
@ -77,6 +77,7 @@ make
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT docdir=%{_docdir}/%{name}-devel install
|
||||
cp COPYING AUTHORS README $RPM_BUILD_ROOT%{_docdir}/%{name}-devel
|
||||
cp *.txt $RPM_BUILD_ROOT%{_docdir}/%{name}-devel
|
||||
# remove unneeded files
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
|
||||
@ -102,6 +103,15 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Mon Apr 23 2007 - tiwai@suse.de
|
||||
- use aoTuV beta5 patch:
|
||||
* The action of noise normalization has been improved.
|
||||
* The threshold of a stereo mode change was calculated
|
||||
dynamically.
|
||||
* Noise control of an impulse block was changed (quality 0-10
|
||||
/ 32-48kHz). And pre-echo decreased slightly.
|
||||
* Tuning of each part was redone according to above-mentioned
|
||||
changed part and additional part.
|
||||
* Mon Apr 16 2007 - tiwai@suse.de
|
||||
- follow library packaging policy
|
||||
* move docs to devel package
|
||||
|
Loading…
Reference in New Issue
Block a user