Author: pebender
Date: Fri Jul  3 13:02:57 2009
New Revision: 5113

Modified:
    trunk/gar-minimyth/html/minimyth/index.html
    trunk/gar-minimyth/script/lib/ffmpeg/Makefile
    trunk/gar-minimyth/script/lib/ffmpeg/checksums
     
trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg-h264_vaapi_take_19.patch
    trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg.patch.gar
    trunk/gar-minimyth/script/mediaplayers/mplayer-svn/checksums
     
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/files/MPlayer-gcc_4.4.0_hack.patch
     
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/files/MPlayer-vaapi_20090616.patch
    trunk/gar-minimyth/script/mediaplayers/mplayer-svn/package-api.mk

Log:
- Updated packages lib/ffmpeg and mediplayters/mplayer-svn.



Modified: trunk/gar-minimyth/html/minimyth/index.html
==============================================================================
--- trunk/gar-minimyth/html/minimyth/index.html (original)
+++ trunk/gar-minimyth/html/minimyth/index.html Fri Jul  3 13:02:57 2009
@@ -58,8 +58,8 @@
              </li>
              <li><a  
href="http://home.kabelfoon.nl/~moongies/streamtuned.html";>MythStream</a>  
<strong>0.18_1</strong></li>
              <li>
-              <a href="http://www.mplayerhq.hu/";>MPlayer</a> <strong>SVN  
29408</strong> and
-              <a href="http://www.ffmpeg.org/";>FFmpeg</a> <strong>SVN  
19309</strong>
+              <a href="http://www.mplayerhq.hu/";>MPlayer</a> <strong>SVN  
29410</strong> and
+              <a href="http://www.ffmpeg.org/";>FFmpeg</a> <strong>SVN  
19344</strong>
              </li>
              <li>
                <a href="http://www.mplayerhq.hu/";>MPlayer</a>  
<strong>1.0rc2</strong> with patches to add
@@ -70,12 +70,12 @@
              </li>
              <li>
                <a href="http://www.videolan.org/";>VLC</a>  
<strong>1.0.0-rc4</strong> and
-              <a href="http://www.ffmpeg.org/";>FFmpeg</a> <strong>SVN  
19309</strong>
+              <a href="http://www.ffmpeg.org/";>FFmpeg</a> <strong>SVN  
19344</strong>
              </li>
              <li>
                <a href="http://www.xine-project.org/";>xine-ui</a>  
<strong>0.99.5</strong>,
                <a href="http://www.xine-project.org/";>xine-lib</a>  
<strong>1.1.16.3</strong> and
-              <a href="http://www.ffmpeg.org/";>FFmpeg</a> <strong>SVN  
19309</strong>
+              <a href="http://www.ffmpeg.org/";>FFmpeg</a> <strong>SVN  
19344</strong>
              </li>
              <li>
                <a href="http://fceultra.sourceforge.net/";>FCE Ultra</a>  
<strong>0.98.13-pre</strong>

Modified: trunk/gar-minimyth/script/lib/ffmpeg/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/ffmpeg/Makefile       (original)
+++ trunk/gar-minimyth/script/lib/ffmpeg/Makefile       Fri Jul  3 13:02:57 2009
@@ -1,5 +1,5 @@
  GARNAME = ffmpeg
-GARVERSION = 19309.$(MPLAYER_TRUNK_VERSION)
+GARVERSION = 19334.$(MPLAYER_TRUNK_VERSION)
  CATEGORIES = lib
  MASTER_SITES = svn://svn.ffmpeg.org/
  DISTFILES = $(DISTNAME).tar.bz2

Modified: trunk/gar-minimyth/script/lib/ffmpeg/checksums
==============================================================================
--- trunk/gar-minimyth/script/lib/ffmpeg/checksums      (original)
+++ trunk/gar-minimyth/script/lib/ffmpeg/checksums      Fri Jul  3 13:02:57 2009
@@ -1,2 +1,2 @@
-2b9694ace0ea1319168827705e1f804e  download/ffmpeg-h264_vaapi_take_19.patch
-dbacb9c568f6d15099d65aba56fceff7  download/ffmpeg.patch.gar
+e45c33d8a9d991afc8f6cab76d3452ab  download/ffmpeg-h264_vaapi_take_19.patch
+b485be68976cece0541b7fd3c72e7b8d  download/ffmpeg.patch.gar

Modified:  
trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg-h264_vaapi_take_19.patch
==============================================================================
---  
trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg-h264_vaapi_take_19.patch      
 
