Displaying 20 results from an estimated 500 matches similar to: "[PATCH] Fix compiler warnings that prevent compilation"
2007 Jul 18
0
12 commits - configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_playback_alsa.c libswfdec/jpeg libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c
configure.ac | 2
doc/swfdec-sections.txt | 5 -
libswfdec-gtk/swfdec_playback_alsa.c | 8 +-
libswfdec/Makefile.am | 1
libswfdec/jpeg/jpeg.c | 45 ++++++++--------
libswfdec/jpeg/jpeg.h | 2
libswfdec/swfdec_amf.c | 6 +-
libswfdec/swfdec_as_array.c
2007 Nov 08
0
configure.ac libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_as_date.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_types.c libswfdec/swfdec_audio_flv.c libswfdec/swfdec_audio_flv.h
configure.ac | 2 +-
libswfdec-gtk/swfdec_gtk_widget.c | 11 ++++-------
libswfdec-gtk/swfdec_playback_alsa.c | 8 +++++++-
libswfdec/swfdec_as_date.c | 18 ++++++++++--------
libswfdec/swfdec_as_interpret.c | 2 ++
libswfdec/swfdec_as_types.c | 5 +++++
libswfdec/swfdec_audio_flv.c | 2 +-
libswfdec/swfdec_audio_flv.h
2007 Aug 16
0
Branch 'vivi' - 18 commits - configure.ac doc/swfdec-sections.txt libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_types.h libswfdec/swfdec_player.c vivified/core vivified/ui
configure.ac | 2
doc/swfdec-sections.txt | 1
libswfdec/swfdec_as_context.c | 2
libswfdec/swfdec_as_frame.c | 37 ++++++++++++---
libswfdec/swfdec_as_frame.h | 1
libswfdec/swfdec_as_types.h | 5 +-
libswfdec/swfdec_player.c | 2
vivified/core/Makefile.am | 1
vivified/core/vivi_application.c | 68
2007 Jan 14
0
2 commits - configure.ac libswfdec/Makefile.am NEWS
NEWS | 16 ++++++++++++++++
configure.ac | 2 +-
libswfdec/Makefile.am | 1 +
3 files changed, 18 insertions(+), 1 deletion(-)
New commits:
diff-tree bdc3cfcd0acdffd27dcdfabe396d4d47162d197f (from ca781f3f13c2989f9735642a820942618f08c73e)
Author: Benjamin Otte <otte@gnome.org>
Date: Sun Jan 14 19:48:41 2007 +0100
update for 0.4.1
diff --git a/NEWS
2007 Feb 08
0
5 commits - configure.ac NEWS
NEWS | 12 ++++++++++++
configure.ac | 4 ++--
2 files changed, 14 insertions(+), 2 deletions(-)
New commits:
diff-tree bca06937c45d0d89271681e0dbd3a2fbeeaa9dd0 (from 4c71feeaac91fa2ef52d22b83ba56c672d524ae0)
Author: Benjamin Otte <otte@gnome.org>
Date: Thu Feb 8 21:29:42 2007 +0100
back to cvs
diff --git a/configure.ac b/configure.ac
index 055efb0..301a83a 100644
---
2007 Mar 20
0
9 commits - configure.ac libswfdec/swfdec_bits.c libswfdec/swfdec_debug.c libswfdec/swfdec_js.c libswfdec/swfdec_script.c libswfdec/swfdec_sound.c
configure.ac | 4 ++++
libswfdec/swfdec_bits.c | 20 ++++++++++++++++++--
libswfdec/swfdec_debug.c | 14 +++++++-------
libswfdec/swfdec_js.c | 35 -----------------------------------
libswfdec/swfdec_script.c | 28 ++++++++++++++++++++++++----
libswfdec/swfdec_sound.c | 2 +-
6 files changed, 54 insertions(+), 49 deletions(-)
New commits:
diff-tree
2007 Oct 14
3
libswfdec/swfdec_player.c
libswfdec/swfdec_player.c | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit f82b818ab4cf2148fafbb9eec5a27622ccd680d7
Author: Benjamin Otte <otte at gnome.org>
Date: Sun Oct 14 17:04:21 2007 +0200
lock the player when handling keys
ooooops
diff --git a/libswfdec/swfdec_player.c b/libswfdec/swfdec_player.c
index 32254ab..4980b21 100644
---
2007 Oct 11
0
libswfdec/swfdec_as_native_function.h
libswfdec/swfdec_as_native_function.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 1842d3858b37ce64020a91b2056415177594c266 (from d5d06f45e7c5a64725dd1c6fe061ff1e0fd15110)
Author: Pavel Roskin <proski at gnu.org>
Date: Thu Oct 11 11:05:56 2007 +0300
Fix a compiler warning when using SWFDEC_AS_CHECK
Avoid casting to (gpointer *) in
2007 Sep 04
0
5 commits - doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.c libswfdec/swfdec_asbroadcaster.c libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_native_function.c libswfdec/swfdec_as_native_function.h
doc/Makefile.am | 1
doc/swfdec-sections.txt | 3
libswfdec/swfdec_as_array.c | 1
libswfdec/swfdec_as_boolean.c | 2
libswfdec/swfdec_as_internal.h | 4
libswfdec/swfdec_as_native_function.c | 156 ++++++++++++++++++++++++++++++++++
libswfdec/swfdec_as_native_function.h | 21 ++++
libswfdec/swfdec_as_number.c
2007 Feb 17
0
8 commits - configure.ac doc/swfdec-sections.txt libswfdec/swfdec_loader.c libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h libswfdec/swfdec_root_movie.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_scriptable.h
configure.ac | 2 -
doc/swfdec-sections.txt | 1
libswfdec/swfdec_loader.c | 6 ++-
libswfdec/swfdec_player.c | 35 ++++++++++++++++++++---
libswfdec/swfdec_player.h | 4 ++
libswfdec/swfdec_player_internal.h | 3 +
libswfdec/swfdec_root_movie.c | 2 -
libswfdec/swfdec_script.c | 23 ++++++++++++++-
2006 Aug 21
1
[PATCH 3 of 6] dm-userspace internal libdmu support for userspace tool
# HG changeset patch
# User Ryan Grimm <grimm@us.ibm.com>
# Date 1156190589 18000
# Node ID a19a066dea764a70f06b4e4341229db92c2eb5c3
# Parent 53c5bcecfcfdb70cb3a2aed0adb564312988fbdd
dm-userspace internal libdmu support for userspace tool
Signed-off-by: Ryan Grimm <grimm@us.ibm.com>
Signed-off-by: Dan Smith <danms@us.ibm.com>
diff -r 53c5bcecfcfd -r a19a066dea76 tools/Makefile
2007 Aug 08
0
5 commits - libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec_script.h player/Makefile.am test/Makefile.am
libswfdec-gtk/Makefile.am | 6 ++----
libswfdec-gtk/swfdec_gtk_widget.c | 13 ++++++++-----
libswfdec/Makefile.am | 2 +-
libswfdec/swfdec_script.h | 2 --
player/Makefile.am | 6 +++---
test/Makefile.am | 10 +++++-----
6 files changed, 19 insertions(+), 20 deletions(-)
New commits:
diff-tree
2007 Jul 21
0
12 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/jpeg libswfdec/swfdec_as_array.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h
configure.ac | 2
doc/Makefile.am | 1
doc/swfdec-sections.txt | 2
libswfdec/jpeg/jpeg.c | 22 ++--
libswfdec/swfdec_as_array.c | 70 ++++++-------
libswfdec/swfdec_as_object.c | 95 +++++++++++++++--
libswfdec/swfdec_as_strings.c | 1
libswfdec/swfdec_player.c | 197
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
Makefile.am | 7
autogen.sh | 2
configure.ac | 27 +
doc/swfdec-sections.txt | 3
libswfdec-gtk/swfdec_gtk_player.c | 7
libswfdec-gtk/swfdec_gtk_player.h | 2
libswfdec-gtk/swfdec_gtk_widget.c |
2007 Jun 17
2
Branch 'as' - libswfdec/swfdec_as_interpret.c
libswfdec/swfdec_as_interpret.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
New commits:
diff-tree 38fbc1389267e593b44041018cbb1750bdcce0fb (from aaca94203d8a0ccb8feb32c0d57df3401fca0350)
Author: Benjamin Otte <otte at gnome.org>
Date: Sun Jun 17 14:19:45 2007 +0200
actually convert the values to a string when comparing strings
diff --git
2007 Jun 13
1
Branch 'as' - libswfdec/swfdec_movie.c
libswfdec/swfdec_movie.c | 3 +++
1 files changed, 3 insertions(+)
New commits:
diff-tree 774031e0bb34710e971ab143aac62300907486d3 (from a6c380467a9cb20fd2d151d74603f1de5637cabf)
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Jun 13 16:34:43 2007 +0200
fix matrix calculation - 3 lines got lost in the reorg
diff --git a/libswfdec/swfdec_movie.c b/libswfdec/swfdec_movie.c
2007 Dec 01
1
OpenBSD related patches
Hello, list !
Here is diff of changes, i had to make to get swfdec running on
OpenBSD 4.2-current.
Regards Valery.
P.S. Please cc me, i am not subscribed to the list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: swfdec.diff
Type: application/octet-stream
Size: 11628 bytes
Desc: not available
Url :
2007 Jul 02
0
Branch 'as' - 24 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c
configure.ac | 6
doc/Makefile.am | 1
doc/swfdec-sections.txt | 21 --
libswfdec/Makefile.am | 4
libswfdec/swfdec.h | 3
libswfdec/swfdec_amf.c | 8
libswfdec/swfdec_as_array.c | 15 -
libswfdec/swfdec_as_context.c
2007 Mar 27
0
15 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/.gitignore libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h
Makefile.am | 10
configure.ac | 51 +-
doc/Makefile.am | 16
doc/swfdec-docs.sgml | 7
doc/swfdec-sections.txt | 53 ++
doc/swfdec.types | 2
libswfdec-gtk/.gitignore | 14
libswfdec-gtk/Makefile.am | 40 +
libswfdec-gtk/swfdec-gtk.h
2007 Jul 07
0
Branch 'as' - 3 commits - doc/Makefile.am libswfdec-gtk/Makefile.am Makefile.am player/Makefile.am test/Makefile.am
Makefile.am | 13 ++++++++++---
doc/Makefile.am | 5 +++++
libswfdec-gtk/Makefile.am | 4 ----
player/Makefile.am | 4 ----
test/Makefile.am | 2 +-
5 files changed, 16 insertions(+), 12 deletions(-)
New commits:
diff-tree 9c722f8d1a73a21b7eb2939156c75ede85265663 (from parents)
Merge: aab61502175bd018e7de1c01b8ef86b909d932a0