gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9566: Decode Audio and Video data fl


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9566: Decode Audio and Video data flags too.
Date: Thu, 07 Aug 2008 18:22:01 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9566
committer: address@hidden
branch nick: rtmp
timestamp: Thu 2008-08-07 18:22:01 -0600
message:
  Decode Audio and Video data flags too.
  Update from trunk.
added:
  libcore/swf/CSMTextSettingsTag.cpp
  libcore/swf/CSMTextSettingsTag.h
renamed:
  libbase/jpeg.cpp => libbase/GnashImageJpeg.cpp
  libbase/jpeg.h => libbase/GnashImageJpeg.h
modified:
  backend/render_handler_ogl.cpp
  configure.ac
  gui/gui.cpp
  libamf/flv.cpp
  libamf/flv.h
  libbase/GC.cpp
  libbase/GC.h
  libbase/GnashImage.h
  libbase/GnashImageGif.cpp
  libbase/GnashImageGif.h
  libbase/GnashImagePng.cpp
  libbase/GnashImagePng.h
  libbase/Makefile.am
  libbase/image.cpp
  libbase/image.h
  libbase/noseek_fd_adapter.cpp
  libcore/Makefile.am
  libcore/impl.cpp
  libcore/impl.h
  libcore/parser/SWFMovieDefinition.cpp
  libcore/parser/SWFMovieDefinition.h
  libcore/parser/action_buffer.cpp
  libcore/parser/button_character_def.cpp
  libcore/parser/movie_definition.h
  libcore/parser/shape_character_def.cpp
  libcore/parser/sprite_definition.h
  libcore/swf/tag_loaders.cpp
  libcore/vm/ActionExec.cpp
  libmedia/ffmpeg/sound_handler_sdl.cpp
  macros/ffmpeg.m4
  testsuite/libamf.all/test_flv.cpp
  utilities/processor.cpp
  libbase/GnashImageJpeg.cpp
  libbase/GnashImageJpeg.h
    ------------------------------------------------------------
    revno: 9483.38.12
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Wed 2008-08-06 18:24:10 +0200
    message:
      Make JPEG handling a special subclass of ImageInput. Bring it inside
      the gnash namespace, drop the jpeg namespace.
      
      Modify all GnashImage classes to take a shared_ptr to an IOChannel.
      This is because JPEG (now JpegImageInput) needs to own the stream
      in some cases, and other subclasses may conceivably do so in the future.
      Drop the takeOwnership argument, as the IOChannel is now refcounted.
    modified:
      libbase/GnashImage.h
      libbase/GnashImageGif.cpp
      libbase/GnashImageGif.h
      libbase/GnashImagePng.cpp
      libbase/GnashImagePng.h
      libbase/image.cpp
      libbase/image.h
      libbase/jpeg.cpp
      libbase/jpeg.h
    ------------------------------------------------------------
    revno: 9483.38.13
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Wed 2008-08-06 18:28:48 +0200
    message:
      Modify for new ImageInput interface.
    modified:
      libcore/swf/tag_loaders.cpp
    ------------------------------------------------------------
    revno: 9483.38.14
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Wed 2008-08-06 18:29:15 +0200
    message:
      Modify for new ImageInput interface.
    modified:
      libcore/impl.cpp
    ------------------------------------------------------------
    revno: 9483.38.15
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Wed 2008-08-06 18:29:39 +0200
    message:
      Update ImageInput class names.
    modified:
      libcore/parser/SWFMovieDefinition.h
      libcore/parser/movie_definition.h
    ------------------------------------------------------------
    revno: 9483.38.16
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Wed 2008-08-06 19:11:45 +0200
    message:
      Rename jpeg.{cpp,h}, add FSF copyright.
      
      Update other files to reflect name change.
    renamed:
      libbase/jpeg.cpp => libbase/GnashImageJpeg.cpp
      libbase/jpeg.h => libbase/GnashImageJpeg.h
    modified:
      libbase/Makefile.am
      libbase/image.cpp
      libcore/parser/SWFMovieDefinition.cpp
      libcore/parser/SWFMovieDefinition.h
      libcore/parser/movie_definition.h
      libbase/GnashImageJpeg.cpp
      libbase/GnashImageJpeg.h
    ------------------------------------------------------------
    revno: 9483.38.17
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Wed 2008-08-06 19:20:16 +0200
    message:
      Rename some more JpegImageInput methods.
    modified:
      libbase/GnashImageJpeg.cpp
      libbase/GnashImageJpeg.h
      libbase/image.cpp
      libcore/swf/tag_loaders.cpp
    ------------------------------------------------------------
    revno: 9483.38.18
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Wed 2008-08-06 21:25:21 +0200
    message:
      Drop unused read_swf_jpeg2 from image namespace. Drop read_jpeg and use 
