changeset 18634:ea0d835bfe2e

Flash screen video decoded via lavc
author rtogni
date Wed, 07 Jun 2006 22:07:24 +0000
parents adeb8d6d2213
children f8cc2c4fe116
files ChangeLog etc/codecs.conf
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 07 22:01:25 2006 +0000
+++ b/ChangeLog	Wed Jun 07 22:07:24 2006 +0000
@@ -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'
--- a/etc/codecs.conf	Wed Jun 07 22:01:25 2006 +0000
+++ b/etc/codecs.conf	Wed Jun 07 22:07:24 2006 +0000
@@ -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