gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9659: update from trunk.


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9659: update from trunk.
Date: Mon, 22 Sep 2008 12:41:44 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9659
committer: address@hidden
branch nick: rtmp
timestamp: Mon 2008-09-22 12:41:44 -0600
message:
  update from trunk.
removed:
  ltmain.sh.darwin
added:
  libcore/asobj/LoadableObject.cpp
  libcore/asobj/LoadableObject.h
  libmedia/ffmpeg/ffmpegHeaders.h
  testsuite/actionscript.all/ColorTransform.as
  testsuite/actionscript.all/Transform.as
renamed:
  libcore/asobj/System.cpp => libcore/asobj/System_as.cpp
  libcore/asobj/System.h => libcore/asobj/System_as.h
modified:
  autogen.sh
  configure.ac
  extensions/fileio/fileio.cpp
  extensions/mysql/mysql_db.cpp
  extensions/mysql/mysql_table.cpp
  gui/gtk.cpp
  libbase/GnashImage.h
  libbase/GnashImageJpeg.cpp
  libbase/GnashImageJpeg.h
  libbase/GnashImagePng.cpp
  libbase/GnashImagePng.h
  libcore/Property.h
  libcore/PropertyList.cpp
  libcore/PropertyList.h
  libcore/array.cpp
  libcore/as_object.cpp
  libcore/as_object.h
  libcore/as_value.cpp
  libcore/as_value.h
  libcore/asobj/ClassHierarchy.cpp
  libcore/asobj/Global.cpp
  libcore/asobj/LoadVars_as.cpp
  libcore/asobj/Makefile.am
  libcore/asobj/Sound.cpp
  libcore/asobj/String_as.cpp
  libcore/asobj/XML_as.cpp
  libcore/asobj/XML_as.h
  libcore/asobj/flash/display/BitmapData_as.cpp
  libcore/asobj/flash/geom/ColorTransform_as.cpp
  libcore/asobj/flash/geom/ColorTransform_as.h
  libcore/asobj/flash/geom/Matrix_as.cpp
  libcore/asobj/flash/geom/Rectangle_as.cpp
  libcore/asobj/flash/geom/Transform_as.cpp
  libcore/asobj/xmlnode.cpp
  libcore/asobj/xmlnode.h
  libcore/button_character_instance.cpp
  libcore/character.cpp
  libcore/debugger.cpp
  libcore/edit_text_character.cpp
  libcore/matrix.cpp
  libcore/matrix.h
  libcore/movie_root.h
  libcore/namedStrings.cpp
  libcore/namedStrings.h
  libcore/sprite_instance.cpp
  libcore/swf_event.h
  libcore/vm/ASHandlers.cpp
  libcore/vm/Machine.cpp
  libcore/vm/VM.cpp
  libmedia/Makefile.am
  libmedia/ffmpeg/AudioDecoderFfmpeg.h
  libmedia/ffmpeg/MediaParserFfmpeg.cpp
  libmedia/ffmpeg/MediaParserFfmpeg.h
  libmedia/ffmpeg/VideoDecoderFfmpeg.cpp
  libmedia/ffmpeg/VideoDecoderFfmpeg.h
  libmedia/ffmpeg/ffmpegNetStreamUtil.h
  libmedia/ffmpeg/sound_handler_sdl.h
  macros/ffmpeg.m4
  macros/x11.m4
  packaging/xpi.am
  po/cs.po
  po/de.po
  po/es.po
  po/fi.po
  po/fr.po
  po/it.po
  po/ja.po
  po/sv.po
  testsuite/actionscript.all/Makefile.am
  testsuite/actionscript.all/Matrix.as
  testsuite/actionscript.all/MovieClip.as
  testsuite/misc-ming.all/matrix_test.c
  libcore/asobj/System_as.cpp
    ------------------------------------------------------------
    revno: 9483.112.1
    committer: Sandro Santilli <address@hidden>
    branch nick: mybranch
    timestamp: Wed 2008-09-17 16:39:23 +0200
    message:
      Few tests about setting _xscale after reading predefined matrix.
      Gnash fails but 0.8.3 also failed !
    modified:
      testsuite/misc-ming.all/matrix_test.c
    ------------------------------------------------------------
    revno: 9483.112.2
    committer: Sandro Santilli <address@hidden>
    branch nick: mybranch
    timestamp: Wed 2008-09-17 16:53:34 +0200
    message:
      more tests for boundaries after changing _xscale
    modified:
      testsuite/misc-ming.all/matrix_test.c
    ------------------------------------------------------------
    revno: 9483.112.3
    committer: Sandro Santilli <address@hidden>
    branch nick: mybranch
    timestamp: Wed 2008-09-17 17:24:52 +0200
    message:
      Fix test, support rounding of bounds
    modified:
      testsuite/misc-ming.all/matrix_test.c
    ------------------------------------------------------------
    revno: 9483.112.4
    committer: Sandro Santilli <address@hidden>
    branch nick: mybranch
    timestamp: Wed 2008-09-17 17:26:26 +0200
    message:
      don't expect failure gnash doesn't have anymore
    modified:
      testsuite/misc-ming.all/matrix_test.c
    ------------------------------------------------------------
    revno: 9483.112.5
    committer: Sandro Santilli <address@hidden>
    branch nick: mybranch
    timestamp: Wed 2008-09-17 17:30:44 +0200
    message:
      Don't recompute the matrix from the caches on _xscale setting.
      Fixes new tests in matrix_test.c
    modified:
      libcore/character.cpp
      testsuite/misc-ming.all/matrix_test.c
    ------------------------------------------------------------
    revno: 9483.112.6
    committer: Sandro Santilli <address@hidden>
    branch nick: mybranch
    timestamp: Wed 2008-09-17 17:59:14 +0200
    message:
      Add test for setting _yscale, gnash fails
    modified:
      testsuite/misc-ming.all/matrix_test.c
    ------------------------------------------------------------
    revno: 9483.1.282
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Wed 2008-09-17 18:42:05 +0200
    message:
      Add tests for effects of setting _xscale and _yscale on characters
      with weird matrices read from SWF. Changed character::set_x_scale
      to use matrix::set_x_scale as that seems to give better results.
      (overall results are still frustrating though)
    modified:
      libcore/character.cpp
      testsuite/misc-ming.all/matrix_test.c
    ------------------------------------------------------------
    revno: 9483.1.283
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Wed 2008-09-17 19:03:24 +0200
    message:
      fix build of extensions after array class rename
    modified:
      extensions/fileio/fileio.cpp
      extensions/mysql/mysql_db.cpp
        ------------------------------------------------------------
        revno: 9483.113.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Wed 2008-09-17 19:01:03 +0200
        message:
          Fix build of extensions (array object rename)
        modified:
          extensions/fileio/fileio.cpp
          extensions/mysql/mysql_db.cpp
    ------------------------------------------------------------
    revno: 9483.1.284
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Wed 2008-09-17 19:12:54 +0200
    message:
      fix compiler errors in mysql extension
    modified:
      extensions/mysql/mysql_db.cpp
    ------------------------------------------------------------
    revno: 9483.1.285
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Wed 2008-09-17 19:34:04 +0200
    message:
      Another read-matrix-from-swf case
    modified:
      testsuite/misc-ming.all/matrix_test.c
        ------------------------------------------------------------
        revno: 9483.114.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Wed 2008-09-17 19:33:10 +0200
        message:
          Add another read-matrix-from-swf test (none had scales != 100 before)
        modified:
          testsuite/misc-ming.all/matrix_test.c
    ------------------------------------------------------------
    revno: 9483.1.286
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Wed 2008-09-17 21:27:40 +0200
    message:
      Use PROP_uCUSTOM_HEADERS everywhere.
    modified:
      libcore/asobj/XML_as.cpp
    ------------------------------------------------------------
    revno: 9483.1.287
    committer: Markus Gothe <address@hidden>
    branch nick: gnash
    timestamp: Thu 2008-09-18 01:37:11 +0200
    message:
      Added Darwin's libtoolize support
    modified:
      configure.ac
    ------------------------------------------------------------
    revno: 9483.1.288
    committer: Markus Gothe <address@hidden>
    branch nick: gnash
    timestamp: Thu 2008-09-18 02:03:08 +0200
    message:
      Added Darwin's libtoolize support
    modified:
      autogen.sh
    ------------------------------------------------------------
    revno: 9483.1.289
    committer: Markus Gothe <address@hidden>
    branch nick: gnash
    timestamp: Thu 2008-09-18 02:05:42 +0200
    message:
      Fix Darwin's liboolize to not run configure
    modified:
      autogen.sh
    ------------------------------------------------------------
    revno: 9483.1.290
    committer: Markus Gothe <address@hidden>
    branch nick: gnash
    timestamp: Thu 2008-09-18 02:27:33 +0200
    message:
      Note to self: KISS; Darwin's liboolize
    modified:
      autogen.sh
      configure.ac
    ------------------------------------------------------------
    revno: 9483.1.291
    committer: Russell Nelson <address@hidden>
    branch nick: trunk
    timestamp: Wed 2008-09-17 21:34:20 -0400
    message:
      use portable shell
    modified:
      configure.ac
    ------------------------------------------------------------
    revno: 9483.1.292
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-18 08:52:19 +0200
    message:
      Add compile-time define to switch cached matrix parameters off
    modified:
      libcore/character.cpp
        ------------------------------------------------------------
        revno: 9483.115.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-18 08:49:30 +0200
        message:
          Add USE_MATRIX_CACHES macro to switch between cached parameters and 
