summaryrefslogtreecommitdiffstats
path: root/libmpeg2
diff options
context:
space:
mode:
authorbircoph <bircoph@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-13 15:22:13 +0000
committerbircoph <bircoph@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-13 15:22:13 +0000
commit6e695dc64f0310745a32e2399a955fbf1368cd1a (patch)
treeb2b839f1541449a8a441ae918473ac64c0ae5293 /libmpeg2
parent6e9cbdc10448203e7c8b2de41447442fcc9f7bae (diff)
downloadmpv-6e695dc64f0310745a32e2399a955fbf1368cd1a.tar.bz2
mpv-6e695dc64f0310745a32e2399a955fbf1368cd1a.tar.xz
Remove all kind of trailing whitespaces from all MPlayer's files.
This affects all kind of spaces (' ',^I,^M,^L,...): actually [:space:] regex character set. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29306 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpeg2')
-rw-r--r--libmpeg2/alpha_asm.h2
-rw-r--r--libmpeg2/cpu_accel.c4
-rw-r--r--libmpeg2/header.c6
-rw-r--r--libmpeg2/idct_alpha.c2
-rw-r--r--libmpeg2/libmpeg2_changes.diff108
-rw-r--r--libmpeg2/slice.c2
6 files changed, 62 insertions, 62 deletions
diff --git a/libmpeg2/alpha_asm.h b/libmpeg2/alpha_asm.h
index 1a296301da..8cebbcb817 100644
--- a/libmpeg2/alpha_asm.h
+++ b/libmpeg2/alpha_asm.h
@@ -122,7 +122,7 @@ struct unaligned_long { uint64_t l; } __attribute__((packed));
#define minsw4 __builtin_alpha_minsw4
#define maxub8 __builtin_alpha_maxub8
#define maxsb8 __builtin_alpha_maxsb8
-#define maxuw4 __builtin_alpha_maxuw4
+#define maxuw4 __builtin_alpha_maxuw4
#define maxsw4 __builtin_alpha_maxsw4
#define perr __builtin_alpha_perr
#define pklb __builtin_alpha_pklb
diff --git a/libmpeg2/cpu_accel.c b/libmpeg2/cpu_accel.c
index f711f3282c..f2e99f754a 100644
--- a/libmpeg2/cpu_accel.c
+++ b/libmpeg2/cpu_accel.c
@@ -42,10 +42,10 @@ static inline uint32_t arch_accel (uint32_t accel)
#if 0
if (accel & (MPEG2_ACCEL_X86_3DNOW | MPEG2_ACCEL_X86_MMXEXT))
accel |= MPEG2_ACCEL_X86_MMX;
-
+
if (accel & (MPEG2_ACCEL_X86_SSE2 | MPEG2_ACCEL_X86_SSE3))
accel |= MPEG2_ACCEL_X86_MMXEXT;
-
+
if (accel & (MPEG2_ACCEL_X86_SSE3))
accel |= MPEG2_ACCEL_X86_SSE2;
diff --git a/libmpeg2/header.c b/libmpeg2/header.c
index 040651d20e..10786bd6d9 100644
--- a/libmpeg2/header.c
+++ b/libmpeg2/header.c
@@ -315,8 +315,8 @@ static inline void finalize_sequence (mpeg2_sequence_t * sequence)
height *= sequence->display_width;
} else {
- if (sequence->byte_rate == 50 * 0x3ffff)
- sequence->byte_rate = 0; /* mpeg-1 VBR */
+ if (sequence->byte_rate == 50 * 0x3ffff)
+ sequence->byte_rate = 0; /* mpeg-1 VBR */
switch (sequence->pixel_width) {
case 0: case 15: /* illegal */
@@ -860,7 +860,7 @@ int mpeg2_header_user_data (mpeg2dec_t * mpeg2dec)
{
mpeg2dec->user_data_len += mpeg2dec->chunk_ptr - 1 - mpeg2dec->chunk_start;
mpeg2dec->chunk_start = mpeg2dec->chunk_ptr - 1;
-
+
return 0;
}
diff --git a/libmpeg2/idct_alpha.c b/libmpeg2/idct_alpha.c
index e5886ed3ff..182e008b1f 100644
--- a/libmpeg2/idct_alpha.c
+++ b/libmpeg2/idct_alpha.c
@@ -221,7 +221,7 @@ void mpeg2_idct_add_mvi (const int last, int16_t * block,
shorts0 ^= signs0;
/* clamp. */
shorts0 = maxsw4 (shorts0, 0);
- shorts0 = minsw4 (shorts0, clampmask);
+ shorts0 = minsw4 (shorts0, clampmask);
/* next 4. */
pix1 = unpkbw (ldl (dest + 4));
diff --git a/libmpeg2/libmpeg2_changes.diff b/libmpeg2/libmpeg2_changes.diff
index 49f85a2a95..5e55453ab1 100644
--- a/libmpeg2/libmpeg2_changes.diff
+++ b/libmpeg2/libmpeg2_changes.diff
@@ -3,7 +3,7 @@
@@ -29,9 +33,13 @@
#include "attributes.h"
#include "mpeg2_internal.h"
-
+
+#include "cpudetect.h"
+
-#if defined(ARCH_X86) || defined(ARCH_X86_64)
@@ -14,10 +14,10 @@
+#if 0
if (accel & (MPEG2_ACCEL_X86_3DNOW | MPEG2_ACCEL_X86_MMXEXT))
accel |= MPEG2_ACCEL_X86_MMX;
-
+
@@ -124,6 +132,21 @@
#endif /* ACCEL_DETECT */
-
+
return accel;
+
+#else /* 0 */
@@ -36,20 +36,20 @@
+#endif /* 0 */
}
#endif /* ARCH_X86 || ARCH_X86_64 */
-
+
@@ -127,7 +150,7 @@
}
#endif /* ARCH_X86 || ARCH_X86_64 */
-
+
-#if defined(ACCEL_DETECT) && (defined(ARCH_PPC) || defined(ARCH_SPARC))
+#if defined(ACCEL_DETECT) && (ARCH_PPC || ARCH_SPARC)
#include <signal.h>
#include <setjmp.h>
-
+
@@ -146,7 +169,7 @@
}
#endif /* ACCEL_DETECT && (ARCH_PPC || ARCH_SPARC) */
-
+
-#ifdef ARCH_PPC
+#if ARCH_PPC
static uint32_t arch_accel (uint32_t accel)
@@ -58,7 +58,7 @@
@@ -183,7 +206,7 @@
}
#endif /* ARCH_PPC */
-
+
-#ifdef ARCH_SPARC
+#if ARCH_SPARC
static uint32_t arch_accel (uint32_t accel)
@@ -67,14 +67,14 @@
@@ -229,7 +252,7 @@
}
#endif /* ARCH_SPARC */
-
+
-#ifdef ARCH_ALPHA
+#if ARCH_ALPHA
static inline uint32_t arch_accel (uint32_t accel)
{
if (accel & MPEG2_ACCEL_ALPHA_MVI)
@@ -253,7 +276,7 @@
-
+
uint32_t mpeg2_detect_accel (uint32_t accel)
{
-#if defined (ARCH_X86) || defined (ARCH_X86_64) || defined (ARCH_PPC) || defined (ARCH_ALPHA) || defined (ARCH_SPARC)
@@ -94,10 +94,10 @@ Index: libmpeg2/cpu_state.c
+#if ARCH_X86 || ARCH_X86_64
#include "mmx.h"
#endif
-
+
void (* mpeg2_cpu_state_save) (cpu_state_t * state) = NULL;
void (* mpeg2_cpu_state_restore) (cpu_state_t * state) = NULL;
-
+
-#if defined(ARCH_X86) || defined(ARCH_X86_64)
+#if ARCH_X86 || ARCH_X86_64
static void state_restore_mmx (cpu_state_t * state)
@@ -105,14 +105,14 @@ Index: libmpeg2/cpu_state.c
emms ();
}
#endif
-
+
-#ifdef ARCH_PPC
+#if ARCH_PPC
#if defined(__APPLE_CC__) /* apple */
#define LI(a,b) "li r" #a "," #b "\n\t"
#define STVX0(a,b,c) "stvx v" #a ",0,r" #c "\n\t"
@@ -115,12 +115,12 @@
-
+
void mpeg2_cpu_state_init (uint32_t accel)
{
-#if defined(ARCH_X86) || defined(ARCH_X86_64)
@@ -142,7 +142,7 @@ Index: libmpeg2/cpu_state.c
+// printf("libmpeg2: FBUF 0:%p 1:%p 2:%p\n",
+// mpeg2dec->fbuf[0]->buf[0],mpeg2dec->fbuf[1]->buf[0],mpeg2dec->fbuf[2]->buf[0]);
}
-
+
void mpeg2_custom_fbuf (mpeg2dec_t * mpeg2dec, int custom_fbuf)
--- libmpeg2/header.c 2006-06-16 20:12:26.000000000 +0200
+++ libmpeg2/header.c 2006-06-16 20:12:50.000000000 +0200
@@ -167,7 +167,7 @@ Index: libmpeg2/cpu_state.c
--- libmpeg2/idct.c (revision 26652)
+++ libmpeg2/idct.c (working copy)
@@ -235,34 +239,40 @@
-
+
void mpeg2_idct_init (uint32_t accel)
{
-#ifdef ARCH_X86
@@ -211,19 +211,19 @@ Index: libmpeg2/cpu_state.c
+#elif ARCH_ALPHA
+ if (accel & MPEG2_ACCEL_ALPHA) {
int i;
-
+
mpeg2_idct_copy = mpeg2_idct_copy_alpha;
Index: libmpeg2/idct_alpha.c
===================================================================
--- libmpeg2/idct_alpha.c (revision 28324)
+++ libmpeg2/idct_alpha.c (revision 28325)
@@ -24,7 +24,7 @@
-
+
#include "config.h"
-
+
-#ifdef ARCH_ALPHA
+#if ARCH_ALPHA
-
+
#include <stdlib.h>
#include <inttypes.h>
Index: libmpeg2/idct_altivec.c
@@ -231,12 +231,12 @@ Index: libmpeg2/idct_altivec.c
--- libmpeg2/idct_altivec.c (revision 28324)
+++ libmpeg2/idct_altivec.c (revision 28325)
@@ -23,7 +23,7 @@
-
+
#include "config.h"
-
+
-#ifdef ARCH_PPC
+#if ARCH_PPC
-
+
#ifdef HAVE_ALTIVEC_H
#include <altivec.h>
Index: libmpeg2/idct_mmx.c
@@ -244,18 +244,18 @@ Index: libmpeg2/idct_mmx.c
--- libmpeg2/idct_mmx.c (revision 28324)
+++ libmpeg2/idct_mmx.c (revision 28325)
@@ -23,7 +23,7 @@
-
+
#include "config.h"
-
+
-#if defined(ARCH_X86) || defined(ARCH_X86_64)
+#if ARCH_X86 || ARCH_X86_64
-
+
#include <inttypes.h>
-
+
--- libmpeg2/motion_comp.c 2006-06-16 20:12:26.000000000 +0200
+++ libmpeg2/motion_comp.c 2006-06-16 20:12:50.000000000 +0200
@@ -33,34 +37,40 @@
-
+
void mpeg2_mc_init (uint32_t accel)
{
-#ifdef ARCH_X86
@@ -309,25 +309,25 @@ Index: libmpeg2/motion_comp_alpha.c
--- libmpeg2/motion_comp_alpha.c (revision 28324)
+++ libmpeg2/motion_comp_alpha.c (revision 28325)
@@ -22,7 +22,7 @@
-
+
#include "config.h"
-
+
-#ifdef ARCH_ALPHA
+#if ARCH_ALPHA
-
+
#include <inttypes.h>
-
+
Index: libmpeg2/motion_comp_altivec.c
===================================================================
--- libmpeg2/motion_comp_altivec.c (revision 28324)
+++ libmpeg2/motion_comp_altivec.c (revision 28325)
@@ -23,7 +23,7 @@
-
+
#include "config.h"
-
+
-#ifdef ARCH_PPC
+#if ARCH_PPC
-
+
#ifdef HAVE_ALTIVEC_H
#include <altivec.h>
Index: libmpeg2/motion_comp_arm.c
@@ -335,44 +335,44 @@ Index: libmpeg2/motion_comp_arm.c
--- libmpeg2/motion_comp_arm.c (revision 28324)
+++ libmpeg2/motion_comp_arm.c (revision 28325)
@@ -22,7 +22,7 @@
-
+
#include "config.h"
-
+
-#ifdef ARCH_ARM
+#if ARCH_ARM
-
+
#include <inttypes.h>
-
+
Index: libmpeg2/motion_comp_mmx.c
===================================================================
--- libmpeg2/motion_comp_mmx.c (revision 28324)
+++ libmpeg2/motion_comp_mmx.c (revision 28325)
@@ -23,7 +23,7 @@
-
+
#include "config.h"
-
+
-#if defined(ARCH_X86) || defined(ARCH_X86_64)
+#if ARCH_X86 || ARCH_X86_64
-
+
#include <inttypes.h>
-
+
Index: libmpeg2/motion_comp_vis.c
===================================================================
--- libmpeg2/motion_comp_vis.c (revision 28324)
+++ libmpeg2/motion_comp_vis.c (revision 28325)
@@ -22,7 +22,7 @@
-
+
#include "config.h"
-
+
-#ifdef ARCH_SPARC
+#if ARCH_SPARC
-
+
#include <inttypes.h>
-
+
--- libmpeg2/mpeg2_internal.h 2006-06-16 20:12:26.000000000 +0200
+++ libmpeg2/mpeg2_internal.h 2006-06-16 20:12:50.000000000 +0200
@@ -152,6 +156,11 @@
-
+
/* XXX: stuff due to xine shit */
int8_t q_scale_type;
+
@@ -381,7 +381,7 @@ Index: libmpeg2/motion_comp_vis.c
+ char* quant_store;
+ int quant_stride;
};
-
+
typedef struct {
@@ -223,6 +232,9 @@
//int8_t q_scale_type, scaled[4];
@@ -391,11 +391,11 @@ Index: libmpeg2/motion_comp_vis.c
+ unsigned char *pending_buffer;
+ int pending_length;
};
-
+
typedef struct {
@@ -226,7 +238,7 @@
};
-
+
typedef struct {
-#ifdef ARCH_PPC
+#if ARCH_PPC
@@ -405,15 +405,15 @@ Index: libmpeg2/motion_comp_vis.c
--- libmpeg2/slice.c 2006-06-16 20:12:26.000000000 +0200
+++ libmpeg2/slice.c 2006-06-16 20:12:50.000000000 +0200
@@ -142,6 +146,7 @@
-
+
quantizer_scale_code = UBITS (bit_buf, 5);
DUMPBITS (bit_buf, bits, 5);
+ decoder->quantizer_scale = decoder->quantizer_scales[quantizer_scale_code];
-
+
decoder->quantizer_matrix[0] =
decoder->quantizer_prescale[0][quantizer_scale_code];
@@ -1564,6 +1569,24 @@
-
+
#define NEXT_MACROBLOCK \
do { \
+ if(decoder->quant_store) { \
diff --git a/libmpeg2/slice.c b/libmpeg2/slice.c
index 99fcf95c22..60a6119987 100644
--- a/libmpeg2/slice.c
+++ b/libmpeg2/slice.c
@@ -1906,7 +1906,7 @@ void mpeg2_slice (mpeg2_decoder_t * const decoder, const int code,
if ( ((macroblock_modes >> MOTION_TYPE_SHIFT) < 0)
|| ((macroblock_modes >> MOTION_TYPE_SHIFT) >=
- (int)(sizeof(decoder->motion_parser)
+ (int)(sizeof(decoder->motion_parser)
/ sizeof(decoder->motion_parser[0])))
) {
break; // Illegal !