2007-10-09 |
Benjamin Otte | clean up SwfdecBuffer code
|
commit | commitdiff | tree |
2007-10-09 |
Benjamin Otte | add swfdec_buffer_get_subbuffer()
|
commit | commitdiff | tree |
2007-10-09 |
Benjamin Otte | add swfdec_sound_object.h
|
commit | commitdiff | tree |
2007-10-09 |
Benjamin Otte | rework input data handling.
|
commit | commitdiff | tree |
2007-10-09 |
Benjamin Otte | clean up SwfdecSwfDecoder struct
|
commit | commitdiff | tree |
2007-10-09 |
Benjamin Otte | add debugging messages for memory (de)allocation
|
commit | commitdiff | tree |
2007-10-06 |
Benjamin Otte | add test for morph gradient failures
|
commit | commitdiff | tree |
2007-10-06 |
Benjamin Otte | Merge commit '98b2c2e6306c77a40f9b9546a4f654e6ca78cf47'
|
commit | commitdiff | tree |
2007-10-06 |
Benjamin Otte | Merge commit '93dfc19'
|
commit | commitdiff | tree |
2007-10-06 |
Benjamin Otte | fix matrix morphing in pattern morphs morphing inverted...
|
commit | commitdiff | tree |
2007-10-06 |
Benjamin Otte | don't forget to parse the end transform for morp gradients
|
commit | commitdiff | tree |
2007-10-06 |
Benjamin Otte | handlethe case where parsing a SwfdecDraw fails
|
commit | commitdiff | tree |
2007-10-06 |
Benjamin Otte | add a naive implementation of the drawing commands
|
commit | commitdiff | tree |
2007-10-06 |
Benjamin Otte | createEmptyMovieClip is 901,0
|
commit | commitdiff | tree |
2007-10-06 |
Benjamin Otte | those 2 ariables are implemented already
|
commit | commitdiff | tree |
2007-10-05 |
Benjamin Otte | update the movie before requesting bounds
|
commit | commitdiff | tree |
2007-10-05 |
Benjamin Otte | only force a size to the player if it has been initialized...
|
commit | commitdiff | tree |
2007-10-05 |
Benjamin Otte | clean up DefineFont3 code
|
commit | commitdiff | tree |
2007-10-04 |
Benjamin Otte | remove another occurence of swfdec_as_context_eval()
|
commit | commitdiff | tree |
2007-10-04 |
Benjamin Otte | fix usage of uninitialized memory
|
commit | commitdiff | tree |
2007-10-04 |
Benjamin Otte | set an int, not a number, when pushing an int
|
commit | commitdiff | tree |
2007-10-04 |
Benjamin Otte | cast the argument of SWFDEC_AS_VALUE_SET_INT to an int
|
commit | commitdiff | tree |
2007-10-04 |
Benjamin Otte | whoops, we were copying the just added memory, not...
|
commit | commitdiff | tree |
2007-10-04 |
Benjamin Otte | memleak
|
commit | commitdiff | tree |
2007-10-04 |
Benjamin Otte | memleak (thanks valgrind)
|
commit | commitdiff | tree |
2007-10-04 |
Benjamin Otte | clear iterator even when returning NULL
|
commit | commitdiff | tree |
2007-10-04 |
Benjamin Otte | make mad checks even worse
|
commit | commitdiff | tree |
2007-10-04 |
Benjamin Otte | that comment should be about the line style
|
commit | commitdiff | tree |
2007-10-04 |
Benjamin Otte | rewrite gradient parsing and while at it, make it Flash...
|
commit | commitdiff | tree |
2007-10-04 |
Benjamin Otte | clip by extents to avoid artifacts when text is too big
|
commit | commitdiff | tree |
2007-10-04 |
Benjamin Otte | do proper hittest checking again
|
commit | commitdiff | tree |
2007-10-04 |
Benjamin Otte | parse StartSound tag, too
|
commit | commitdiff | tree |
2007-10-04 |
Benjamin Otte | This seems to be the codec suggested for playback.
|
commit | commitdiff | tree |
2007-10-04 |
Benjamin Otte | force GC after every frame so we get rid of dead frames
|
commit | commitdiff | tree |
2007-10-04 |
Benjamin Otte | add a -g option to cause garbage collection as often...
|
commit | commitdiff | tree |
2007-10-03 |
Benjamin Otte | improve debugging message
|
commit | commitdiff | tree |
2007-10-03 |
Benjamin Otte | simplify code
|
commit | commitdiff | tree |
2007-10-03 |
Benjamin Otte | whoops, confused 16bit flag with stereo flag
|
commit | commitdiff | tree |
2007-10-03 |
Benjamin Otte | one channel occupies the place of one channel, not...
|
commit | commitdiff | tree |
2007-10-03 |
Benjamin Otte | fix the case where functions are called with more than...
|
commit | commitdiff | tree |
2007-10-03 |
Benjamin Otte | handle the no decoder case in stream rendering
|
commit | commitdiff | tree |
2007-10-03 |
Benjamin Otte | one break too many, oops
|
commit | commitdiff | tree |
2007-10-03 |
Benjamin Otte | rewrite audio event handling
|
commit | commitdiff | tree |
2007-10-03 |
Benjamin Otte | fix audio_format_get_granularity() for 11 and 5.5kHz
|
commit | commitdiff | tree |
2007-10-03 |
Benjamin Otte | fix swfdec_audio_format_get_granularity()
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | implement looping
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | don't skip an argument when starting with optional...
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | whooooops
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | add docs and fix copyright
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | implement Sound.stop()
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | copy/paste caused some issues here
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | add a hack that I don't like at all, but that works
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | whoops, forgot these 2
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | add swfdec_player_stop_sounds() to stop selected sounds
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | also warn about missing CAIRO_EXTEND_PAD when parsing...
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | implement Sound(), Sound.attachSound() and Sound.start()
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | set the stop sample to end of sample by default
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | warn if an ASNative doesn't exist
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | wrong comparison, oops
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | allow optional arguments after a '|' separator in SWFDEC_AS_...
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | simplify SWFDEC_AS_CHECK macro by auto-casting the...
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | remove audio_skip usage
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | replace swfdec_movie_get_by_path with swfdec_player_get_movi...
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | add new function to create audio events
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | enqueue and parse later all STARTSOUND tags instead...
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | don't use a SwfdecSoundChunk element in SwfdecAudioEvent...
|
commit | commitdiff | tree |
2007-10-02 |
Benjamin Otte | only queue redraws when the properties actually changed
|
commit | commitdiff | tree |
2007-10-01 |
Benjamin Otte | fix up doc build system to accept newer gtk-doc versions
|
commit | commitdiff | tree |
2007-10-01 |
Benjamin Otte | docs fixes
|
commit | commitdiff | tree |
2007-10-01 |
Benjamin Otte | in- or exclude new symbols from docs build
|
commit | commitdiff | tree |
2007-10-01 |
Benjamin Otte | remove SwfdecAsDate definition from swfdec_as_types.h
|
commit | commitdiff | tree |
2007-10-01 |
Benjamin Otte | rename SwfdecSOund struct members
|
commit | commitdiff | tree |
2007-10-01 |
Benjamin Otte | rewrite SwfdecAudioFormat handling
|
commit | commitdiff | tree |
2007-10-01 |
Benjamin Otte | indentation
|
commit | commitdiff | tree |
2007-10-01 |
Benjamin Otte | fix wrong assertion check
|
commit | commitdiff | tree |
2007-10-01 |
Benjamin Otte | make RemoveSprite use swfdec_movie_get_by_path
|
commit | commitdiff | tree |
2007-10-01 |
Benjamin Otte | implement second argument of MovieClip.getBounds()
|
commit | commitdiff | tree |
2007-09-30 |
Benjamin Otte | add test to make sure setTarget paths aren't relative
|
commit | commitdiff | tree |
2007-09-30 |
Benjamin Otte | make hitTest() use swfdec_movie_get_by_path()
|
commit | commitdiff | tree |
2007-09-30 |
Benjamin Otte | add swfdec_movie_get_by_path()
|
commit | commitdiff | tree |
2007-09-30 |
Benjamin Otte | Ref the event list before iterating over the scripts
|
commit | commitdiff | tree |
2007-09-30 |
Benjamin Otte | Free the temporary cairo_t after use
|
commit | commitdiff | tree |
2007-09-30 |
Benjamin Otte | pass the pointer to set_drag_movie, not the (maybe...
|
commit | commitdiff | tree |
2007-09-30 |
Benjamin Otte | add stupid test for atan2
|
commit | commitdiff | tree |
2007-09-30 |
Benjamin Otte | the arguments for atan2 were swapped
|
commit | commitdiff | tree |
2007-09-30 |
Benjamin Otte | reimplement morph shape parsing
|
commit | commitdiff | tree |
2007-09-30 |
Benjamin Otte | changing ratio requires a redraw
|
commit | commitdiff | tree |
2007-09-30 |
Benjamin Otte | actually set the number of data entries, don't just...
|
commit | commitdiff | tree |
2007-09-30 |
Benjamin Otte | fix wrong warning message
|
commit | commitdiff | tree |
2007-09-29 |
Benjamin Otte | make a debug message out of a g_print
|
commit | commitdiff | tree |
2007-09-29 |
Benjamin Otte | move comparing if subpaths match into their own function
|
commit | commitdiff | tree |
2007-09-29 |
Benjamin Otte | optimization: don't reverse self-contained paths
|
commit | commitdiff | tree |
2007-09-29 |
Benjamin Otte | optimization: discard empty paths
|
commit | commitdiff | tree |
2007-09-29 |
Benjamin Otte | optimization to fill parsing
|
commit | commitdiff | tree |
2007-09-29 |
Benjamin Otte | use the new invalidation code to only repaint changed...
|
commit | commitdiff | tree |
2007-09-29 |
Benjamin Otte | change invalid region handling, step 2
|
commit | commitdiff | tree |
2007-09-29 |
Benjamin Otte | various fixes to code that was previously unused
|
commit | commitdiff | tree |
2007-09-29 |
Benjamin Otte | add an option to show redraw regions
|
commit | commitdiff | tree |
2007-09-29 |
Benjamin Otte | add more functions
|
commit | commitdiff | tree |
2007-09-29 |
Benjamin Otte | add SwfdecRectangle to take over invalidation handling.
|
commit | commitdiff | tree |