[MPlayer-cvslog] r18635 - in trunk: ChangeLog etc/codecs.conf

rtogni subversion at mplayerhq.hu
Thu Jun 8 00:07:24 CEST 2006


Author: rtogni
Date: Thu Jun  8 00:07:24 2006
New Revision: 18635

Modified:
   trunk/ChangeLog
   trunk/etc/codecs.conf

Log:
Flash screen video decoded via lavc


Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	(original)
+++ trunk/ChangeLog	Thu Jun  8 00:07:24 2006
@@ -74,6 +74,7 @@
     * -vc mpeg12 resizes the window when aspect ratio changes
     * Smacker audio and video decoding via lavc
     * Windows Media VC1 video decoder via binary DLL
+    * Flash Screen video decoder via lavc
 
     Demuxers:
     * simultaneous audio capture/playback (-tv immediatemode=0) fixed in v4l2
@@ -145,6 +146,8 @@
     * AVS demuxer and video decoder
     * American Laser Games multimedia (*.mm) playback system
     * Smacker demuxer and decoder
+    * Flash screen Video decoder
+    * Trellis-optimized ADPCM audio encoder
 
     GUI:
     * skins now reside in a directory named 'skins', not 'Skin'

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	(original)
+++ trunk/etc/codecs.conf	Thu Jun  8 00:07:24 2006
@@ -481,6 +481,14 @@
   dll flv
   out YV12
 
+videocodec fffsv
+  info "FFmpeg Flash Screen video"
+  status working
+  fourcc FSV1
+  driver ffmpeg
+  dll flashsv
+  out BGR24
+
 videocodec ffdivx
   info "FFmpeg DivX ;-) (MS MPEG-4 v3)"
   status working



More information about the MPlayer-cvslog mailing list