[MPlayer-dev-eng] pre5?
Dominik Mierzejewski
dominik at rangers.eu.org
Fri Jun 7 23:35:08 CEST 2002
On Thursday, 06 June 2002, Arpi wrote:
> Hi,
Hi,
[snip]
> i hope i didn't miss any importamt thing!
> if no objections, it will be pre5 (aka rc1) tomorrow.
> then we can start working on post-0.90 thigs in cvs, the soon-coming 0.90
> release will be a patched (critical fixes backported outside of cvs) pre5
> tarball.
I still have some unapplied hunks of my compiler-warnings-killer patch
in my RPM. I'm attaching it here.
--
MPlayer RPMs: http://msp-190.man.olsztyn.pl/~dominik/linux/pkgs/mplayer/
"The Universe doesn't give you any points for doing things that are easy."
-- Sheridan to Garibaldi in Babylon 5:"The Geometry of Shadows"
Dominik 'Rathann' Mierzejewski <rathann(at)rangers.eu.org>
-------------- next part --------------
--- MPlayer-20020607/libao2/afmt.c.warn Fri May 10 21:41:46 2002
+++ MPlayer-20020607/libao2/afmt.c Fri Jun 7 23:06:29 2002
@@ -81,4 +81,4 @@
}
return 8;
-}
\ No newline at end of file
+}
--- MPlayer-20020607/libdha/mtrr.c.warn Fri May 10 21:41:46 2002
+++ MPlayer-20020607/libdha/mtrr.c Fri Jun 7 23:06:29 2002
@@ -8,6 +8,7 @@
#include "config.h"
#include <stdio.h>
+#include <string.h>
#include <errno.h>
#include "libdha.h"
#include "AsmMacros.h"
@@ -81,4 +82,4 @@
{
return ENOSYS;
}
-#endif
\ No newline at end of file
+#endif
--- MPlayer-20020607/libmpcodecs/native/RTjpegN.c.warn Fri Dec 28 19:01:42 2001
+++ MPlayer-20020607/libmpcodecs/native/RTjpegN.c Fri Jun 7 23:06:29 2002
@@ -358,7 +358,7 @@
data[i]= 0;
break;
default:
-
+ break;
}
if( bitoff == 0 ) {
--- MPlayer-20020607/libmpcodecs/vd_zlib.c.warn Sat Mar 23 18:27:46 2002
+++ MPlayer-20020607/libmpcodecs/vd_zlib.c Fri Jun 7 23:06:29 2002
@@ -131,4 +131,4 @@
return mpi;
}
-#endif
\ No newline at end of file
+#endif
--- MPlayer-20020607/libmpcodecs/dec_audio.c.warn Tue May 28 17:51:22 2002
+++ MPlayer-20020607/libmpcodecs/dec_audio.c Fri Jun 7 23:06:29 2002
@@ -26,6 +26,8 @@
static ad_functions_t* mpadec;
+void uninit_audio(sh_audio_t *sh_audio); /* forward declaration */
+
int init_audio(sh_audio_t *sh_audio)
{
unsigned i;
--- MPlayer-20020607/libmpcodecs/vd.c.warn Fri May 31 20:16:45 2002
+++ MPlayer-20020607/libmpcodecs/vd.c Fri Jun 7 23:06:29 2002
@@ -23,6 +23,8 @@
#include "vd.h"
#include "vf.h"
+#include "dec_video.h"
+
//#include "vd_internal.h"
extern vd_functions_t mpcodecs_vd_null;
--- MPlayer-20020607/libmpcodecs/mp_image.h.warn Sun Apr 21 12:44:17 2002
+++ MPlayer-20020607/libmpcodecs/mp_image.h Fri Jun 7 23:06:29 2002
@@ -1,6 +1,8 @@
#ifndef __MP_IMAGE_H
#define __MP_IMAGE_H 1
+#include <string.h>
+
// set if buffer content shouldn't be modified:
#define MP_IMGFLAG_PRESERVE 0x01
// set if buffer content will be READED for next frame's MC: (I/P mpeg frames)
--- MPlayer-20020607/libvo/mga_common.c.warn Fri Jun 7 23:02:00 2002
+++ MPlayer-20020607/libvo/mga_common.c Fri Jun 7 23:30:12 2002
@@ -4,6 +4,9 @@
#include "../postproc/rgb2rgb.h"
// mga_vid drawing functions
+#ifdef VO_XMGA
+static void set_window( int ps ); /* forward declaration to kill warnings */
+#endif
static int mga_next_frame=0;
--- MPlayer-20020607/loader/dshow/DS_VideoDecoder.h.warn Wed Jan 2 18:11:09 2002
+++ MPlayer-20020607/loader/dshow/DS_VideoDecoder.h Fri Jun 7 23:06:29 2002
@@ -23,6 +23,7 @@
int DS_VideoDecoder_SetDirection(DS_VideoDecoder *this, int d);
int DS_VideoDecoder_GetValue(DS_VideoDecoder *this, const char* name, int* value);
int DS_VideoDecoder_SetValue(DS_VideoDecoder *this, const char* name, int value);
+int DS_SetAttr_DivX(char* attribute, int value);
#endif /* AVIFILE_DS_VIDEODECODER_H */
--- MPlayer-20020607/loader/win32.c.warn Fri Jun 7 23:02:02 2002
+++ MPlayer-20020607/loader/win32.c Fri Jun 7 23:06:29 2002
@@ -788,6 +788,8 @@
static int pf_set = 0;
static BYTE PF[64] = {0,};
+static void WINAPI expGetSystemInfo(SYSTEM_INFO* si); /* forward declaration */
+
static WIN_BOOL WINAPI expIsProcessorFeaturePresent(DWORD v)
{
WIN_BOOL result;
--- MPlayer-20020607/my_profile.h.warn Sun Nov 11 16:20:19 2001
+++ MPlayer-20020607/my_profile.h Fri Jun 7 23:06:29 2002
@@ -30,4 +30,4 @@
-#endif
\ No newline at end of file
+#endif
--- MPlayer-20020607/dll_init.h.warn Thu Apr 11 04:52:28 2002
+++ MPlayer-20020607/dll_init.h Fri Jun 7 23:06:29 2002
@@ -4,9 +4,11 @@
extern char* win32_codec_name; // must be set before calling DrvOpen() !!!
int init_acm_audio_codec(sh_audio_t *sh_audio);
+int close_acm_audio_codec(sh_audio_t *sh_audio);
int acm_decode_audio(sh_audio_t *sh_audio, void* a_buffer,int minlen,int maxlen);
int init_vfw_video_codec(sh_video_t *sh_video,int ex);
+int vfw_close_video_codec(sh_video_t *sh_video, int ex);
int vfw_decode_video(sh_video_t* sh_video,void* start,int in_size,int drop_frame,int ex);
int vfw_set_postproc(sh_video_t* sh_video,int quality);
--- MPlayer-20020607/mmx_defs.h.warn Tue Oct 30 17:16:49 2001
+++ MPlayer-20020607/mmx_defs.h Fri Jun 7 23:06:29 2002
@@ -54,4 +54,4 @@
#endif
-#endif
\ No newline at end of file
+#endif
--- MPlayer-20020607/mplayer.h.warn Fri Jun 7 23:01:56 2002
+++ MPlayer-20020607/mplayer.h Fri Jun 7 23:06:29 2002
@@ -9,4 +9,4 @@
extern void exit_player(char* how);
-#endif
\ No newline at end of file
+#endif
More information about the MPlayer-dev-eng
mailing list