(original)
+++  
trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg-h264_vaapi_take_19.patch      
 
Fri Jul  3 13:02:57 2009
@@ -1,6 +1,6 @@
-diff -Naur ffmpeg-19309.29408-old/libavcodec/allcodecs.c  
ffmpeg-19309.29408-new/libavcodec/allcodecs.c
---- ffmpeg-19309.29408-old/libavcodec/allcodecs.c      2009-06-30  
16:29:02.000000000 -0700
-+++ ffmpeg-19309.29408-new/libavcodec/allcodecs.c      2009-06-30  
16:29:28.000000000 -0700
+diff -Naur ffmpeg-19334.29410-old/libavcodec/allcodecs.c  
ffmpeg-19334.29410-new/libavcodec/allcodecs.c
+--- ffmpeg-19334.29410-old/libavcodec/allcodecs.c      2009-07-03  
10:09:27.000000000 -0700
++++ ffmpeg-19334.29410-new/libavcodec/allcodecs.c      2009-07-03  
10:10:16.000000000 -0700
  @@ -55,6 +55,7 @@

       /* hardware accelerators */
@@ -9,9 +9,9 @@
       REGISTER_HWACCEL (MPEG2_VAAPI, mpeg2_vaapi);
       REGISTER_HWACCEL (MPEG4_VAAPI, mpeg4_vaapi);
       REGISTER_HWACCEL (VC1_VAAPI, vc1_vaapi);
-diff -Naur ffmpeg-19309.29408-old/libavcodec/Makefile  
ffmpeg-19309.29408-new/libavcodec/Makefile
---- ffmpeg-19309.29408-old/libavcodec/Makefile 2009-06-30  
16:29:02.000000000 -0700
-+++ ffmpeg-19309.29408-new/libavcodec/Makefile 2009-06-30  
16:29:28.000000000 -0700
+diff -Naur ffmpeg-19334.29410-old/libavcodec/Makefile  
ffmpeg-19334.29410-new/libavcodec/Makefile
+--- ffmpeg-19334.29410-old/libavcodec/Makefile 2009-07-03  
10:09:27.000000000 -0700
++++ ffmpeg-19334.29410-new/libavcodec/Makefile 2009-07-03  
10:10:16.000000000 -0700
  @@ -108,6 +108,7 @@
   OBJS-$(CONFIG_H263P_ENCODER)           += mpegvideo_enc.o motion_est.o  
ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o
   OBJS-$(CONFIG_H264_DECODER)            += h264.o h264idct.o h264pred.o  
h264_parser.o cabac.o mpegvideo.o error_resilience.o
@@ -20,9 +20,9 @@
   OBJS-$(CONFIG_H264_VDPAU_DECODER)      += h264.o h264idct.o h264pred.o  
h264_parser.o cabac.o mpegvideo.o error_resilience.o
   OBJS-$(CONFIG_HUFFYUV_DECODER)         += huffyuv.o
   OBJS-$(CONFIG_HUFFYUV_ENCODER)         += huffyuv.o