not.
          Defined by default, but can be useful for testing.
        modified:
          libcore/character.cpp
    ------------------------------------------------------------
    revno: 9483.1.293
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-18 11:04:26 +0200
    message:
      Use namedStrings more.
      
      Do more tidying up of old XML_as code.
    modified:
      libcore/asobj/LoadVars_as.cpp
      libcore/asobj/XML_as.cpp
      libcore/asobj/XML_as.h
      libcore/edit_text_character.cpp
      libcore/namedStrings.cpp
      libcore/namedStrings.h
      libcore/sprite_instance.cpp
      libcore/vm/VM.cpp
        ------------------------------------------------------------
        revno: 9483.116.1
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-09-18 10:14:55 +0200
        message:
          Add more strings to namedStrings and use them.
          
          Pass string_table by reference not pointer to loadStrings.
          
          Sort the namedStrings table (not that useful).
        modified:
          libcore/asobj/LoadVars_as.cpp
          libcore/asobj/XML_as.cpp
          libcore/namedStrings.cpp
          libcore/namedStrings.h
          libcore/sprite_instance.cpp
          libcore/vm/VM.cpp
        ------------------------------------------------------------
        revno: 9483.116.2
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-09-18 10:34:47 +0200
        message:
          Add one more property to namedStrings.
          
          Tidy up XML_as.cpp
          
          Use named string in sprite_instance.cpp.
        modified:
          libcore/asobj/XML_as.cpp
          libcore/namedStrings.cpp
          libcore/namedStrings.h
          libcore/sprite_instance.cpp
        ------------------------------------------------------------
        revno: 9483.116.3
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-09-18 10:40:46 +0200
        message:
          Don't expose static functions unnecessarily. Also drop memadjust 
