search for: swfdec_connection

Displaying 11 results from an estimated 11 matches for "swfdec_connection".

2007 Mar 01
0
11 commits - libswfdec/Makefile.am libswfdec/swfdec_connection.c libswfdec/swfdec_connection.h libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_js.c libswfdec/swfdec_js_connection.c libswfdec/swfdec_js.h libswfdec/swfdec_js_net_stream.c
libswfdec/Makefile.am | 11 +- libswfdec/swfdec_connection.c | 119 +++++++++++++++++++++++ libswfdec/swfdec_connection.h | 57 +++++++++++ libswfdec/swfdec_flv_decoder.c | 4 libswfdec/swfdec_js.c | 3 libswfdec/swfdec_js.h | 3 libswfdec/swfdec_js_connection.c | 109 +++++++++++++++++++++ libswfde...
2007 Mar 01
0
7 commits - libswfdec/swfdec_connection.c libswfdec/swfdec_js_connection.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_js_xml.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_scriptable.h
libswfdec/swfdec_connection.c | 4 + libswfdec/swfdec_js_connection.c | 2 libswfdec/swfdec_js_movie.c | 89 +++++---------------------------------- libswfdec/swfdec_js_net_stream.c | 20 ++++++++ libswfdec/swfdec_js_xml.c | 2 libswfdec/swfdec_net_stream.c | 4 + libswfdec/swfdec_scriptabl...
2007 Apr 12
0
Branch 'as' - 15 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h libswfdec/swfdec_as_interpret.c
...swfdec/swfdec_as_interpret.c | 270 +++++++++++++++++++--------------------- libswfdec/swfdec_as_object.c | 31 ++++ libswfdec/swfdec_as_object.h | 3 libswfdec/swfdec_as_types.c | 24 ++- libswfdec/swfdec_as_types.h | 4 libswfdec/swfdec_button_movie.c | 2 libswfdec/swfdec_connection.c | 2 libswfdec/swfdec_debugger.c | 25 +-- libswfdec/swfdec_listener.c | 2 libswfdec/swfdec_movie.c | 2 libswfdec/swfdec_net_stream.c | 4 libswfdec/swfdec_script.c | 9 - libswfdec/swfdec_xml.c | 2 player/swfdec_debug_widget.c |...
2007 Apr 04
0
Branch 'as' - 17 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
...++- libswfdec/swfdec_as_object.h | 11 + libswfdec/swfdec_as_types.c | 31 ++++ libswfdec/swfdec_as_types.h | 33 ++++ libswfdec/swfdec_button.c | 4 libswfdec/swfdec_button_movie.c | 4 libswfdec/swfdec_cached.c | 3 libswfdec/swfdec_connection.c | 61 +++----- libswfdec/swfdec_connection.h | 8 - libswfdec/swfdec_debugger.c | 55 +------ libswfdec/swfdec_edittext.c | 56 +++----- libswfdec/swfdec_edittext.h | 4 libswfdec/swfdec_edittext_movie.c | 65 +++------ libswfdec/swfdec_e...
2007 Mar 16
0
5 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/swfdec_loader.c libswfdec/swfdec_player.c
...jpeg \ swfdec_audio_internal.h \ swfdec_audio_event.h \ + swfdec_audio_flv.h \ swfdec_audio_stream.h \ swfdec_bits.h \ swfdec_button.h \ swfdec_button_movie.h \ swfdec_cache.h \ + swfdec_cached.h \ swfdec_character.h \ swfdec_codec.h \ swfdec_color.h \ - swfdec_compiler.h \ + swfdec_connection.h \ swfdec_debug.h \ swfdec_debugger.h \ swfdec_decoder.h \ swfdec_edittext.h \ swfdec_edittext_movie.h \ swfdec_event.h \ + swfdec_flv_decoder.h \ swfdec_font.h \ swfdec_graphic.h \ swfdec_graphic_movie.h \ swfdec_image.h \ swfdec_js.h \ + swfdec_listener.h \ swfdec_loader_...
2007 Apr 06
0
3 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_codec.c libswfdec/swfdec_codec_ffmpeg.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_codec.h libswfdec/swfdec_codec_screen.c libswfdec/swfdec_codec_video.c
...bswfdec/Makefile.am b/libswfdec/Makefile.am index 0ad15c5..fa1abb6 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -35,6 +35,7 @@ libswfdec_@SWFDEC_MAJORMINOR@_la_SOURCES swfdec_codec_adpcm.c \ $(CODECS) \ swfdec_codec_screen.c \ + swfdec_codec_video.c \ swfdec_color.c \ swfdec_connection.c \ swfdec_debug.c \ @@ -122,6 +123,7 @@ noinst_HEADERS = \ swfdec_cached.h \ swfdec_character.h \ swfdec_codec.h \ + swfdec_codec_video.h \ swfdec_color.h \ swfdec_connection.h \ swfdec_debug.h \ diff --git a/libswfdec/swfdec_codec.c b/libswfdec/swfdec_codec.c index 8affa1c..32ad9cc...
2007 May 23
0
Branch 'as' - 7 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_strings.c
...c- at SWFDEC_MAJO foofiles = \ swfdec_js.c \ - swfdec_js_color.c \ swfdec_js_connection.c \ swfdec_js_global.c \ swfdec_js_mouse.c \ @@ -64,6 +63,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES swfdec_codec_screen.c \ swfdec_codec_video.c \ swfdec_color.c \ + swfdec_color_as.c \ swfdec_connection.c \ swfdec_debug.c \ swfdec_debugger.c \ @@ -160,6 +160,7 @@ noinst_HEADERS = \ swfdec_codec_audio.h \ swfdec_codec_video.h \ swfdec_color.h \ + swfdec_color_as.h \ swfdec_connection.h \ swfdec_debug.h \ swfdec_debugger.h \ diff --git a/libswfdec/swfdec_as_object.c b/libswfdec/swfde...
2007 Jun 28
0
Branch 'as' - 4 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
....h \ + swfdec_as_number.h \ + swfdec_as_string.h \ + swfdec_as_strings.h \ + swfdec_as_super.h \ + swfdec_as_with.h \ swfdec_audio_internal.h \ swfdec_audio_event.h \ swfdec_audio_flv.h \ @@ -68,7 +74,7 @@ IGNORE_HFILES= \ swfdec_codec_audio.h \ swfdec_codec_video.h \ swfdec_color.h \ - swfdec_connection.h \ + swfdec_color_as.h \ swfdec_debug.h \ swfdec_debugger.h \ swfdec_decoder.h \ @@ -80,6 +86,7 @@ IGNORE_HFILES= \ swfdec_graphic.h \ swfdec_graphic_movie.h \ swfdec_image.h \ + swfdec_interval.h \ swfdec_js.h \ swfdec_listener.h \ swfdec_loader_internal.h \ @@ -88,6 +95,7 @@ IG...
2007 Apr 27
0
Changes to 'refs/tags/0.4.3'
...wfdec_codec_screen.c | 80 libswfdec/swfdec_color.c | 73 libswfdec/swfdec_color.h | 33 libswfdec/swfdec_compiler.c | 1514 ----------- libswfdec/swfdec_compiler.h | 22 libswfdec/swfdec_connection.c | 123 libswfdec/swfdec_connection.h | 57 libswfdec/swfdec_debug.c | 14 libswfdec/swfdec_debug.h | 2 libswfdec/swfdec_debugger.c | 273 + libswfdec/swfdec_debugger.h...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...swfdec_codec_video.h | 57 libswfdec/swfdec_color.c | 102 libswfdec/swfdec_color.h | 40 libswfdec/swfdec_compiler.c | 1514 ---------- libswfdec/swfdec_compiler.h | 22 libswfdec/swfdec_connection.c | 123 libswfdec/swfdec_connection.h | 57 libswfdec/swfdec_debug.c | 18 libswfdec/swfdec_debug.h | 8 libswfdec/swfdec_debugger.c | 273 + libswfdec/swfdec_debugger.h...
2007 Apr 08
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_audio_flv.c libswfdec/swfdec_audio_flv.h libswfdec/swfdec_audio_stream.c libswfdec/swfdec_audio_stream.h libswfdec/swfdec_buffer.c libswfdec/swfdec_codec_adpcm.c libswfdec/swfdec_codec_audio.c
...ec_codec_adpcm.c \ + swfdec_codec_audio.c \ $(CODECS) \ swfdec_codec_screen.c \ swfdec_codec_video.c \ @@ -122,7 +122,7 @@ noinst_HEADERS = \ swfdec_cache.h \ swfdec_cached.h \ swfdec_character.h \ - swfdec_codec.h \ + swfdec_codec_audio.h \ swfdec_codec_video.h \ swfdec_color.h \ swfdec_connection.h \ diff --git a/libswfdec/swfdec_audio_flv.c b/libswfdec/swfdec_audio_flv.c index feb6b57..bdca2c2 100644 --- a/libswfdec/swfdec_audio_flv.c +++ b/libswfdec/swfdec_audio_flv.c @@ -35,10 +35,8 @@ swfdec_audio_flv_dispose (GObject *objec SwfdecAudioFlv *flv = SWFDEC_AUDIO_FLV (object); if (f...