Use LSB audio rather than MSB one in the default mixer
[gnash.git] / NEWS
blobb8a72f3d05c8020bc02fe3db227a76396e0a0b25
1 Gnash 0.8.11
2 YYYY/MM/DD
4 Caveats:
6 * The in-tree copy of jemalloc has been removed in preference to linking
7   the system-installed jemalloc library.
8 * The minimum required version of FFMPEG/libavcodec (if available) is
9   53.35.0.
10 * Extensions support is now disabled by default.
11 * The minimum GCC version required to build Gnash is 4.6.0.
13 Improvements since 0.8.10 release are:
15  * Fix screeches and crashes playing PCM audio (#45722)
16  * Fix corrupted WAV file on --audio-dump (#45887)
17  * Fix callback registration issue in ExternalInterface (#37223)
18  * Fix possible out-of-bound read in parser (#43865)
19  * Fix opening of external URL with Gnash Standalone (#31833)
20  * Stability fixes in image handling, (CVE-2012-1175, #39388, #37629).
21  * Stability fixes in parsing (#34686) and ActionScript handling (#39385,
22    #39404).
23  * NPAPI Plugin stability fix (#36002, #42199) and a file descriptor leak.
24  * Improved NetStream ActionScript class support.
25  * Add support for IPv6 [TODO: affects Socket/XML, and what else?].
26  * Fix build against recent Boost, FFMPEG and libav.
27  * Fix support for GIFLIB-5.0 (#39482) and GIFLIB-5.1 (#42574)
28  * Fix infinite loop in GC mark phase for XML object (#40440)
29  * Fix segfault on exit when using XML (#40439)
30  * Incremental decoding of embedded sounds (#24638, #25456)
31  * Fix many issues reported by Coverity.
32  * Add support for RTMP streaming (patch #8086).
33  * Portability fixes for Debian GNU/kOpenSolaris and ARM.
34  * TextFormat.getTextExtent has been much improved.
35  * Fix regression in dynamic sound loading (#33760).
37 Gnash 0.8.10
38 2012/02/04
40 Improvements since 0.8.9 release are:
42  * Qt4 GUI supports mouse wheel, clipboard, and screen resolution.
43  * Enhanced UI support for script limits (abort popups, user prefs).
44  * BitmapData functions copyPixels(), copyChannel(), perlinNoise() and noise() 
45    implemented.
46  * Node id mapping in ActionScript XML class implemented (XML.idMap).
47  * Fix dispatching of Sound.onLoad event, fixing google dict audio.
48  * Fix support for control tags found after last expected frame (#33176).
49  * Fix support for uncompressed sound with gstreamer media handler.
50  * Implement Button.getDepth(), fix button key events.
51  * Fixes to startDrag and stopDrag opcodes.
52  * Implement onSoundComplete() for event sounds (#23020).
53  * Fix MovieClip.onLoad event dispatching and constant pools handling, fixing
54    support for movies generated by the evil Adobe Captivate tool (#33521).
55  * Fix unattached Sound.stop() semantic (#33888) enjoy Super Mario!
56  * OpenVG renderer added.
57  * Improved framebuffer GUI and touchscreen support.
58  * Framebuffer now supports using multiple renderers.
59  * Refactored input device support.
60  * Fix parsing of lossless 16bit bitmaps, fixing support for movies
61    generated by the evil TechSmit Camtasia tool (#34625).
62  * Improved double buffering support for AGG in a framebuffer.
63  * Thumbnailer for SWF files and GNOME2 desktop config for it.
65 Gnash 0.8.9
66 2011/03/19
68 Caveats:
70  * The minimum required FFmpeg version, for people who prefer it over
71    Gstreamer, is now 51.28.0.
72  * The configure script option --enable-i810-lod-bias, which provided
73    a workaround for a very old driver for the Intel I810 when using the
74    OpenGL renderer, has been removed.
75  * Gnash now uses the system-installed libltdl rather than its in-tree
76    copy.
77  * NPAPI headers are now required for building the Mozilla plugin; they
78    are normally part of the Xulrunner development package.
80 Improvements since 0.8.8 release are:
82  * Fixed playback of uncommon MPEG4 streams when using GStreamer.
83  * Avoid drawing operations when the window is obscured, including when
84    Gnash is used as a plugin, starting with Firefox 4.0 (GTK GUI).
85  * Support SWF with embedded ScreenVideo when using FFMPEG or
86    gstreamer-ffmpeg >= 0.10.12.
87  * Fix playback of SWF-embedded ADPCM audio when using Gstreamer.
88  * Fix playback of SWF-embedded PCM audio when using FFMPEG.
89  * Fix swapped _framesloaded and _totalframes properties.
90  * Fixes for several crashes, with better automated testing of the
91    entire ActionScript API for input sanitization.
92  * Improved ActionScript performance processing, especially
93    for interactive applications.
94  * NPAPI plugin: fix relative urls resolution in presence of <base> tag
95    and "base" parameter; improved robustness and compatibility with
96    chromium browser. Avoid blocking the parent process.
97  * Improved SWF8 support with BitmapData.draw, BitmapData.loadBitmap,
98    and other bitmap functions.
99  * Re-entrant core libraries.
100  * RTMP remoting support.
101  * Support for PNG and GIF files in all DefineBitsJpeg tags; support
102    for DefineBitsJpeg4 tags, and fix display of some GIFs with
103    multiple records.
104  * Restore support for mingw32.
105  * fb-gnash: allow specifying size and offset of rendering "window".
106  * dump-gnash: improved speed, sync and flexibility.
107  * JPEG screenshot output.
108  * Support for linear RGB interpolation mode in gradient fills.
109  * Clipboard setting (GTK only).
110  * More flash.geom.Rectangle functions.
111  * Improved OpenBSD compatibility.
113 Gnash 0.8.8
114 2010/08/17
116 Improvements since 0.8.7 release are:
118  * Renderers are able to be switched at runtime between Cairo,
119    OpenGL, and AGG. 
120  * Media handlers can be switched at runtime between ffmpeg and
121    Gstreamer.
122  * Hardware video decoding support via VAAPI for Nvidia, ATI, and
123    Intel GPUs. 
124  * Android specific support.
125  * Gnash now compiles faster due to reduced internal dependencies.
126  * Mostly complete Scriptable Plugin support which works with the
127    ExternalInterface class.
128  * Improved input device handling when using a raw framebuffer.
129  * 100% of all YouTube videos should work
130  * Support for MovieClip.beginBitmapFill() and gradient spread modes.
132 Gnash 0.8.7
133 2010/02/15
135 Improvements since 0.8.6 release are:
137  * Automatic and spontaneous screenshots support in all GUIs (Benjamin Wolsey)
138  * Significant memory savings in parsing large XML trees (Benjamin Wolsey)
139  * Significant memory savings in functions calls when super is not required
140    (Benjamin Wolsey)
141  * Enhancements in video streaming [youtube HD button and seeks]
142    (Sandro Santilli)
143  * Non blocking load of bitmaps, movies, data (Sandro Santilli)
144  * Fix use of imported library symbols (Sandro Santilli)
145  * AS2 Array handling fixed.  (Benjamin Wolsey)
146  * Refactoring to eliminate most static data and get closer to re-entrant VM.
147    (Benjamin Wolsey)
148  * SWF6 dynamic gradients tested and implemented correctly. 
149    (Benjamin Wolsey)
150  * TextFormat.getTextExtent implemented. 
151    (Benjamin Wolsey)
152  * TextField.autoSize implemented for right and center autosizing. 
153    (Benjamin Wolsey)
155 Gnash 0.8.6
156 2009/09/15
158 Improvements since 0.8.5 release are:
160  * TextSnapshot, Camera, Microphone, TextField and TextFormat implemented.
161  * ASSetNative, ASSetNativeAccessor, ASconstructor implemented.
162  * New utilities for finding input devices for Camera and Microphone.
163  * Fix bitmap smoothing handling in AGG renderer (Bug #25894).
164  * Custom Gnash GTK widget.
165  * Various improvements to text handling.
166  * large-scale refactoring of object and class creation for improved
167    AS compatibility.
168  * extension of native classes now works in many cases.
169  * PyGTK module support.
170  * Native and built-in functions properly separated, more native functions
171    added.
172  * AmigaOS4 support (gui and sound handler).
173  * Fixes to XMLSocket crash and event order.
174  * Performance improvement for SDL gui (invalidated regions).
175  * Corrected timing of various AS events, fixing various SWFs that rely on them.
176  * Many minor bug fixes.
177  * Better A/V synchronization.
178  * Rudimentary AVM2 implementation when enabled.
179  * Fix in sendAndLoad forcing use of POST.
181 2009-03-04 Rob Savoye  <rob@welcomehome.org>
183 Gnash 0.8.5 released !
184 Improvements since 0.8.4 release are:
186 Due to better XML parsing compatibility and a minor fix to NetConnection,
187 many more video sites work than in the last release. Support for new
188 codecs keeps YouTube support up to date.
190 XML parsing, Selection implementation, Sound and MovieClip fixes mean
191 that many BBC Flash movies (not the BBC iPlayer) now work.
193 Potlatch support is improved with better remoting compatibility and
194 XML parsing.
196 All of the Orisinal morning sunshine games now work due to support for
197 Mixed SWF Versions runs.
199     * Support for saving streamed (FLV, H264, MP3 etc) and loaded (JPEG,
200       SWF, PNG, GIF) media to disk.
201     * Basic GUI warning messages when media decoding fails (usually
202       missing codecs).
203     * Added support for FLV parsing and decoding of H.264 video and
204       AAC audio.
205     * Scaled video smoothing implemented in AS and in default renderer
206       (AGG). YouTube video looks better when Gnash is running with high
207       quality or better.
208     * Support for _quality implemented with user-specified
209       override. (Presently only affects video smoothing in the default
210       renderer).
211     * Made NPAPI plugin quiet, except on plugin-specific errors (to
212       reduce .xsession-errors pollution).
213     * Implemented LoadVars.toString(), XML.send() and LoadVars.send().
214     * XML parsing made compatible (less strict), XML.xmlDecl and
215       XML.docTypeDecl implemented.
216     * XMLNode methods implemented: getPrefixForNamespace(),
217       getNamespaceForPrefix(), namespaceURI, localName, prefix. Handling
218       of attributes corrected.
219     * New GUI for KDE4 / Qt4 with SWF properties and Gnash preferences
220       dialog boxes.
221     * Corrected AS enumeration order.
222     * Fixed incorrect mouse event on double click (shouldn't exist).
223     * Implemented MovieClip.getURL(), MovieClip.attachBitmap().
224     * Implemented POST for send() and getURL() methods.
225     * Added support for parsing and decoding Speex audio in FLV files
226       using libspeex.
227     * __resolve property implemented. Fixes a Flickr Flash badge.
228     * Video.clear(), Video.width and Video.height implemented.
229     * Multiple NetStream.play() fixed.
230     * Fixed support of mixed-version swf runs.
231     * Fix decoding of RAW and UNCOMPRESSED audio with gstreamer media
232       handler
233     * Improve SWF4 compatibility.
234     * Improve compatibility in setting characters properties.
235     * NetConnection.isConnected and NetConnection connect events
236       implemented (fixes various video sites).
237     * Remoting support generally improved (NetConnection).
238     * Make initialization object available to MovieClip constructor
239       (attachMovie, duplicateMovieClip).
240     * Sound.getBytesLoaded, Sound.getBytesTotal implemented.
241     * Complete Selection class implemented. 
245 2008-10-13 Russ Nelson <nelson@crynwr.com>
247 Sixth alpha release of Gnash (0.8.4).
248 Improvements since 0.8.3 release are:
250 More visible to users:
252     * The -d switch won't behave the same as in 0.8.3. This is a
253       temporary thing, we'll likely bring it back to its original
254       behaviour for next releases. If you're curious, -d will now
255       change heart beating rate.
256     * Support for MIT SHM X extention is disabled by default `cause
257       it broke (*grin*). We'll get it back on next release. Let us
258       know if you really notice a performance degradation on the
259       rendering side please <gnash-dev@gnu.org>. 
260     * Keep Adobe happy with our users and our users happy with us by
261       changing "Flash player" into "SWF player" everywhere.  Adobe
262       claims "Flash" as a trademark and had asked a Linux distributor
263       to fix it.
264     * The popular SWF Twitter badge now renders correctly.
265     * Fix parsing of urls containing multiple question marks 
266     * Fix support for movies embedding multiple sound streams 
267     * Support for loading PNG and GIF images added.
268     * Improved rendering of SWF movies because of the less visible
269       changes listed below.
270     * Support for writing RGB/RGBA PNG images and JPEG images.
271     * Works with Potlatch OpenStreetMap editor
272     * New 'flvdumper' utility for analyzing FLV video files.
273     * XPI packaging support for Mozilla & Firefox. 
275 Less visible to users:
277     * Improved SWF version 8 support:
278       o flash.geom.Point, flash.geom.Rect, flash.geom.Matrix classes
279         implemented.
280       o flash.geom.ColorTransform almost fully implemented.
281       o flash.display.BitmapData partially implemented.
282       o flash.geom.Transform.matrix and flash.geom.Transform.ColorTransform
283         implemented.
284       o MovieClip.transform implemented, with ability to find and apply
285         MovieClip transformations.
286       o Playback of VP6F video (SWF version 8 FLV) with Ffmpeg. 
287     * Fixes and implementation of ActionScript 2 classes:
288       o NetConnection.call() implemented: initial support for flash Remoting
289       o toString() method of objects called correctly, String.split
290         implementation fixed.
291       o XMLSocket onData method implemented properly, other methods fixed.
292       o Error class implemented.
293       o XML and LoadVars sendAndLoad() now derive from a common base object
294         (loadable AS object); fixes the popular SWF Twitter badge.
295       o addRequestHeaders and contentType implemented for LoadVars and XML. 
296     * VM bugfixes and improvements:
297       o Heart beating model, allowing for fine-grained interval timers and
298         threading reduction.
299       o Frame label fix (case sensitivity).
300       o Fixes and improvements to Color and cxform.
301       o SWF matrix made faster and more compatible (golf.swf works now!)
302       o try/catch/finally ActionScript expression handled more correctly.
303       o Parse and partially use ScriptLimits tag. Handle stack limit more
304         correctly.
305       o Fixed scoping issues for SWF <= 5
306       o Bitmap characters now support alpha.
307     * Media handling improvements:
308       o Pluggable architecture for MediaHandlers (ffmpeg/gst available)
309       o Media-handler agnostic Sound and NetStream classes
310       o Numerous bug fixes in ffmpeg and gstreamer media handling
311     * SWF version 2-specific fixes:
312       o PlaceObject tag display fixed (also applies to SWFs generated with
313         some free tools)
314       o DefineButtonCxform tag implemented). 
315     * Codebase improvements:
316       o Renamed the 'server' directory to be a more accurate 'libcore'.
317         Merge 'libgeometry' into 'libbase'
318       o Keep Adobe happy with our users and our users happy with us by
319         changing "Flash player" into "SWF player" everywhere (a Linux
320         distributor received a demand letter).
321       o Numerous cleanups and changes to improve portability. 
325 2008-05-10 Russ Nelson <nelson@crynwr.com>
327 Sixth alpha release of Gnash (0.8.3).
328 Improvements since 0.8.2 release are:
330 More visible to users:
331     * Native fullscreen support (from AS) implemented.
332     * Long command-line options properly supported.
333     * View detailed movie information from GTK gui.
334     * Added an option in Preferences to initially display a movie
335       as a blank ("Click here to start") screen.
336     * Added "dump" GUI to dump a movie to disk.
337     * Improved Cairo rendering performance.
338     * Fix support for OpenOffice Impress SWF exporter (malformed..)
340 Less visible to users:
341     * Garbage Collector usage reduced where appropriate.
342     * Mouse.hide and Mouse.show implemented in GTK.
343     * ActionScript inheritance fixes:
344         o super implemented correctly (still not 100% compatible for SWF7)
345         o implements / instanceof works correctly now 
346     * FsCommands quit, fullscreen and showMenu implemented.
347     * FsCommand-to-javascript implemented (plugin).
348     * Minor ActionScript compatibility fixes: String, XML, toLocaleString,
349       int, parseInt. fromCharCode, toString (SWF4) etc.
350     * Fixes to arguments class (tests: Function.as, line404~456).
351     * Stage.scaleMode implemented (fixes resizing of various movies).
352     * Stage.align implemented.
353     * Fixes to Date class (platform consistent).
354     * Logging uses boost::format.
355     * Improved Win32 support: builds using MinGW/MSYS (cross-compile
356       not tested yet), and initial implementation of npgnash.dll exists.
357     * Sprite handling improved, fixing FlowPlayer and other video SWFs.
358     * TextField handling:
359           o Fix in device font handling (DefineFontInfo tag)
360           o Fix support for DefineFont2 tag (sizes)
361           o Improve TextField support for TextFormat use. 
362     * Fix parsing of malformed XML files
363     * Fix loading of text / XML with Byte Order Marks.
364     * Minor fix to _x and _y translation.
365     * More functions correctly registered as ASnative.
366     * System.capabilities information expanded.
367     * Jemalloc memory allocator from Mozilla added as an option.
368     * Redesigned and implemented AMF0 support, with the beginning of
369       AMF3 support.
370     * SWF8 line styles support (both from tag and drawing api) 
375 2008-02-21  Sandro Santilli <strk@keybit.net>
377 Fifth alpha release of Gnash (0.8.2).
378 Improvements since 0.8.1 release are:
380     * Improved timeline redesign.
381     * Action execution order fixes.
382     * Keyboard handling improved [1].
383     * New classes implemented: System.capabilities (partial),
384       SharedObject, LocalConnection.
385     * New opcodes implemented: ActionImplements, Try/Throw.
386     * Movieclip.beginGradientFill completes drawing API support.
387     * MovieClip._lockroot support added.
388     * Implement GET/POST for MovieClip.loadVariables and
389       MovieClip.loadMovie
390     * Textfield support improved.
391     * Security: configurable sandbox restricts filesystem access by movies.
392     * Better support for SWF8.
393     * Streaming OGG-contained multimedia (e.g. vorbis/theora or vorbis/dirac),
394       and other free formats.
395     * OGL and Cairo renderers much improved.
396     * Improvements of the Framebuffer GUI (hide text messages, support Linux
397       events system, built-in touchscreen calibration, simple keyboard support,
398       better architecture support).
399     * SOLdumper utility for reading SOL files ('flash cookies').
400     * DumpShm utility finds and dumps Local Connection memory segments.
401     * Fullscreen display possible.
402     * Extensions for LIRC and DBus.
403     * High quality, cross-platform psuedo-randomness using boost random.
404     * NPAPI (Mozilla) plugin: keyboard events work, navigation and javascript
405       from within movies.
406     * Set and save preferences from the GUI (GTK).
407     * Improved stability and robustness with malformed SWFs.
408     * Many other bugfixes. 
412 2007-08-29  Sandro Santilli <strk@keybit.net>
414 Fourth alpha release of Gnash (0.8.1).
415 Improvements since 0.8.0 release are:
417     * Garbage Collector
418     * Support for device fonts
419     * Support for dynamic text fields
420     * Better key handling
421     * Support for FFMPEG SVN
422     * Support for on-demand install of needed Gstreamer codec plugins.
423     * Debugger off by default (improves performance and memory use)
424     * AGG renderer by default 
425     * Support for KDE/AGG combination
426     * Layout change : we'll now build <gui>-gnash and 'gnash' is a shell
427       script with gui selection capabilities (-G)
428     * More robust parser 
429     * Better support for flash player detection
430     * Fix for 'debugLog' directive in gnashrc
434 2007-06-01  Rob Savoye  <rob@welcomehome.org>
436 The third alpha release of Gnash. Improvements since the 0.7.2 release
437 are: 
439     * Streaming video works with YouTube and Lulu.tv! This has been the
440       focus for the majority of the time since the last release.
441     * Many core improvments in the VM as our understanding of Flash
442       improves. These all improve both the correctness of a movie that is
443       being played, but enables more movies to play that used to not work.
444     * New FLTK2 gui.
445     * Simple Flash debugger added.
446     * Improved Darwin support that can use the system OpenGL.
447     * Flash extensions, direct support for file handling, MySQL access,
448       etc.. through plugins to the Gnash VM. Wrappers for any C/C++ API
449       libraries can be exported into ActionScript, and used as native
450       commands in a Flash movie.
451     * Updated manuals.
452     * Many new testcases! Support for testing with ming, swfmill, amd
453       mtasc compilers.
454     * New drawing API for MovieClips..
455     
458 2006-09-10  Rob Savoye  <rob@welcomehome.org>
460 The second alpha release of Gnash is coming soon. Improvements since
461 the 0.7.1 alpha release are:
463     * Polling main loop replaced with event driven framework.
464     * New GUI abstraction layer supporting GTK2, KDE, SDL, and just a
465       framebuffer. 
466     * Movies are parsed by a background thread, so they start playing
467       while still loading.
468     * Plugin supports web navigation and starts playing while the stream
469       is loading.
470     * New AntiGrain (AGG) 2D backend added for framebuffer devices.
471     * Sound now works.
472     * Supports cross configuration and cross compiling for embedded targets.
473     * A whole slew of minor bugs that kept various movies from playing.
477 2006-04-20  Rob Savoye  <rob@welcomehome.org>
479     * The first alpha release of Gnash! Version 0.7.1 is released with a
480       working browser plugin.
484 2005-12-10  Rob Savoye  <rob@bertha.welcomehome.org>
486     * GameSWF has been turned into Gnash! Gnash's goals are to turn this
487       into a free flash movie player plugin for Firefox.