-diff -Naur ffmpeg-19309.29408-old/libavcodec/vaapi_h264.c  
ffmpeg-19309.29408-new/libavcodec/vaapi_h264.c
---- ffmpeg-19309.29408-old/libavcodec/vaapi_h264.c     1969-12-31  
16:00:00.000000000 -0800
-+++ ffmpeg-19309.29408-new/libavcodec/vaapi_h264.c     2009-06-30  
16:29:28.000000000 -0700
+diff -Naur ffmpeg-19334.29410-old/libavcodec/vaapi_h264.c  
ffmpeg-19334.29410-new/libavcodec/vaapi_h264.c
+--- ffmpeg-19334.29410-old/libavcodec/vaapi_h264.c     1969-12-31  
16:00:00.000000000 -0800
++++ ffmpeg-19334.29410-new/libavcodec/vaapi_h264.c     2009-07-03  
10:10:16.000000000 -0700
  @@ -0,0 +1,360 @@
  +/*
  + * H.264 HW decode acceleration through VAAPI

Modified: trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg.patch.gar
==============================================================================
--- trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg.patch.gar (original)
+++ trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg.patch.gar Fri Jul  3  
13:02:57 2009
@@ -1,6 +1,6 @@
-diff -Naur ffmpeg-19309.29408-old/configure  
ffmpeg-19309.29408-new/configure
---- ffmpeg-19309.29408-old/configure   2009-06-30 16:29:28.000000000 -0700
-+++ ffmpeg-19309.29408-new/configure   2009-06-30 16:29:28.000000000 -0700
+diff -Naur ffmpeg-19334.29410-old/configure  
ffmpeg-19334.29410-new/configure
+--- ffmpeg-19334.29410-old/configure   2009-07-03 10:10:16.000000000 -0700
++++ ffmpeg-19334.29410-new/configure   2009-07-03 10:10:16.000000000 -0700
  @@ -742,11 +742,11 @@
       func=$4
       shift 4

Modified: trunk/gar-minimyth/script/mediaplayers/mplayer-svn/checksums
==============================================================================
--- trunk/gar-minimyth/script/mediaplayers/mplayer-svn/checksums        
(original)
+++ trunk/gar-minimyth/script/mediaplayers/mplayer-svn/checksums        Fri Jul 
 3  
13:02:57 2009
@@ -1,2 +1,2 @@
-2178ce25aec6dd504e51b1172125731b  download/MPlayer-gcc_4.4.0_hack.patch
-b646f85a9e322c20532b6045b2410cf0  download/MPlayer-vaapi_20090616.patch
+cc59524be55dfd9a2c373378fbfa2e08  download/MPlayer-gcc_4.4.0_hack.patch
+8f2522f02c754cd422c39ed24e355685  download/MPlayer-vaapi_20090616.patch

Modified:  
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/files/MPlayer-gcc_4.4.0_hack.patch
==============================================================================
---  
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/files/MPlayer-gcc_4.4.0_hack.patch
    
(original)
+++  
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/files/MPlayer-gcc_4.4.0_hack.patch
    
Fri Jul  3 13:02:57 2009
@@ -1,6 +1,6 @@
-diff -Naur MPlayer-29408-old/configure MPlayer-29408-new/configure
---- MPlayer-29408-old/configure        2009-06-30 16:31:10.000000000 -0700
-+++ MPlayer-29408-new/configure        2009-06-30 16:32:37.000000000 -0700
+diff -Naur MPlayer-29410-old/configure MPlayer-29410-new/configure
+--- MPlayer-29410-old/configure        2009-07-03 10:12:32.000000000 -0700
++++ MPlayer-29410-new/configure        2009-07-03 10:15:30.000000000 -0700
  @@ -2410,8 +2410,8 @@
   __attribute__((noinline)) static int foo3(int i1, int i2, int i3) {  
return i3; }
   int main(void) { return foo3(1,2,3) == 3 ? 0 : 1; }

Modified:  
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/files/MPlayer-vaapi_20090616.patch
==============================================================================
---  
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/files/MPlayer-vaapi_20090616.patch
    
(original)
+++  
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/files/MPlayer-vaapi_20090616.patch
    
Fri Jul  3 13:02:57 2009
@@ -1,6 +1,6 @@
-diff -Naur MPlayer-29408-old/cfg-common-opts.h  
MPlayer-29408-new/cfg-common-opts.h
---- MPlayer-29408-old/cfg-common-opts.h        2009-06-30 16:32:37.000000000 
-0700
-+++ MPlayer-29408-new/cfg-common-opts.h        2009-06-30 16:32:37.000000000 
-0700
+diff -Naur MPlayer-29410-old/cfg-common-opts.h  
MPlayer-29410-new/cfg-common-opts.h
+--- MPlayer-29410-old/cfg-common-opts.h        2009-07-03 10:15:30.000000000 
-0700
++++ MPlayer-29410-new/cfg-common-opts.h        2009-07-03 10:15:31.000000000 
-0700
  @@ -227,6 +227,7 @@
   //   {"ac", &audio_codec, CONF_TYPE_STRING, 0, 0, 0, NULL},
        {"ac", &audio_codec_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
@@ -9,9 +9,9 @@

        // postprocessing:
   #ifdef CONFIG_LIBAVCODEC
-diff -Naur MPlayer-29408-old/codec-cfg.c MPlayer-29408-new/codec-cfg.c
---- MPlayer-29408-old/codec-cfg.c      2009-06-30 16:32:37.000000000 -0700
-+++ MPlayer-29408-new/codec-cfg.c      2009-06-30 16:32:37.000000000 -0700
+diff -Naur MPlayer-29410-old/codec-cfg.c MPlayer-29410-new/codec-cfg.c
+--- MPlayer-29410-old/codec-cfg.c      2009-07-03 10:15:30.000000000 -0700
++++ MPlayer-29410-new/codec-cfg.c      2009-07-03 10:15:31.000000000 -0700
  @@ -182,6 +182,13 @@
                {"IDCT_MPEG2",IMGFMT_XVMC_IDCT_MPEG2},
                {"MOCO_MPEG2",IMGFMT_XVMC_MOCO_MPEG2},
@@ -26,9 +26,9 @@
                {"VDPAU_MPEG1",IMGFMT_VDPAU_MPEG1},
                {"VDPAU_MPEG2",IMGFMT_VDPAU_MPEG2},
                {"VDPAU_H264",IMGFMT_VDPAU_H264},
-diff -Naur MPlayer-29408-old/configure MPlayer-29408-new/configure
---- MPlayer-29408-old/configure        2009-06-30 16:32:37.000000000 -0700
-+++ MPlayer-29408-new/configure        2009-06-30 16:32:37.000000000 -0700
+diff -Naur MPlayer-29410-old/configure MPlayer-29410-new/configure
+--- MPlayer-29410-old/configure        2009-07-03 10:15:30.000000000 -0700
++++ MPlayer-29410-new/configure        2009-07-03 10:15:31.000000000 -0700
  @@ -354,6 +354,9 @@
     --disable-muxer=MUXER     disable specified FFmpeg muxer
     --enable-muxer=MUXER      enable specified FFmpeg muxer
@@ -167,9 +167,9 @@
   #endif /* MPLAYER_CONFIG_H */
   EOF