declaration.
          
          Drop unused variables.
        modified:
          libcore/asobj/LoadVars_as.cpp
          libcore/asobj/XML_as.cpp
          libcore/asobj/XML_as.h
          libcore/edit_text_character.cpp
    ------------------------------------------------------------
    revno: 9483.1.294
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-18 11:24:30 +0200
    message:
      further improved matrix_test to use _rotation too
    modified:
      testsuite/misc-ming.all/matrix_test.c
        ------------------------------------------------------------
        revno: 9483.117.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-18 10:31:05 +0200
        message:
          more tests for _xscale and _yscale after setting each other
        modified:
          testsuite/misc-ming.all/matrix_test.c
        ------------------------------------------------------------
        revno: 9483.117.2
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-18 11:11:16 +0200
        message:
          Add _rotation into the matrix_test loop (more failures)
        modified:
          testsuite/misc-ming.all/matrix_test.c
        ------------------------------------------------------------
        revno: 9483.117.3
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-18 11:20:19 +0200
        message:
          round floats so pp on win also succeeds
        modified:
          testsuite/misc-ming.all/matrix_test.c
    ------------------------------------------------------------
    revno: 9483.1.295
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-18 13:41:27 +0200
    message:
      Simplify as_object interface.
    modified:
      extensions/mysql/mysql_table.cpp
      libcore/array.cpp
      libcore/as_object.cpp
      libcore/as_object.h
      libcore/asobj/XML_as.cpp
      libcore/asobj/xmlnode.h
      libcore/button_character_instance.cpp
      libcore/edit_text_character.cpp
      libcore/sprite_instance.cpp
        ------------------------------------------------------------
        revno: 9483.116.4
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-09-18 11:59:32 +0200
        message:
          Call the base class get_member directly when that's what's wanted. 
Saves
          an unnecessary extra function in as_object.
        modified:
          extensions/mysql/mysql_table.cpp
          libcore/array.cpp
          libcore/as_object.cpp
          libcore/as_object.h
          libcore/asobj/XML_as.cpp
          libcore/asobj/xmlnode.h
          libcore/button_character_instance.cpp
          libcore/edit_text_character.cpp
          libcore/sprite_instance.cpp
    ------------------------------------------------------------
    revno: 9483.1.296
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-18 14:29:59 +0200
    message:
      Simplify and tidy up.
    modified:
      libcore/array.cpp
      libcore/as_object.cpp
      libcore/as_object.h
      libcore/as_value.cpp
      libcore/as_value.h
      libcore/asobj/XML_as.cpp
      libcore/asobj/XML_as.h
      libcore/debugger.cpp
      libcore/edit_text_character.cpp
      libcore/sprite_instance.cpp
      libcore/vm/ASHandlers.cpp
        ------------------------------------------------------------
        revno: 9483.116.5
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-09-18 13:57:28 +0200
        message:
          Drop objects initialized at the top of functions as though this
          were C and never used. Simplify return values.
        modified:
          libcore/asobj/XML_as.cpp
          libcore/asobj/XML_as.h
        ------------------------------------------------------------
        revno: 9483.116.6
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-09-18 13:59:44 +0200
        message:
          Drop set_member_default() from as_object; move to the virtual 
set_member() and
          call the base class function when that's what's meant.
          
          Drop set_std_string and set_string(const char*) from as_value. Use
          set_string everywhere.
          
          Rename type to AsType, tidy up some typedefs and declarations.
        modified:
          libcore/array.cpp
          libcore/as_object.cpp
          libcore/as_object.h
          libcore/as_value.cpp
          libcore/as_value.h
          libcore/debugger.cpp
          libcore/edit_text_character.cpp
          libcore/sprite_instance.cpp
          libcore/vm/ASHandlers.cpp
    ------------------------------------------------------------
    revno: 9483.1.297
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-18 14:47:22 +0200
    message:
      Minor stuff.
    modified:
      libbase/GnashImage.h
      libcore/swf_event.h
        ------------------------------------------------------------
        revno: 9483.116.7
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-09-18 14:46:03 +0200
        message:
          Forbid copying of image input / output objects.
          
          Fail compile, not execution on unwanted assignment or copy.
        modified:
          libbase/GnashImage.h
          libcore/swf_event.h
    ------------------------------------------------------------
    revno: 9483.1.298
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-18 15:45:41 +0200
    message:
      add test for inversion of not-invertible matrix
    modified:
      testsuite/misc-ming.all/matrix_test.c
        ------------------------------------------------------------
        revno: 9483.118.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-18 15:37:41 +0200
        message:
          Add test for inversion of non-invertible matrix
        modified:
          testsuite/misc-ming.all/matrix_test.c
    ------------------------------------------------------------
    revno: 9483.1.299
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-18 17:36:02 +0200
    message:
      yet some other matrix test
    modified:
      testsuite/misc-ming.all/matrix_test.c
        ------------------------------------------------------------
        revno: 9483.119.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-18 17:30:37 +0200
        message:
          Add test for reading a matrix as found in mario.swf (success).
          Also test swapping _xscale sign, still succeeds..
        modified:
          testsuite/misc-ming.all/matrix_test.c
    ------------------------------------------------------------
    revno: 9483.1.300
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-18 18:08:09 +0200
    message:
      add visual widget to better show effects of matrices. seems to me that 
