2007-11-13 |
Benjamin Otte | add hack that makes (or at least is supposed to make...
|
commit | commitdiff | tree |
2007-11-13 |
Benjamin Otte | get rid of the Flash upsampling algorithm
|
commit | commitdiff | tree |
2007-11-13 |
Benjamin Otte | remove silence from the end of the raw files
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | there may be no movie that we can delete
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | don't abort after 256 actions in one list, just warn
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | update test with more encoded strings
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | free objects before checking they're gone
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | add test for Andreas (and variable decoding, too)
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | obj can be NULL
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | remove just deleted test from build
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | typo
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | add image loading test
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | also copy matrix to get _x and _y coordinate
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | always schedule onLoadInit execution, as it's where...
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | only pop as many actions as exist
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | also copy matrix state when replacing movies
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | set loader size on decoder
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | make the movie display the loaded image
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | render an image, if one is set
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | create an ImageDecoder for images
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | add ImageDecoder to be able to decode images.
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | split out image type detection
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | call swfdec_decoder_parse()
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | add an EOF vfunc to SwfdecDecoder and use it
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | add missing image enum type
|
commit | commitdiff | tree |
2007-11-12 |
Benjamin Otte | data might be used uninitialized
|
commit | commitdiff | tree |
2007-11-10 |
Benjamin Otte | implement reading from PNG files
|
commit | commitdiff | tree |
2007-11-10 |
Benjamin Otte | get rid of rowstride and data members and decode directly...
|
commit | commitdiff | tree |
2007-11-10 |
Benjamin Otte | add swfdec_image_new () for images loaded from files
|
commit | commitdiff | tree |
2007-11-10 |
Benjamin Otte | mark the parent, too
|
commit | commitdiff | tree |
2007-11-10 |
Benjamin Otte | seems I never compiled this :o
|
commit | commitdiff | tree |
2007-11-10 |
Benjamin Otte | add a test for the recent SEGV when loading unknown...
|
commit | commitdiff | tree |
2007-11-10 |
Benjamin Otte | make this work correctly if no decoder has been set...
|
commit | commitdiff | tree |
2007-11-10 |
Benjamin Otte | unparsable files result in getBytesTotal() returning -1
|
commit | commitdiff | tree |
2007-11-10 |
Benjamin Otte | use the resource's version, not the decoder's one.
|
commit | commitdiff | tree |
2007-11-10 |
Benjamin Otte | add a version number to SwfdecResource
|
commit | commitdiff | tree |
2007-11-10 |
Benjamin Otte | add test that ensures unloadMovie recreates movies
|
commit | commitdiff | tree |
2007-11-10 |
Benjamin Otte | add tests for dangling MovieClip pointers
|
commit | commitdiff | tree |
2007-11-10 |
Benjamin Otte | fix equals and strict-equals actions for dangling MovieClip...
|
commit | commitdiff | tree |
2007-11-10 |
Benjamin Otte | resolve movies before printing them
|
commit | commitdiff | tree |
2007-11-10 |
Benjamin Otte | add new swfdec_movie_resolve() API
|
commit | commitdiff | tree |
2007-11-10 |
Benjamin Otte | unloadMovie replaces the movie, too
|
commit | commitdiff | tree |
2007-11-10 |
Benjamin Otte | rework unloading API to prepare for coming changes
|
commit | commitdiff | tree |
2007-11-10 |
Benjamin Otte | that member is unused
|
commit | commitdiff | tree |
2007-11-09 |
Benjamin Otte | only dump the samples we care about
|
commit | commitdiff | tree |
2007-11-09 |
Benjamin Otte | implement MovieClip.unloadMovie
|
commit | commitdiff | tree |
2007-11-09 |
Benjamin Otte | handle reentrancy correctly
|
commit | commitdiff | tree |
2007-11-09 |
Benjamin Otte | simplify rswfdec_player_request_unload()
|
commit | commitdiff | tree |
2007-11-09 |
Benjamin Otte | add test case for unloadMovie
|
commit | commitdiff | tree |
2007-11-09 |
Benjamin Otte | don't call MovieClip.onFoo events in Flash <= 5
|
commit | commitdiff | tree |
2007-11-09 |
Benjamin Otte | s/swfdec_as_object_clear_variables/swfdec_as_object_delete_a...
|
commit | commitdiff | tree |
2007-11-09 |
Benjamin Otte | implement unloading of movies
|
commit | commitdiff | tree |
2007-11-09 |
Benjamin Otte | fix swfdec_sprite_movie_unload()
|
commit | commitdiff | tree |
2007-11-09 |
Benjamin Otte | implement UNLOAD request
|
commit | commitdiff | tree |
2007-11-09 |
Benjamin Otte | reorganize resource requests a bit, so we can add unload...
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | this is tested, no need for fixme messages
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | add internal consistency test for random() and new...
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | make new Date () predictable
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | fix new Date () to work correctly
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | add a test for the MovieClipLoader() function
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | Make max-runtime default to 10 seconds, but override...
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | make description not cause a gtk-doc warning.
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | clarify swfdec_player_new() documentation.
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | add a "random-seed" proeprty to SwfdecAsContext
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | also perform actions when initializing the root movie
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | add the two latest headers
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | make netstream actually push all data to the flv decoder
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | update to make it work again
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | emit onLoadInit events
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | add the timeout again immediately.
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | Check if fscommands work from NetStream.play
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | add 2 tests that check MovieClipLoader error messages
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | only set the target of the loader when it actually...
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | FScommands are handled in the resource loading phase.
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | typo
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | external actions, don't trigger execution of resource...
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | make NetStream use swfdec_player_request_resource_now()
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | add swfdec_player_request_resource_now()
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | fix test results
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | rework iteration timeouts
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | make a loader only add one external action when something...
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | perform actions after every external event
|
commit | commitdiff | tree |
2007-11-08 |
Benjamin Otte | lots of reorg to make resources load correctly
|
commit | commitdiff | tree |
2007-11-07 |
Benjamin Otte | /swfdec_player_get_image_size/swfdec_player_get_default_size/
|
commit | commitdiff | tree |
2007-11-07 |
Benjamin Otte | add "default-width", "default-height" and "rate" properties
|
commit | commitdiff | tree |
2007-11-07 |
Benjamin Otte | initial implementation of onLoadError.
|
commit | commitdiff | tree |
2007-11-07 |
Benjamin Otte | add swfdec_sprite_movie_get_frames_total() and use it
|
commit | commitdiff | tree |
2007-11-07 |
Benjamin Otte | remove commented out and non-working code for native...
|
commit | commitdiff | tree |
2007-11-07 |
Benjamin Otte | fix computation of _framesloaded property
|
commit | commitdiff | tree |
2007-11-07 |
Benjamin Otte | fix values for _totalframes property
|
commit | commitdiff | tree |
2007-11-07 |
Benjamin Otte | reorganize decoder parsing code
|
commit | commitdiff | tree |
2007-11-06 |
Benjamin Otte | return -1 for get_next_event_time() when the context...
|
commit | commitdiff | tree |
2007-11-06 |
Benjamin Otte | add swfdec_buffer_queue_peek_buffer()
|
commit | commitdiff | tree |
2007-11-06 |
Benjamin Otte | add initial support for MovieClipLoader events
|
commit | commitdiff | tree |
2007-11-06 |
Benjamin Otte | fix debug message
|
commit | commitdiff | tree |
2007-11-06 |
Benjamin Otte | add test for MovieClipLoader properties
|
commit | commitdiff | tree |
2007-11-06 |
Benjamin Otte | add a _listeners property when constructing a MovieClipLoader
|
commit | commitdiff | tree |
2007-11-06 |
Benjamin Otte | move list away when performing events
|
commit | commitdiff | tree |
2007-11-06 |
Benjamin Otte | add MovieClipLoader event names
|
commit | commitdiff | tree |
2007-11-06 |
Benjamin Otte | Create the SwfdcResource in the initial _load call...
|
commit | commitdiff | tree |