-diff -Naur MPlayer-29408-old/etc/codecs.conf  
MPlayer-29408-new/etc/codecs.conf
---- MPlayer-29408-old/etc/codecs.conf  2009-06-30 16:32:37.000000000 -0700
-+++ MPlayer-29408-new/etc/codecs.conf  2009-06-30 16:32:37.000000000 -0700
+diff -Naur MPlayer-29410-old/etc/codecs.conf  
MPlayer-29410-new/etc/codecs.conf
+--- MPlayer-29410-old/etc/codecs.conf  2009-07-03 10:15:30.000000000 -0700
++++ MPlayer-29410-new/etc/codecs.conf  2009-07-03 10:15:31.000000000 -0700
  @@ -164,6 +164,7 @@
     fourcc LMP2 ; Lead mpeg2 in avi
     driver ffmpeg
@@ -218,9 +218,9 @@
     out YV12,I420,IYUV

   videocodec ffzygo
-diff -Naur MPlayer-29408-old/fmt-conversion.c  
MPlayer-29408-new/fmt-conversion.c
---- MPlayer-29408-old/fmt-conversion.c 2009-06-30 16:32:37.000000000 -0700
-+++ MPlayer-29408-new/fmt-conversion.c 2009-06-30 16:32:37.000000000 -0700
+diff -Naur MPlayer-29410-old/fmt-conversion.c  
MPlayer-29410-new/fmt-conversion.c
+--- MPlayer-29410-old/fmt-conversion.c 2009-07-03 10:15:30.000000000 -0700
++++ MPlayer-29410-new/fmt-conversion.c 2009-07-03 10:15:31.000000000 -0700
  @@ -18,12 +18,14 @@

   #include "mp_msg.h"
@@ -271,9 +271,9 @@
               break;
       fmt = conversion_map[i].fmt;
       if (!fmt)
-diff -Naur MPlayer-29408-old/fmt-conversion.h  
MPlayer-29408-new/fmt-conversion.h
---- MPlayer-29408-old/fmt-conversion.h 2009-06-30 16:32:37.000000000 -0700
-+++ MPlayer-29408-new/fmt-conversion.h 2009-06-30 16:32:37.000000000 -0700
+diff -Naur MPlayer-29410-old/fmt-conversion.h  
MPlayer-29410-new/fmt-conversion.h
+--- MPlayer-29410-old/fmt-conversion.h 2009-07-03 10:15:30.000000000 -0700
++++ MPlayer-29410-new/fmt-conversion.h 2009-07-03 10:15:31.000000000 -0700
  @@ -4,6 +4,6 @@
   #include "libavutil/avutil.h"

@@ -282,9 +282,9 @@
  +int pixfmt2imgfmt(enum PixelFormat pix_fmt, int codec_id);

   #endif /* MPLAYER_FMT_CONVERSION_H */
