Displaying 20 results from an estimated 30 matches for "swfdec_source".
Did you mean:
swfdec_resource
2007 Aug 22
0
Branch 'vivi' - 2 commits - libswfdec-gtk/swfdec_source.c vivified/ui
libswfdec-gtk/swfdec_source.c | 4 ++--
vivified/ui/vivi_movie_list.c | 13 ++++++++++++-
2 files changed, 14 insertions(+), 3 deletions(-)
New commits:
diff-tree 73e6028c89191b80deaf5858ea468522749bf451 (from 32192c024105f03a19dcf93ca92ca56f43fd5b56)
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Aug 22 09...
2007 Apr 03
0
11 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_playback_alsa.c libswfdec-gtk/swfdec_source.c libswfdec/swfdec_cached.c libswfdec/swfdec_font.c libswfdec/swfdec_morphshape.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_script.c
libswfdec-gtk/swfdec_gtk_loader.c | 10 ++++++++--
libswfdec-gtk/swfdec_playback_alsa.c | 3 +--
libswfdec-gtk/swfdec_source.c | 32 ++++++++++++++++++++++++--------
libswfdec/swfdec_cached.c | 3 +--
libswfdec/swfdec_font.c | 19 ++++++++++++++-----
libswfdec/swfdec_morphshape.c | 10 ++++++++--
libswfdec/swfdec_net_stream.c | 3 ++-
libswfdec/swfdec_script.c...
2007 Aug 02
0
10 commits - libswfdec/compiler.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_player.c NEWS test/trace
NEWS | 11 +++++
libswfdec-gtk/swfdec_source.c | 2 -
libswfdec/Makefile.am | 3 +
libswfdec/compiler.c | 58 ++---------------------------
libswfdec/swfdec_player.c | 35 +++++++++--------
test/trace/Makefile.am | 7 +++
test/trace/netst...
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 |...
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
....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/.gitignore | 2
player/Makefile.am | 39 -
player/swfdebug.c | 9
play...
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 Jan 14
0
swfdec-mozilla: Changes to 'refs/tags/0.4.1'
...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(-)
---
2007 Apr 27
0
swfdec-mozilla: Changes to 'refs/tags/0.4.4'
...8 ---
src/Makefile.am | 12 -
src/plugin.c | 74 ++++++--
src/plugin.h | 1
src/plugin_x11.c | 204 +++++++---------------
src/plugin_x11.h | 3
src/swfdec_playback.c | 355 --------------------------------------
src/swfdec_playback.h | 33 ---
src/swfdec_source.c | 158 -----------------
src/swfdec_source.h | 32 ---
src/swfmoz_dialog.c | 280 ++++++++++++++++++++++++++++++
src/swfmoz_dialog.h | 58 ++++++
src/swfmoz_loader.c | 31 +++
src/swfmoz_loader.h | 4
src/swfmoz_player.c | 461 +++++++++++++++++++++++++++++++++++++++++--...
2008 Jul 04
2
swfdec and clutter
...oject.
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 swfdec-gtk enabled. Is i...
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'
...0 ++++
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 | 4
test/sound/sound.c | 16 -
test/trace/trace.c | 4
72 files changed, 3533 insertions(+),...
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
...+++ 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
libswfdec_gtk_ at SWFDEC_MAJORMINOR@_la_CFLAGS = \
- -I$(top_srcdir) $(js_cflags) $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(GTK_CFLAGS) \
+ -I$(top_srcdir) $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(GTK_CFLAGS) \
$(AUDIO_CFLAGS) $(HTTP_CFLAGS) \
-...
2006 Dec 29
0
swfdec-mozilla: Changes to 'refs/tags/0.4.0'
...restrict symbols to those listed in plugin.symbols
we're the mozilla plugin!
more hacking - now the first image is shown (yay!)
GThread doesn't work (this code doesn't either, 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...
2007 Apr 02
0
4 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
...quot;
diff --git a/libswfdec-gtk/Makefile.am b/libswfdec-gtk/Makefile.am
index eb16f88..b2dfb72 100644
--- a/libswfdec-gtk/Makefile.am
+++ b/libswfdec-gtk/Makefile.am
@@ -13,6 +13,7 @@ lib_LTLIBRARIES = libswfdec-gtk-@SWFDEC_
libswfdec_gtk_@SWFDEC_MAJORMINOR@_la_SOURCES = \
swfdec_playback.c \
swfdec_source.c \
+ swfdec_gtk_loader.c \
swfdec_gtk_player.c \
swfdec_gtk_widget.c
@@ -21,15 +22,16 @@ noinst_HEADERS = \
swfdec_source.h
libswfdec_gtk_@SWFDEC_MAJORMINOR@_la_CFLAGS = \
- $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(GTK_CFLAGS) $(AUDIO_CFLAGS) \
+ $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(GTK_CFLAG...
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
...ser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301 USA
- */
-
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#include <alsa/asoundlib.h>
-#include "swfdec_source.h"
-
-/* Why ALSA sucks for beginners:
- * - snd_pcm_delay is not sample-exact, but period-exact most of the time.
- * Yay for getting told the time every 512 samples when a human notices
- * a delay of 100 samples (oooops)
- * - lots of functions are simply not implemented. So the super-s...
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
...| 1
libswfdec-gtk/swfdec_gtk_loader.c | 243 +++++++++++++++++++++++++++++++++++
libswfdec-gtk/swfdec_gtk_loader.h | 44 ++++++
libswfdec-gtk/swfdec_gtk_player.c | 23 +--
libswfdec-gtk/swfdec_gtk_player.h | 9 -
libswfdec-gtk/swfdec_playback_alsa.c | 3
libswfdec-gtk/swfdec_source.c | 32 +++-
libswfdec/Makefile.am | 35 ++---
libswfdec/swfdec_amf.c | 126 ++++++++----------
libswfdec/swfdec_amf.h | 16 +-
libswfdec/swfdec_as_array.c | 104 ++++++++++++++
libswfdec/swfdec_as_array.h | 56 ++++++++...
2008 Jun 05
4
[Bug 16241] New: assertion failed: (movie->cache_state <= SWFDEC_MOVIE_INVALID_CHILDREN)
...ue optimized out>) at
gsignal.c:2243
#27 0x00007f7a0d071bc7 in swfdec_player_advance (player=0x3cd4de0, msecs=83)
at swfdec_player.c:3162
#28 0x00007f7a0d306a58 in swfdec_iterate_dispatch (source_=0x4390160,
callback=<value optimized out>, user_data=<value optimized out>) at
swfdec_source.c:109
#29 0x0000003f3883749b in IA__g_main_context_dispatch (context=<value optimized
out>)
at gmain.c:2009
#30 0x0000003f3883ac7d in g_main_context_iterate (context=<value optimized
out>,
block=<value optimized out>, dispatch=<value optimized out>, self=<value
o...
2007 Dec 02
2
[Bug 13491] New: 5min.com player causes assertion
...var_args = {{gp_offset = 40, fp_offset = 48,
overflow_arg_area = 0x7fffbf5d9e20, reg_save_area = 0x7fffbf5d9d60}}
#14 0x00002aaaaf9b0478 in swfdec_iterate_dispatch (
source_=<value optimized out>, callback=<value optimized out>,
user_data=<value optimized out>) at swfdec_source.c:109
source = (SwfdecIterateSource *) 0x3949d40
diff = 0
#15 0x00002af7ef2c6db4 in IA__g_main_context_dispatch (context=0x76c4f0)
at gmain.c:2061
No locals.
#16 0x00002af7ef2ca09d in g_main_context_iterate (context=0x76c4f0, block=1,
dispatch=1, self=<value optimized ou...
2008 Jun 02
4
[Bug 16206] New: Charts in Yahoo Finance crash swfdec
http://bugs.freedesktop.org/show_bug.cgi?id=16206
Summary: Charts in Yahoo Finance crash swfdec
Product: swfdec
Version: git
Platform: Other
URL: http://finance.yahoo.com/echarts?s=%5EDJI#symbol=%5EDJI;
range=1d
OS/Version: All
Status: NEW
Severity: critical
Priority: medium
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...-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 | 34
libswfdec-gtk/swfdec_playback_none.c | 38
libswfdec-gtk/swfdec_source.c | 41
libswfdec-gtk/swfdec_source.h | 2
libswfdec/Makefile.am | 52
libswfdec/jpeg/Makefile.am | 34
libswfdec/jpeg/bits.h | 134
libswfdec/jpeg/cogcompat.h...