similar to: Changes to 'refs/tags/0.5.4'

Displaying 20 results from an estimated 5000 matches similar to: "Changes to 'refs/tags/0.5.4'"

2007 Oct 12
1
NEWS
NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: diff-tree 3607703c012ac59cb9609b45c2837d0876ed2898 (from 835eda8c888d6f3125f571f69132e293b66e495e) Author: Benjamin Otte <otte at gnome.org> Date: Fri Oct 12 19:26:45 2007 +0200 copy/paste error in my brain when writing this diff --git a/NEWS b/NEWS index 1006e58..10b69f7 100644 --- a/NEWS +++ b/NEWS @@ -7,7
2007 Oct 12
1
[PATCH] little typo in news file
Hi, patch inlined for reowkr -> rework conversion in 0.5.3 NEWS entry. cheers, riccardo diff --git a/NEWS b/NEWS index 10b69f7..245c336 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ Lots of new built-in objects and code cleanup are the highlights of yet another Swfdec release. And a little less condensed: - rework of what APIs call into the script engine. This greatly simplifies using
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
Tag '0.5.5' created by Benjamin Otte <otte at gnome.org> at 2007-12-17 20:20 -0800 release 0.5.5 ("cps") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHZtodvMv5VCdLq8QRAvTmAKDtEvlvtLBIj5nu8GE6ECGjh8lCGQCgyiAN Dkfb85qxYlfTKKJC6qYH/sU= =VWgB -----END PGP SIGNATURE----- Changes since 0.5.4: Andreas Henriksson (1): make
2009 Mar 05
1
Question about SwfdecAsScriptFunction in swfdec
Hello, I got a question about the script function class(SwfdecAsScriptFunction) design in swfdec. Why doesn't a script function mark its target(SwfdecAsScriptFunction::target) in the marking phase? What if the function's target has been destroyed while the function itself is still kept alive? (Answer myself: then there would be a segfault when executing that function) Let me give a
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
libswfdec/swfdec_as_interpret.c | 3 libswfdec/swfdec_as_strings.c | 14 libswfdec/swfdec_load_object.c | 178 +--- libswfdec/swfdec_load_object.h | 21 libswfdec/swfdec_load_object_as.c | 71 + libswfdec/swfdec_loader.c | 75 +
2009 Apr 03
1
swfdec-player - error
Hi, I have problem strange with swf. When i run: $ swfdec-player http://www.pibmug.com/files/map_test.swf it's run swf. Everything is OK But when I try this swf: $ swfdec-player http://www.fi.muni.cz/~xstancek/lineChart.swf SWFDEC: ERROR: swfdec_sprite_movie.c(286): swfdec_sprite_movie_perform_place: using non-implemented clip events 256 ....... SWFDEC: ERROR:
2008 Jul 04
2
swfdec and clutter
hi, i started an experimental clutter-swf renderer project http://www.students.itu.edu.tr/~gumusuy/clutter-swf-0.1.0.tar.bz2 using swfdec-0.6 In fact this project is a part of bigger 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
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 Sep 26
1
Youtube broken by 89d295a94
Hello! The current swfdec from git won't play videos on youtube. I had bisected the change. 8fc53e76 ("merge the too get_variable functions") is the last good revision. 89d295a94 ("implement swfdec_action_get_movie_by_path() and use it for GetVariable") is broken. Broken revisions show "share" and "watch" on blinking white background with two labels
2007 Oct 28
1
2 commits - libswfdec/swfdec_as_interpret.c test/trace
libswfdec/swfdec_as_interpret.c | 1 + test/trace/Makefile.am | 3 +++ test/trace/crash-0.5.3-divide-by-zero.as | 5 +++++ test/trace/crash-0.5.3-divide-by-zero.swf |binary test/trace/crash-0.5.3-divide-by-zero.swf.trace | 1 + 5 files changed, 10 insertions(+) New commits: commit c6d96d7d47704ca3d62c08d35874c64f7878bdf2 Author:
2007 Oct 25
0
12 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c test/trace
libswfdec/swfdec_as_internal.h | 4 libswfdec/swfdec_as_interpret.c | 44 +++++++ libswfdec/swfdec_as_object.c | 73 +++++++++---- libswfdec/swfdec_text_field_movie.c | 20 +-- libswfdec/swfdec_text_field_movie_as.c | 6 - test/trace/Makefile.am | 45 ++++++-- test/trace/instance-of-5.swf
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
2007 Dec 11
9
[Bug 13604] New: Assertion failure when seeking on youtube with pulseaudio backend.
http://bugs.freedesktop.org/show_bug.cgi?id=13604 Summary: Assertion failure when seeking on youtube with pulseaudio backend. Product: swfdec Version: unspecified Platform: x86-64 (AMD64) URL: http://www.youtube.com OS/Version: Linux (All) Status: NEW Severity: normal Priority:
2007 Mar 07
1
2 commits - libswfdec/swfdec_script.c test/trace
libswfdec/swfdec_script.c | 14 ++++++++++++-- test/trace/Makefile.am | 2 ++ test/trace/gotoframe.swf |binary test/trace/gotoframe.swf.trace | 13 +++++++++++++ 4 files changed, 27 insertions(+), 2 deletions(-) New commits: diff-tree 12348410a3509928a6e8e4c8ca00292a58ff542c (from 46e62d4410c20c19774a45758d8ebf11cd0bdf96) Author: Benjamin Otte <otte@gnome.org>
2007 Aug 15
3
2 commits - libswfdec/swfdec_as_object.c test/trace
libswfdec/swfdec_as_object.c | 62 +++++++++++++++------- test/trace/Makefile.am | 9 +++ test/trace/addProperty-set-prototypes-5.swf |binary test/trace/addProperty-set-prototypes-5.swf.trace | 4 + test/trace/addProperty-set-prototypes-6.swf |binary test/trace/addProperty-set-prototypes-6.swf.trace | 5 +
2007 Nov 08
0
8 commits - libswfdec-gtk/swfdec_gtk_player.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_date.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_player.c test/trace
libswfdec-gtk/swfdec_gtk_player.c | 3 libswfdec/swfdec_as_context.c | 10 - libswfdec/swfdec_as_date.c | 4 libswfdec/swfdec_as_frame.c | 4 libswfdec/swfdec_player.c | 18 + test/trace/Makefile.am | 18 +
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
Tag '0.5.3' created by Benjamin Otte <otte at gnome.org> at 2007-10-12 17:13 -0700 release 0.5.3 ("Tennis") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHD50fvMv5VCdLq8QRAj21AKC+kWUT9YN0gGDxLNS6Bequt5ufjgCgtYgd 9zH6AzP7/BHRfo0j1tw80V8= =wOYr -----END PGP SIGNATURE----- Changes since 0.5.2: Benjamin Otte: first try in getting movie
2007 Nov 07
0
36 commits - doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_strings.c libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h
doc/swfdec-sections.txt | 1 libswfdec/Makefile.am | 2 libswfdec/swfdec_amf.c | 2 libswfdec/swfdec_as_interpret.c | 30 libswfdec/swfdec_as_object.c | 15 libswfdec/swfdec_as_object.h | 1 libswfdec/swfdec_as_strings.c
2007 Aug 22
0
3 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_function.c test/trace
libswfdec/swfdec_as_array.c | 18 +--- libswfdec/swfdec_as_function.c | 3 test/trace/trace_properties.as | 165 +++++++++++++++++++++++++++++------------ 3 files changed, 129 insertions(+), 57 deletions(-) New commits: diff-tree adebed995585fa9f993062a75df17ff464113e93 (from 99c2574700ed7aaeef5cadbc45c7bfdd9ad7a6dd) Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Wed Aug
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