-diff -Naur MPlayer-29408-old/gui/mplayer/gtk/opts.c  
MPlayer-29408-new/gui/mplayer/gtk/opts.c
---- MPlayer-29408-old/gui/mplayer/gtk/opts.c   2009-06-30 16:32:37.000000000  
-0700
-+++ MPlayer-29408-new/gui/mplayer/gtk/opts.c   2009-06-30 16:32:37.000000000  
-0700
+diff -Naur MPlayer-29410-old/gui/mplayer/gtk/opts.c  
MPlayer-29410-new/gui/mplayer/gtk/opts.c
+--- MPlayer-29410-old/gui/mplayer/gtk/opts.c   2009-07-03 10:15:30.000000000  
-0700
++++ MPlayer-29410-new/gui/mplayer/gtk/opts.c   2009-07-03 10:15:31.000000000  
-0700
  @@ -63,9 +63,11 @@
          GtkWidget * prEFontName;
          GtkWidget * prEDVDDevice;
@@ -363,9 +363,9 @@
     AddLabel( MSGTR_PREFERENCES_VideoCodecFamily,hbox5 );

     CBVFM=gtk_combo_new();
-diff -Naur MPlayer-29408-old/help/help_mp-en.h  
MPlayer-29408-new/help/help_mp-en.h
---- MPlayer-29408-old/help/help_mp-en.h        2009-06-30 16:32:37.000000000 
-0700
-+++ MPlayer-29408-new/help/help_mp-en.h        2009-06-30 16:32:37.000000000 
-0700
+diff -Naur MPlayer-29410-old/help/help_mp-en.h  
MPlayer-29410-new/help/help_mp-en.h
+--- MPlayer-29410-old/help/help_mp-en.h        2009-07-03 10:15:30.000000000 
-0700
++++ MPlayer-29410-new/help/help_mp-en.h        2009-07-03 10:15:31.000000000 
-0700
  @@ -718,6 +718,7 @@
   #define MSGTR_PREFERENCES_IDX "Rebuild index table, if needed"
   #define MSGTR_PREFERENCES_VideoCodecFamily "Video codec family:"
@@ -382,9 +382,9 @@

   // libmpcodecs/ve_lavc.c
   #define MSGTR_MPCODECS_HighQualityEncodingSelected "[VE_LAVC] High  
quality encoding selected (non-realtime)!\n"
-diff -Naur MPlayer-29408-old/libmpcodecs/dec_video.c  
MPlayer-29408-new/libmpcodecs/dec_video.c
---- MPlayer-29408-old/libmpcodecs/dec_video.c  2009-06-30  
16:32:37.000000000 -0700
-+++ MPlayer-29408-new/libmpcodecs/dec_video.c  2009-06-30  
16:32:37.000000000 -0700
+diff -Naur MPlayer-29410-old/libmpcodecs/dec_video.c  
MPlayer-29410-new/libmpcodecs/dec_video.c
+--- MPlayer-29410-old/libmpcodecs/dec_video.c  2009-07-03  
10:15:30.000000000 -0700
++++ MPlayer-29410-new/libmpcodecs/dec_video.c  2009-07-03  
10:15:31.000000000 -0700
  @@ -39,9 +39,47 @@
   int field_dominance=-1;