gnash is failing there
    modified:
      testsuite/misc-ming.all/matrix_test.c
        ------------------------------------------------------------
        revno: 9483.119.2
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-18 18:02:51 +0200
        message:
          Add a child movieclip on a side of the square, to allow for visual
          checks about transforms of it. I'm not sure gnash renderer is getting
          those transformations right really. Next step would be adding pixel
          checking.
        modified:
          testsuite/misc-ming.all/matrix_test.c
        ------------------------------------------------------------
        revno: 9483.119.3
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Thu 2008-09-18 18:06:36 +0200
        message:
          allow stoppign/resuming playback clicking the mouse
        modified:
          testsuite/misc-ming.all/matrix_test.c
    ------------------------------------------------------------
    revno: 9483.1.301
    committer: Markus Gothe <address@hidden>
    branch nick: gnash
    timestamp: Thu 2008-09-18 20:49:49 +0200
    message:
      removed from now on
    removed:
      ltmain.sh.darwin
    ------------------------------------------------------------
    revno: 9483.1.302
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-18 21:11:38 +0200
    message:
      Tests for MovieClip properties, plus a rename that was languishing 
forgotten
      somewhere.
    renamed:
      libcore/asobj/System.cpp => libcore/asobj/System_as.cpp
      libcore/asobj/System.h => libcore/asobj/System_as.h
    modified:
      libcore/asobj/Makefile.am
      testsuite/actionscript.all/MovieClip.as
      libcore/asobj/System_as.cpp
        ------------------------------------------------------------
        revno: 9483.120.1
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-09-18 20:09:55 +0200
        message:
          Rename, clean up System_as.
        renamed:
          libcore/asobj/System.cpp => libcore/asobj/System_as.cpp
          libcore/asobj/System.h => libcore/asobj/System_as.h
        modified:
          libcore/asobj/Makefile.am
          libcore/asobj/System_as.cpp
        ------------------------------------------------------------
        revno: 9483.120.2
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-09-18 20:10:08 +0200
        message:
          Test for MovieClip properties, many of which are absent in Gnash.
        modified:
          testsuite/actionscript.all/MovieClip.as
    ------------------------------------------------------------
    revno: 9483.1.303
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-09-18 21:39:37 +0200
    message:
      Commit before merging...
    modified:
      libcore/asobj/ClassHierarchy.cpp
      libcore/asobj/Global.cpp
      libcore/asobj/System_as.cpp
      libcore/movie_root.h
        ------------------------------------------------------------
        revno: 9483.120.3
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-09-18 21:38:37 +0200
        message:
          Missing half of last commit.
          
          Make movie_root inherit from boost::noncopyable rather than DIY.
        modified:
          libcore/asobj/ClassHierarchy.cpp
          libcore/asobj/Global.cpp
          libcore/asobj/System_as.cpp
          libcore/movie_root.h
    ------------------------------------------------------------
    revno: 9483.1.304
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Fri 2008-09-19 13:28:16 +0200
    message:
      Define an as_object interface class for loadable objects, for use by 
LoadVars
      and XML. This reflects the relationship between the objects (and saves 
much
      code duplication).
      
      Const correct property enumeration.
    added:
      libcore/asobj/LoadableObject.cpp
      libcore/asobj/LoadableObject.h
    modified:
      libcore/Property.h
      libcore/PropertyList.cpp
      libcore/PropertyList.h
      libcore/as_object.cpp
      libcore/as_object.h
      libcore/asobj/LoadVars_as.cpp
      libcore/asobj/Makefile.am
      libcore/asobj/XML_as.cpp
      libcore/asobj/XML_as.h
      libcore/asobj/xmlnode.cpp
      libcore/asobj/xmlnode.h
      libcore/vm/Machine.cpp
        ------------------------------------------------------------
        revno: 9483.121.1
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Fri 2008-09-19 10:48:00 +0200
        message:
          Abstract common loading interface of LoadVars_as and XML_as into 
LoadableObject
          class.
          
          Drop overriden XMLNode interface; rather just construct as_object 
base in
          XML_as constructor.
        added:
          libcore/asobj/LoadableObject.cpp
          libcore/asobj/LoadableObject.h
        modified:
          libcore/asobj/LoadVars_as.cpp
          libcore/asobj/Makefile.am
          libcore/asobj/XML_as.cpp
          libcore/asobj/XML_as.h
          libcore/asobj/xmlnode.cpp
          libcore/asobj/xmlnode.h
        ------------------------------------------------------------
        revno: 9483.121.2
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Fri 2008-09-19 11:41:54 +0200
        message:
          Implement virtual method for toString so that LoadableObject works 
with
          both classes.
                
          Make PropertyList::enumerateProperties and related variables const, 
follow the
          const trail up to Property class, where it seems there wasn't a 
