search for: swfdec_playback

Displaying 20 results from an estimated 30 matches for "swfdec_playback".

2007 Jan 29
0
3 commits - autogen.sh configure.ac player/.gitignore player/Makefile.am player/swfdec_playback_alsa.c player/swfdec_playback.c player/swfdec_playback_none.c
autogen.sh | 2 +- configure.ac | 39 +++++++++++++++++++++++++++++++++------ player/.gitignore | 1 + player/Makefile.am | 28 +++++++++++++++++++--------- player/swfdec_playback_none.c | 38 ++++++++++++++++++++++++++++++++++++++ 5 files changed, 92 insertions(+), 16 deletions(-) New commits: diff-tree 133819a86a6435cce34751911118b74dd51f9bfc (from parents) Merge: d3add5d691f7832d56e3126003ce242822bfe11d 4e7806e7020535920cbb2009ed8b039fd64c046c Author: Benjamin Otte &lt...
2006 Dec 27
2
Unnamed repository; edit this file to name it for gitweb.: Changes to 'master'
New branch 'master' available with the following commits:
2007 Apr 27
0
swfdec-mozilla: Changes to 'refs/tags/0.4.4'
...company@git.freedesktop.org/git/swfdec-mozilla fix a nasty leak update NEWS release 0.4.3 back to cvs replace the old code with the new SwfdecGtkPlayer rework the plugin's X interaction. Set the background color on the right player there's not swfdec_playback.c anymore really track mouse motion events allocate the bg color before setting it manage the cursor and react to it changing fix drawing glitches in fullscreen Merge branch 'master' of ssh://company@git.freedesktop.org/git/swfdec-mozilla change the way v...
2007 Mar 27
0
15 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/.gitignore libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h
...libswfdec-gtk/swfdec-gtk.h | 17 libswfdec-gtk/swfdec_gtk_player.c | 338 ++++++++++++++++ libswfdec-gtk/swfdec_gtk_player.h | 56 ++ libswfdec-gtk/swfdec_gtk_widget.c | 717 +++++++++++++++++++++++++++++++++++ libswfdec-gtk/swfdec_gtk_widget.h | 73 +++ libswfdec-gtk/swfdec_playback.h | 8 libswfdec-gtk/swfdec_playback_alsa.c | 25 - libswfdec-gtk/swfdec_playback_none.c | 4 libswfdec-gtk/swfdec_source.c | 9 libswfdec-gtk/swfdec_source.h | 2 libswfdec/Makefile.am | 4 libswfdec/js/Makefile.am | 2 player...
2007 Jul 07
0
2 commits - doc/Makefile.am libswfdec-gtk/Makefile.am Makefile.am player/Makefile.am test/Makefile.am
..._about_24.png diff --git a/libswfdec-gtk/Makefile.am b/libswfdec-gtk/Makefile.am index 84a2e8e..97efc67 100644 --- a/libswfdec-gtk/Makefile.am +++ b/libswfdec-gtk/Makefile.am @@ -1,5 +1,3 @@ -if WITH_GTK - # this workaround is needed or autotools don't generate the .deps/*.Plo files correctly swfdec_playback.c: swfdec_playback_$(AUDIO_TYPE).c Makefile cmp -s $(srcdir)/swfdec_playback_$(AUDIO_TYPE).c swfdec_playback.c \ @@ -38,8 +36,6 @@ libswfdec_ at SWFDEC_MAJORMINOR@include_HEA swfdec_gtk_player.h \ swfdec_gtk_widget.h -endif - EXTRA_DIST = \ swfdec_playback_alsa.c \ swfdec_playback_none...
2007 Nov 10
6
[Bug 13167] New: crash firefox if you close tab while playing flash files
http://bugs.freedesktop.org/show_bug.cgi?id=13167 Summary: crash firefox if you close tab while playing flash files Product: swfdec Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: library AssignedTo: swfdec at lists.freedesktop.org
2008 Jul 04
2
swfdec and clutter
...igger clutter media project. For less dependency i configured swfdec by ./configure --prefix=/usr --disable-maintainer-mode --disable-gtk --disable-mad --disable-ffmpeg --disable-gstreamer --disable-vivified --disable-gtk-doc --with-audio=alsa switches My questions are about swfdec-gtk. 1- Why swfdec_playback.c and swfdec_source.c are a part of swfdec-gtk they can compile without gtk. In my case i used these codes directly by copying to my source tree. they can be a part of public swfdec api and project like clutter-swf can use them from libswfdec 2- http loader using libsoup is also enabled when swfd...
2007 Jul 07
0
Branch 'as' - 3 commits - doc/Makefile.am libswfdec-gtk/Makefile.am Makefile.am player/Makefile.am test/Makefile.am
..._about_24.png diff --git a/libswfdec-gtk/Makefile.am b/libswfdec-gtk/Makefile.am index 84a2e8e..97efc67 100644 --- a/libswfdec-gtk/Makefile.am +++ b/libswfdec-gtk/Makefile.am @@ -1,5 +1,3 @@ -if WITH_GTK - # this workaround is needed or autotools don't generate the .deps/*.Plo files correctly swfdec_playback.c: swfdec_playback_$(AUDIO_TYPE).c Makefile cmp -s $(srcdir)/swfdec_playback_$(AUDIO_TYPE).c swfdec_playback.c \ @@ -38,8 +36,6 @@ libswfdec_ at SWFDEC_MAJORMINOR@include_HEA swfdec_gtk_player.h \ swfdec_gtk_widget.h -endif - EXTRA_DIST = \ swfdec_playback_alsa.c \ swfdec_playback_none...
2007 Jan 31
0
Branch 'interpreter' - 20 commits - autogen.sh configure.ac libswfdec/js libswfdec/swfdec_debug.h libswfdec/swfdec_js.c libswfdec/swfdec_js_color.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_script.c
...+-- libswfdec/swfdec_js_movie.c | 25 -- libswfdec/swfdec_movie.c | 24 ++ libswfdec/swfdec_movie.h | 1 libswfdec/swfdec_script.c | 436 +++++++++++++++++++++++++++++++++++++---- player/.gitignore | 1 player/Makefile.am | 28 +- player/swfdec_playback_none.c | 38 +++ test/trace/Makefile.am | 6 test/trace/color-new.swf |binary test/trace/color-new.swf.trace | 10 test/trace/function1.swf |binary test/trace/function1.swf.trace | 50 ++++ test/trace/function2.swf |binary test/trace/function2.swf.trace |...
2007 Aug 08
0
5 commits - libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec_script.h player/Makefile.am test/Makefile.am
...te <otte at gnome.org> Date: Wed Aug 8 15:33:15 2007 +0200 remove outdated cruft from makefiles diff --git a/libswfdec-gtk/Makefile.am b/libswfdec-gtk/Makefile.am index e5dec9e..5aa9af5 100644 --- a/libswfdec-gtk/Makefile.am +++ b/libswfdec-gtk/Makefile.am @@ -8,8 +8,6 @@ CLEANFILES = swfdec_playback.c lib_LTLIBRARIES = libswfdec-gtk- at SWFDEC_MAJORMINOR@.la -js_cflags = -I$(srcdir)/js/ -I$(top_builddir)/libswfdec/js -DXP_UNIX -DDEBUG - libswfdec_gtk_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_playback.c \ swfdec_source.c \ @@ -23,9 +21,9 @@ noinst_HEADERS = \ swfdec_source.h l...
2008 Mar 07
7
[Bug 14875] New: crash with oss backend if /dev/dsp can not be opened
...Priority: medium Component: library AssignedTo: swfdec at lists.freedesktop.org ReportedBy: riccardo at datahost.it QAContact: swfdec at lists.freedesktop.org Latest git, i'm using alsa oss emulation. Failed to open /dev/dsp ** ** Swfdec-Gtk:ERROR:(swfdec_playback.c:225):audio_removed: code should not be reached Program received signal SIGABRT, Aborted. ---Type <return> to continue, or q <return> to quit--- [Switching to Thread 0xb7078a40 (LWP 12545)] 0xb721e546 in raise () from /lib/libc.so.6 (gdb) bt full #0 0xb721e546 in raise () from /lib/l...
2007 Jan 14
0
swfdec-mozilla: Changes to 'refs/tags/0.4.1'
...D PGP SIGNATURE----- Changes since 0.4.0: Benjamin Otte: back to cvs update to original (changed iteration semantics) update (speed was 1/speed) update NEWS for 0.4.1 update for release of 0.4.1 --- NEWS | 4 + configure.ac | 4 - src/swfdec_playback.c | 88 ++++----------------------- src/swfdec_source.c | 160 +++++++++++++------------------------------------- src/swfdec_source.h | 17 ----- 5 files changed, 62 insertions(+), 211 deletions(-) ---
2006 Dec 29
0
swfdec-mozilla: Changes to 'refs/tags/0.4.0'
...her, but whatever) Make the plugin work forgot to add plugin.h here steal swfdec_source.[ch] from swfdec implement iterating - but make plugin paused by default handle-mouse returns a boolean now implement loading of new streams via swfmoz_loader_load steal swfdec_playback.[ch], too include the LIBS and CFLAGS for _all_ the packages we use add sound support ensure there's a valid invalid area before starting to invalidate stuff use a plugin name and description that mimics the official flash player fix typo in plugin description...
2007 Nov 22
0
2 commits - libswfdec-gtk/swfdec_playback_pa.c
libswfdec-gtk/swfdec_playback_pa.c | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) New commits: commit ad6813b97fd06905442d5a9d77050287093e7baf Author: Eric Anholt <eric at anholt.net> Date: Thu Nov 22 15:40:17 2007 -0800 Fix PA assertion failure if the context fails...
2007 Feb 17
6
swfdec-mozilla: Changes to 'master'
src/plugin.c | 15 +++++++++++++-- src/swfmoz_player.c | 15 ++++++++++++++- src/swfmoz_player.h | 3 +++ 3 files changed, 30 insertions(+), 3 deletions(-) New commits: commit cb81679b7533d944dbb098f70da0a92ec4372749 Author: Benjamin Otte <otte@gnome.org> Date: Sat Feb 17 13:35:52 2007 +0100 implement FlashVars
2007 Mar 19
5
swfdec-mozilla: Changes to 'master'
configure.ac | 5 +++++ src/plugin.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) New commits: commit 34275329ed70819ec66a9e90d4c36a5f729c1759 Author: Benjamin Otte <otte@gnome.org> Date: Mon Mar 19 20:17:27 2007 +0100 Define XP_UNIX and MOZ_X11 instead of including the (internal) mozilla-config.h
2007 Jan 14
0
Changes to 'refs/tags/0.4.1'
...swfdec_types.h | 12 libswfdec/swfdec_video.c | 281 +++++++++++++++++++++ libswfdec/swfdec_video.h | 60 ++++ libswfdec/swfdec_video_movie.c | 129 +++++++++ libswfdec/swfdec_video_movie.h | 69 +++++ player/swfdebug.c | 4 player/swfdec_playback.c | 88 ------ player/swfdec_player_manager.c | 23 + player/swfdec_player_manager.h | 2 player/swfdec_source.c | 160 +++--------- player/swfdec_source.h | 17 - player/swfdec_widget.c | 58 +++- player/swfplay.c...
2006 Dec 28
13
swfdec-mozilla: Changes to 'master'
src/plugin.c | 5 ++--- src/swfmoz_player.c | 41 ++++++++++++++++++++++++++--------------- 2 files changed, 28 insertions(+), 18 deletions(-) New commits: commit 668da727adcabc3f468bcdd882dd0b0d42d03886 Author: Benjamin Otte <otte@gnome.org> Date: Thu Dec 28 19:05:20 2006 +0100 use a plugin name and description that mimics the official flash player These values
2007 Jul 16
0
configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_playback_oss.c
configure.ac | 14 + libswfdec-gtk/Makefile.am | 1 libswfdec-gtk/swfdec_playback_oss.c | 265 ++++++++++++++++++++++++++++++++++++ 3 files changed, 277 insertions(+), 3 deletions(-) New commits: diff-tree 6e644576c0bac40f193b31935946738a143c3c7a (from c45ceb30a4a9c438c89423e277d8684b2e66c65c) Author: Eric Anholt <eric at anholt.net> Date: Sun Jul 15 16:52:29 2007 -070...
2007 Jun 28
0
Branch 'as' - 5 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_movie.c test/trace
libswfdec-gtk/swfdec_playback_alsa.c | 3 -- libswfdec/swfdec_as_interpret.c | 32 ++++++++++++++++++++++++++++- libswfdec/swfdec_movie.c | 11 +++++++++ test/trace/Makefile.am | 7 ++++++ test/trace/removesprite-depths-5.swf |binary test/trace/removesprite...