@@ -433,9 +433,9 @@
   int get_video_quality_max(sh_video_t *sh_video){
     vf_instance_t* vf=sh_video->vfilter;
     if(vf){
-diff -Naur MPlayer-29408-old/libmpcodecs/dec_video.h  
MPlayer-29408-new/libmpcodecs/dec_video.h
---- MPlayer-29408-old/libmpcodecs/dec_video.h  2009-06-30  
16:32:37.000000000 -0700
-+++ MPlayer-29408-new/libmpcodecs/dec_video.h  2009-06-30  
16:32:37.000000000 -0700
+diff -Naur MPlayer-29410-old/libmpcodecs/dec_video.h  
MPlayer-29410-new/libmpcodecs/dec_video.h
+--- MPlayer-29410-old/libmpcodecs/dec_video.h  2009-07-03  
10:15:30.000000000 -0700
++++ MPlayer-29410-new/libmpcodecs/dec_video.h  2009-07-03  
10:15:31.000000000 -0700
  @@ -3,6 +3,14 @@

   #include "libmpdemux/stheader.h"
@@ -463,9 +463,9 @@
  +extern char *video_hwaccel_name;

   #endif /* MPLAYER_DEC_VIDEO_H */
-diff -Naur MPlayer-29408-old/libmpcodecs/img_format.c  
MPlayer-29408-new/libmpcodecs/img_format.c
---- MPlayer-29408-old/libmpcodecs/img_format.c 2009-06-30  
16:32:37.000000000 -0700
-+++ MPlayer-29408-new/libmpcodecs/img_format.c 2009-06-30  
16:32:37.000000000 -0700
+diff -Naur MPlayer-29410-old/libmpcodecs/img_format.c  
MPlayer-29410-new/libmpcodecs/img_format.c
+--- MPlayer-29410-old/libmpcodecs/img_format.c 2009-07-03  
10:15:30.000000000 -0700
++++ MPlayer-29410-new/libmpcodecs/img_format.c 2009-07-03  
10:15:31.000000000 -0700
  @@ -67,6 +67,14 @@
        case IMGFMT_ZRMJPEGIB: return "Zoran MJPEG bottom field first";
        case IMGFMT_XVMC_MOCO_MPEG2: return "MPEG1/2 Motion Compensation";
@@ -481,9 +481,9 @@
        case IMGFMT_VDPAU_MPEG1: return "MPEG1 VDPAU acceleration";
        case IMGFMT_VDPAU_MPEG2: return "MPEG2 VDPAU acceleration";
        case IMGFMT_VDPAU_H264: return "H.264 VDPAU acceleration";
-diff -Naur MPlayer-29408-old/libmpcodecs/img_format.h  
MPlayer-29408-new/libmpcodecs/img_format.h
---- MPlayer-29408-old/libmpcodecs/img_format.h 2009-06-30  
16:32:37.000000000 -0700
-+++ MPlayer-29408-new/libmpcodecs/img_format.h 2009-06-30  
16:32:37.000000000 -0700
+diff -Naur MPlayer-29410-old/libmpcodecs/img_format.h  
MPlayer-29410-new/libmpcodecs/img_format.h
+--- MPlayer-29410-old/libmpcodecs/img_format.h 2009-07-03  
10:15:30.000000000 -0700
++++ MPlayer-29410-new/libmpcodecs/img_format.h 2009-07-03  
10:15:31.000000000 -0700
  @@ -107,6 +107,26 @@
   #define IMGFMT_XVMC_MOCO_MPEG2 (IMGFMT_XVMC|0x02)
   #define IMGFMT_XVMC_IDCT_MPEG2 (IMGFMT_XVMC|0x82)
@@ -511,9 +511,9 @@
   // VDPAU specific format.
   #define IMGFMT_VDPAU               0x1DC80000
   #define IMGFMT_VDPAU_MASK          0xFFFF0000
-diff -Naur MPlayer-29408-old/libmpcodecs/mp_image.h  
MPlayer-29408-new/libmpcodecs/mp_image.h
---- MPlayer-29408-old/libmpcodecs/mp_image.h   2009-06-30 16:32:37.000000000  
-0700
-+++ MPlayer-29408-new/libmpcodecs/mp_image.h   2009-06-30 16:32:37.000000000  
-0700
+diff -Naur MPlayer-29410-old/libmpcodecs/mp_image.h  
MPlayer-29410-new/libmpcodecs/mp_image.h
+--- MPlayer-29410-old/libmpcodecs/mp_image.h   2009-07-03 10:15:30.000000000  
-0700
++++ MPlayer-29410-new/libmpcodecs/mp_image.h   2009-07-03 10:15:31.000000000  
-0700
  @@ -111,6 +111,7 @@
       // compressed formats
       if(out_fmt == IMGFMT_MPEGPES ||
@@ -522,9 +522,9 @@
          IMGFMT_IS_VDPAU(out_fmt) || IMGFMT_IS_XVMC(out_fmt)){
        mpi->bpp=0;
        return;
-diff -Naur MPlayer-29408-old/libmpcodecs/vd.c  
MPlayer-29408-new/libmpcodecs/vd.c
---- MPlayer-29408-old/libmpcodecs/vd.c 2009-06-30 16:32:37.000000000 -0700
-+++ MPlayer-29408-new/libmpcodecs/vd.c 2009-06-30 16:32:37.000000000 -0700
+diff -Naur MPlayer-29410-old/libmpcodecs/vd.c  
MPlayer-29410-new/libmpcodecs/vd.c
+--- MPlayer-29410-old/libmpcodecs/vd.c 2009-07-03 10:15:30.000000000 -0700
++++ MPlayer-29410-new/libmpcodecs/vd.c 2009-07-03 10:15:31.000000000 -0700
  @@ -345,3 +345,12 @@
     if(vf->draw_slice)
       vf->draw_slice(vf,src,stride,w,h,x,y);
@@ -538,9 +538,9 @@
  +        return ctx;
  +    return NULL;
  +}
-diff -Naur MPlayer-29408-old/libmpcodecs/vd_ffmpeg.c  
MPlayer-29408-new/libmpcodecs/vd_ffmpeg.c
---- MPlayer-29408-old/libmpcodecs/vd_ffmpeg.c  2009-06-30  
16:32:37.000000000 -0700
-+++ MPlayer-29408-new/libmpcodecs/vd_ffmpeg.c  2009-06-30  
16:32:37.000000000 -0700
+diff -Naur MPlayer-29410-old/libmpcodecs/vd_ffmpeg.c  
MPlayer-29410-new/libmpcodecs/vd_ffmpeg.c
+--- MPlayer-29410-old/libmpcodecs/vd_ffmpeg.c  2009-07-03  
10:15:30.000000000 -0700
++++ MPlayer-29410-new/libmpcodecs/vd_ffmpeg.c  2009-07-03  
10:15:31.000000000 -0700
  @@ -14,6 +14,7 @@
   #include "fmt-conversion.h"

@@ -720,9 +720,9 @@
   }
  -#endif /* CONFIG_XVMC || CONFIG_VDPAU */
  +#endif /* CONFIG_XVMC || CONFIG_VAAPI || CONFIG_VDPAU */
-diff -Naur MPlayer-29408-old/libmpcodecs/vd.h  
MPlayer-29408-new/libmpcodecs/vd.h
---- MPlayer-29408-old/libmpcodecs/vd.h 2009-06-30 16:32:37.000000000 -0700
-+++ MPlayer-29408-new/libmpcodecs/vd.h 2009-06-30 16:32:37.000000000 -0700
+diff -Naur MPlayer-29410-old/libmpcodecs/vd.h  
MPlayer-29410-new/libmpcodecs/vd.h
+--- MPlayer-29410-old/libmpcodecs/vd.h 2009-07-03 10:15:30.000000000 -0700
++++ MPlayer-29410-new/libmpcodecs/vd.h 2009-07-03 10:15:31.000000000 -0700
  @@ -34,6 +34,7 @@
   int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int  
preferred_outfmt);
   mp_image_t* mpcodecs_get_image(sh_video_t *sh, int mp_imgtype, int  
mp_imgflag, int w, int h);
@@ -731,9 +731,9 @@

   #define VDFLAGS_DROPFRAME 3

