Displaying 20 results from an estimated 1000 matches similar to: "some patches for swfdec"
2007 Jun 23
1
Patches to make blocky.swf playable
So here is the patch series to make blocky.swf work with branch 'as'. Summary:
Nguy?n Th?i Ng?c Duy (7):
      Add a missing else statement
      Create swfdec_movie_duplicate
      Implement action CloneSprite with swfdec_movie_duplicate
      Add action RemoveSprite
      Add new variables to the target
      Remove movies with the same name when adding new movie
      We don't
2007 Jul 01
1
implementing MovieClip drawing API
Hi,
I would like to implement MovieClip.{moveTo,lineTo,lineStyle}. I
initially thought I could place an SwfdecShape inside an
SwfdecSpriteMovie created by createEmptyMovieClip then call
swfdec_shape_ counterparts when MovieClip.{moveTo,lineTo,lineStyle}
were called. It wasn't as easy as I had thought. All the functions are
highly tied to swf bitstream, even adding an SwfdecShapeMovie to
2007 Jun 17
2
Branch 'as' - test/trace
test/trace/Makefile.am |    1 
 test/trace/values.as   |   63 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)
New commits:
diff-tree aaca94203d8a0ccb8feb32c0d57df3401fca0350 (from 987074e275ac77f8799e5fdf41890e8ef126b291)
Author: Benjamin Otte <otte at gnome.org>
Date:   Sun Jun 17 12:56:42 2007 +0200
    add values.as which provides some default values
2008 Feb 03
3
[Bug 14346] New: swfdec-mozilla 100% CPU usage with some animations
http://bugs.freedesktop.org/show_bug.cgi?id=14346
           Summary: swfdec-mozilla 100% CPU usage with some animations
           Product: swfdec
           Version: 0.5.5
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: plugin
        AssignedTo: swfdec at lists.freedesktop.org
 
2007 Jun 18
2
as branch progress report
Since there seem to be quite some people hacking on the as branch, I'd
like to give some report about its progress. So if you encounter
regressions after a git pull, you know where to look (or who to ask).
For everyone not aware of this, the as branch will become 0.5.0 at
some point. I should probably merge it into HEAD soon and start
releasing it, but I'm still unsure about this, because
2007 Nov 09
0
10 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_loader.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie_clip_loader.c libswfdec/swfdec_movie.h
doc/swfdec-sections.txt                   |    1 
 libswfdec/swfdec_as_interpret.c           |   14 ++++-
 libswfdec/swfdec_as_object.c              |    6 +-
 libswfdec/swfdec_as_object.h              |    3 -
 libswfdec/swfdec_loader.c                 |   18 +++---
 libswfdec/swfdec_movie.c                  |   11 +++-
 libswfdec/swfdec_movie.h                  |    1 
2010 Jan 17
1
screenshot of swf file
Hi,
Im trying to thumbnail a swf file based on this found at 
http://www.mail-archive.com/swfdec at lists.freedesktop.org/msg00821.html.
#include <stdlib.h>
#include <stdio.h>
#include <swfdec/swfdec.h>
#include <cairo.h>
void swfdec_player_save (SwfdecPlayer *player, guint width, guint 
height, const char *filename) {
     cairo_surface_t *surface;
     cairo_t *cr;
    
2008 Jan 14
0
8 commits - player/swfdec-player.c player/swfdec-player.ui player/swfdec-window.c player/swfdec-window-handlers.c
player/swfdec-player.c          |    8 ++++----
 player/swfdec-player.ui         |    9 ++++++++-
 player/swfdec-window-handlers.c |   19 ++++++++++++++++++-
 player/swfdec-window.c          |   35 +++++++++++++++++++++++++++++++++--
 4 files changed, 63 insertions(+), 8 deletions(-)
New commits:
commit d7840716923b5367caf9fef02511161ce1c105dd
Author: Benjamin Otte <otte at gnome.org>
Date:
2008 Jan 03
0
data/Makefile.am data/swfdec-player.1 data/swfdec-thumbnailer.1
data/Makefile.am          |    2 ++
 data/swfdec-player.1      |   44 ++++++++++++++++++++++++++++++++++++++++++++
 data/swfdec-thumbnailer.1 |   39 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 85 insertions(+)
New commits:
commit 481b1aa876d52a5260dd3f75c967540f4252b474
Author: Santiago Garcia Mantinan <manty at debian.org>
Date:   Thu Jan 3 17:43:45 2008 +0100
    add man
2008 Jan 21
1
70 commits
Hey,
In case someone filters commit mails or doesn't read 1MB blobs, I've
just merged the result of me getting annoyed at various stuff.
Unfortunately, this grew a bit out of hand and ended up being very
huge. I expect this merge to have broken lots of things, so if you
find stuff that used to work and now doesn't work (or even crashes),
please poke me about it.
What does this patch
2008 Jan 14
0
player/swfdec-player.ui player/swfdec-window.c player/swfdec-window.h
player/swfdec-player.ui |   42 ++++++++++++++++++++++++++++++++++++
 player/swfdec-window.c  |   55 +++++++++++++++++++++++++++++++++++++++++++-----
 player/swfdec-window.h  |    3 +-
 3 files changed, 94 insertions(+), 6 deletions(-)
New commits:
commit 96cdd32e67011296e3d0dd4f20973aefbd9081cb
Author: Benjamin Otte <otte at gnome.org>
Date:   Mon Jan 14 13:49:10 2008 +0100
    add error
2007 Apr 22
0
3 commits - configure.ac libswfdec/swfdec_debug.h swfdec-gtk.pc.in swfdec.pc.in
configure.ac             |   12 ++++++------
 libswfdec/swfdec_debug.h |    2 +-
 swfdec-gtk.pc.in         |    2 +-
 swfdec.pc.in             |    2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)
