[gnash] branch upstream updated (9550b94 -> ddfc8c5)

Gabriele Giacone gg0-guest at moszumanska.debian.org
Sat Jan 9 18:57:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

gg0-guest pushed a change to branch upstream
in repository gnash.

      from  9550b94   Imported Upstream version 0.8.11~git20150419
      adds  ddfc8c5   Imported Upstream version 0.8.11~git20160109

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   1 +
 NEWS                                               |   8 +-
 configure.ac                                       |  11 +-
 doc/C/gnash.man-xml                                |   1 +
 doc/C/gnashref.xml                                 |   2 +
 doc/C/gnashuser.xml                                |   1 +
 doc/C/introduction.xml                             |  14 +-
 doc/C/refmanual/audience.xml                       |  12 +
 doc/C/refmanual/internals.xml                      |   1 -
 doc/C/usermanual/audience.xml                      |  11 +
 doc/C/usermanual/usage.xml                         |   2 +-
 gui/Player.cpp                                     |   7 +-
 gui/gtk/gtk_glue_agg_vaapi.cpp                     |   8 +-
 libbase/GnashImageJpeg.h                           |   2 +-
 libbase/SimpleBuffer.h                             |  11 -
 libcore/ExternalInterface.cpp                      |  25 +-
 libcore/as_object.h                                |   2 +-
 libcore/asobj/TextField_as.cpp                     |   8 +-
 .../asobj/flash/external/ExternalInterface_as.cpp  |  26 +-
 libcore/movie_root.cpp                             | 117 +++++---
 libcore/movie_root.h                               |  17 +-
 libcore/swf/DefinitionTag.h                        |   2 +-
 libcore/vm/ASHandlers.cpp                          |   9 +-
 libdevice/events/InputDevice.h                     |   2 +-
 libmedia/AudioDecoderSimple.cpp                    |   8 +-
 libmedia/MediaParser.h                             |   2 +-
 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp             |  34 ++-
 libmedia/ffmpeg/AudioResamplerFfmpeg.cpp           |   4 +-
 libmedia/ffmpeg/ffmpegHeaders.h                    |   1 +
 libsound/EmbedSoundInst.cpp                        |  13 +-
 libsound/LiveSound.cpp                             |  25 +-
 libsound/LiveSound.h                               | 151 ++--------
 libsound/NullSoundHandler.h                        |   4 +-
 libsound/StreamingSound.cpp                        |   2 +-
 libsound/WAVWriter.cpp                             |  35 ++-
 libsound/WAVWriter.h                               |   3 +
 libsound/aos4/sound_handler_ahi.cpp                |  62 +---
 libsound/aos4/sound_handler_ahi.h                  |   2 -
 libsound/mkit/sound_handler_mkit.cpp               |  70 -----
 libsound/mkit/sound_handler_mkit.h                 |   6 -
 libsound/sound_handler.cpp                         |  85 +++++-
 libsound/sound_handler.h                           |   2 +-
 plugin/npapi/scriptable-test.html                  |  33 ++-
 revno.h                                            |   2 +-
 testsuite/actionscript.all/TextField.as            |  16 +-
 testsuite/actionscript.all/getvariable.as          |  11 +-
 testsuite/misc-ming.all/Makefile.am                |  48 +++-
 testsuite/misc-ming.all/extgetvariable.as          |  47 +++
 .../misc-ming.all/extgetvariable_testrunner.sh     | 320 +++++++++++++++++++++
 testsuite/misc-mtasc.all/Makefile.am               |  19 +-
 testsuite/misc-mtasc.all/extcomm.as                | 140 +++++++++
 testsuite/misc-mtasc.all/extcommtests-runner.sh    | 253 ++++++++++++++++
 52 files changed, 1265 insertions(+), 433 deletions(-)
 create mode 100644 doc/C/refmanual/audience.xml
 create mode 100644 doc/C/usermanual/audience.xml
 create mode 100644 testsuite/misc-ming.all/extgetvariable.as
 create mode 100644 testsuite/misc-ming.all/extgetvariable_testrunner.sh
 create mode 100644 testsuite/misc-mtasc.all/extcomm.as
 create mode 100644 testsuite/misc-mtasc.all/extcommtests-runner.sh

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-flash/gnash.git



More information about the pkg-flash-devel mailing list