-diff -Naur MPlayer-29408-old/libmpcodecs/vf.h  
MPlayer-29408-new/libmpcodecs/vf.h
---- MPlayer-29408-old/libmpcodecs/vf.h 2009-06-30 16:32:37.000000000 -0700
-+++ MPlayer-29408-new/libmpcodecs/vf.h 2009-06-30 16:32:37.000000000 -0700
+diff -Naur MPlayer-29410-old/libmpcodecs/vf.h  
MPlayer-29410-new/libmpcodecs/vf.h
+--- MPlayer-29410-old/libmpcodecs/vf.h 2009-07-03 10:15:30.000000000 -0700
++++ MPlayer-29410-new/libmpcodecs/vf.h 2009-07-03 10:15:31.000000000 -0700
  @@ -89,6 +89,7 @@
   #define VFCTRL_GET_PTS         17 /* Return last pts value that reached  
vf_vo*/
   #define VFCTRL_SET_DEINTERLACE 18 /* Set deinterlacing status */
@@ -742,9 +742,9 @@

   #include "vfcap.h"

-diff -Naur MPlayer-29408-old/libmpcodecs/vf_vo.c  
MPlayer-29408-new/libmpcodecs/vf_vo.c
---- MPlayer-29408-old/libmpcodecs/vf_vo.c      2009-06-30 16:32:37.000000000  
-0700
-+++ MPlayer-29408-new/libmpcodecs/vf_vo.c      2009-06-30 16:32:37.000000000  
-0700
+diff -Naur MPlayer-29410-old/libmpcodecs/vf_vo.c  
MPlayer-29410-new/libmpcodecs/vf_vo.c
+--- MPlayer-29410-old/libmpcodecs/vf_vo.c      2009-07-03 10:15:30.000000000  
-0700
++++ MPlayer-29410-new/libmpcodecs/vf_vo.c      2009-07-03 10:15:31.000000000  
-0700
  @@ -151,6 +151,12 @@
        *(double *)data = vf->priv->pts;
        return CONTROL_TRUE;
