Author: pebender
Date: Mon Jun 22 16:07:52 2009
New Revision: 5017
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/video.pm
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/home/minimyth/.config/vlc/vlcrc
Log:
- Modified VLC configuration file so that VAAPI is enabled when
MM_VIDEO_DECODER='vdpau'.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Mon Jun 22
16:07:52 2009
@@ -37,9 +37,8 @@
ffmpeg.
- Enabled VAAPI support in FFmpeg.
- Added H.264 VAAPI patch to FFmpeg.
- - Added VAAPI support to VLC, but it is currently rather broken.
- - You will need to set ffmpeg-hw=1 in
/home/minimyth/.confic/vlc/vlcrc
- in order to enable VAAPI.
+ - Added VAAPI support to VLC.
+ - It is enabled when MM_VIDEO_DECODER='vdpau'.
- Added VAAPI support to MPlayer.
- Added VAAPI's VDPAU backend so that VAAPI capable players can take
advantage of the VDPAU support in NVIDIA drivers.
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/video.pm
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/video.pm
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/video.pm
Mon Jun 22 16:07:52 2009
@@ -295,6 +295,10 @@
'@XVMC_FALSE@' => $xvmc_false,
'@BOBDEINT@' => $bobdeint,
'@MONITORASPECT@' => $monitoraspect });
+ $minimyth->file_replace_variable(
+ '/.config/vlc/vlcrc',
+ { '@VDPAU_TRUE@' => $vdpau_true,
+ '@VDPAU_FALSE@' => $vdpau_false });
given ($minimyth->var_get('MM_VIDEO_RESIZE_ENABLED'))
{
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/home/minimyth/.config/vlc/vlcrc
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/home/minimyth/.config/vlc/vlcrc
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/home/minimyth/.config/vlc/vlcrc
Mon Jun 22 16:07:52 2009
@@ -1400,7 +1400,8 @@
# boolean (Hardware decoding)
#ffmpeg-hw=1
-ffmpeg-hw=0
+...@vdpau_true@ffmpeg-hw=1
+...@vdpau_false@ffmpeg-hw=0
# string (Quality level)
#sout-ffmpeg-hq=simple
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---