Author: pebender
Date: Mon Jun 22 14:15:35 2009
New Revision: 5015
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/home/minimyth/.config/vlc/vlcrc
Log:
- Modified VLC configuration file so that a52 and faad are used before
ffmpeg.
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
14:15:35 2009
@@ -33,6 +33,8 @@
a screensaver.
- Modified Xine so that it does not leave defunct xscreensaver-command
processes while it is running.
+ - Modified VLC configuration file so that a52 and faad are used before
+ ffmpeg.
- Enabled VAAPI support in FFmpeg.
- Added H.264 VAAPI patch to FFmpeg.
- Added VAAPI support to VLC, but it is currently rather broken.
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 14:15:35 2009
@@ -2166,7 +2166,7 @@
#input-timeshift-granularity=-1
# string (Preferred decoders list)
-codec=libmpeg2,ffmpeg,a52
+codec=a52,faad,libmpeg2,ffmpeg
# string (Preferred encoders list)
#encoder=
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---