problem
          with constness after all.
        modified:
          libcore/PropertyList.cpp
          libcore/PropertyList.h
          libcore/as_object.cpp
          libcore/as_object.h
          libcore/asobj/LoadVars_as.cpp
          libcore/asobj/LoadableObject.cpp
          libcore/asobj/LoadableObject.h
          libcore/asobj/XML_as.h
        ------------------------------------------------------------
        revno: 9483.121.3
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Fri 2008-09-19 11:50:15 +0200
        message:
          Update comments, drop c_str() in logging.
        modified:
          libcore/Property.h
          libcore/PropertyList.cpp
          libcore/PropertyList.h
        ------------------------------------------------------------
        revno: 9483.121.4
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Fri 2008-09-19 12:24:02 +0200
        message:
          More const, make XMLNode dtor virtual.
        modified:
          libcore/PropertyList.h
          libcore/as_object.cpp
          libcore/as_object.h
          libcore/asobj/xmlnode.h
          libcore/vm/Machine.cpp
    ------------------------------------------------------------
    revno: 9483.1.305
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Fri 2008-09-19 13:45:14 +0200
    message:
      More matrix tests using MovieClip.prototype.transform getter
    modified:
      testsuite/actionscript.all/MovieClip.as
      testsuite/misc-ming.all/matrix_test.c
        ------------------------------------------------------------
        revno: 9483.122.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-19 13:08:30 +0200
        message:
          Add test for MovieClip.transform.matrix. Shows a known gnash bug on
          updating the matrix, but that part was commented out for now until
          fixed (better focus for that in misc-ming.all/matrix_test.swf for now)
        modified:
          testsuite/actionscript.all/MovieClip.as
        ------------------------------------------------------------
        revno: 9483.122.2
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-19 13:36:47 +0200
        message:
          test ActionScript inspectable matrix right after reading it from SWF
        modified:
          testsuite/misc-ming.all/matrix_test.c
        ------------------------------------------------------------
        revno: 9483.122.3
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-19 13:40:44 +0200
        message:
          Check that MovieClip.prototype.transform returns a new object 
everytime it's called
        modified:
          testsuite/actionscript.all/MovieClip.as
    ------------------------------------------------------------
    revno: 9483.1.306
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Fri 2008-09-19 15:09:36 +0200
    message:
      Fix make check (hopefully)
    modified:
      libcore/sprite_instance.cpp
      testsuite/misc-ming.all/matrix_test.c
        ------------------------------------------------------------
        revno: 9483.123.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-19 15:09:06 +0200
        message:
          Fix expected results
        modified:
          libcore/sprite_instance.cpp
          testsuite/misc-ming.all/matrix_test.c
    ------------------------------------------------------------
    revno: 9483.1.307
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Fri 2008-09-19 16:25:21 +0200
    message:
      Good stuff: inspect matrix values after setting parameters
    modified:
      testsuite/misc-ming.all/matrix_test.c
        ------------------------------------------------------------
        revno: 9483.124.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-19 16:24:29 +0200
        message:
          Check matrix values after setting parameters
        modified:
          testsuite/misc-ming.all/matrix_test.c
    ------------------------------------------------------------
    revno: 9483.1.308
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Fri 2008-09-19 16:56:45 +0200
    message:
      Add info about corrispondence between gnash::matrix and flash.geom.Matrix
    modified:
      libcore/matrix.h
      testsuite/actionscript.all/MovieClip.as
        ------------------------------------------------------------
        revno: 9483.124.2
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-19 16:55:40 +0200
        message:
          Add info about which flash.geom.Matrix field correspond to which 
gnash::matrix member
        modified:
          libcore/matrix.h
        ------------------------------------------------------------
        revno: 9483.124.3
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-19 16:56:17 +0200
        message:
          fix expected result
        modified:
          testsuite/actionscript.all/MovieClip.as
    ------------------------------------------------------------
    revno: 9483.1.309
    committer: Russell Nelson <address@hidden>
    branch nick: trunk
    timestamp: Fri 2008-09-19 11:35:34 -0400
    message:
      xpi needs a .../plugins directory
    modified:
      packaging/xpi.am
    ------------------------------------------------------------
    revno: 9483.1.310
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Fri 2008-09-19 17:39:55 +0200
    message:
      Tests.
    added:
      testsuite/actionscript.all/Transform.as
    modified:
      testsuite/actionscript.all/Makefile.am
      testsuite/actionscript.all/MovieClip.as
        ------------------------------------------------------------
        revno: 9483.125.1
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Fri 2008-09-19 14:36:38 +0200
        message:
          Couple more tests.
        modified:
          testsuite/actionscript.all/MovieClip.as
        ------------------------------------------------------------
        revno: 9483.125.2
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Fri 2008-09-19 17:29:35 +0200
        message:
          Test flash.geom.Transform.
        added:
          testsuite/actionscript.all/Transform.as
        modified:
          testsuite/actionscript.all/Makefile.am
    ------------------------------------------------------------
    revno: 9483.1.311
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Fri 2008-09-19 18:18:11 +0200
    message:
      Prevent an abort.
      
      Test Transform more.
    modified:
      libcore/asobj/String_as.cpp
      testsuite/actionscript.all/Transform.as
        ------------------------------------------------------------
        revno: 9483.125.3
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Fri 2008-09-19 18:14:10 +0200
        message:
          One more test.
        modified:
          testsuite/actionscript.all/Transform.as
        ------------------------------------------------------------
        revno: 9483.125.4
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Fri 2008-09-19 18:16:31 +0200
        message:
          Don't abort on an invalid locale.
        modified:
          libcore/asobj/String_as.cpp
        ------------------------------------------------------------
        revno: 9483.125.5
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Fri 2008-09-19 18:16:50 +0200
        message:
          Correct totals.
        modified:
          testsuite/actionscript.all/Transform.as
    ------------------------------------------------------------
    revno: 9483.1.312
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Sat 2008-09-20 08:37:02 +0200
    message:
      Use libungif if libgif isn't found. Minor tweaks in matrix_test.swf.
    modified:
      configure.ac
      testsuite/misc-ming.all/matrix_test.c
        ------------------------------------------------------------
        revno: 9483.126.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Fri 2008-09-19 22:01:29 +0200
        message:
          try libungif if libgif wasn't found (bug #24168)
        modified:
          configure.ac
        ------------------------------------------------------------
        revno: 9483.126.2
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Sat 2008-09-20 08:36:21 +0200
        message:
          minor rounding to make the test succeed on win
        modified:
          testsuite/misc-ming.all/matrix_test.c
    ------------------------------------------------------------
    revno: 9483.1.313
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Sat 2008-09-20 10:32:09 +0200
    message:
      Another test for Transform.
    modified:
      testsuite/actionscript.all/Transform.as
        ------------------------------------------------------------
        revno: 9483.127.1
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Sat 2008-09-20 10:30:15 +0200
        message:
          Constructor with MovieClip argument.
        modified:
          testsuite/actionscript.all/Transform.as
    ------------------------------------------------------------
    revno: 9483.1.314
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Sat 2008-09-20 11:25:29 +0200
    message:
      Working but *not sufficiently tested* implementation of 
