search for: swfdec_marshal

Displaying 20 results from an estimated 33 matches for "swfdec_marshal".

2007 Aug 05
0
7 commits - doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_object.c libswfdec/swfdec.h libswfdec/swfdec_key.h libswfdec/swfdec_marshal.list libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h
doc/swfdec-sections.txt | 3 + libswfdec/Makefile.am | 1 libswfdec/swfdec.h | 1 libswfdec/swfdec_as_object.c | 1 libswfdec/swfdec_key.h | 32 ++++++++++++++ libswfdec/swfdec_marshal.list | 1 libswfdec/swfdec_player.c | 83 +++++++++++++++++++++++++++++++++++-- libswfdec/swfdec_player.h | 5 ++ libswfdec/swfdec_player_internal.h | 3 + test/trace/swfdec_interaction.c | 34 +++++++++++++++ test/trace/swfdec_interaction.h | 11 +++- 1...
2007 Aug 26
0
9 commits - libswfdec-gtk/swfdec_source.c libswfdec/swfdec_marshal.list libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_swf_instance.c test/dump.c test/Makefile.am
libswfdec-gtk/swfdec_source.c | 2 libswfdec/swfdec_marshal.list | 2 libswfdec/swfdec_player.c | 55 ++++++++++++---------- libswfdec/swfdec_player.h | 4 - libswfdec/swfdec_player_internal.h | 2 libswfdec/swfdec_sprite_movie.c | 70 +++++++++++++++-------------- libswfdec/sw...
2007 Jul 26
0
17 commits - doc/swfdec-sections.txt libswfdec/compiler.c libswfdec/.gitignore libswfdec/Makefile.am libswfdec/swfdec_asbroadcaster.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_strings.c
...dec/Makefile.am index a6365a4..88f4c2f 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -72,7 +72,6 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES swfdec_html_parser.c \ swfdec_image.c \ swfdec_interval.c \ - swfdec_listener.c \ swfdec_loader.c \ swfdec_loadertarget.c \ swfdec_marshal.c \ @@ -181,7 +180,6 @@ noinst_HEADERS = \ swfdec_initialize.h \ swfdec_internal.h \ swfdec_interval.h \ - swfdec_listener.h \ swfdec_loader_internal.h \ swfdec_loadertarget.h \ swfdec_marshal.h \ diff --git a/libswfdec/swfdec_listener.c b/libswfdec/swfdec_listener.c deleted file mode 1...
2007 Dec 03
0
libswfdec/Makefile.am
...c \ swfdec_text_snapshot.c \ swfdec_transform.c \ - swfdec_enums.c \ swfdec_event.c \ swfdec_external_interface.c \ swfdec_file_loader.c \ @@ -102,7 +102,6 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_loadertarget.c \ swfdec_loadvars_as.c \ swfdec_local_connection.c \ - swfdec_marshal.c \ swfdec_microphone.c \ swfdec_morph_movie.c \ swfdec_morphshape.c \ @@ -157,6 +156,11 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_xml.c \ swfdec_xml_socket.c +libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ + $(libswfdec_source_files) \ + swfdec_enums.c \ + swfdec_mar...
2007 Mar 22
2
Patches to Fix Warnings
...used)). The attribute markings are all macroized so if you aren't using GCC to compile the macro is just a no-op. There's also a warning of a deprecated function generated by the ffmpeg, I've included a patch for that too. Note that these patches compile, but haven't been tested. swfdec_marshal.c generates unused parameter warnings but since it's generated code I can't fix it with a patch to swfdec. I'll probably start out by substituting a manually patched copy during my local build until I can work with the upstream author of the tool that generates the code to fix the prob...
2007 Sep 05
1
VP6 issues in Swfdec
...c_video_input_iterate (swfdec_video.c:82) ==31127== by 0x40A40F8: swfdec_video_movie_iterate_end (swfdec_video_movie.c:92) ==31127== by 0x4089287: swfdec_player_iterate (swfdec_player.c:1114) ==31127== by 0x4089533: swfdec_player_do_advance (swfdec_player.c:1156) ==31127== by 0x407A53A: swfdec_marshal_VOID__ULONG_UINT (swfdec_marshal.c:246) -- "alternative entropy decoding not supported" http://pown.alluc.org/179.swf http://pown.alluc.org/185.swf http://pown.alluc.org/207.swf http://pown.alluc.org/243.swf http://pown.alluc.org/376.swf http://pown.alluc.org/453.swf http://pown.alluc.o...
2007 Aug 20
2
libswfdec/swfdec_player.c
...index b303408..cd58cf5 100644 --- a/libswfdec/swfdec_player.c +++ b/libswfdec/swfdec_player.c @@ -38,7 +38,6 @@ #include "swfdec_initialize.h" #include "swfdec_internal.h" #include "swfdec_loader_internal.h" -#include "swfdec_load_object.h" #include "swfdec_marshal.h" #include "swfdec_movie.h" #include "swfdec_script.h"
2007 Feb 22
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_js.c libswfdec/swfdec_js_mouse.c libswfdec/swfdec_listener.c libswfdec/swfdec_listener.h libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_root_movie.c
...swfdec/Makefile.am index 0216266..1fd20c9 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -51,6 +51,7 @@ libswfdec_@SWFDEC_MAJORMINOR@_la_SOURCES swfdec_js_mouse.c \ swfdec_js_movie.c \ swfdec_js_sound.c \ + swfdec_listener.c \ swfdec_loader.c \ swfdec_loadertarget.c \ swfdec_marshal.c \ @@ -121,6 +122,7 @@ noinst_HEADERS = \ swfdec_graphic_movie.h \ swfdec_image.h \ swfdec_js.h \ + swfdec_listener.h \ swfdec_loader_internal.h \ swfdec_loadertarget.h \ swfdec_marshal.h \ diff --git a/libswfdec/swfdec_js.c b/libswfdec/swfdec_js.c index e6ce8a5..ee5c7b7 100644 --- a/l...
2008 Jun 15
1
14 commits - configure.ac swfdec/.gitignore swfdec-gtk/swfdec_gtk_loader.c swfdec-gtk/swfdec_playback_alsa.c swfdec/Makefile.am swfdec/swfdec_asnative.h swfdec/swfdec_as_string.c swfdec/swfdec_audio.c swfdec/swfdec_audio_load.c swfdec/swfdec_audio_load.h
...audio_event.h \ swfdec_audio_flv.h \ + swfdec_audio_load.h \ swfdec_audio_stream.h \ swfdec_audio_swf_stream.h \ swfdec_bits.h \ @@ -271,6 +274,7 @@ noinst_HEADERS = \ swfdec_internal.h \ swfdec_interval.h \ swfdec_load_object.h \ + swfdec_load_sound.h \ swfdec_loader_internal.h \ swfdec_marshal.h \ swfdec_morph_movie.h \ diff --git a/swfdec/swfdec_audio_load.c b/swfdec/swfdec_audio_load.c new file mode 100644 index 0000000..d63da2d --- /dev/null +++ b/swfdec/swfdec_audio_load.c @@ -0,0 +1,93 @@ +/* Swfdec + * Copyright (C) 2008 Benjamin Otte <otte at gnome.org> + * + * This librar...
2007 Aug 07
0
13 commits - libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_keys.c libswfdec-gtk/swfdec_gtk_keys.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec_as_types.c libswfdec/swfdec.h libswfdec/swfdec_initialize.as
...| 68 ++++++++--------- libswfdec/swfdec_initialize.as | 8 ++ libswfdec/swfdec_initialize.h | 143 +++++++++++++++++++++---------------- libswfdec/swfdec_key_as.c | 67 +++++++++++++++++ libswfdec/swfdec_keys.h | 125 ++++++++++++++++++++++++++++++++ libswfdec/swfdec_marshal.list | 2 libswfdec/swfdec_player.c | 43 +++++++---- libswfdec/swfdec_player.h | 7 + libswfdec/swfdec_player_as.c | 41 ++++++++++ libswfdec/swfdec_player_internal.h | 8 +- player/swfdec_debug_widget.c | 2 17 files changed, 547 insertions(+),...
2007 Dec 29
3
[Bug 13855] New: Assertion failure at the end of a movie
http://bugs.freedesktop.org/show_bug.cgi?id=13855 Summary: Assertion failure at the end of a movie Product: swfdec Version: 0.5.5 Platform: x86-64 (AMD64) URL: http://www.csfd.cz/film/224182-ja-legenda-i-am- legend/trailer/ OS/Version: Linux (All) Status: NEW Severity: major
2008 Apr 12
2
[Bug 15471] New: segmentation fault while seeking in youtube.com
...advance (player=0xa846980, msecs=40, audio_samples=1764) at swfdec_player.c:1720 priv = (SwfdecPlayerPrivate *) 0xa846a40 timeout = (SwfdecTimeout *) 0xa846bc8 target_time = 18976011264 __PRETTY_FUNCTION__ = "swfdec_player_do_advance" #9 0xb22da50d in swfdec_marshal_VOID__ULONG_UINT (closure=0xa8442c8, return_value=0x0, n_param_values=3, param_values=0xbfcc6b74, invocation_hint=0xbfcc6a7c, marshal_data=0xb22a3490) at swfdec_marshal.c:285 data1 = (gpointer) 0xa846980 data2 = <value optimized out> __PRETTY_FUNCTION__ =...
2007 Jan 14
0
Changes to 'refs/tags/0.4.1'
...+ libswfdec/swfdec_js_mouse.c | 10 libswfdec/swfdec_loader.c | 128 ++++++++- libswfdec/swfdec_loader.h | 3 libswfdec/swfdec_loader_internal.h | 9 libswfdec/swfdec_loadertarget.c | 135 ++++++++++ libswfdec/swfdec_loadertarget.h | 62 ++++ libswfdec/swfdec_marshal.list | 1 libswfdec/swfdec_net_stream.c | 286 +++++++++++++++++++++ libswfdec/swfdec_net_stream.h | 81 ++++++ libswfdec/swfdec_pattern.c | 14 - libswfdec/swfdec_player.c | 349 +++++++++++++++++++++++--- libswfdec/swfdec_player.h | 10 libswf...
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
....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_internal.h \ + swfdec_loadertarget.h \ swfdec_marshal.h \ swfdec_morph_movie.h \ swfdec_morphshape.h \ swfdec_movie.h \ + swfdec_net_stream.h \ swfdec_pattern.h \ swfdec_player_internal.h \ swfdec_rect.h \ swfdec_ringbuffer.h \ swfdec_root_movie.h \ + swfdec_root_sprite.h \ + swfdec_script.h \ + swfdec_scriptable.h \ swfdec_shape.h \...
2007 Dec 05
2
[Bug 13529] New: swf-mozilla will crash firefox when access www.tudou.com
http://bugs.freedesktop.org/show_bug.cgi?id=13529 Summary: swf-mozilla will crash firefox when access www.tudou.com Product: swfdec Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at
2007 May 17
0
Branch 'as' - 8 commits - libswfdec/.gitignore libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_object.h libswfdec/swfdec_movie.c libswfdec/swfdec_sprite_movie_as.c
....org> Date: Thu May 17 21:51:56 2007 +0200 ignore the compute-strings binary diff --git a/libswfdec/.gitignore b/libswfdec/.gitignore index 918defb..a203c5e 100644 --- a/libswfdec/.gitignore +++ b/libswfdec/.gitignore @@ -14,3 +14,5 @@ Makefile.in swfdec_as_strings.h swfdec_enums.[ch] swfdec_marshal.[ch] + +compute-strings diff-tree 7aac631b622ceb02bf4786ce0d82601cd6894d9d (from 704863faa6c5c74756860b94a3788d066ed7b8b1) Author: Benjamin Otte <otte at gnome.org> Date: Thu May 17 21:51:35 2007 +0200 typo in comment diff --git a/libswfdec/swfdec_as_object.h b/libswfdec/swfdec_as_obj...
2007 Aug 18
0
8 commits - libswfdec/Makefile.am libswfdec/swfdec_as_strings.c libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object_as.h libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h
...811..85ec276 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -74,6 +74,8 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES swfdec_image.c \ swfdec_interval.c \ swfdec_key_as.c \ + swfdec_load_object.c \ + swfdec_load_object_as.c \ swfdec_loader.c \ swfdec_loadertarget.c \ swfdec_marshal.c \ @@ -107,7 +109,6 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES swfdec_video.c \ swfdec_video_movie.c \ swfdec_video_movie_as.c \ - swfdec_xml.c \ swfdec_xml_as.c libswfdec_ at SWFDEC_MAJORMINOR@_la_CFLAGS = \ @@ -187,6 +188,8 @@ noinst_HEADERS = \ swfdec_initialize.h \ swfdec_in...
2007 Nov 14
0
5 commits - libswfdec/.gitignore libswfdec/swfdec_initialize.as test/image test/sound test/trace
...pekka.lampila at iki.fi> Date: Wed Nov 14 10:38:40 2007 +0200 Remove libswfdec/compute-strings from .gitignore diff --git a/libswfdec/.gitignore b/libswfdec/.gitignore index 950f4f0..9f923f0 100644 --- a/libswfdec/.gitignore +++ b/libswfdec/.gitignore @@ -17,4 +17,3 @@ swfdec_enums.[ch] swfdec_marshal.[ch] compiler -compute-strings commit a5ca19ae006e2f0e767bbbb8d22f7fa433d48752 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Tue Nov 13 11:53:33 2007 +0200 Add missing files to test/trace/Makefile.am diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index 3eb9bc8...
2007 Oct 17
0
28 commits - configure.ac debian/changelog debian/control debian/copyright debian/.gitignore debian/libswfdec0.dirs debian/libswfdec0.files debian/libswfdec0.shlibs debian/libswfdec-dev.dirs debian/libswfdec-dev.files debian/rules debian/swf-player.dirs
...| 33 +++++-- libswfdec/swfdec_flash_security.c | 104 ++++++++++++++++++++++ libswfdec/swfdec_flash_security.h | 57 ++++++++++++ libswfdec/swfdec_load_object.c | 10 +- libswfdec/swfdec_load_object.h | 4 libswfdec/swfdec_load_object_as.c | 2 libswfdec/swfdec_marshal.list | 1 libswfdec/swfdec_movie.c | 60 ------------- libswfdec/swfdec_movie.h | 8 - libswfdec/swfdec_net_stream.c | 3 libswfdec/swfdec_player.c | 159 +++++++++++++++++++++++++++++++++-- libswfdec/swfdec_player_internal.h | 20 +...
2007 Nov 01
0
3 commits - libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_player.c
..._got_loader, stream, + g_object_unref); } void diff --git a/libswfdec/swfdec_player.c b/libswfdec/swfdec_player.c index 439ceda..09e83e4 100644 --- a/libswfdec/swfdec_player.c +++ b/libswfdec/swfdec_player.c @@ -43,9 +43,10 @@ #include "swfdec_loader_internal.h" #include "swfdec_marshal.h" #include "swfdec_movie.h" +#include "swfdec_resource.h" +#include "swfdec_resource_request.h" #include "swfdec_script_internal.h" #include "swfdec_sprite_movie.h" -#include "swfdec_resource.h" #include "swfdec_utils.h&quot...