Benjamin Otte
2007-Mar-15 12:54 UTC
[Swfdec] 5 commits - libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h README
README | 4 ++++ libswfdec/swfdec_buffer.c | 20 ++++++++++++++++++++ libswfdec/swfdec_buffer.h | 20 ++++++++++++++++++++ 3 files changed, 44 insertions(+) New commits: diff-tree 6ace3ae6803985e664f83dea6635cf7542e7cf25 (from d40af94a8c20c295f39275f119ac98fc3e59e321) Author: Benjamin Otte <otte@gnome.org> Date: Thu Mar 15 20:54:45 2007 +0100 mention browser plugins in the README diff --git a/README b/README index b4ee63b..4433132 100644 --- a/README +++ b/README @@ -19,6 +19,10 @@ The test/ directory contains subdirector provided SWF files in the directory. See the README files in those directories for details on how to run or add these tests. +If you want to playing Flash files in your web browser, you need a browser +plugin additional to this library. The plugins are shipped in seperate +packages, like swfdec-mozilla. You can get them at the same location as swfdec. + Locations: diff-tree d40af94a8c20c295f39275f119ac98fc3e59e321 (from parents) Merge: 31e3e958c0a286c84d4ab7169bf94362421396cd c177682556b8107e82589593a0eee794e7f342b4 Author: Benjamin Otte <otte@gnome.org> Date: Thu Mar 15 19:55:02 2007 +0100 Merge branch 'master' of ssh://company@git.freedesktop.org/git/swfdec diff-tree 31e3e958c0a286c84d4ab7169bf94362421396cd (from parents) Merge: d2f707a35a57195654612cc45a7e929a613bf002 67b44670242272bce0eb891db7ffbcbaa3d1b428 Author: Benjamin Otte <otte@gnome.org> Date: Thu Mar 15 00:06:11 2007 +0100 Merge branch 'master' of ssh://company@git.freedesktop.org/git/swfdec diff-tree d2f707a35a57195654612cc45a7e929a613bf002 (from parents) Merge: e5b8351798dc61f091761723a8f53fc488008e05 467707141d1d5daa08fe9ebff8bcdfb7ed0abac1 Author: Benjamin Otte <otte@gnome.org> Date: Tue Mar 13 22:32:39 2007 +0100 Merge branch 'master' of ssh://company@git.freedesktop.org/git/swfdec diff-tree e5b8351798dc61f091761723a8f53fc488008e05 (from f3ceb92e7405d2cef3398baa79712eaee6eeabd1) Author: Benjamin Otte <otte@gnome.org> Date: Tue Mar 13 15:03:00 2007 +0100 add copyright header diff --git a/libswfdec/swfdec_buffer.c b/libswfdec/swfdec_buffer.c index c4ac67e..5de5ac8 100644 --- a/libswfdec/swfdec_buffer.c +++ b/libswfdec/swfdec_buffer.c @@ -1,3 +1,23 @@ +/* Swfdec + * Copyright (C) 2003-2006 David Schleef <ds@schleef.org> + * 2005-2006 Eric Anholt <eric@anholt.net> + * 2006-2007 Benjamin Otte <otte@gnome.org> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser 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 + */ #ifndef HAVE_CONFIG_H #include "config.h" diff --git a/libswfdec/swfdec_buffer.h b/libswfdec/swfdec_buffer.h index 02e6105..f303295 100644 --- a/libswfdec/swfdec_buffer.h +++ b/libswfdec/swfdec_buffer.h @@ -1,3 +1,23 @@ +/* Swfdec + * Copyright (C) 2003-2006 David Schleef <ds@schleef.org> + * 2005-2006 Eric Anholt <eric@anholt.net> + * 2006-2007 Benjamin Otte <otte@gnome.org> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser 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 + */ #ifndef __SWFDEC_BUFFER_H__ #define __SWFDEC_BUFFER_H__
Apparently Analagous Threads
- 10 commits - doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_buffer.c libswfdec/swfdec_debugger.c libswfdec/swfdec.h
- 8 commits - libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h libswfdec/swfdec_root_sprite.c libswfdec/swfdec_swf_decoder.c libswfdec/swfdec_tag.c NEWS test/parse.c
- 7 commits - configure.ac doc/swfdec-docs.sgml libswfdec/js libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h libswfdec/swfdec_js_movie.c test/trace
- libswfdec/swfdec_buffer.c
- [Bug 21004] New: segfault loading www.serjtankian. com in swfdec_buffer_ref at swfdec_buffer.c:269