Displaying 20 results from an estimated 2000 matches similar to: "can't play youtube videos with latest git"
2008 May 03
1
[Bug 15814] New: unable to view new york times feature
http://bugs.freedesktop.org/show_bug.cgi?id=15814
           Summary: unable to view new york times feature
           Product: swfdec
           Version: git
          Platform: Other
               URL: http://www.nytimes.com/slideshow/2007/08/31/realestate/2
                    0070902_SKETCH_FEATURE.html
        OS/Version: All
            Status: NEW
          Severity: normal
         
2007 Oct 11
0
10 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_buffer.c libswfdec/swfdec_movie_as_drawing.c test/image test/sound
configure.ac                            |    2 -
 doc/Makefile.am                         |    1 
 doc/swfdec-sections.txt                 |    2 +
 libswfdec/swfdec_buffer.c               |   12 +++++++
 libswfdec/swfdec_movie_as_drawing.c     |   49 ++++++++++++++++++++++++++++----
 test/image/Makefile.am                  |   12 +++++++
 test/image/drawing-zorder-5.swf         |binary
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
2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
Missing are capitalization/formatting of data type & function labels,
as well as addressing the unit labels for the y-axis.
---
 src/flexchart/flexchart.mxml                   |    4 +
 src/flexchart/org/ovirt/Constants.as           |   17 +++
 src/flexchart/org/ovirt/charts/BarChart.as     |  155 ++++++++++++++++--------
 src/flexchart/org/ovirt/charts/HostChart.as    |   42 ++++++-
2007 Nov 01
3
[Bug 13051] New: CNN Cartoon Clicks are not responsive to mouse events
http://bugs.freedesktop.org/show_bug.cgi?id=13051
           Summary: CNN Cartoon Clicks are not responsive to mouse events
           Product: swfdec
           Version: 0.5.3
          Platform: x86-64 (AMD64)
               URL: http://i.cnn.net/cnn/POLITICS/analysis/toons/2007/10/17/
                    mikula/10.19.07.waterblack.swf
        OS/Version: Linux (All)
            Status: NEW
   
2008 May 02
0
[Bug 15801] New: AOL video doesn't play
http://bugs.freedesktop.org/show_bug.cgi?id=15801
           Summary: AOL video doesn't play
           Product: swfdec
           Version: git
          Platform: x86-64 (AMD64)
               URL: http://video.aol.com/video/comedy-funny-cat/2018555
        OS/Version: Linux (All)
            Status: NEW
          Severity: enhancement
          Priority: medium
         Component: plugin
  
2008 May 02
1
[Bug 15802] New: Videos on liveleak.com don't work
http://bugs.freedesktop.org/show_bug.cgi?id=15802
           Summary: Videos on liveleak.com don't work
           Product: swfdec
           Version: git
          Platform: x86-64 (AMD64)
               URL: http://www.liveleak.com/view?i=66e_1203010542
        OS/Version: Linux (All)
            Status: NEW
          Severity: enhancement
          Priority: medium
         Component:
2007 Jun 10
1
variable scope
caveat: I haven't either read actionscript language spec nor really
got through swfdec context, frame and such. This is fully based on
blocky.swf code inspection.
thanks to flare, i can extract the below beautiful code. You don't
need to understand the whole thing but there is one thing to notice:
border[XY]start are initialized in on(press) and get used in
on(release). Currently swfdec
2007 Jun 03
1
some patches for swfdec
Here are some patches I made yesterday. They add three actions:
duplicateClip, removeClip and With, one method Math.abs and bug fixes.
All base off 'as' branch. Please have a look if you are going to apply
them because I'm quite new in swfdec development.
BTW, how can I implement createEmptyMovieClip? I have no idea how to
create an SwfdecMovie properly. I also need to add the
2007 Nov 20
0
4 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_resource.c test/image test/trace
libswfdec/swfdec_movie.c                                |   32 +++++++++++++++-
 libswfdec/swfdec_movie.h                                |    6 +++
 libswfdec/swfdec_resource.c                             |    4 +-
 test/image/Makefile.am                                  |    9 ++++
 test/image/mask-different-parent-5.swf                  |binary
 test/image/mask-different-parent-5.swf.png        
2007 Oct 12
0
4 commits - libswfdec/swfdec_shape_parser.c NEWS README test/trace
NEWS                                            |   19 ++++++++
 README                                          |    9 ++--
 libswfdec/swfdec_shape_parser.c                 |    2 
 test/trace/Makefile.am                          |    3 +
 test/trace/crash-0.5.2-cvs-too-many-changes.swf |binary
 test/trace/crash-0.5.2-cvs-too-many-changes.xml |   54 ++++++++++++++++++++++++
 6 files changed, 82