MovieClip.transform
      and flash.geom.Transform.matrix getter. This is for testing of the 
internal
      matrix.
      
      Implementing the setter should be very easy.
    modified:
      libcore/asobj/flash/display/BitmapData_as.cpp
      libcore/asobj/flash/geom/Transform_as.cpp
      libcore/sprite_instance.cpp
        ------------------------------------------------------------
        revno: 9483.127.2
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Sat 2008-09-20 11:19:09 +0200
        message:
          Return undefined on invalid ctor. Should probably implement a throw so
          that the object isn't constructed.
        modified:
          libcore/asobj/flash/display/BitmapData_as.cpp
        ------------------------------------------------------------
        revno: 9483.127.3
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Sat 2008-09-20 11:20:31 +0200
        message:
          Construct a flash.geom.Transform with 'this' as argument for
          MovieClip.transform.
        modified:
          libcore/sprite_instance.cpp
        ------------------------------------------------------------
        revno: 9483.127.4
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Sat 2008-09-20 11:21:17 +0200
        message:
          Hold reference to MovieClip (sprite_instance), use to construct 
properties
          on demand.
        modified:
          libcore/asobj/flash/geom/Transform_as.cpp
    ------------------------------------------------------------
    revno: 9483.1.315
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Sat 2008-09-20 12:06:49 +0200
    message:
      Sound is still an object, needs to mark proper properties too for GC!
      NOTE: this isn't tested, to test it should be enough to add a custom
      property to a Sound instance and access it on next frame (and check
      with valgrind if that isn't enough for a segfault)
    modified:
      libcore/asobj/Sound.cpp
    ------------------------------------------------------------
    revno: 9483.1.316
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Sat 2008-09-20 12:52:55 +0200
    message:
      MovieClip binding tests.
    modified:
      testsuite/actionscript.all/Transform.as
    ------------------------------------------------------------
    revno: 9483.1.317
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Sat 2008-09-20 13:14:03 +0200
    message:
      Add zou's new matrix math (compile-time off for now)
    modified:
      libcore/matrix.cpp
        ------------------------------------------------------------
        revno: 9483.128.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Sat 2008-09-20 13:09:24 +0200
        message:
          Add new matrix math by zou, compile-time selectable. Default to off.
        modified:
          libcore/matrix.cpp
    ------------------------------------------------------------
    revno: 9483.1.318
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Sat 2008-09-20 14:07:09 +0200
    message:
      Expect more successes about MovieClip.transform
    modified:
      libcore/sprite_instance.cpp
      testsuite/actionscript.all/MovieClip.as
      testsuite/actionscript.all/Transform.as
      testsuite/misc-ming.all/matrix_test.c
        ------------------------------------------------------------
        revno: 9483.129.1
        committer: Sandro Santilli <address@hidden>
        branch nick: mybranch
        timestamp: Sat 2008-09-20 14:06:35 +0200
        message:
          Update expected results for matrix tests
        modified:
          libcore/sprite_instance.cpp
          testsuite/actionscript.all/MovieClip.as
          testsuite/actionscript.all/Transform.as
          testsuite/misc-ming.all/matrix_test.c
    ------------------------------------------------------------
    revno: 9483.1.319
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Sat 2008-09-20 14:29:25 +0200
    message:
      Make Transform_as's sprite_instance reference safe (I think), pending more
      tests about how the binding should be done.
      
      Implement matrix setter because it's easy, may be useful in testing, and
      makes all the senocular Matrix demonstrations work, which is nice.
      
      Transform.as matrix tests all pass (apart from one accuracy-based one).
    modified:
      libcore/asobj/flash/geom/Transform_as.cpp
      testsuite/actionscript.all/Transform.as
        ------------------------------------------------------------
        revno: 9483.127.5
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Sat 2008-09-20 11:45:41 +0200
        message:
          Implement Transform.matrix setter.
          
          Add a few more logging messages (needs many more and lots of tidying 
up).
        modified:
          libcore/asobj/flash/geom/Transform_as.cpp
        ------------------------------------------------------------
        revno: 9483.127.6
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Sat 2008-09-20 12:52:20 +0200
        message:
          Tests for MovieClip binding.
        modified:
          testsuite/actionscript.all/Transform.as
        ------------------------------------------------------------
        revno: 9483.127.7
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Sat 2008-09-20 14:04:02 +0200
        message:
           Mark reachable resources, add TODOs.
        modified:
          libcore/asobj/flash/geom/Transform_as.cpp
    ------------------------------------------------------------
    revno: 9483.1.320
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Mon 2008-09-22 10:28:33 +0200
    message:
      Some localization for the release.
      
      Fix the SAMPLE_FMT_S24 build problem.
      
      Credit translators in GTK gui.
    modified:
      gui/gtk.cpp
      libbase/GnashImage.h
      libbase/GnashImageJpeg.cpp
      libbase/GnashImageJpeg.h
      libbase/GnashImagePng.cpp
      libbase/GnashImagePng.h
      libcore/vm/ASHandlers.cpp
      libmedia/ffmpeg/MediaParserFfmpeg.cpp
      po/cs.po
      po/de.po
      po/es.po
      po/fi.po
      po/fr.po
      po/it.po
      po/ja.po
      po/sv.po
        ------------------------------------------------------------
        revno: 9483.130.1
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Mon 2008-09-22 09:06:11 +0200
        message:
          Internationalization.
        modified:
          libcore/vm/ASHandlers.cpp
        ------------------------------------------------------------
        revno: 9483.130.2
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Mon 2008-09-22 09:31:37 +0200
        message:
          Add translator-credits to GTK "about" dialogue box.
        modified:
          gui/gtk.cpp
        ------------------------------------------------------------
        revno: 9483.130.3
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Mon 2008-09-22 09:32:03 +0200
        message:
          Update pofiles, add translator credits (without email address) to more
          complete translations.
        modified:
          po/cs.po
          po/de.po
          po/es.po
          po/fi.po
          po/fr.po
          po/it.po
          po/ja.po
          po/sv.po
        ------------------------------------------------------------
        revno: 9483.130.4
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Mon 2008-09-22 09:49:56 +0200
        message:
          Update comments, add i18n, drop gnash:: namespace qualifier in Jpeg,
          as it's now in the gnash namespace.
        modified:
          libbase/GnashImage.h
          libbase/GnashImageJpeg.cpp
          libbase/GnashImageJpeg.h
          libbase/GnashImagePng.cpp
          libbase/GnashImagePng.h
        ------------------------------------------------------------
        revno: 9483.130.5
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Mon 2008-09-22 09:55:59 +0200
        message:
          Fix build for ffmpeg 52.0.0 (SAMPLE_FMT_S24 dropped).
        modified:
          libmedia/ffmpeg/MediaParserFfmpeg.cpp
    ------------------------------------------------------------
    revno: 9483.1.321
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Mon 2008-09-22 12:20:32 +0200
    message:
      Don't add -I/usr/include for X11 headers
    modified:
      macros/x11.m4
    ------------------------------------------------------------
    revno: 9483.1.322
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Mon 2008-09-22 12:22:09 +0200
    message:
      Pad ffmpeg version to make space for 2 digit per version level, cleanups
      and improvements in output. See bug #24310.
    modified:
      configure.ac
      macros/ffmpeg.m4
    ------------------------------------------------------------
    revno: 9483.1.323
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Mon 2008-09-22 12:38:10 +0200
    message:
      Don't assume an 'ffmpeg' substring in avcodec.h path means the layout
      is ffmpeg/avcodec.h rather then libavcodec/avcodec.h. Be more accurate
      about the test...
    modified:
      macros/ffmpeg.m4
    ------------------------------------------------------------
    revno: 9483.1.324
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Mon 2008-09-22 13:29:59 +0200
    message:
      Fail ffmpeg version check if version > 52.0.0 and swscale isn't found
    modified:
      configure.ac
      macros/ffmpeg.m4
    ------------------------------------------------------------
    revno: 9483.1.325
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Mon 2008-09-22 13:45:58 +0200
    message:
      Tests for flash.geom.ColorTransform.
    added:
      testsuite/actionscript.all/ColorTransform.as
    modified:
      testsuite/actionscript.all/Makefile.am
        ------------------------------------------------------------
        revno: 9483.131.1
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Mon 2008-09-22 13:41:47 +0200
        message:
          Add tests for ColorTransform.
        added:
          testsuite/actionscript.all/ColorTransform.as
        modified:
          testsuite/actionscript.all/Makefile.am
    ------------------------------------------------------------
    revno: 9483.1.326
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Mon 2008-09-22 14:43:25 +0200
    message:
      Include external headers with <>
    modified:
      libmedia/ffmpeg/VideoDecoderFfmpeg.h
    ------------------------------------------------------------
    revno: 9483.1.327
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Mon 2008-09-22 15:13:25 +0200
    message:
      More tests for ColorTransform.
    modified:
      testsuite/actionscript.all/ColorTransform.as
      testsuite/actionscript.all/Transform.as
        ------------------------------------------------------------
        revno: 9483.131.2
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Mon 2008-09-22 14:52:45 +0200
        message:
          More tests for ColorTransform.
        modified:
          testsuite/actionscript.all/ColorTransform.as
          testsuite/actionscript.all/Transform.as
    ------------------------------------------------------------
    revno: 9483.1.328
    committer: strk <address@hidden>
    branch nick: trunk
    timestamp: Mon 2008-09-22 16:40:48 +0200
    message:
      Fixes to support ffmpeg in debian stable (51.11.0).
    modified:
      configure.ac
      libmedia/ffmpeg/MediaParserFfmpeg.cpp
      libmedia/ffmpeg/VideoDecoderFfmpeg.cpp
        ------------------------------------------------------------
        revno: 9483.132.1
        committer: strk <address@hidden>
        branch nick: trunk
        timestamp: Mon 2008-09-22 15:09:52 +0200
        message:
          Errors to stderr
        modified:
          configure.ac
        ------------------------------------------------------------
        revno: 9483.132.2
        committer: strk <address@hidden>
        branch nick: trunk
        timestamp: Mon 2008-09-22 15:10:00 +0200
        message:
          AVCodecContext.extradata: void* for ffmpeg 51.11.0, uint8_t* for 
51.38.0
        modified:
          libmedia/ffmpeg/MediaParserFfmpeg.cpp
        ------------------------------------------------------------
        revno: 9483.132.3
        committer: strk <address@hidden>
        branch nick: trunk
        timestamp: Mon 2008-09-22 16:04:44 +0200
        message:
          Don't expect RGBA when not possible (ffmpeg 51.11.0)
        modified:
          libmedia/ffmpeg/VideoDecoderFfmpeg.cpp
        ------------------------------------------------------------
        revno: 9483.132.4
        committer: strk <address@hidden>
        branch nick: trunk
        timestamp: Mon 2008-09-22 16:05:46 +0200
        message:
          ffmpeg 51.11.0 is supported (just fixed, it's in Debian Stable)
        modified:
          configure.ac
        ------------------------------------------------------------
        revno: 9483.132.5
        committer: strk <address@hidden>
        branch nick: trunk
        timestamp: Mon 2008-09-22 16:32:25 +0200
        message:
          merge from trunk (why do I need this?)
        modified:
          libmedia/ffmpeg/VideoDecoderFfmpeg.h
          testsuite/actionscript.all/ColorTransform.as
          testsuite/actionscript.all/Transform.as
    ------------------------------------------------------------
    revno: 9483.1.329
    committer: Russell Nelson <address@hidden>
    branch nick: trunk
    timestamp: Mon 2008-09-22 11:30:00 -0400
    message:
      warn ppl about changing doc/C without --enable-docbook
    modified:
      configure.ac
    ------------------------------------------------------------
    revno: 9483.1.330
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Mon 2008-09-22 18:36:31 +0200
    message:
      Improve flash package testing. Add new tests for ColorTransform.
      
      Make corrections to availability of flash.geom.Transform based on tests
      (also in swfdec testsuite).
      
      Implement ColorTransform and Transform.colorTransform.
      
      Passes in MovieClip, Transform and all the new tests for ColorTransform.
      
      Cleanups to flash package classes.
    modified:
      libcore/asobj/flash/geom/ColorTransform_as.cpp
      libcore/asobj/flash/geom/ColorTransform_as.h
      libcore/asobj/flash/geom/Matrix_as.cpp
      libcore/asobj/flash/geom/Rectangle_as.cpp
      libcore/asobj/flash/geom/Transform_as.cpp
      testsuite/actionscript.all/ColorTransform.as
      testsuite/actionscript.all/Matrix.as
      testsuite/actionscript.all/Transform.as
        ------------------------------------------------------------
        revno: 9483.131.3
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Mon 2008-09-22 16:17:23 +0200
        message:
          Implement ColorTransform except for rgb and concat.
          
          Clean up other flash.geom classes.
          
          Implement MovieClip.transform.colorTransform.
        modified:
          libcore/asobj/flash/geom/ColorTransform_as.cpp
          libcore/asobj/flash/geom/ColorTransform_as.h
          libcore/asobj/flash/geom/Matrix_as.cpp
          libcore/asobj/flash/geom/Rectangle_as.cpp
          libcore/asobj/flash/geom/Transform_as.cpp
        ------------------------------------------------------------
        revno: 9483.131.4
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Mon 2008-09-22 17:01:31 +0200
        message:
          Test and implement ColorTransform.rgb getter/setter.
        modified:
          libcore/asobj/flash/geom/ColorTransform_as.cpp
          testsuite/actionscript.all/ColorTransform.as
        ------------------------------------------------------------
        revno: 9483.131.5
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Mon 2008-09-22 17:28:24 +0200
        message:
          New passes for ColorTransform.
        modified:
          testsuite/actionscript.all/ColorTransform.as
          testsuite/actionscript.all/Transform.as
        ------------------------------------------------------------
        revno: 9483.131.6
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Mon 2008-09-22 18:07:20 +0200
        message:
          Allow access to flash package for SWF7 and below, showing that SWF6 
and SWF7
          can use Matrix, but not Transform.
        modified:
          testsuite/actionscript.all/Matrix.as
          testsuite/actionscript.all/Transform.as
    ------------------------------------------------------------
    revno: 9483.1.331
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Mon 2008-09-22 18:56:45 +0200
    message:
      Hide ffmpeg include dust in a custom header, included by all users.
      Provide the damn INT64_C macro if not defined. Fixes support for 51.40.2
      and 51.40.4 and 51.12.1  and who knows what else
    modified:
      libmedia/Makefile.am
      libmedia/ffmpeg/AudioDecoderFfmpeg.h
      libmedia/ffmpeg/MediaParserFfmpeg.h
      libmedia/ffmpeg/VideoDecoderFfmpeg.h
      libmedia/ffmpeg/ffmpegNetStreamUtil.h
      libmedia/ffmpeg/sound_handler_sdl.h
    ------------------------------------------------------------
    revno: 9483.1.332
    committer: Sandro Santilli <address@hidden>
    branch nick: trunk
    timestamp: Mon 2008-09-22 18:59:22 +0200
    message:
      Don't forget the dust-hiding carpet !
    added:
      libmedia/ffmpeg/ffmpegHeaders.h
Diff too large for email (80800 lines, the limit is 1000).

reply via email to

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