Benjamin Otte
2006-Dec-27 14:23 UTC
[Swfdec] Unnamed repository; edit this file to name it for gitweb.: Changes to 'master'
New branch 'master' available with the following commits:
Benjamin Otte
2006-Dec-28 03:04 UTC
[Swfdec] Unnamed repository; edit this file to name it for gitweb.: Changes to 'master'
src/plugin.c | 20 ++++++++++++++++++-- src/plugin.h | 7 +++++++ src/swfmoz_loader.c | 41 ++++++++++++++++++++++++++++++++++------- src/swfmoz_loader.h | 7 ++++++- src/swfmoz_player.c | 16 ++++++++++------ 5 files changed, 75 insertions(+), 16 deletions(-) New commits: commit e8be687b9f344c1f261135bd826b9771f7b8e1bf Author: Benjamin Otte <otte@gnome.org> Date: Thu Dec 28 12:04:23 2006 +0100 implement loading of new streams via swfmoz_loader_load
Benjamin Otte
2006-Dec-28 04:58 UTC
[Swfdec] Unnamed repository; edit this file to name it for gitweb.: Changes to 'master'
src/Makefile.am | 7 src/swfdec_playback.c | 417 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/swfdec_playback.h | 33 +++ src/swfmoz_player.c | 19 ++ src/swfmoz_player.h | 1 5 files changed, 475 insertions(+), 2 deletions(-) New commits: commit 719bd4ba978928f4e78b33926a08ccb952230232 Author: Benjamin Otte <otte@gnome.org> Date: Thu Dec 28 13:59:18 2006 +0100 add sound support commit 2d66ae985b88637179a4783413511c63464dd186 Author: Benjamin Otte <otte@gnome.org> Date: Thu Dec 28 13:59:05 2006 +0100 include the LIBS and CFLAGS for _all_ the packages we use commit 2f796ee19c6d997b4b43a07cedd7d9b4c2ea8db9 Author: Benjamin Otte <otte@gnome.org> Date: Thu Dec 28 13:37:43 2006 +0100 steal swfdec_playback.[ch], too