gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog README [gnash_0_8_3_branch]


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog README [gnash_0_8_3_branch]
Date: Fri, 16 May 2008 07:02:07 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         gnash_0_8_3_branch
Changes by:     Sandro Santilli <strk>  08/05/16 07:02:06

Modified files:
        .              : ChangeLog README 

Log message:
        * README: remove section about impelmented/unimplemented as classes
          and opcode as the info is old and we'll log UNIMPLEMENTED messages
          for any class or class interface we know to be unimplemented;
          Removed reference to 'mad' media handler, no more supported.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=gnash_0_8_3_branch&r1=1.6573.2.15&r2=1.6573.2.16
http://cvs.savannah.gnu.org/viewcvs/gnash/README?cvsroot=gnash&only_with_tag=gnash_0_8_3_branch&r1=1.31.2.1&r2=1.31.2.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6573.2.15
retrieving revision 1.6573.2.16
diff -u -b -r1.6573.2.15 -r1.6573.2.16
--- ChangeLog   16 May 2008 01:15:02 -0000      1.6573.2.15
+++ ChangeLog   16 May 2008 07:01:58 -0000      1.6573.2.16
@@ -1,3 +1,10 @@
+2008-05-15 Sandro Santilli <address@hidden>
+
+       * README: remove section about impelmented/unimplemented as classes
+         and opcode as the info is old and we'll log UNIMPLEMENTED messages
+         for any class or class interface we know to be unimplemented;
+         Removed reference to 'mad' media handler, no more supported.
+
 2008-05-15 Russ Nelson <address@hidden>
 
        * NEWS: add notes about this release, make formatting consistent

Index: README
===================================================================
RCS file: /sources/gnash/gnash/README,v
retrieving revision 1.31.2.1
retrieving revision 1.31.2.2
diff -u -b -r1.31.2.1 -r1.31.2.2
--- README      16 May 2008 01:15:09 -0000      1.31.2.1
+++ README      16 May 2008 07:02:03 -0000      1.31.2.2
@@ -37,19 +37,6 @@
 methods print a warning when using -v with gnash or gprocessor.  Using
 gprocessor -v is a quick way to see why a movie isn't playing correctly.
 
-Currently implemented ActionScript classes are: Array, Boolean, Button,
-Date, Implements, Key, Math, Mouse, NetConnection, NetStream, Number,
-Object, Sound, Stage, String, XML, XMLNode, XMLSocket.
-
-Partially implemented classes are: MovieClipLoader, LocalConnection,
-MovieClip, TextField, TextFormat, System, Function, LoadVars, Video.
-
-Unimplemented classes are: Accessibility, Error, Microphone,
-Selection, SharedObject, Camera, Color, ContextMenu,
-CustomActions.
-
-Unimplemented Opcodes are: MDLength, MDSubstring, MDChr, Throw, Try.
-
 Currently streaming video for some video sharing sites like Lulu.tv,
 or YouTube.com, does work. Your mileage with other sites may vary, but
 work continues on improving Gnash.
@@ -125,14 +112,13 @@
 
    --enable-renderer=opengl
    --enable-renderer=cairo
-or --enable-renderer=agg
+or --enable-renderer=agg (default)
 
 Only one can be specified.  In addition, Gnash can use different multimedia
 back-ends for sound and/or video:
 
-   --enable-media=GST                  Gstreamer
-   --enable-media=ffmpeg               Ffmpeg
-or --enable-media=mad                  libmad (MP3 audio decoding only)
+   --enable-media=GST                  Gstreamer (default)
+or --enable-media=ffmpeg               Ffmpeg/SDL
 
 The "media" setting is independent of the "renderer" setting.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]