cosmetics: Make patch apply cleanly.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19254 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-07-29 23:26:30 +00:00
parent f7dcc503b1
commit ac142f0d45
1 changed files with 21 additions and 21 deletions

View File

@ -1,4 +1,4 @@
--- liba52-0.7.4/a52.h 2006-06-12 15:04:57.000000000 +0200 --- include/a52.h 2006-06-12 15:04:57.000000000 +0200
+++ liba52/a52.h 2006-06-05 02:23:02.000000000 +0200 +++ liba52/a52.h 2006-06-05 02:23:02.000000000 +0200
@@ -59,4 +63,9 @@ @@ -59,4 +63,9 @@
int a52_block (a52_state_t * state); int a52_block (a52_state_t * state);
@ -10,7 +10,7 @@
+uint16_t crc16_block(uint8_t *data,uint32_t num_bytes); +uint16_t crc16_block(uint8_t *data,uint32_t num_bytes);
+ +
#endif /* A52_H */ #endif /* A52_H */
--- liba52-0.7.4/a52_internal.h 2006-06-12 15:05:07.000000000 +0200 --- liba52/a52_internal.h 2006-06-12 15:05:07.000000000 +0200
+++ liba52/a52_internal.h 2006-06-05 02:23:02.000000000 +0200 +++ liba52/a52_internal.h 2006-06-05 02:23:02.000000000 +0200
@@ -103,18 +107,34 @@ @@ -103,18 +107,34 @@
#define DELTA_BIT_NONE (2) #define DELTA_BIT_NONE (2)
@ -50,7 +50,7 @@
-void a52_imdct_512 (sample_t * data, sample_t * delay, sample_t bias); -void a52_imdct_512 (sample_t * data, sample_t * delay, sample_t bias);
+extern void (*a52_imdct_512) (sample_t * data, sample_t * delay, sample_t bias); +extern void (*a52_imdct_512) (sample_t * data, sample_t * delay, sample_t bias);
+void imdct_do_512 (sample_t * data, sample_t * delay, sample_t bias); +void imdct_do_512 (sample_t * data, sample_t * delay, sample_t bias);
--- liba52-0.7.4/bitstream.c 2006-06-12 15:05:07.000000000 +0200 --- liba52/bitstream.c 2006-06-12 15:05:07.000000000 +0200
+++ liba52/bitstream.c 2006-06-05 02:23:02.000000000 +0200 +++ liba52/bitstream.c 2006-06-05 02:23:02.000000000 +0200
@@ -31,6 +35,10 @@ @@ -31,6 +35,10 @@
@ -73,7 +73,7 @@
bitstream_get (state, align * 8); bitstream_get (state, align * 8);
} }
--- liba52-0.7.4/bitstream.h 2006-06-12 15:05:07.000000000 +0200 --- liba52/bitstream.h 2006-06-12 15:05:07.000000000 +0200
+++ liba52/bitstream.h 2006-06-05 02:23:02.000000000 +0200 +++ liba52/bitstream.h 2006-06-05 02:23:02.000000000 +0200
@@ -21,6 +25,48 @@ @@ -21,6 +25,48 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
@ -208,9 +208,9 @@
return a52_bitstream_get_bh_2 (state, num_bits); return a52_bitstream_get_bh_2 (state, num_bits);
+#endif +#endif
} }
--- liba52-0.7.4/downmix.c 2006-06-12 15:17:53.000000000 +0200 --- liba52/downmix.c 2006-06-12 15:17:53.000000000 +0200
+++ liba52/downmix.c 2006-06-05 02:23:02.000000000 +0200 +++ liba52/downmix.c 2006-06-05 02:23:02.000000000 +0200
@@ -23,18 +23,47 @@ @@ -19,18 +23,47 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
@ -258,7 +258,7 @@
int a52_downmix_init (int input, int flags, sample_t * level, int a52_downmix_init (int input, int flags, sample_t * level,
sample_t clev, sample_t slev) sample_t clev, sample_t slev)
{ {
@@ -451,7 +480,7 @@ @@ -447,7 +480,7 @@
samples[i] = 0; samples[i] = 0;
} }
@ -267,7 +267,7 @@
sample_t clev, sample_t slev) sample_t clev, sample_t slev)
{ {
switch (CONVERT (acmod, output & A52_CHANNEL_MASK)) { switch (CONVERT (acmod, output & A52_CHANNEL_MASK)) {
@@ -563,7 +592,7 @@ @@ -559,7 +592,7 @@
break; break;
case CONVERT (A52_3F2R, A52_2F1R): case CONVERT (A52_3F2R, A52_2F1R):
@ -276,7 +276,7 @@
move2to1 (samples + 768, samples + 512, bias); move2to1 (samples + 768, samples + 512, bias);
break; break;
@@ -587,12 +616,12 @@ @@ -583,12 +616,12 @@
break; break;
case CONVERT (A52_3F1R, A52_3F2R): case CONVERT (A52_3F1R, A52_3F2R):
@ -291,7 +291,7 @@
{ {
switch (CONVERT (acmod, output & A52_CHANNEL_MASK)) { switch (CONVERT (acmod, output & A52_CHANNEL_MASK)) {
@@ -657,3 +686,1137 @@ @@ -653,3 +686,1137 @@
goto mix_31to21; goto mix_31to21;
} }
} }
@ -1429,9 +1429,9 @@
+} +}
+ +
+#endif // ARCH_X86 || ARCH_X86_64 +#endif // ARCH_X86 || ARCH_X86_64
--- liba52-0.7.4/imdct.c 2006-06-12 15:18:27.000000000 +0200 --- liba52/imdct.c 2006-06-12 15:18:27.000000000 +0200
+++ liba52/imdct.c 2006-06-12 19:18:39.000000000 +0200 +++ liba52/imdct.c 2006-06-12 19:18:39.000000000 +0200
@@ -26,9 +26,15 @@ @@ -22,9 +26,15 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
@ -1447,7 +1447,7 @@
#include <math.h> #include <math.h>
#include <stdio.h> #include <stdio.h>
@@ -43,12 +49,49 @@ @@ -39,12 +49,49 @@
#include "a52.h" #include "a52.h"
#include "a52_internal.h" #include "a52_internal.h"
#include "mm_accel.h" #include "mm_accel.h"
@ -1497,7 +1497,7 @@
static uint8_t fftorder[] = { static uint8_t fftorder[] = {
0,128, 64,192, 32,160,224, 96, 16,144, 80,208,240,112, 48,176, 0,128, 64,192, 32,160,224, 96, 16,144, 80,208,240,112, 48,176,
8,136, 72,200, 40,168,232,104,248,120, 56,184, 24,152,216, 88, 8,136, 72,200, 40,168,232,104,248,120, 56,184, 24,152,216, 88,
@@ -60,6 +103,40 @@ @@ -56,6 +103,40 @@
6,134, 70,198, 38,166,230,102,246,118, 54,182, 22,150,214, 86 6,134, 70,198, 38,166,230,102,246,118, 54,182, 22,150,214, 86
}; };
@ -1538,7 +1538,7 @@
/* Root values for IFFT */ /* Root values for IFFT */
static sample_t roots16[3]; static sample_t roots16[3];
static sample_t roots32[7]; static sample_t roots32[7];
@@ -245,7 +322,7 @@ @@ -241,7 +322,7 @@
ifft_pass (buf, roots128 - 32, 32); ifft_pass (buf, roots128 - 32, 32);
} }
@ -1547,7 +1547,7 @@
{ {
int i, k; int i, k;
sample_t t_r, t_i, a_r, a_i, b_r, b_i, w_1, w_2; sample_t t_r, t_i, a_r, a_i, b_r, b_i, w_1, w_2;
@@ -289,6 +366,714 @@ @@ -285,6 +366,714 @@
} }
} }
@ -2262,7 +2262,7 @@
void a52_imdct_256(sample_t * data, sample_t * delay, sample_t bias) void a52_imdct_256(sample_t * data, sample_t * delay, sample_t bias)
{ {
int i, k; int i, k;
@@ -368,7 +1153,7 @@ @@ -364,7 +1153,7 @@
void a52_imdct_init (uint32_t mm_accel) void a52_imdct_init (uint32_t mm_accel)
{ {
@ -2271,7 +2271,7 @@
double sum; double sum;
/* compute imdct window - kaiser-bessel derived window, alpha = 5.0 */ /* compute imdct window - kaiser-bessel derived window, alpha = 5.0 */
@@ -420,6 +1205,99 @@ @@ -416,6 +1205,99 @@
post2[i].real = cos ((M_PI / 128) * (i + 0.5)); post2[i].real = cos ((M_PI / 128) * (i + 0.5));
post2[i].imag = sin ((M_PI / 128) * (i + 0.5)); post2[i].imag = sin ((M_PI / 128) * (i + 0.5));
} }
@ -2371,7 +2371,7 @@
#ifdef LIBA52_DJBFFT #ifdef LIBA52_DJBFFT
if (mm_accel & MM_ACCEL_DJBFFT) { if (mm_accel & MM_ACCEL_DJBFFT) {
@@ -430,7 +1308,5 @@ @@ -426,7 +1308,5 @@
#endif #endif
{ {
fprintf (stderr, "No accelerated IMDCT transform found\n"); fprintf (stderr, "No accelerated IMDCT transform found\n");
@ -2379,7 +2379,7 @@
- ifft64 = ifft64_c; - ifft64 = ifft64_c;
} }
} }
--- liba52-0.7.4/mm_accel.h 2006-06-12 15:05:00.000000000 +0200 --- include/mm_accel.h 2006-06-12 15:05:00.000000000 +0200
+++ liba52/mm_accel.h 2006-06-05 02:23:04.000000000 +0200 +++ liba52/mm_accel.h 2006-06-05 02:23:04.000000000 +0200
@@ -30,7 +34,12 @@ @@ -30,7 +34,12 @@
/* x86 accelerations */ /* x86 accelerations */
@ -2394,7 +2394,7 @@
uint32_t mm_accel (void); uint32_t mm_accel (void);
--- liba52-0.7.4/parse.c 2006-06-12 15:05:07.000000000 +0200 --- liba52/parse.c 2006-06-12 15:05:07.000000000 +0200
+++ liba52/parse.c 2006-06-12 14:51:33.000000000 +0200 +++ liba52/parse.c 2006-06-12 14:51:33.000000000 +0200
@@ -24,6 +28,7 @@ @@ -24,6 +28,7 @@
#include "config.h" #include "config.h"