Author: pebender
Date: Wed Jul 15 19:41:23 2009
New Revision: 5175
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
Log:
- Updated lib/ffmpeg.
Modified: trunk/gar-minimyth/html/minimyth/index.html
==============================================================================
--- trunk/gar-minimyth/html/minimyth/index.html (original)
+++ trunk/gar-minimyth/html/minimyth/index.html Wed Jul 15 19:41:23 2009
@@ -59,7 +59,7 @@
<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
29418</strong> and
- <a href="http://www.ffmpeg.org/">FFmpeg</a> <strong>SVN
19437</strong>
+ <a href="http://www.ffmpeg.org/">FFmpeg</a> <strong>SVN
19439</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</strong> and
- <a href="http://www.ffmpeg.org/">FFmpeg</a> <strong>SVN
19437</strong>
+ <a href="http://www.ffmpeg.org/">FFmpeg</a> <strong>SVN
19439</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
19437</strong>
+ <a href="http://www.ffmpeg.org/">FFmpeg</a> <strong>SVN
19439</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 Wed Jul 15 19:41:23 2009
@@ -1,5 +1,5 @@
GARNAME = ffmpeg
-GARVERSION = 19437.$(MPLAYER_TRUNK_VERSION)
+GARVERSION = 19439.$(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 Wed Jul 15 19:41:23 2009
@@ -1,2 +1,2 @@
-11363ae37f1f62658dc5457b5d2404d7 download/ffmpeg-h264_vaapi_take_19.patch
-20c61567263f709f798a21af6cd96f86 download/ffmpeg.patch.gar
+d275908d1b8f2a5f1f81427d38afb2e3 download/ffmpeg-h264_vaapi_take_19.patch
+13b5b83c1c9048205aaf09c4844169df 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
Wed Jul 15 19:41:23 2009
@@ -1,6 +1,6 @@
-diff -Naur ffmpeg-19437.29418-old/libavcodec/allcodecs.c
ffmpeg-19437.29418-new/libavcodec/allcodecs.c
---- ffmpeg-19437.29418-old/libavcodec/allcodecs.c 2009-07-15
08:45:40.000000000 -0700
-+++ ffmpeg-19437.29418-new/libavcodec/allcodecs.c 2009-07-15
08:52:55.000000000 -0700
+diff -Naur ffmpeg-19439.29418-old/libavcodec/allcodecs.c
ffmpeg-19439.29418-new/libavcodec/allcodecs.c
+--- ffmpeg-19439.29418-old/libavcodec/allcodecs.c 2009-07-15
19:36:20.000000000 -0700
++++ ffmpeg-19439.29418-new/libavcodec/allcodecs.c 2009-07-15
19:36:43.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-19437.29418-old/libavcodec/Makefile
ffmpeg-19437.29418-new/libavcodec/Makefile
---- ffmpeg-19437.29418-old/libavcodec/Makefile 2009-07-15
08:45:40.000000000 -0700
-+++ ffmpeg-19437.29418-new/libavcodec/Makefile 2009-07-15
08:52:55.000000000 -0700
+diff -Naur ffmpeg-19439.29418-old/libavcodec/Makefile
ffmpeg-19439.29418-new/libavcodec/Makefile
+--- ffmpeg-19439.29418-old/libavcodec/Makefile 2009-07-15
19:36:20.000000000 -0700
++++ ffmpeg-19439.29418-new/libavcodec/Makefile 2009-07-15
19:36:43.000000000 -0700
@@ -109,6 +109,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_HUFFYUV_DECODER) += huffyuv.o
OBJS-$(CONFIG_HUFFYUV_ENCODER) += huffyuv.o
OBJS-$(CONFIG_IDCIN_DECODER) += idcinvideo.o
-diff -Naur ffmpeg-19437.29418-old/libavcodec/vaapi_h264.c
ffmpeg-19437.29418-new/libavcodec/vaapi_h264.c
---- ffmpeg-19437.29418-old/libavcodec/vaapi_h264.c 1969-12-31
16:00:00.000000000 -0800
-+++ ffmpeg-19437.29418-new/libavcodec/vaapi_h264.c 2009-07-15
08:52:55.000000000 -0700
+diff -Naur ffmpeg-19439.29418-old/libavcodec/vaapi_h264.c
ffmpeg-19439.29418-new/libavcodec/vaapi_h264.c
+--- ffmpeg-19439.29418-old/libavcodec/vaapi_h264.c 1969-12-31
16:00:00.000000000 -0800
++++ ffmpeg-19439.29418-new/libavcodec/vaapi_h264.c 2009-07-15
19:36:43.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 Wed Jul 15
19:41:23 2009
@@ -1,6 +1,6 @@
-diff -Naur ffmpeg-19437.29418-old/configure
ffmpeg-19437.29418-new/configure
---- ffmpeg-19437.29418-old/configure 2009-07-15 08:52:55.000000000 -0700
-+++ ffmpeg-19437.29418-new/configure 2009-07-15 08:52:55.000000000 -0700
+diff -Naur ffmpeg-19439.29418-old/configure
ffmpeg-19439.29418-new/configure
+--- ffmpeg-19439.29418-old/configure 2009-07-15 19:36:43.000000000 -0700
++++ ffmpeg-19439.29418-new/configure 2009-07-15 19:36:44.000000000 -0700
@@ -758,11 +758,11 @@
func=$4
shift 4
@@ -16,7 +16,7 @@
check_lib "$@" $header $func && enable $cfg
fi
return $err
-@@ -2181,7 +2181,7 @@
+@@ -2182,7 +2182,7 @@
disable sdl_too_old
disable sdl
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---