New commits:
diff-tree 086e5f3c4da50df4b485792da7ca49a25484aebc (from ca4b02b5852291d4bf3d11e71278229530d6e973)
Author: Benjamin Otte <otte@gnome.org>
Date:   Sun Apr 22 12:45:03 2007 +0200
2007 Oct 19
0
4 commits - configure.ac data/.gitignore data/icons data/Makefile.am data/swfdec-gtk.pc.in data/swfdec.pc.in .gitignore Makefile.am player/swfplay.c swfdec-gtk.pc.in swfdec.pc.in
.gitignore                      |    3 
 Makefile.am                     |   16 --
 configure.ac                    |   11 +
 data/.gitignore                 |    3 
 data/Makefile.am                |   30 +++
 data/icons/22x22/Makefile.am    |    2 
 data/icons/22x22/swfdec.png     |binary
 data/icons/24x24/Makefile.am    |    2 
 data/icons/24x24/swfdec.png     |binary
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
configure.ac                                     |    3 
 swfdec-gtk/swfdec_gtk_loader.c                   |    6 
 swfdec-gtk/swfdec_playback_alsa.c                |   10 
 swfdec/.gitignore                                |    2 
 swfdec/Makefile.am                               |   13 
 swfdec/swfdec.h                                  |    1 
 swfdec/swfdec_as_string.c                        |  
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
doc/Makefile.am           |   20 ++++++++++++++++++--
 doc/swfdec-docs.sgml      |    1 +
 doc/swfdec-sections.txt   |   18 +++++++++++++++++-
 libswfdec/swfdec_loader.c |   15 +++++++++++++++
 libswfdec/swfdec_player.c |    8 ++++++++
 5 files changed, 59 insertions(+), 3 deletions(-)
New commits:
diff-tree 00252e7f75acd6466c2ae7c6fc446f4741dab7a1 (from 07b4bd5159998882ec3b665b5a0f8216663d8b43)
2007 Mar 26
0
6 commits - doc/swfdec-sections.txt libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec/swfdec_loader.c player/swfplay.c swfdec-gtk.pc.in
doc/swfdec-sections.txt           |    6 +++---
 libswfdec-gtk/Makefile.am         |    2 +-
 libswfdec-gtk/swfdec_gtk_player.c |   13 +++++++------
 libswfdec-gtk/swfdec_gtk_player.h |    4 ++--
 libswfdec/swfdec_loader.c         |    1 -
 player/swfplay.c                  |    2 +-
 swfdec-gtk.pc.in                  |    2 +-
 7 files changed, 15 insertions(+), 15 deletions(-)
New commits:
2009 Dec 14
2
[Bug 25634] New: [swfdec 0.9.2] Segmentation Fault, assertion 'SWFDEC_IS_AUDIO' failed
http://bugs.freedesktop.org/show_bug.cgi?id=25634
           Summary: [swfdec 0.9.2] Segmentation Fault, assertion
                    'SWFDEC_IS_AUDIO' failed
           Product: swfdec
           Version: unspecified
          Platform: x86-64 (AMD64)
        OS/Version: BSD (Others)
            Status: NEW
          Severity: normal
          Priority: medium
         Component:
2007 Nov 15
0
9 commits - data/Makefile.am player/swfdec-player.ui player/swfdec-window.c po/fr.po po/POTFILES.in po/POTFILES.skip thumbnailer/Makefile.am
data/Makefile.am        |    8 ++---
 player/swfdec-player.ui |   22 +++++++-------
 player/swfdec-window.c  |    2 -
 po/POTFILES.in          |    1 
 po/POTFILES.skip        |    1 
 po/fr.po                |   72 ++++++++++++++++++++++++++++++++----------------
 thumbnailer/Makefile.am |   20 +++++--------
 7 files changed, 74 insertions(+), 52 deletions(-)
New commits:
commit
2007 Nov 15
0
Swfdec 0.5.4 released
Hi,
here's a new release of the Swfdec packages.
swfdec-0.5.4 "2 advanced"
http://swfdec.freedesktop.org/download/swfdec/0.5/swfdec-0.5.4.tar.gz
MD5: 506b032204b71ffac7d0424eaf9608c4
swfdec-mozilla 0.5.4 "Ultravibe Pleasure 2000"
http://swfdec.freedesktop.org/download/swfdec/0.5/swfdec-0.5.4.tar.gz
MD5: 07fd3b851df6c70eb7f25944aa4990e3
swfdec-gnome-0.5.4 "Turkish
2008 Apr 20
2
[Bug 15620] New: swfdec git compilation fails @ swfdec-gtk in ubuntu hardy
http://bugs.freedesktop.org/show_bug.cgi?id=15620
           Summary: swfdec git compilation fails @ swfdec-gtk in ubuntu
                    hardy
           Product: swfdec
           Version: git
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: blocker
          Priority: highest
         Component: library
        AssignedTo: swfdec at