2007 Nov 07
0
14 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_net_stream.c libswfdec/swfdec_script.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_tag.c libswfdec/swfdec_text_field_movie.c
libswfdec/swfdec_as_context.c            |   33 --
 libswfdec/swfdec_as_interpret.c          |  397 +++++++++++++++----------------
 libswfdec/swfdec_as_interpret.h          |   10 
 libswfdec/swfdec_net_stream.c            |    1 
 libswfdec/swfdec_script.c                |   39 ---
 libswfdec/swfdec_sprite_movie.c          |   72 +++++
 libswfdec/swfdec_tag.c                   |    2 
2008 Jan 08
0
9 commits - configure.ac test/custom test/Makefile.am test/swfdec_test_initialize.as test/swfdec_test_initialize.h test/swfdec_test_test.c test/trace
configure.ac                                             |    1 
 dev/null                                                 |binary
 test/Makefile.am                                         |    2 
 test/custom/.gitignore                                   |    2 
 test/custom/Makefile.am                                  |   85 +++
 test/custom/button-events-button-5.swf                   |binary
2007 May 29
0
Branch 'as' - 8 commits - libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_math.c libswfdec/swfdec_as_math.h libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c
libswfdec/Makefile.am           |    2 
 libswfdec/swfdec_as_array.c     |   10 ++++
 libswfdec/swfdec_as_context.c   |   18 ++++++-
 libswfdec/swfdec_as_interpret.c |  100 +++++++++++++++++++++++++++-------------
 libswfdec/swfdec_as_math.c      |   58 +++++++++++++++++++++++
 libswfdec/swfdec_as_math.h      |   33 +++++++++++++
 libswfdec/swfdec_as_strings.c   |    4 +
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
libswfdec/Makefile.am               |    2 
 libswfdec/swfdec_as_interpret.c     |   37 ++-------
 libswfdec/swfdec_load_object.c      |   34 ++++++--
 libswfdec/swfdec_load_object_as.c   |    4 
 libswfdec/swfdec_loader.c           |    7 -
 libswfdec/swfdec_loader_internal.h  |    2 
 libswfdec/swfdec_net_stream.c       |   28 +++++-
 libswfdec/swfdec_player.c           |  147
2000 Nov 16
1
postscript error
I have generated a graph on the X11 device, but when I
> dev.copy(postscript)
postscript 
         3 
> dev.off()
X11 
  2 
>
the Rplots.ps file is generated but contains a prologue only.
Can anyone suggest what I am doing wrong? Just to anticipate the
upgrade reply ...
> version
         _                
platform i686-pc-linux-gnu
arch     i686             
os       linux-gnu    
2007 Dec 03
0
12 commits - libswfdec/Makefile.am libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_gradient_pattern.c libswfdec/swfdec_gradient_pattern.h libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_pattern.c
libswfdec/Makefile.am                               |    2 
 libswfdec/swfdec_as_strings.c                       |   17 +
 libswfdec/swfdec_as_types.c                         |   16 +
 libswfdec/swfdec_as_types.h                         |    2 
 libswfdec/swfdec_gradient_pattern.c                 |  129 +++++++++++++++
 libswfdec/swfdec_gradient_pattern.h                 |   67 +++++++
2007 May 29
0
Branch 'as' - 6 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_js_xml.c libswfdec/swfdec_tag.c player/swfplay.c
libswfdec/swfdec_as_interpret.c |  126 +++++++++++++++++-----------------------
 libswfdec/swfdec_js_xml.c       |    2 
 libswfdec/swfdec_tag.c          |    2 
 player/swfplay.c                |    2 
 4 files changed, 60 insertions(+), 72 deletions(-)
New commits:
diff-tree 66f9ced7820cb09446dc493778fbd8348bfcb626 (from 33ee0a567aa0a7d9b287a5285527b436ae3fe560)
Author: Benjamin Otte <otte
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
Makefile.am                          |    1 
 configure.ac                         |    1 
 debian/.gitignore                    |    1 
 debian/changelog                     |   54 -----------
 debian/control                       |   36 -------
 debian/copyright                     |   10 --
 debian/libswfdec-dev.dirs            |    2 
 debian/libswfdec-dev.files           |    5 -
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