[Swfdec] Changes to 'refs/tags/0.5.5'
Benjamin Otte
company at kemper.freedesktop.org
Tue Dec 18 02:50:57 PST 2007
Tag '0.5.5' created by Benjamin Otte <otte at gnome.org> at 2007-12-17 20:20 -0800
release 0.5.5 ("cps")
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBHZtodvMv5VCdLq8QRAvTmAKDtEvlvtLBIj5nu8GE6ECGjh8lCGQCgyiAN
Dkfb85qxYlfTKKJC6qYH/sU=
=VWgB
-----END PGP SIGNATURE-----
Changes since 0.5.4:
Andreas Henriksson (1):
make swfdec_bits_get_string_length() version-aware
Benjamin Otte (161):
back to development
no need for sys/time.h
use gsize instead of size_t
remove unused files
remove unused header
another s/size_t/gsize/
s/size_t/gsize/
set size only once
add max-runtime switch to set maximum runtime. Set default runtime to 0
update Pang dependency
remove hack for getting decoder size
remove wrong paragraph
Make PNG files work
load PNG images correctly
move the movie rendering from swfdec_movie_render() to the render vfunc
handle overlapping masks correctly
actually free the patterns after use
fix the obvious bugs
add a "mask" member to SwfdecColorTransform for masks
add members required for setMask and respect them when rendering
only create the amsk when needed, don't cache it while rendering
rework mask handling to actually work
add swfdec_color_transform_is_mask() macro
add setMask function
fix warning about sign comparison on 32bit
don't render text fields when clipping
add first bunch of mask tests
add mask-and-clip test
the init scripts should be static const
make masks work when the parents of mask and masked movie don't match
initialize movieclip before calling onLoadInit
add test that tests image size is known in onLoadInit
add a testcase for masking with a movie that has a completely different parent
update the movie's matrix before computing the to/from-global matrix
add another test
and another test that lay here
update to show the differences better
also unset clip depth of mask, not just of the masked movie
test that clip depths get terminated correctly
test changing clip depth works as expected
fix typo
update to include more values
make print functions always assume utf-8
use swfdec_bits_get_string_with_version () everywhere
remove swfdec_bits_get_string() and rename swfdec_bits_get_String_with_version() to it
fix for API changes
test for mad with pkg-config before trying it with AC_CHECK_LIB
get rid of will_be_removed member and replace it with checking state
make swfdec_movie_queue_script not return TRUE/FALSE
make glib warnings always fatal
make movie deletion work properly
add test for remove stuff
add a test where only a child of the removed movie has an onUnload function
first steps at redoing mouse input.
port widget to new API
only handle single clicks
don't segfault if we don't have a movie
typo
check event receiving by calling a Movie vfunc
add swfdec_as_object_has_variable()
add swfdec_player_is_mouse_pressed() macro for code clarity
set default event handlers for SwfdecMovie mouse events
fix _contains() checks
only react to mouse button 0
number buttons correctly and release the mouse grab on button release
confused mouse_in and mouse_out vfuncs
implement mouse_events vfunc
fix to new mouse API
port to new API
add mouse movement test
emit a mouse-in event after a mouse release outside the grab widget
add a test similar to the last - only this time the upper movie receives events
remove swfdec_as_object_has_function()
Check onUnload handling for correctness
add test checking addProperty properties are also relevant for mouse events
make get_movie_at return a non-event movie if it's below the mouse
update tests to use act files that trigger more events
first step at rewriting the button code - nothing works, but it compiles
prepare event handling for buttons
translate event types to the same types used by PlaceObject, so we can use the
copy the event list when initializing the movie
implement state setting on mouse movements
include SWFDEC_GTK stuff, too
buttons don't get all events
first try at placing children clips
remove unused variables
boolean order confused
variable renames should be done completely
booleans again...
remove commented out old code
fix merge conflict
keep a reference to the button from the button movie
use the condition as a flag, ot as an absolute value
button events get the parent movie as the this pointer
button events are executed _after_ load/unload events of children
remove button dumping code
remove debugging g_print()
onFoo events are emitted on the button
make the event translation better readable
translate conditions differently for menu buttons and normal ones
seems there's no special event for buttons that are released outside
add a big test for button events
get rid of SwfdecContent
implement DefineButton and put hit state movies into the button's extents
implement contains()
movies on top of other movies need to receive events
add a test for the DefineButton tag
character id comes before depth, not vice versa
use the right matrix to compute the extents
remove g_print
in Flash 5, the this object for button events was a MovieClip
add a test for hit tests on buttons
add a vfunc for getting the mouse cursor
don't trigger g_warnings for empty files
empty movieclips have 1 frame, not 0
add test for frames and bytes properties of empty movies
initialize the movie before running the constructor (fixes #13447)
add testcase for just-fixed crash
split out graident pattern code into its own file
add swfdec_gradient_pattern_new()
add test for empty gradients
gradients (like images) pad by default
empty gradients are solid black
add a test that ensures non-increasing gradient ratios work
ratios must be increasing - if they're not, we force them to be
update reference image to work with Swfdec for now
add another test for gradients
add swfdec_as_integer_to_string()
implement beginGradientFill
add a gradient test
fix non-srcdir builds from autogen'd sources
only emit EOF signal if we're not already EOF
(attempt to) fix non-srcdir builds
Don't segfault during frame cleanup when exceptions are present (fixes #13379)
add test for just-fixed crash
be paranoid about empty buffers
handle ExportAssets tag in sprites
rework invalidation handling again
don't crash when loading images > 65kB (fixes #13529)
make all decoder functions use uint32_t
fix alignment warnings
fix unaligned reads
fix unaligned reads
silence invalid alignment warnings
silence alignment warnings in tests
fix wording
fix previous (untested) alignment warning fix
add testcase for #13529
properly exit when hitting a stack overflow (fixes #13491)
add a test for just-fixed crash
make VideoMovies invalidate properly
forgot to fix one line when changing data access from uint8 to uint32
export SwfdecPlayer structure
remove unused variable
add correct check for shortcut when using morph shapes
use the right shapes when computing morph shapes
add test that ensures morph shapes continue working
fix up doc build
update NEWS file
bump libversion
release 0.5.5
Eric Anholt (2):
Fix a potential warning about printf format with size_t.
Fix PA assertion failure if the context fails to initialize.
Pekka Lampila (222):
Fixes to sound envelope parsing
Fix g_return_val_if_fail with a wrong return value
Previous way of reading sound envelopes was still somewhat off, fixed
Start work on sound envelopes
Merge branch 'master' into envelope
Don't go trough the envelope applying process if we don't have any envelopes
Add stubs for Accessibility ActionScript functions
Add stubs for Camera ActionScript functions
Add a test for Accessibility's properties
Change SWFDEC_STUB to take the name of the ActionScript function
Add a test for Camera's properties
Implement ContextMenu. Support for actually using it has not been implemented
Add a test for ContextMenu's properties
Add a test for ContextMenu
Implement ContextMenuItem
Add a test case for ContextMenuItem
Fix wrong filename in test/trace/Makefile.am
Add a test for ContextMenuItem's properties
Merge branch 'master' into stub
Add stubs for FileReference
Add a test for the native part of FileReference's constructor
Add a test for FileReference's properties
Add stubs for FileReferenceList
Add a test for FileReferenceList's properties
Fix stub message having a wrong name
Add stubs for LocalConnection
Add a test for LocalConnection's properties
Add stubs for Microphone
Forgot to update swfdec_initialize.h
Add a test for Microphone's properties
Add stubs for PrintJob
Add a test for PrintJob's properties
Add a test to see when PrintJob's native properties are initialized
Add stubs for Selection
Forgot to update libswfdec/swfdec_initialize.h (again)
Add a test for Selection's properties
Forgot to mark the Selection methods as static in the stubs
Add special case to trace_properties.as for _global.flash.text.TextRenderer
Add stubs for TextRenderer
Add stubs for TextSnapshot
Add a test for TextSnapshot's properties
Add stubs for XMLSocket
Add a test for XMLSocket's properties
Implement Point
Add a test for Point's properties
Add a test for Point's methods
Add a test for Point's constructor and static polar-method
Add libswfdec/swfdec_text_renderer.c that I forgot earlier
Some fixes to handling of this being undefined
Add a version that uses Flash version 8 for some tests
Add a version that uses Flash version 8 for even more tests
Merge branch 'master' into envelope
Fix to envelopes with mono sound
Implement arguments.callee
Require at least pangocairo 1.16
Require glib 2.14 for vivified and 2.12 for everything else
Implement arguments.caller
Add a test for arguments caller and callee
Rework arguments.caller code, it wasn't working correctly
Rewrite arguments caller/callee test to be much better
Ignore all native functions when setting arguments.caller
Improve arguments caller/callee test somewhat
Fix _totalframes and _framesloaded for movies without own resource
Add a test for _totalframes and _framesloaded
Add FIXME comment about TextField's border rendering
Merge branch 'master' into stub
Wrong filename in test/trace/Makefile.am (text-renderer -> text-snapshot)
Fix SWFDEC_STUB to not expand print tokens in it's argument
Add SWFDEC_STUB function for init scripts
Can't remove SWFDEC_STUB after running init scripts of course
Adds stubs for Rectangle
Add stubs for BitmapData
Add stubs for ColorTransform
Add a test for ColorTransform's properties
Reveal _global.flash for version < 8 in several tests
Add stubs for ExternalInterface
Add stubs for Matrix
Add a stub for showRedrawRegions
Update global-function-properties to include showRedrawRegions and few others
Forgot stubs from couple of ExternalInterface's methods
Add stubs for SharedObject
Add a test for SharedObject's properties
Implement the (very broken) AsSetupError function
Add AsSetupError to global-function-properties test
Add a test for AsSetupError
Add stubs for RemoteLSOUsage
Add a test for RemoteLSOUsage's properties
Add stub for updateAfterEvent and empty function for _global.trace
Added _global.trace and updateAfterEvent to global-function-properties test
Add a stub for enableDebugConsole
Add enableDebugConsole to global-function-properties test
Add stubs for Transform
Add a test for Transform properties
Add stubs for various things in System
Add stubs for System.security, except for PolicyFileResolver
Fix an error in the sound envelope code
Merge branch 'master' into envelope
Small clean up to the sound envelope code
Add a SWFDEC_FIXME about too big envelope volumes
Fix an oops in the sound envelop code
In StartSound tag loop_count 0 means 1
Fix yet another oops in the sound envelope code
Don't return double from swfdec_audio_event_get_envelop_volume
Add stubs for part of Button class
Add a test case for Button's properties
Add a FIXME about Button.prototype.tabIndex initialization
Name _global.flash.filters.BitmapFilter in trace_properties
Add stubs for BitmapFilter
Added a test for BitmapFilter's properties
Add stubs for BevelFilter
Add a test for BevelFilter's properties
Add stubs for BlurFilter
Add a test for BlurFilter's properties
Add stubs for ColorMatrixFilter
Add a test for ColorMatrixFilter's properties
Fix an assert in ASSetNativeAccessor, make it use SWFDEC_AS_CHECK
Add stubs for ConvolutionFilter
Add stubs for DisplacementMapFilter
Add a test for DisplacementMapFilter's properties
Add stubs for DropShadowFilter
Add a test for DropShadowFilter's properties
Add stubs for GradientBevelFilter
Add stubs for GradientGlowFilter
Add tests for GradientBevelFilter's and GradientGlowFilter's properties
Add stubs for GlowFilter
Add a test for GlowFilter's properties
Comment out SWFDEC_STUB from BitmapFilter's constructor, used in init scripts
Add a test for ConvolutionFilter's properties
Get rid of SWFDEC_STUB ActionScript function, and use a trick to give warning
Merge branch 'stub'
Add stubs for missing Key functions
Add a test for Key's properties
Add stubs for send and addRequestHeader methods for XML/LoadVars
Fixes to XML's properties test. Add the test for version 8 too
Add a test for LoadVars' properties
Merge branch 'master' of ssh://medar@git.freedesktop.org/git/swfdec/swfdec
Add stubs for missing TextField methods and properties
Add stubs for missing Sound methods and property
Add a test for Sound's properties
Add stubs for Stage's missing properties
MovieClip's getNextHighestDepth has an ASnative number after all
Add stubs for MovieClip's missing methods and properties, except forceSmoothing
Move NetConnection initialization to .as and add stubs for missing things
Move part of NetStream initialization to .as and add stubs for missing things
Forgot one stub earlier
Add stubs for System.IME
Implement System.security.sandboxType
s/useCodePage/useCodepage/
Managed to broke NetConnection earlier, fixed
Merge branch 'master' of ssh://medar@git.freedesktop.org/git/swfdec/swfdec
Send onResize event when setting scaleMode noScale if the size has been changed
Don't depend on object->properties's implementation in Array's sort method
Merge branch 'master' of ssh://medar@git.freedesktop.org/git/swfdec/swfdec
Call swfdec_player_update_scale when Stage.alignment is changed
Remove unnecessary FIXME comments from swfdec_system_security_get_sandboxType
Implement MovieClip.getInstanceAtDepth
Add a test for MovieClip.getInstanceAtDepth
Implement MovieClip.getSWFVersion and add couple of tests for it
Fix MovieClip.getSWFVersion for non-movies, add a test
Fix an assert in swfdec_file_reference_construct
Handle byte order marks in LoadObject
Fixes to the LoadObject's bom handling
Add a test for LoadObject's bom handling
Handle text in LoadObject as LATIN1 for version <= 5
Merge branch 'master' of ssh://medar@git.freedesktop.org/git/swfdec/swfdec
Change swfdec_player_request_resource_now to use a callback not return value
Make swfdec_security_allow_url use callback instead of a return value
Make the allow_url vfuncs use callbacks instead of returning value
Start work on cross domain policy stuff
Fix handling of URL in allow_url callbacks
More work on cross domain policies: Add SwfdecPolicyLoader
Don't leak the new things in SwfdecFlashSecurity
Fix a memory leak in the cross domain policy code
Fix handling of propflags when setting variables
Add tests for handling of propflags in set, for get/set and props in proto
Add version 8 tests for propflags and propflags-set tests
Implement MovieClip's blendMode property
Merge branch 'master' into blend
Fix some issues with the blendMode property
Fix getSWFVersion to use swfdec_movie_get_version and not cx->version
Add SWFDEC_BLEND_MODE defines
Merge branch 'master' into policy
Free the policy loaders
Move handling of BOMs from LoadObject to Loader
Forgot to remove a variable from LoadObject
Change LoadObject to use callback functions, to work better with loadVariables
Allow running loadVariables on all movies, but only call onData for MovieClips
Add a test case for running loadVariables on different targets
Rewrite trace_properties.as to generate and use list of names in _global
Recompile tests using trace_properties.as to use the new code
Fix ASnative functions for the situations where the function is not found
Add a stub for ASnative (300, 0), old now unnamed XML parsing function
Merge branch 'master' into policy
Initialize ASSetPropFlags with ASnative
Add ASnative numbers for Video's methods
Implement ASnew ActionScript function. It only has ASnative number, no name
Add a test for ASnew
Add stub for TextFormat.getTextExtent, add a test for TextFormat's properties
Clean up the code to read arguments in TextFormat's constructor
Run init scripts in the correct version
Add previously disabled version 6 versions of few tests
Don't accept arguments when using Date in non-construct mode, add test
Add a test for StyleSheet's properties
Merge branch 'master' of ssh://medar@git.freedesktop.org/git/swfdec/swfdec
Merge branch 'master' of ssh://medar@git.freedesktop.org/git/swfdec/swfdec
Merge branch 'master' into policy
Merge branch 'master' of ssh://medar@git.freedesktop.org/git/swfdec/swfdec
Merge branch 'master' into policy
Forgot to initialize FlashSecurity's player at one point
Add some functions for SwfdecXML and SwfdecXMLNode
Implement the parsing of crossdomain.xml files
Support matching patterns when checking crossdomain.xml
Merge branch 'master' of ssh://medar@git.freedesktop.org/git/swfdec/swfdec
Merge branch 'master' into policy
Remove player variable from SwfdecResource since SwfdecFlashSecurity has it now
Some small cleanups to the cross domain policy loading code
Fix a problem in TextField's render code, triggered by underlined text at least
Fix an assert in LoadVariables code
Fix handling of tab stops when creating of the array fails
Fix an assert in policy loader with localWithNetwork files
Fix freeing of policy loader related resources
Merge branch 'master' of ssh://medar@git.freedesktop.org/git/swfdec/swfdec
---
NEWS | 14
README | 8
configure.ac | 23
doc/Makefile.am | 3
doc/swfdec-sections.txt | 7
libswfdec-gtk/swfdec_gtk_loader.c | 48
libswfdec-gtk/swfdec_gtk_player.c | 1
libswfdec-gtk/swfdec_gtk_widget.c | 19
libswfdec-gtk/swfdec_playback_pa.c | 36
libswfdec/Makefile.am | 62
libswfdec/compiler.c | 4
libswfdec/jpeg/jpeg.h | 2
libswfdec/jpeg/jpeg_rgb_decoder.c | 26
libswfdec/swfdec_accessibility.c | 50
libswfdec/swfdec_amf.c | 3
libswfdec/swfdec_as_array.c | 4
libswfdec/swfdec_as_context.c | 13
libswfdec/swfdec_as_date.c | 11
libswfdec/swfdec_as_date.h | 2
libswfdec/swfdec_as_frame.c | 20
libswfdec/swfdec_as_function.c | 2
libswfdec/swfdec_as_initialize.as | 1
libswfdec/swfdec_as_initialize.h | 185
libswfdec/swfdec_as_interpret.c | 56
libswfdec/swfdec_as_object.c | 123
libswfdec/swfdec_as_object.h | 4
libswfdec/swfdec_as_strings.c | 51
libswfdec/swfdec_as_types.c | 16
libswfdec/swfdec_as_types.h | 2
libswfdec/swfdec_asbroadcaster.c | 3
libswfdec/swfdec_audio.c | 10
libswfdec/swfdec_audio_event.c | 72
libswfdec/swfdec_bevel_filter.c | 226
libswfdec/swfdec_bitmap_data.c | 306
libswfdec/swfdec_bitmap_filter.c | 43
libswfdec/swfdec_bits.c | 42
libswfdec/swfdec_bits.h | 5
libswfdec/swfdec_blur_filter.c | 82
libswfdec/swfdec_button.c | 228
libswfdec/swfdec_button.h | 10
libswfdec/swfdec_button_movie.c | 382
libswfdec/swfdec_button_movie.h | 4
libswfdec/swfdec_button_movie_as.c | 108
libswfdec/swfdec_cached.c | 2
libswfdec/swfdec_camera.c | 89
libswfdec/swfdec_codec_adpcm.c | 2
libswfdec/swfdec_codec_audio.c | 2
libswfdec/swfdec_color.c | 27
libswfdec/swfdec_color.h | 3
libswfdec/swfdec_color_as.c | 4
libswfdec/swfdec_color_matrix_filter.c | 53
libswfdec/swfdec_color_transform.c | 206
libswfdec/swfdec_convolution_filter.c | 197
libswfdec/swfdec_debug.h | 3
libswfdec/swfdec_debugger.c | 2
libswfdec/swfdec_displacement_map_filter.c | 197
libswfdec/swfdec_drop_shadow_filter.c | 233
libswfdec/swfdec_event.c | 15
libswfdec/swfdec_event.h | 1
libswfdec/swfdec_external_interface.c | 115
libswfdec/swfdec_file_reference.c | 139
libswfdec/swfdec_file_reference_list.c | 33
libswfdec/swfdec_flash_security.c | 210
libswfdec/swfdec_flash_security.h | 15
libswfdec/swfdec_flv_decoder.c | 22
libswfdec/swfdec_font.c | 6
libswfdec/swfdec_glow_filter.c | 162
libswfdec/swfdec_gradient_filter.c | 243
libswfdec/swfdec_gradient_pattern.c | 129
libswfdec/swfdec_gradient_pattern.h | 67
libswfdec/swfdec_graphic_movie.c | 28
libswfdec/swfdec_image.c | 28
libswfdec/swfdec_image_decoder.c | 8
libswfdec/swfdec_initialize.as | 826
libswfdec/swfdec_initialize.h | 2383 ++
libswfdec/swfdec_internal.h | 2
libswfdec/swfdec_interval.c | 18
libswfdec/swfdec_key_as.c | 21
libswfdec/swfdec_load_object.c | 121
libswfdec/swfdec_load_object.h | 21
libswfdec/swfdec_load_object_as.c | 79
libswfdec/swfdec_loader.c | 79
libswfdec/swfdec_loader_internal.h | 2
libswfdec/swfdec_local_connection.c | 57
libswfdec/swfdec_microphone.c | 74
libswfdec/swfdec_morph_movie.c | 14
libswfdec/swfdec_mouse_as.c | 8
libswfdec/swfdec_movie.c | 852
libswfdec/swfdec_movie.h | 106
libswfdec/swfdec_movie_as_drawing.c | 223
libswfdec/swfdec_movie_asprops.c | 20
libswfdec/swfdec_net_connection.c | 86
libswfdec/swfdec_net_stream.c | 32
libswfdec/swfdec_net_stream_as.c | 50
libswfdec/swfdec_pattern.c | 123
libswfdec/swfdec_player.c | 1010 -
libswfdec/swfdec_player.h | 36
libswfdec/swfdec_player_as.c | 88
libswfdec/swfdec_player_internal.h | 29
libswfdec/swfdec_policy_loader.c | 255
libswfdec/swfdec_policy_loader.h | 63
libswfdec/swfdec_print_job.c | 130
libswfdec/swfdec_resource.c | 39
libswfdec/swfdec_resource.h | 1
libswfdec/swfdec_resource_request.c | 125
libswfdec/swfdec_resource_request.h | 8
libswfdec/swfdec_script.c | 2
libswfdec/swfdec_security.c | 13
libswfdec/swfdec_security.h | 14
libswfdec/swfdec_security_allow.c | 7
libswfdec/swfdec_selection.c | 75
libswfdec/swfdec_shape_parser.c | 12
libswfdec/swfdec_shared_object.c | 82
libswfdec/swfdec_sound.c | 10
libswfdec/swfdec_sound_object.c | 133
libswfdec/swfdec_sprite.c | 35
libswfdec/swfdec_sprite.h | 3
libswfdec/swfdec_sprite_movie.c | 40
libswfdec/swfdec_sprite_movie_as.c | 329
libswfdec/swfdec_stage_as.c | 51
libswfdec/swfdec_swf_decoder.c | 2
libswfdec/swfdec_system_as.c | 72
libswfdec/swfdec_system_ime.c | 79
libswfdec/swfdec_system_security.c | 113
libswfdec/swfdec_tag.c | 78
libswfdec/swfdec_text_field.c | 4
libswfdec/swfdec_text_field_movie.c | 79
libswfdec/swfdec_text_field_movie_as.c | 117
libswfdec/swfdec_text_field_movie_html.c | 1
libswfdec/swfdec_text_format.c | 99
libswfdec/swfdec_text_renderer.c | 94
libswfdec/swfdec_text_snapshot.c | 109
libswfdec/swfdec_transform.c | 121
libswfdec/swfdec_types.h | 1
libswfdec/swfdec_video_movie.c | 23
libswfdec/swfdec_video_movie_as.c | 33
libswfdec/swfdec_xml.c | 58
libswfdec/swfdec_xml.h | 25
libswfdec/swfdec_xml_node.c | 25
libswfdec/swfdec_xml_node.h | 4
libswfdec/swfdec_xml_socket.c | 49
player/swfplay.c | 5
test/dump.c | 27
test/image/Makefile.am | 179
test/image/README | 2
test/image/clip-change-backward-5.swf |binary
test/image/clip-change-backward-5.swf.png |binary
test/image/clip-change-backward-6.swf |binary
test/image/clip-change-backward-6.swf.png |binary
test/image/clip-change-backward-7.swf |binary
test/image/clip-change-backward-7.swf.png |binary
test/image/clip-change-backward-8.swf |binary
test/image/clip-change-backward-8.swf.png |binary
test/image/clip-change-forward-5.swf |binary
test/image/clip-change-forward-5.swf.png |binary
test/image/clip-change-forward-6.swf |binary
test/image/clip-change-forward-6.swf.png |binary
test/image/clip-change-forward-7.swf |binary
test/image/clip-change-forward-7.swf.png |binary
test/image/clip-change-forward-8.swf |binary
test/image/clip-change-forward-8.swf.png |binary
test/image/clip-change-remove-5.swf |binary
test/image/clip-change-remove-5.swf.png |binary
test/image/clip-change-remove-6.swf |binary
test/image/clip-change-remove-6.swf.png |binary
test/image/clip-change-remove-7.swf |binary
test/image/clip-change-remove-7.swf.png |binary
test/image/clip-change-remove-8.swf |binary
test/image/clip-change-remove-8.swf.png |binary
test/image/clip-change-set-5.swf |binary
test/image/clip-change-set-5.swf.png |binary
test/image/clip-change-set-6.swf |binary
test/image/clip-change-set-6.swf.png |binary
test/image/clip-change-set-7.swf |binary
test/image/clip-change-set-7.swf.png |binary
test/image/clip-change-set-8.swf |binary
test/image/clip-change-set-8.swf.png |binary
test/image/clip-change.c | 75
test/image/empty-gradient.swf |binary
test/image/empty-gradient.swf.png |binary
test/image/empty-gradient.xml | 40
test/image/gradient-beginGradientFill-5.swf |binary
test/image/gradient-beginGradientFill-5.swf.png |binary
test/image/gradient-beginGradientFill-6.swf |binary
test/image/gradient-beginGradientFill-6.swf.org.png |binary
test/image/gradient-beginGradientFill-6.swf.png |binary
test/image/gradient-beginGradientFill-7.swf |binary
test/image/gradient-beginGradientFill-7.swf.org.png |binary
test/image/gradient-beginGradientFill-7.swf.png |binary
test/image/gradient-beginGradientFill-8.swf |binary
test/image/gradient-beginGradientFill-8.swf.org.png |binary
test/image/gradient-beginGradientFill-8.swf.png |binary
test/image/gradient-beginGradientFill.as | 60
test/image/gradient-end-duplication.swf |binary
test/image/gradient-end-duplication.swf.org.png |binary
test/image/gradient-end-duplication.swf.png |binary
test/image/gradient-end-duplication.xml | 59
test/image/gradient-ratios.swf |binary
test/image/gradient-ratios.swf.org.png |binary
test/image/gradient-ratios.swf.png |binary
test/image/gradient-ratios.xml | 54
test/image/mask-affected-by-clip-5.swf |binary
test/image/mask-affected-by-clip-5.swf.png |binary
test/image/mask-affected-by-clip-6.swf |binary
test/image/mask-affected-by-clip-6.swf.png |binary
test/image/mask-affected-by-clip-7.swf |binary
test/image/mask-affected-by-clip-7.swf.png |binary
test/image/mask-affected-by-clip-8.swf |binary
test/image/mask-affected-by-clip-8.swf.png |binary
test/image/mask-affected-by-clip.c | 74
test/image/mask-and-clip-0-8.swf |binary
test/image/mask-and-clip-0-8.swf.png |binary
test/image/mask-and-clip-1-8.swf |binary
test/image/mask-and-clip-1-8.swf.png |binary
test/image/mask-and-clip-10-8.swf |binary
test/image/mask-and-clip-10-8.swf.png |binary
test/image/mask-and-clip-11-8.swf |binary
test/image/mask-and-clip-11-8.swf.png |binary
test/image/mask-and-clip-12-8.swf |binary
test/image/mask-and-clip-12-8.swf.png |binary
test/image/mask-and-clip-13-8.swf |binary
test/image/mask-and-clip-13-8.swf.png |binary
test/image/mask-and-clip-14-8.swf |binary
test/image/mask-and-clip-14-8.swf.png |binary
test/image/mask-and-clip-15-8.swf |binary
test/image/mask-and-clip-15-8.swf.png |binary
test/image/mask-and-clip-2-8.swf |binary
test/image/mask-and-clip-2-8.swf.png |binary
test/image/mask-and-clip-3-8.swf |binary
test/image/mask-and-clip-3-8.swf.png |binary
test/image/mask-and-clip-4-8.swf |binary
test/image/mask-and-clip-4-8.swf.png |binary
test/image/mask-and-clip-5-8.swf |binary
test/image/mask-and-clip-5-8.swf.png |binary
test/image/mask-and-clip-6-8.swf |binary
test/image/mask-and-clip-6-8.swf.png |binary
test/image/mask-and-clip-7-8.swf |binary
test/image/mask-and-clip-7-8.swf.png |binary
test/image/mask-and-clip-8-8.swf |binary
test/image/mask-and-clip-8-8.swf.png |binary
test/image/mask-and-clip-9-8.swf |binary
test/image/mask-and-clip-9-8.swf.png |binary
test/image/mask-and-clip.c | 104
test/image/mask-clip-mask-5.swf |binary
test/image/mask-clip-mask-5.swf.png |binary
test/image/mask-clip-mask-6.swf |binary
test/image/mask-clip-mask-6.swf.png |binary
test/image/mask-clip-mask-7.swf |binary
test/image/mask-clip-mask-7.swf.png |binary
test/image/mask-clip-mask-8.swf |binary
test/image/mask-clip-mask-8.swf.png |binary
test/image/mask-clip-maskee-5.swf |binary
test/image/mask-clip-maskee-5.swf.png |binary
test/image/mask-clip-maskee-6.swf |binary
test/image/mask-clip-maskee-6.swf.png |binary
test/image/mask-clip-maskee-7.swf |binary
test/image/mask-clip-maskee-7.swf.png |binary
test/image/mask-clip-maskee-8.swf |binary
test/image/mask-clip-maskee-8.swf.png |binary
test/image/mask-clip.c | 76
test/image/mask-different-parent-5.swf |binary
test/image/mask-different-parent-5.swf.png |binary
test/image/mask-different-parent-6.swf |binary
test/image/mask-different-parent-6.swf.png |binary
test/image/mask-different-parent-7.swf |binary
test/image/mask-different-parent-7.swf.png |binary
test/image/mask-different-parent-8.swf |binary
test/image/mask-different-parent-8.swf.png |binary
test/image/mask-different-parent.as | 30
test/image/mask-remove-clip-5.swf |binary
test/image/mask-remove-clip-5.swf.png |binary
test/image/mask-remove-clip-6.swf |binary
test/image/mask-remove-clip-6.swf.png |binary
test/image/mask-remove-clip-7.swf |binary
test/image/mask-remove-clip-7.swf.png |binary
test/image/mask-remove-clip-8.swf |binary
test/image/mask-remove-clip-8.swf.png |binary
test/image/mask-remove-clip.as | 22
test/image/mask-terminates-clip-mask-5.swf |binary
test/image/mask-terminates-clip-mask-5.swf.png |binary
test/image/mask-terminates-clip-mask-6.swf |binary
test/image/mask-terminates-clip-mask-6.swf.png |binary
test/image/mask-terminates-clip-mask-7.swf |binary
test/image/mask-terminates-clip-mask-7.swf.png |binary
test/image/mask-terminates-clip-mask-8.swf |binary
test/image/mask-terminates-clip-mask-8.swf.png |binary
test/image/mask-terminates-clip-maskee-5.swf |binary
test/image/mask-terminates-clip-maskee-5.swf.png |binary
test/image/mask-terminates-clip-maskee-6.swf |binary
test/image/mask-terminates-clip-maskee-6.swf.png |binary
test/image/mask-terminates-clip-maskee-7.swf |binary
test/image/mask-terminates-clip-maskee-7.swf.png |binary
test/image/mask-terminates-clip-maskee-8.swf |binary
test/image/mask-terminates-clip-maskee-8.swf.png |binary
test/image/mask-terminates-clip.c | 76
test/image/mask-textfield-5.swf |binary
test/image/mask-textfield-5.swf.png |binary
test/image/mask-textfield-6.swf |binary
test/image/mask-textfield-6.swf.png |binary
test/image/mask-textfield-7.swf |binary
test/image/mask-textfield-7.swf.png |binary
test/image/mask-textfield-8.swf |binary
test/image/mask-textfield-8.swf.png |binary
test/image/mask-textfield.as | 24
test/image/mask-with-textfield-5.swf |binary
test/image/mask-with-textfield-5.swf.png |binary
test/image/mask-with-textfield-6.swf |binary
test/image/mask-with-textfield-6.swf.png |binary
test/image/mask-with-textfield-7.swf |binary
test/image/mask-with-textfield-7.swf.png |binary
test/image/mask-with-textfield-8.swf |binary
test/image/mask-with-textfield-8.swf.png |binary
test/image/mask-with-textfield.as | 23
test/image/morph-end-4.swf |binary
test/image/morph-end-4.swf.png |binary
test/image/morph-end-5.swf |binary
test/image/morph-end-5.swf.png |binary
test/image/morph-end-6.swf |binary
test/image/morph-end-6.swf.png |binary
test/image/morph-end-7.swf |binary
test/image/morph-end-7.swf.png |binary
test/image/morph-end-8.swf |binary
test/image/morph-end-8.swf.png |binary
test/image/morph-end.c | 65
test/render-fast.c | 102
test/render.c | 87
test/sound/downsample.c | 8
test/swfdec-extract.c | 24
test/swfedit_tag.c | 2
test/trace/Makefile.am | 648
test/trace/accessibility-properties-5.swf |binary
test/trace/accessibility-properties-5.swf.trace | 12
test/trace/accessibility-properties-6.swf |binary
test/trace/accessibility-properties-6.swf.trace | 12
test/trace/accessibility-properties-7.swf |binary
test/trace/accessibility-properties-7.swf.trace | 12
test/trace/accessibility-properties-8.swf |binary
test/trace/accessibility-properties-8.swf.trace | 12
test/trace/accessibility-properties.as | 7
test/trace/arguments-5.swf |binary
test/trace/arguments-5.swf.trace | 69
test/trace/arguments-6.swf |binary
test/trace/arguments-6.swf.trace | 116
test/trace/arguments-7.swf |binary
test/trace/arguments-7.swf.trace | 116
test/trace/arguments-8.swf |binary
test/trace/arguments-8.swf.trace | 116
test/trace/arguments.as | 159
test/trace/array-properties-5.swf |binary
test/trace/array-properties-6.swf |binary
test/trace/array-properties-7.swf |binary
test/trace/array-properties-8.swf |binary
test/trace/asbroadcaster-properties-5.swf |binary
test/trace/asbroadcaster-properties-6.swf |binary
test/trace/asbroadcaster-properties-7.swf |binary
test/trace/asbroadcaster-properties-8.swf |binary
test/trace/asfunction-properties-5.swf |binary
test/trace/asfunction-properties-6.swf |binary
test/trace/asfunction-properties-7.swf |binary
test/trace/asfunction-properties-8.swf |binary
test/trace/asnew-5.swf |binary
test/trace/asnew-5.swf.trace | 2
test/trace/asnew-6.swf |binary
test/trace/asnew-6.swf.trace | 2
test/trace/asnew-7.swf |binary
test/trace/asnew-7.swf.trace | 2
test/trace/asnew-8.swf |binary
test/trace/asnew-8.swf.trace | 2
test/trace/asnew.as | 12
test/trace/assetnative-5.swf |binary
test/trace/assetnative-6.swf |binary
test/trace/assetnative-7.swf |binary
test/trace/assetnative-8.swf |binary
test/trace/assetuperror-5.swf |binary
test/trace/assetuperror-5.swf.trace | 11
test/trace/assetuperror-6.swf |binary
test/trace/assetuperror-6.swf.trace | 91
test/trace/assetuperror-7.swf |binary
test/trace/assetuperror-7.swf.trace | 91
test/trace/assetuperror-8.swf |binary
test/trace/assetuperror-8.swf.trace | 91
test/trace/assetuperror.as | 26
test/trace/atan2-5.swf |binary
test/trace/atan2-5.swf.trace | 6
test/trace/atan2-6.swf |binary
test/trace/atan2-6.swf.trace | 6
test/trace/atan2-7.swf |binary
test/trace/atan2-7.swf.trace | 6
test/trace/atan2-8.swf |binary
test/trace/atan2-8.swf.trace | 6
test/trace/atan2.as | 6
test/trace/bevel-filter-properties-5.swf |binary
test/trace/bevel-filter-properties-5.swf.trace | 2
test/trace/bevel-filter-properties-6.swf |binary
test/trace/bevel-filter-properties-6.swf.trace | 22
test/trace/bevel-filter-properties-7.swf |binary
test/trace/bevel-filter-properties-7.swf.trace | 21
test/trace/bevel-filter-properties-8.swf |binary
test/trace/bevel-filter-properties-8.swf.trace | 21
test/trace/bevel-filter-properties.as | 14
test/trace/bitmap-filter-properties-5.swf |binary
test/trace/bitmap-filter-properties-5.swf.trace | 2
test/trace/bitmap-filter-properties-6.swf |binary
test/trace/bitmap-filter-properties-6.swf.trace | 13
test/trace/bitmap-filter-properties-7.swf |binary
test/trace/bitmap-filter-properties-7.swf.trace | 12
test/trace/bitmap-filter-properties-8.swf |binary
test/trace/bitmap-filter-properties-8.swf.trace | 12
test/trace/bitmap-filter-properties.as | 14
test/trace/blur-filter-properties-5.swf |binary
test/trace/blur-filter-properties-5.swf.trace | 2
test/trace/blur-filter-properties-6.swf |binary
test/trace/blur-filter-properties-6.swf.trace | 13
test/trace/blur-filter-properties-7.swf |binary
test/trace/blur-filter-properties-7.swf.trace | 12
test/trace/blur-filter-properties-8.swf |binary
test/trace/blur-filter-properties-8.swf.trace | 12
test/trace/blur-filter-properties.as | 14
test/trace/boolean-properties-5.swf |binary
test/trace/boolean-properties-6.swf |binary
test/trace/boolean-properties-7.swf |binary
test/trace/boolean-properties-8.swf |binary
test/trace/button-events-button-5.swf |binary
test/trace/button-events-button-5.swf.act | 17
test/trace/button-events-button-5.swf.trace | 60
test/trace/button-events-button-6.swf |binary
test/trace/button-events-button-6.swf.act | 17
test/trace/button-events-button-6.swf.trace | 68
test/trace/button-events-button-7.swf |binary
test/trace/button-events-button-7.swf.act | 17
test/trace/button-events-button-7.swf.trace | 68
test/trace/button-events-button-8.swf |binary
test/trace/button-events-button-8.swf.act | 17
test/trace/button-events-button-8.swf.trace | 68
test/trace/button-events-menu-5.swf |binary
test/trace/button-events-menu-5.swf.act | 17
test/trace/button-events-menu-5.swf.trace | 53
test/trace/button-events-menu-6.swf |binary
test/trace/button-events-menu-6.swf.act | 17
test/trace/button-events-menu-6.swf.trace | 60
test/trace/button-events-menu-7.swf |binary
test/trace/button-events-menu-7.swf.act | 17
test/trace/button-events-menu-7.swf.trace | 60
test/trace/button-events-menu-8.swf |binary
test/trace/button-events-menu-8.swf.act | 17
test/trace/button-events-menu-8.swf.trace | 60
test/trace/button-events.c | 144
test/trace/button-hittest-5.swf |binary
test/trace/button-hittest-5.swf.act | 17
test/trace/button-hittest-5.swf.trace | 9
test/trace/button-hittest-6.swf |binary
test/trace/button-hittest-6.swf.act | 17
test/trace/button-hittest-6.swf.trace | 9
test/trace/button-hittest-7.swf |binary
test/trace/button-hittest-7.swf.act | 17
test/trace/button-hittest-7.swf.trace | 9
test/trace/button-hittest-8.swf |binary
test/trace/button-hittest-8.swf.act | 17
test/trace/button-hittest-8.swf.trace | 9
test/trace/button-hittest.c | 85
test/trace/button-properties-5.swf |binary
test/trace/button-properties-5.swf.trace | 20
test/trace/button-properties-6.swf |binary
test/trace/button-properties-6.swf.trace | 20
test/trace/button-properties-7.swf |binary
test/trace/button-properties-7.swf.trace | 19
test/trace/button-properties-8.swf |binary
test/trace/button-properties-8.swf.trace | 19
test/trace/button-properties.as | 11
test/trace/camera-properties-5.swf |binary
test/trace/camera-properties-5.swf.trace | 34
test/trace/camera-properties-6.swf |binary
test/trace/camera-properties-6.swf.trace | 34
test/trace/camera-properties-7.swf |binary
test/trace/camera-properties-7.swf.trace | 33
test/trace/camera-properties-8.swf |binary
test/trace/camera-properties-8.swf.trace | 33
test/trace/camera-properties.as | 11
test/trace/color-matrix-filter-properties-5.swf |binary
test/trace/color-matrix-filter-properties-5.swf.trace | 2
test/trace/color-matrix-filter-properties-6.swf |binary
test/trace/color-matrix-filter-properties-6.swf.trace | 11
test/trace/color-matrix-filter-properties-7.swf |binary
test/trace/color-matrix-filter-properties-7.swf.trace | 10
test/trace/color-matrix-filter-properties-8.swf |binary
test/trace/color-matrix-filter-properties-8.swf.trace | 10
test/trace/color-matrix-filter-properties.as | 14
test/trace/color-properties-5.swf |binary
test/trace/color-properties-6.swf |binary
test/trace/color-properties-7.swf |binary
test/trace/color-properties-8.swf |binary
test/trace/color-transform-properties-5.swf |binary
test/trace/color-transform-properties-5.swf.trace | 2
test/trace/color-transform-properties-6.swf |binary
test/trace/color-transform-properties-6.swf.trace | 28
test/trace/color-transform-properties-7.swf |binary
test/trace/color-transform-properties-7.swf.trace | 27
test/trace/color-transform-properties-8.swf |binary
test/trace/color-transform-properties-8.swf.trace | 27
test/trace/color-transform-properties.as | 14
test/trace/construct-properties-5.swf |binary
test/trace/construct-properties-6.swf |binary
test/trace/construct-properties-7.swf |binary
test/trace/construct-properties-8.swf |binary
test/trace/context-menu-5.swf |binary
test/trace/context-menu-5.swf.trace | 43
test/trace/context-menu-6.swf |binary
test/trace/context-menu-6.swf.trace | 43
test/trace/context-menu-7.swf |binary
test/trace/context-menu-7.swf.trace | 43
test/trace/context-menu-8.swf |binary
test/trace/context-menu-8.swf.trace | 43
test/trace/context-menu-item-5.swf |binary
test/trace/context-menu-item-5.swf.trace | 31
test/trace/context-menu-item-6.swf |binary
test/trace/context-menu-item-6.swf.trace | 31
test/trace/context-menu-item-7.swf |binary
test/trace/context-menu-item-7.swf.trace | 31
test/trace/context-menu-item-8.swf |binary
test/trace/context-menu-item-8.swf.trace | 31
test/trace/context-menu-item-properties-5.swf |binary
test/trace/context-menu-item-properties-5.swf.trace | 22
test/trace/context-menu-item-properties-6.swf |binary
test/trace/context-menu-item-properties-6.swf.trace | 22
test/trace/context-menu-item-properties-7.swf |binary
test/trace/context-menu-item-properties-7.swf.trace | 28
test/trace/context-menu-item-properties-8.swf |binary
test/trace/context-menu-item-properties-8.swf.trace | 28
test/trace/context-menu-item-properties.as | 13
test/trace/context-menu-item.as | 31
test/trace/context-menu-properties-5.swf |binary
test/trace/context-menu-properties-5.swf.trace | 40
test/trace/context-menu-properties-6.swf |binary
test/trace/context-menu-properties-6.swf.trace | 40
test/trace/context-menu-properties-7.swf |binary
test/trace/context-menu-properties-7.swf.trace | 46
test/trace/context-menu-properties-8.swf |binary
test/trace/context-menu-properties-8.swf.trace | 46
test/trace/context-menu-properties.as | 12
test/trace/context-menu.as | 57
test/trace/convolution-filter-properties-5.swf |binary
test/trace/convolution-filter-properties-5.swf.trace | 2
test/trace/convolution-filter-properties-6.swf |binary
test/trace/convolution-filter-properties-6.swf.trace | 19
test/trace/convolution-filter-properties-7.swf |binary
test/trace/convolution-filter-properties-7.swf.trace | 18
test/trace/convolution-filter-properties-8.swf |binary
test/trace/convolution-filter-properties-8.swf.trace | 18
test/trace/convolution-filter-properties.as | 14
test/trace/crash-0.5.4-13379-catch-in-register.swf |binary
test/trace/crash-0.5.4-13379-catch-in-register.xml | 60
test/trace/crash-0.5.4-13491-stack-overflow-5.swf |binary
test/trace/crash-0.5.4-13491-stack-overflow-5.swf.trace | 1
test/trace/crash-0.5.4-13491-stack-overflow-6.swf |binary
test/trace/crash-0.5.4-13491-stack-overflow-6.swf.trace | 1
test/trace/crash-0.5.4-13491-stack-overflow-7.swf |binary
test/trace/crash-0.5.4-13491-stack-overflow-7.swf.trace | 1
test/trace/crash-0.5.4-13491-stack-overflow-8.swf |binary
test/trace/crash-0.5.4-13491-stack-overflow-8.swf.trace | 1
test/trace/crash-0.5.4-13491-stack-overflow.as | 6
test/trace/crash-0.5.4-goto-in-constructor-5.swf |binary
test/trace/crash-0.5.4-goto-in-constructor-5.swf.trace | 6
test/trace/crash-0.5.4-goto-in-constructor-6.swf |binary
test/trace/crash-0.5.4-goto-in-constructor-6.swf.trace | 15
test/trace/crash-0.5.4-goto-in-constructor-7.swf |binary
test/trace/crash-0.5.4-goto-in-constructor-7.swf.trace | 15
test/trace/crash-0.5.4-goto-in-constructor-8.swf |binary
test/trace/crash-0.5.4-goto-in-constructor-8.swf.trace | 15
test/trace/crash-0.5.4-goto-in-constructor.c | 100
test/trace/crash-0.5.4-huge-image-7.swf |binary
test/trace/crash-0.5.4-huge-image-8.swf |binary
test/trace/crash-0.5.4-huge-image.as | 8
test/trace/date-constructor-5.swf |binary
test/trace/date-constructor-5.swf.trace | 6
test/trace/date-constructor-6.swf |binary
test/trace/date-constructor-6.swf.trace | 6
test/trace/date-constructor-7.swf |binary
test/trace/date-constructor-7.swf.trace | 6
test/trace/date-constructor-8.swf |binary
test/trace/date-constructor-8.swf.trace | 6
test/trace/date-constructor.as | 12
test/trace/date-properties-5.swf |binary
test/trace/date-properties-6.swf |binary
test/trace/date-properties-7.swf |binary
test/trace/date-properties-8.swf |binary
test/trace/definebutton-5.swf |binary
test/trace/definebutton-5.swf.act | 17
test/trace/definebutton-5.swf.trace | 18
test/trace/definebutton-6.swf |binary
test/trace/definebutton-6.swf.act | 17
test/trace/definebutton-6.swf.trace | 18
test/trace/definebutton-7.swf |binary
test/trace/definebutton-7.swf.act | 17
test/trace/definebutton-7.swf.trace | 18
test/trace/definebutton-8.swf |binary
test/trace/definebutton-8.swf.act | 17
test/trace/definebutton-8.swf.trace | 18
test/trace/definebutton.xml | 138
test/trace/displacement-map-filter-properties-5.swf |binary
test/trace/displacement-map-filter-properties-5.swf.trace | 2
test/trace/displacement-map-filter-properties-6.swf |binary
test/trace/displacement-map-filter-properties-6.swf.trace | 19
test/trace/displacement-map-filter-properties-7.swf |binary
test/trace/displacement-map-filter-properties-7.swf.trace | 18
test/trace/displacement-map-filter-properties-8.swf |binary
test/trace/displacement-map-filter-properties-8.swf.trace | 18
test/trace/displacement-map-filter-properties.as | 14
test/trace/drop-shadow-filter-properties-5.swf |binary
test/trace/drop-shadow-filter-properties-5.swf.trace | 2
test/trace/drop-shadow-filter-properties-6.swf |binary
test/trace/drop-shadow-filter-properties-6.swf.trace | 21
test/trace/drop-shadow-filter-properties-7.swf |binary
test/trace/drop-shadow-filter-properties-7.swf.trace | 20
test/trace/drop-shadow-filter-properties-8.swf |binary
test/trace/drop-shadow-filter-properties-8.swf.trace | 20
test/trace/drop-shadow-filter-properties.as | 14
test/trace/emptymovie-frames-bytes-5.swf |binary
test/trace/emptymovie-frames-bytes-5.swf.trace | 4
test/trace/emptymovie-frames-bytes-6.swf |binary
test/trace/emptymovie-frames-bytes-6.swf.trace | 4
test/trace/emptymovie-frames-bytes-7.swf |binary
test/trace/emptymovie-frames-bytes-7.swf.trace | 4
test/trace/emptymovie-frames-bytes-8.swf |binary
test/trace/emptymovie-frames-bytes-8.swf.trace | 4
test/trace/emptymovie-frames-bytes.as | 9
test/trace/error-properties-5.swf |binary
test/trace/error-properties-6.swf |binary
test/trace/error-properties-7.swf |binary
test/trace/error-properties-8.swf |binary
test/trace/file-reference-constructor-7.swf |binary
test/trace/file-reference-constructor-7.swf.trace | 44
test/trace/file-reference-constructor-8.swf |binary
test/trace/file-reference-constructor-8.swf.trace | 44
test/trace/file-reference-constructor.as | 24
test/trace/file-reference-list-properties-5.swf |binary
test/trace/file-reference-list-properties-5.swf.trace | 2
test/trace/file-reference-list-properties-6.swf |binary
test/trace/file-reference-list-properties-6.swf.trace | 31
test/trace/file-reference-list-properties-7.swf |binary
test/trace/file-reference-list-properties-7.swf.trace | 29
test/trace/file-reference-list-properties-8.swf |binary
test/trace/file-reference-list-properties-8.swf.trace | 29
test/trace/file-reference-list-properties.as | 13
test/trace/file-reference-properties-5.swf |binary
test/trace/file-reference-properties-5.swf.trace | 2
test/trace/file-reference-properties-7.swf |binary
test/trace/file-reference-properties-7.swf.trace | 41
test/trace/file-reference-properties-8.swf |binary
test/trace/file-reference-properties-8.swf.trace | 41
test/trace/file-reference-properties.as | 13
test/trace/function-properties-5.swf |binary
test/trace/function-properties-6.swf |binary
test/trace/function-properties-7.swf |binary
test/trace/function-properties-8.swf |binary
test/trace/global-function-properties-5.swf |binary
test/trace/global-function-properties-5.swf.trace | 26
test/trace/global-function-properties-6.swf |binary
test/trace/global-function-properties-6.swf.trace | 26
test/trace/global-function-properties-7.swf |binary
test/trace/global-function-properties-7.swf.trace | 26
test/trace/global-function-properties-8.swf |binary
test/trace/global-function-properties-8.swf.trace | 47
test/trace/global-function-properties.as | 17
test/trace/global-variable-properties-5.swf |binary
test/trace/global-variable-properties-6.swf |binary
test/trace/global-variable-properties-7.swf |binary
test/trace/global-variable-properties-8.swf |binary
test/trace/global-variable-properties-8.swf.trace | 3
test/trace/glow-filter-properties-5.swf |binary
test/trace/glow-filter-properties-5.swf.trace | 2
test/trace/glow-filter-properties-6.swf |binary
test/trace/glow-filter-properties-6.swf.trace | 18
test/trace/glow-filter-properties-7.swf |binary
test/trace/glow-filter-properties-7.swf.trace | 17
test/trace/glow-filter-properties-8.swf |binary
test/trace/glow-filter-properties-8.swf.trace | 17
test/trace/glow-filter-properties.as | 14
test/trace/gradient-bevel-filter-properties-5.swf |binary
test/trace/gradient-bevel-filter-properties-5.swf.trace | 2
test/trace/gradient-bevel-filter-properties-6.swf |binary
test/trace/gradient-bevel-filter-properties-6.swf.trace | 21
test/trace/gradient-bevel-filter-properties-7.swf |binary
test/trace/gradient-bevel-filter-properties-7.swf.trace | 20
test/trace/gradient-bevel-filter-properties-8.swf |binary
test/trace/gradient-bevel-filter-properties-8.swf.trace | 20
test/trace/gradient-bevel-filter-properties.as | 14
test/trace/gradient-glow-filter-properties-5.swf |binary
test/trace/gradient-glow-filter-properties-5.swf.trace | 2
test/trace/gradient-glow-filter-properties-6.swf |binary
test/trace/gradient-glow-filter-properties-6.swf.trace | 21
test/trace/gradient-glow-filter-properties-7.swf |binary
test/trace/gradient-glow-filter-properties-7.swf.trace | 20
test/trace/gradient-glow-filter-properties-8.swf |binary
test/trace/gradient-glow-filter-properties-8.swf.trace | 20
test/trace/gradient-glow-filter-properties.as | 14
test/trace/key-properties-5.swf |binary
test/trace/key-properties-5.swf.trace | 46
test/trace/key-properties-6.swf |binary
test/trace/key-properties-6.swf.trace | 46
test/trace/key-properties-7.swf |binary
test/trace/key-properties-7.swf.trace | 46
test/trace/key-properties-8.swf |binary
test/trace/key-properties-8.swf.trace | 46
test/trace/key-properties.as | 7
test/trace/loadobject-bom-5.swf |binary
test/trace/loadobject-bom-5.swf.trace | 27
test/trace/loadobject-bom-6.swf |binary
test/trace/loadobject-bom-6.swf.trace | 31
test/trace/loadobject-bom-7.swf |binary
test/trace/loadobject-bom-7.swf.trace | 31
test/trace/loadobject-bom-8.swf |binary
test/trace/loadobject-bom-8.swf.trace | 31
test/trace/loadobject-bom.as | 32
test/trace/loadvariables-target-5.swf |binary
test/trace/loadvariables-target-5.swf.trace | 2
test/trace/loadvariables-target-6.swf |binary
test/trace/loadvariables-target-6.swf.trace | 2
test/trace/loadvariables-target-7.swf |binary
test/trace/loadvariables-target-7.swf.trace | 2
test/trace/loadvariables-target-8.swf |binary
test/trace/loadvariables-target-8.swf.trace | 2
test/trace/loadvariables-target.as | 24
test/trace/loadvars-properties-5.swf |binary
test/trace/loadvars-properties-5.swf.trace | 54
test/trace/loadvars-properties-6.swf |binary
test/trace/loadvars-properties-6.swf.trace | 59
test/trace/loadvars-properties-7.swf |binary
test/trace/loadvars-properties-7.swf.trace | 58
test/trace/loadvars-properties-8.swf |binary
test/trace/loadvars-properties-8.swf.trace | 58
test/trace/loadvars-properties.as | 10
test/trace/local-connection-properties-5.swf |binary
test/trace/local-connection-properties-5.swf.trace | 22
test/trace/local-connection-properties-6.swf |binary
test/trace/local-connection-properties-6.swf.trace | 22
test/trace/local-connection-properties-7.swf |binary
test/trace/local-connection-properties-7.swf.trace | 21
test/trace/local-connection-properties-8.swf |binary
test/trace/local-connection-properties-8.swf.trace | 21
test/trace/local-connection-properties.as | 10
test/trace/math-properties-5.swf |binary
test/trace/math-properties-6.swf |binary
test/trace/math-properties-7.swf |binary
test/trace/math-properties-8.swf |binary
test/trace/math-properties-8.swf.trace | 65
test/trace/microphone-properties-5.swf |binary
test/trace/microphone-properties-5.swf.trace | 28
test/trace/microphone-properties-6.swf |binary
test/trace/microphone-properties-6.swf.trace | 28
test/trace/microphone-properties-7.swf |binary
test/trace/microphone-properties-7.swf.trace | 27
test/trace/microphone-properties-8.swf |binary
test/trace/microphone-properties-8.swf.trace | 27
test/trace/microphone-properties.as | 11
test/trace/mouse-addProperty-relevant-5.swf |binary
test/trace/mouse-addProperty-relevant-5.swf.act | 9
test/trace/mouse-addProperty-relevant-5.swf.trace | 1
test/trace/mouse-addProperty-relevant-6.swf |binary
test/trace/mouse-addProperty-relevant-6.swf.act | 9
test/trace/mouse-addProperty-relevant-6.swf.trace | 3
test/trace/mouse-addProperty-relevant-7.swf |binary
test/trace/mouse-addProperty-relevant-7.swf.act | 9
test/trace/mouse-addProperty-relevant-7.swf.trace | 3
test/trace/mouse-addProperty-relevant-8.swf |binary
test/trace/mouse-addProperty-relevant-8.swf.act | 9
test/trace/mouse-addProperty-relevant-8.swf.trace | 3
test/trace/mouse-addProperty-relevant.as | 23
test/trace/mouse-movie-below-movie-5.swf |binary
test/trace/mouse-movie-below-movie-5.swf.act | 17
test/trace/mouse-movie-below-movie-6.swf |binary
test/trace/mouse-movie-below-movie-6.swf.act | 17
test/trace/mouse-movie-below-movie-6.swf.trace | 9
test/trace/mouse-movie-below-movie-7.swf |binary
test/trace/mouse-movie-below-movie-7.swf.act | 17
test/trace/mouse-movie-below-movie-7.swf.trace | 9
test/trace/mouse-movie-below-movie-8.swf |binary
test/trace/mouse-movie-below-movie-8.swf.act | 17
test/trace/mouse-movie-below-movie-8.swf.trace | 9
test/trace/mouse-movie-below-movie.as | 27
test/trace/mouse-movie-below-nonevent-movie-5.swf |binary
test/trace/mouse-movie-below-nonevent-movie-5.swf.act | 17
test/trace/mouse-movie-below-nonevent-movie-6.swf |binary
test/trace/mouse-movie-below-nonevent-movie-6.swf.act | 17
test/trace/mouse-movie-below-nonevent-movie-6.swf.trace | 5
test/trace/mouse-movie-below-nonevent-movie-7.swf |binary
test/trace/mouse-movie-below-nonevent-movie-7.swf.act | 17
test/trace/mouse-movie-below-nonevent-movie-7.swf.trace | 5
test/trace/mouse-movie-below-nonevent-movie-8.swf |binary
test/trace/mouse-movie-below-nonevent-movie-8.swf.act | 17
test/trace/mouse-movie-below-nonevent-movie-8.swf.trace | 5
test/trace/mouse-movie-below-nonevent-movie.as | 27
test/trace/mouse-properties-5.swf |binary
test/trace/mouse-properties-6.swf |binary
test/trace/mouse-properties-7.swf |binary
test/trace/mouse-properties-8.swf |binary
test/trace/mouse-properties-8.swf.trace | 18
test/trace/movieclip-get-instance-at-depth-5.swf |binary
test/trace/movieclip-get-instance-at-depth-5.swf.trace | 118
test/trace/movieclip-get-instance-at-depth-6.swf |binary
test/trace/movieclip-get-instance-at-depth-6.swf.trace | 119
test/trace/movieclip-get-instance-at-depth-7.swf |binary
test/trace/movieclip-get-instance-at-depth-7.swf.trace | 149
test/trace/movieclip-get-instance-at-depth-8.swf |binary
test/trace/movieclip-get-instance-at-depth-8.swf.trace | 149
test/trace/movieclip-get-instance-at-depth.as | 39
test/trace/movieclip-get-swf-version-5.swf |binary
test/trace/movieclip-get-swf-version-5.swf.trace | 1
test/trace/movieclip-get-swf-version-6.swf |binary
test/trace/movieclip-get-swf-version-6.swf.trace | 1
test/trace/movieclip-get-swf-version-7.swf |binary
test/trace/movieclip-get-swf-version-7.swf.trace | 1
test/trace/movieclip-get-swf-version-8.swf |binary
test/trace/movieclip-get-swf-version-8.swf.trace | 1
test/trace/movieclip-get-swf-version-load-5.swf |binary
test/trace/movieclip-get-swf-version-load-5.swf.trace | 5
test/trace/movieclip-get-swf-version-load-6.swf |binary
test/trace/movieclip-get-swf-version-load-6.swf.trace | 9
test/trace/movieclip-get-swf-version-load-7.swf |binary
test/trace/movieclip-get-swf-version-load-7.swf.trace | 9
test/trace/movieclip-get-swf-version-load-8.swf |binary
test/trace/movieclip-get-swf-version-load-8.swf.trace | 9
test/trace/movieclip-get-swf-version-load.as | 19
test/trace/movieclip-get-swf-version-object-5.swf |binary
test/trace/movieclip-get-swf-version-object-5.swf.trace | 4
test/trace/movieclip-get-swf-version-object-6.swf |binary
test/trace/movieclip-get-swf-version-object-6.swf.trace | 4
test/trace/movieclip-get-swf-version-object-7.swf |binary
test/trace/movieclip-get-swf-version-object-7.swf.trace | 4
test/trace/movieclip-get-swf-version-object-8.swf |binary
test/trace/movieclip-get-swf-version-object-8.swf.trace | 4
test/trace/movieclip-get-swf-version-object.as | 27
test/trace/movieclip-get-swf-version.as | 6
test/trace/moviecliploader-known-image-size-7.swf |binary
test/trace/moviecliploader-known-image-size-7.swf.trace | 2
test/trace/moviecliploader-known-image-size-8.swf |binary
test/trace/moviecliploader-known-image-size-8.swf.trace | 2
test/trace/moviecliploader-known-image-size.as | 10
test/trace/moviecliploader-properties-5.swf |binary
test/trace/moviecliploader-properties-6.swf |binary
test/trace/moviecliploader-properties-7.swf |binary
test/trace/moviecliploader-properties-8.swf |binary
test/trace/number-properties-5.swf |binary
test/trace/number-properties-6.swf |binary
test/trace/number-properties-7.swf |binary
test/trace/number-properties-8.swf |binary
test/trace/object-properties-5.swf |binary
test/trace/object-properties-5.swf.trace | 4
test/trace/object-properties-6.swf |binary
test/trace/object-properties-7.swf |binary
test/trace/object-properties-8.swf |binary
test/trace/object-properties-8.swf.trace | 44
test/trace/onUnload-prototype-5.swf |binary
test/trace/onUnload-prototype-5.swf.trace | 4
test/trace/onUnload-prototype-6.swf |binary
test/trace/onUnload-prototype-6.swf.trace | 4
test/trace/onUnload-prototype-7.swf |binary
test/trace/onUnload-prototype-7.swf.trace | 4
test/trace/onUnload-prototype-8.swf |binary
test/trace/onUnload-prototype-8.swf.trace | 4
test/trace/onUnload-prototype.as | 17
test/trace/point-5.swf |binary
test/trace/point-5.swf.trace | 182
test/trace/point-6.swf |binary
test/trace/point-6.swf.trace | 182
test/trace/point-7.swf |binary
test/trace/point-7.swf.trace | 182
test/trace/point-8.swf |binary
test/trace/point-8.swf.trace | 182
test/trace/point-construct-5.swf |binary
test/trace/point-construct-5.swf.trace | 4996 +++++
test/trace/point-construct-6.swf |binary
test/trace/point-construct-6.swf.trace | 7201 ++++++++
test/trace/point-construct-7.swf |binary
test/trace/point-construct-7.swf.trace | 7201 ++++++++
test/trace/point-construct-8.swf |binary
test/trace/point-construct-8.swf.trace | 7201 ++++++++
test/trace/point-construct.as | 29
test/trace/point-properties-5.swf |binary
test/trace/point-properties-5.swf.trace | 2
test/trace/point-properties-6.swf |binary
test/trace/point-properties-6.swf.trace | 73
test/trace/point-properties-7.swf |binary
test/trace/point-properties-7.swf.trace | 72
test/trace/point-properties-8.swf |binary
test/trace/point-properties-8.swf.trace | 72
test/trace/point-properties.as | 13
test/trace/point.as | 31
test/trace/print-job-init-5.swf |binary
test/trace/print-job-init-5.swf.trace | 3
test/trace/print-job-init-6.swf |binary
test/trace/print-job-init-6.swf.trace | 3
test/trace/print-job-init-7.swf |binary
test/trace/print-job-init-7.swf.trace | 3
test/trace/print-job-init-8.swf |binary
test/trace/print-job-init-8.swf.trace | 3
test/trace/print-job-init.as | 19
test/trace/print-job-properties-5.swf |binary
test/trace/print-job-properties-5.swf.trace | 24
test/trace/print-job-properties-6.swf |binary
test/trace/print-job-properties-6.swf.trace | 24
test/trace/print-job-properties-7.swf |binary
test/trace/print-job-properties-7.swf.trace | 23
test/trace/print-job-properties-8.swf |binary
test/trace/print-job-properties-8.swf.trace | 23
test/trace/print-job-properties.as | 10
test/trace/propflags-5.swf |binary
test/trace/propflags-6.swf |binary
test/trace/propflags-7.swf |binary
test/trace/propflags-8.swf |binary
test/trace/propflags-8.swf.trace | 9
test/trace/propflags-set-8.swf |binary
test/trace/propflags-set-8.swf.trace |12288 ++++++++++++++
test/trace/propflags-set-native-5.swf |binary
test/trace/propflags-set-native-5.swf.trace | 5
test/trace/propflags-set-native-6.swf |binary
test/trace/propflags-set-native-6.swf.trace | 6
test/trace/propflags-set-native-7.swf |binary
test/trace/propflags-set-native-7.swf.trace | 6
test/trace/propflags-set-native-8.swf |binary
test/trace/propflags-set-native-8.swf.trace | 10
test/trace/propflags-set-native.as | 25
test/trace/propflags-set-proto-5.swf |binary
test/trace/propflags-set-proto-5.swf.trace | 10
test/trace/propflags-set-proto-6.swf |binary
test/trace/propflags-set-proto-6.swf.trace | 10
test/trace/propflags-set-proto-7.swf |binary
test/trace/propflags-set-proto-7.swf.trace | 10
test/trace/propflags-set-proto-8.swf |binary
test/trace/propflags-set-proto-8.swf.trace | 10
test/trace/propflags-set-proto.as | 36
test/trace/remote-lso-usage-properties-5.swf |binary
test/trace/remote-lso-usage-properties-5.swf.trace | 16
test/trace/remote-lso-usage-properties-6.swf |binary
test/trace/remote-lso-usage-properties-6.swf.trace | 16
test/trace/remote-lso-usage-properties-7.swf |binary
test/trace/remote-lso-usage-properties-7.swf.trace | 15
test/trace/remote-lso-usage-properties-8.swf |binary
test/trace/remote-lso-usage-properties-8.swf.trace | 15
test/trace/remote-lso-usage-properties.as | 10
test/trace/remove-child-onUnload-5.swf |binary
test/trace/remove-child-onUnload-5.swf.trace | 4
test/trace/remove-child-onUnload-6.swf |binary
test/trace/remove-child-onUnload-6.swf.trace | 6
test/trace/remove-child-onUnload-7.swf |binary
test/trace/remove-child-onUnload-7.swf.trace | 6
test/trace/remove-child-onUnload-8.swf |binary
test/trace/remove-child-onUnload-8.swf.trace | 6
test/trace/remove-child-onUnload.as | 13
test/trace/remove-with-onUnload-5.swf |binary
test/trace/remove-with-onUnload-5.swf.trace | 7
test/trace/remove-with-onUnload-6.swf |binary
test/trace/remove-with-onUnload-6.swf.trace | 25
test/trace/remove-with-onUnload-7.swf |binary
test/trace/remove-with-onUnload-7.swf.trace | 25
test/trace/remove-with-onUnload-8.swf |binary
test/trace/remove-with-onUnload-8.swf.trace | 25
test/trace/remove-with-onUnload.as | 26
test/trace/selection-properties-5.swf |binary
test/trace/selection-properties-5.swf.trace | 31
test/trace/selection-properties-6.swf |binary
test/trace/selection-properties-6.swf.trace | 31
test/trace/selection-properties-7.swf |binary
test/trace/selection-properties-7.swf.trace | 31
test/trace/selection-properties-8.swf |binary
test/trace/selection-properties-8.swf.trace | 31
test/trace/selection-properties.as | 10
test/trace/shared-object-properties-5.swf |binary
test/trace/shared-object-properties-5.swf.trace | 55
test/trace/shared-object-properties-6.swf |binary
test/trace/shared-object-properties-6.swf.trace | 55
test/trace/shared-object-properties-7.swf |binary
test/trace/shared-object-properties-7.swf.trace | 54
test/trace/shared-object-properties-8.swf |binary
test/trace/shared-object-properties-8.swf.trace | 54
test/trace/shared-object-properties.as | 11
test/trace/sound-properties-5.swf |binary
test/trace/sound-properties-5.swf.trace | 62
test/trace/sound-properties-6.swf |binary
test/trace/sound-properties-6.swf.trace | 62
test/trace/sound-properties-7.swf |binary
test/trace/sound-properties-7.swf.trace | 61
test/trace/sound-properties-8.swf |binary
test/trace/sound-properties-8.swf.trace | 61
test/trace/sound-properties.as | 10
test/trace/string-properties-5.swf |binary
test/trace/string-properties-6.swf |binary
test/trace/string-properties-7.swf |binary
test/trace/string-properties-8.swf |binary
test/trace/string-properties-8.swf.trace | 57
test/trace/stylesheet-properties-5.swf |binary
test/trace/stylesheet-properties-5.swf.trace | 2
test/trace/stylesheet-properties-6.swf |binary
test/trace/stylesheet-properties-6.swf.trace | 2
test/trace/stylesheet-properties-7.swf |binary
test/trace/stylesheet-properties-7.swf.trace | 85
test/trace/stylesheet-properties-8.swf |binary
test/trace/stylesheet-properties-8.swf.trace | 85
test/trace/stylesheet-properties.as | 10
test/trace/swfdec-huge.jpg |binary
test/trace/swfdec.jpg |binary
test/trace/swfdec_interaction.c | 23
test/trace/text-snapshot-properties-5.swf |binary
test/trace/text-snapshot-properties-5.swf.trace | 37
test/trace/text-snapshot-properties-6.swf |binary
test/trace/text-snapshot-properties-6.swf.trace | 37
test/trace/text-snapshot-properties-7.swf |binary
test/trace/text-snapshot-properties-7.swf.trace | 36
test/trace/text-snapshot-properties-8.swf |binary
test/trace/text-snapshot-properties-8.swf.trace | 36
test/trace/text-snapshot-properties.as | 10
test/trace/textformat-properties-5.swf |binary
test/trace/textformat-properties-5.swf.trace | 35
test/trace/textformat-properties-6.swf |binary
test/trace/textformat-properties-6.swf.trace | 35
test/trace/textformat-properties-7.swf |binary
test/trace/textformat-properties-7.swf.trace | 34
test/trace/textformat-properties-8.swf |binary
test/trace/textformat-properties-8.swf.trace | 36
test/trace/textformat-properties.as | 12
test/trace/totalframes.swf |binary
test/trace/totalframes.swf.trace | 4
test/trace/totalframes.xml | 103
test/trace/trace.c | 1
test/trace/trace_properties.as | 90
test/trace/trace_properties_names_5.as | 507
test/trace/trace_properties_names_6.as | 697
test/trace/trace_properties_names_7.as | 697
test/trace/trace_properties_names_8.as | 699
test/trace/transform-properties-5.swf |binary
test/trace/transform-properties-5.swf.trace | 2
test/trace/transform-properties-6.swf |binary
test/trace/transform-properties-6.swf.trace | 15
test/trace/transform-properties-7.swf |binary
test/trace/transform-properties-7.swf.trace | 14
test/trace/transform-properties-8.swf |binary
test/trace/transform-properties-8.swf.trace | 14
test/trace/transform-properties.as | 14
test/trace/utf-16-be-bom.txt |binary
test/trace/utf-16-le-bom.txt |binary
test/trace/utf-32-be-bom.txt |binary
test/trace/utf-32-le-bom.txt |binary
test/trace/utf-8-bom.txt | 2
test/trace/video-properties-6.swf |binary
test/trace/video-properties-7.swf |binary
test/trace/video-properties-8.swf |binary
test/trace/video-properties-8.swf.trace | 15
test/trace/xml-properties-5.swf |binary
test/trace/xml-properties-5.swf.trace | 54
test/trace/xml-properties-6.swf |binary
test/trace/xml-properties-6.swf.trace | 54
test/trace/xml-properties-7.swf |binary
test/trace/xml-properties-7.swf.trace | 54
test/trace/xml-properties-8.swf |binary
test/trace/xml-properties-8.swf.trace | 97
test/trace/xml-properties.as | 5
test/trace/xml-properties2-5.swf |binary
test/trace/xml-properties2-5.swf.trace | 12
test/trace/xml-properties2-6.swf |binary
test/trace/xml-properties2-7.swf |binary
test/trace/xml-properties2-8.swf |binary
test/trace/xml-properties2-8.swf.trace | 140
test/trace/xml-socket-properties-5.swf |binary
test/trace/xml-socket-properties-5.swf.trace | 25
test/trace/xml-socket-properties-6.swf |binary
test/trace/xml-socket-properties-6.swf.trace | 25
test/trace/xml-socket-properties-7.swf |binary
test/trace/xml-socket-properties-7.swf.trace | 24
test/trace/xml-socket-properties-8.swf |binary
test/trace/xml-socket-properties-8.swf.trace | 24
test/trace/xml-socket-properties.as | 10
vivified/core/Makefile.am | 9
vivified/ui/Makefile.am | 4
vivified/ui/vivi_widget.c | 9
1073 files changed, 64165 insertions(+), 2895 deletions(-)
---
More information about the Swfdec
mailing list