@@ -766,9 +766,9 @@
          IMGFMT_IS_XVMC(mpi->imgfmt) || IMGFMT_IS_VDPAU(mpi->imgfmt))
        video_out->control(VOCTRL_GET_IMAGE,mpi);
   }
-diff -Naur MPlayer-29408-old/libvo/video_out.c  
MPlayer-29408-new/libvo/video_out.c
---- MPlayer-29408-old/libvo/video_out.c        2009-06-30 16:32:37.000000000 
-0700
-+++ MPlayer-29408-new/libvo/video_out.c        2009-06-30 16:32:37.000000000 
-0700
+diff -Naur MPlayer-29410-old/libvo/video_out.c  
MPlayer-29410-new/libvo/video_out.c
+--- MPlayer-29410-old/libvo/video_out.c        2009-07-03 10:15:30.000000000 
-0700
++++ MPlayer-29410-new/libvo/video_out.c        2009-07-03 10:15:31.000000000 
-0700
  @@ -132,6 +132,7 @@
   extern vo_functions_t video_out_quartz;
   extern vo_functions_t video_out_pnm;
@@ -787,9 +787,9 @@
           NULL
   };

-diff -Naur MPlayer-29408-old/libvo/video_out.h  
MPlayer-29408-new/libvo/video_out.h
---- MPlayer-29408-old/libvo/video_out.h        2009-06-30 16:32:37.000000000 
-0700
-+++ MPlayer-29408-new/libvo/video_out.h        2009-06-30 16:32:37.000000000 
-0700
+diff -Naur MPlayer-29410-old/libvo/video_out.h  
MPlayer-29410-new/libvo/video_out.h
+--- MPlayer-29410-old/libvo/video_out.h        2009-07-03 10:15:30.000000000 
-0700
++++ MPlayer-29410-new/libvo/video_out.h        2009-07-03 10:15:31.000000000 
-0700
  @@ -97,6 +97,10 @@
     int w,h;
   } mp_win_t;
@@ -801,9 +801,9 @@
   #define VO_TRUE              1
   #define VO_FALSE     0
   #define VO_ERROR     -1
-diff -Naur MPlayer-29408-old/libvo/vo_vaapi.c  
MPlayer-29408-new/libvo/vo_vaapi.c
---- MPlayer-29408-old/libvo/vo_vaapi.c 1969-12-31 16:00:00.000000000 -0800
-+++ MPlayer-29408-new/libvo/vo_vaapi.c 2009-06-30 16:32:37.000000000 -0700
+diff -Naur MPlayer-29410-old/libvo/vo_vaapi.c  
MPlayer-29410-new/libvo/vo_vaapi.c
+--- MPlayer-29410-old/libvo/vo_vaapi.c 1969-12-31 16:00:00.000000000 -0800
++++ MPlayer-29410-new/libvo/vo_vaapi.c 2009-07-03 10:15:31.000000000 -0700
  @@ -0,0 +1,656 @@
  +/*
  + * VA API output module
@@ -1461,9 +1461,9 @@
  +    }
  +    return VO_NOTIMPL;
  +}
-diff -Naur MPlayer-29408-old/Makefile MPlayer-29408-new/Makefile
---- MPlayer-29408-old/Makefile 2009-06-30 16:32:37.000000000 -0700
-+++ MPlayer-29408-new/Makefile 2009-06-30 16:32:37.000000000 -0700
+diff -Naur MPlayer-29410-old/Makefile MPlayer-29410-new/Makefile
+--- MPlayer-29410-old/Makefile 2009-07-03 10:15:30.000000000 -0700
++++ MPlayer-29410-new/Makefile 2009-07-03 10:15:31.000000000 -0700
  @@ -620,6 +620,7 @@
   SRCS_MPLAYER-$(TGA)           += libvo/vo_tga.c
   SRCS_MPLAYER-$(V4L2)          += libvo/vo_v4l2.c

Modified: trunk/gar-minimyth/script/mediaplayers/mplayer-svn/package-api.mk
==============================================================================
--- trunk/gar-minimyth/script/mediaplayers/mplayer-svn/package-api.mk    
(original)
+++ trunk/gar-minimyth/script/mediaplayers/mplayer-svn/package-api.mk   Fri  
Jul  3 13:02:57 2009
@@ -1 +1 @@
-MPLAYER_TRUNK_VERSION=29408
+MPLAYER_TRUNK_VERSION=29410

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to