the
      multi-purpose image::readImageData instead. Change naming style of
      other image namespace methods.
      
      Include jpeglib.h only in namespace jpeg because it causes conflicts with
      an INT32 typedef in the Qt3 headers if included in the global namespace.
      Qualify jpeglib methods with the jpeg:: namespace.
      
      Update other files to reflect name changes.
    modified:
      libbase/GnashImageJpeg.cpp
      libbase/GnashImageJpeg.h
      libbase/image.cpp
      libbase/image.h
      libcore/swf/tag_loaders.cpp
    ------------------------------------------------------------
    revno: 9483.1.82
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Wed 2008-08-06 21:56:46 +0200
    message:
      Unify and clean up the image input interface.
    renamed:
      libbase/jpeg.cpp => libbase/GnashImageJpeg.cpp
      libbase/jpeg.h => libbase/GnashImageJpeg.h
    modified:
      libbase/GnashImage.h
      libbase/GnashImageGif.cpp
      libbase/GnashImageGif.h
      libbase/GnashImagePng.cpp
      libbase/GnashImagePng.h
      libbase/Makefile.am
      libbase/image.cpp
      libbase/image.h
      libcore/impl.cpp
      libcore/parser/SWFMovieDefinition.cpp
      libcore/parser/SWFMovieDefinition.h
      libcore/parser/movie_definition.h
      libcore/swf/tag_loaders.cpp
      libbase/GnashImageJpeg.cpp
      libbase/GnashImageJpeg.h
    ------------------------------------------------------------
    revno: 9483.1.83
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-08-07 12:05:12 +0200
    message:
      Minor addition to image cleanup.
      
      Drop SIZET_FMT everywhere.
    modified:
      backend/render_handler_ogl.cpp
      configure.ac
      libbase/GC.cpp
      libbase/GC.h
      libbase/image.cpp
      libbase/image.h
      libbase/noseek_fd_adapter.cpp
      libcore/parser/action_buffer.cpp
      libcore/parser/button_character_def.cpp
      libcore/parser/shape_character_def.cpp
      libcore/parser/sprite_definition.h
      libcore/swf/tag_loaders.cpp
      libcore/vm/ActionExec.cpp
      utilities/processor.cpp
        ------------------------------------------------------------
        revno: 9483.39.1
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-08-07 10:08:28 +0200
        message:
          Return images by auto_ptr.
        modified:
          libbase/image.cpp
          libbase/image.h
        ------------------------------------------------------------
        revno: 9483.39.2
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-08-07 10:08:57 +0200
        message:
          image now returned by auto_ptr.
        modified:
          libcore/swf/tag_loaders.cpp
        ------------------------------------------------------------
        revno: 9483.39.3
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-08-07 12:02:35 +0200
        message:
          Drop all SIZET_FMT use. Comment out in configure.ac.
        modified:
          backend/render_handler_ogl.cpp
          configure.ac
          libbase/GC.cpp
          libbase/GC.h
          libbase/noseek_fd_adapter.cpp
          libcore/parser/action_buffer.cpp
          libcore/parser/button_character_def.cpp
          libcore/parser/shape_character_def.cpp
          libcore/parser/sprite_definition.h
          libcore/vm/ActionExec.cpp
          utilities/processor.cpp
    ------------------------------------------------------------
    revno: 9483.1.84
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-08-07 16:42:06 +0200
    message:
      Fix for a segfault in sound_handler_sdl.cpp.
      
      Drop some unused functions.
    modified:
      gui/gui.cpp
      libcore/impl.cpp
      libcore/impl.h
      libmedia/ffmpeg/sound_handler_sdl.cpp
        ------------------------------------------------------------
        revno: 9483.39.4
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-08-07 15:21:24 +0200
        message:
          Drop unused statics in impl.cpp. Drop unused or unnecessary global
          methods in impl.h, including get_current_root().
          
          Replace get_current_root() use in gui.cpp (disabled step back/forward 
methods)
          with VM::get().getRoot();
        modified:
          gui/gui.cpp
          libcore/impl.cpp
          libcore/impl.h
        ------------------------------------------------------------
        revno: 9483.39.5
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-08-07 16:39:40 +0200
        message:
          Don't dereference sound data that has already been deleted either in
          delete_all_sounds or stop_all_sounds. Fixes a segfault on exit in
          SWF8/game_start_ch2.swf.
        modified:
          libmedia/ffmpeg/sound_handler_sdl.cpp
    ------------------------------------------------------------
    revno: 9483.1.85
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Thu 2008-08-07 21:23:56 +0200
    message:
      Parse CSMTextSettings tag (used by myspace).
    added:
      libcore/swf/CSMTextSettingsTag.cpp
      libcore/swf/CSMTextSettingsTag.h
    modified:
      libcore/Makefile.am
      libcore/impl.cpp
        ------------------------------------------------------------
        revno: 9483.40.1
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-08-07 20:51:54 +0200
        message:
          Parse CSMTextSettings tag and log unimplemented.
        added:
          libcore/swf/CSMTextSettingsTag.cpp
          libcore/swf/CSMTextSettingsTag.h
        modified:
          libcore/Makefile.am
          libcore/impl.cpp
        ------------------------------------------------------------
        revno: 9483.40.2
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2008-08-07 20:53:45 +0200
        message:
          Add file description line.
        modified:
          libcore/swf/CSMTextSettingsTag.cpp
          libcore/swf/CSMTextSettingsTag.h
    ------------------------------------------------------------
    revno: 9483.1.86
    committer: address@hidden
    branch nick: trunk
    timestamp: Thu 2008-08-07 16:15:17 -0600
    message:
      Newer version of ffmpeg use LIBAVCODEC_VERSION_TRIPLET instead of 
LIBAVCODEC_VERSION.
    modified:
      macros/ffmpeg.m4
        ------------------------------------------------------------
        revno: 9483.41.1
        committer: address@hidden
        branch nick: build
        timestamp: Thu 2008-08-07 16:12:55 -0600
        message:
          Newer version of ffmpeg use LIBAVCODEC_VERSION_TRIPLET instead of 
LIBAVCODEC_VERSION.
        modified:
          macros/ffmpeg.m4
Diff too large for email (3338 lines, the limit is 1000).

reply via email to

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