search for: swfdec_level_default

Displaying 13 results from an estimated 13 matches for "swfdec_level_default".

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
...re in nano >= 1, add -Werror if supported if test x$SWFDEC_CVS = xyes ; then AS_COMPILER_FLAG(-Werror, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Werror") + DEFAULT_DEBUG_LEVEL="SWFDEC_LEVEL_WARNING" +else + DEFAULT_DEBUG_LEVEL="SWFDEC_LEVEL_ERROR" fi +AC_DEFINE_UNQUOTED(SWFDEC_LEVEL_DEFAULT, $DEFAULT_DEBUG_LEVEL, [Default debug level used]) SWFDEC_LIBVERSION="1:2:0" AC_SUBST(SWFDEC_LIBVERSION) diff --git a/libswfdec/swfdec_debug.c b/libswfdec/swfdec_debug.c index 4026292..cf95a14 100644 --- a/libswfdec/swfdec_debug.c +++ b/libswfdec/swfdec_debug.c @@ -35,7 +35,11 @@ stat...
2007 May 22
0
Branch 'as' - 9 commits - libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_native_function.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_script_function.c
...NU Lesser General Public @@ -29,6 +29,7 @@ static const char *swfdec_debug_level_names[] = { "NONE ", "ERROR", + "FIXME", "WARN ", "INFO ", "DEBUG", @@ -36,7 +37,7 @@ static const char *swfdec_debug_level_na }; #ifndef SWFDEC_LEVEL_DEFAULT -# define SWFDEC_LEVEL_DEFAULT SWFDEC_LEVEL_ERROR +# define SWFDEC_LEVEL_DEFAULT SWFDEC_LEVEL_FIXME #endif static guint swfdec_debug_level = SWFDEC_LEVEL_DEFAULT; diff --git a/libswfdec/swfdec_debug.h b/libswfdec/swfdec_debug.h index 913a4bd..b29e2ad 100644 --- a/libswfdec/swfdec_debug.h +++...
2007 Dec 17
0
3 commits - configure.ac
...d663339446cc6bec5b5eeee94f1d44a7f8 Author: Benjamin Otte <otte at gnome.org> Date: Mon Dec 17 19:53:07 2007 +0100 bump libversion diff --git a/configure.ac b/configure.ac index bb86e8f..088cbd3 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ else fi AC_DEFINE_UNQUOTED(SWFDEC_LEVEL_DEFAULT, $DEFAULT_DEBUG_LEVEL, [Default debug level used]) -SWFDEC_LIBVERSION="4:0:0" +SWFDEC_LIBVERSION="5:0:0" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL
2007 Oct 12
0
3 commits - configure.ac
...a16695c14b9190420914e2b0f1cb) Author: Benjamin Otte <otte at gnome.org> Date: Fri Oct 12 16:49:34 2007 +0200 bump libtool version diff --git a/configure.ac b/configure.ac index f33c09b..33f9794 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ else fi AC_DEFINE_UNQUOTED(SWFDEC_LEVEL_DEFAULT, $DEFAULT_DEBUG_LEVEL, [Default debug level used]) -SWFDEC_LIBVERSION="2:0:0" +SWFDEC_LIBVERSION="3:0:0" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL
2007 Aug 03
0
configure.ac
...4 00:31:21 2007 +0200 bump the libversion this should have been in 0.5.1 already. If you're a packager, please include this. diff --git a/configure.ac b/configure.ac index 98e4102..a7b5767 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ else fi AC_DEFINE_UNQUOTED(SWFDEC_LEVEL_DEFAULT, $DEFAULT_DEBUG_LEVEL, [Default debug level used]) -SWFDEC_LIBVERSION="0:0:0" +SWFDEC_LIBVERSION="1:0:0" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL
2007 Jun 08
0
4 commits - configure.ac libswfdec/Makefile.am NEWS
...100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.58]) -AC_INIT(swfdec,0.4.4.1) +AC_INIT(swfdec,0.4.5) [nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')] if test x"$nano" = x1 ; then @@ -33,7 +33,7 @@ else fi AC_DEFINE_UNQUOTED(SWFDEC_LEVEL_DEFAULT, $DEFAULT_DEBUG_LEVEL, [Default debug level used]) -SWFDEC_LIBVERSION="3:0:0" +SWFDEC_LIBVERSION="3:0:1" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL diff-tree 5484f3084c9d717f098e1706bdef6767a0eb97c9 (from 17dda94d6a65d4bb72405f9f17b61c755fd132b3) Author: Benjamin Otte &lt...
2007 Jun 13
0
Branch 'as' - 5 commits - configure.ac libswfdec/Makefile.am NEWS
...100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.58]) -AC_INIT(swfdec,0.4.4.1) +AC_INIT(swfdec,0.4.5) [nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')] if test x"$nano" = x1 ; then @@ -33,7 +33,7 @@ else fi AC_DEFINE_UNQUOTED(SWFDEC_LEVEL_DEFAULT, $DEFAULT_DEBUG_LEVEL, [Default debug level used]) -SWFDEC_LIBVERSION="3:0:0" +SWFDEC_LIBVERSION="3:0:1" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL diff-tree 5484f3084c9d717f098e1706bdef6767a0eb97c9 (from 17dda94d6a65d4bb72405f9f17b61c755fd132b3) Author: Benjamin Otte &lt...
2007 Nov 15
2
2 commits - configure.ac
...100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.58]) -AC_INIT(swfdec,0.5.3.1) +AC_INIT(swfdec,0.5.4) [nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')] if test x"$nano" = x1 ; then @@ -33,7 +33,7 @@ else fi AC_DEFINE_UNQUOTED(SWFDEC_LEVEL_DEFAULT, $DEFAULT_DEBUG_LEVEL, [Default debug level used]) -SWFDEC_LIBVERSION="3:0:0" +SWFDEC_LIBVERSION="4:0:0" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL
2007 Mar 20
0
5 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader.h libswfdec/swfdec_net_stream.c
...te@gnome.org> Date: Tue Mar 20 22:46:28 2007 +0100 API was broken by adding new members to SwfdecLoader struct, so update libversion diff --git a/configure.ac b/configure.ac index e640a78..2159631 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ else fi AC_DEFINE_UNQUOTED(SWFDEC_LEVEL_DEFAULT, $DEFAULT_DEBUG_LEVEL, [Default debug level used]) -SWFDEC_LIBVERSION="1:2:0" +SWFDEC_LIBVERSION="2:0:0" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL diff-tree 0f3acdb9630e4443894956dac6cfb0b8609a649a (from 1fa988074827d10c989f3e301abcda86f513daf2) Author: Benjamin Otte &lt...
2007 Mar 29
0
libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_audio_event.h libswfdec/swfdec_audio_flv.h libswfdec/swfdec_audio_stream.h libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h libswfdec/swfdec_cache.c
...transform_init_color (SwfdecColorTransform *trans, SwfdecColor color); diff --git a/libswfdec/swfdec_debug.c b/libswfdec/swfdec_debug.c index cf95a14..d18e8a7 100644 --- a/libswfdec/swfdec_debug.c +++ b/libswfdec/swfdec_debug.c @@ -39,10 +39,10 @@ static const char *swfdec_debug_level_na # define SWFDEC_LEVEL_DEFAULT SWFDEC_LEVEL_ERROR #endif -static unsigned int swfdec_debug_level = SWFDEC_LEVEL_DEFAULT; +static guint swfdec_debug_level = SWFDEC_LEVEL_DEFAULT; void -swfdec_debug_log (unsigned int level, const char *file, const char *function, +swfdec_debug_log (guint level, const char *file, const char *...
2007 Mar 29
0
Branch 'as' - 9 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c
...transform_init_color (SwfdecColorTransform *trans, SwfdecColor color); diff --git a/libswfdec/swfdec_debug.c b/libswfdec/swfdec_debug.c index cf95a14..d18e8a7 100644 --- a/libswfdec/swfdec_debug.c +++ b/libswfdec/swfdec_debug.c @@ -39,10 +39,10 @@ static const char *swfdec_debug_level_na # define SWFDEC_LEVEL_DEFAULT SWFDEC_LEVEL_ERROR #endif -static unsigned int swfdec_debug_level = SWFDEC_LEVEL_DEFAULT; +static guint swfdec_debug_level = SWFDEC_LEVEL_DEFAULT; void -swfdec_debug_log (unsigned int level, const char *file, const char *function, +swfdec_debug_log (guint level, const char *file, const char *...
2007 Aug 24
0
9 commits - configure.ac doc/Makefile.am libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_keys.h libswfdec/swfdec_pattern.c libswfdec/swfdec_player.c test/trace
...ebed1c08836990dd1e286dacbf5c19833af) Author: Benjamin Otte <otte at gnome.org> Date: Fri Aug 24 12:46:47 2007 +0200 up libversion diff --git a/configure.ac b/configure.ac index b1e81b0..f01272d 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ else fi AC_DEFINE_UNQUOTED(SWFDEC_LEVEL_DEFAULT, $DEFAULT_DEBUG_LEVEL, [Default debug level used]) -SWFDEC_LIBVERSION="1:0:0" +SWFDEC_LIBVERSION="2:0:0" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL diff-tree a8e02ebed1c08836990dd1e286dacbf5c19833af (from d6c0c77e1140c6524346fea1d9ff7374cce55d7d) Author: Benjamin Otte &lt...
2007 Mar 29
0
Branch 'as' - 9 commits - configure.ac doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_stack.c
...to be refcounted (most changes here are s/_buffer_queue_free/_buffer_queue_unref/ - break API by removing swfdec_buffer_queue_unref diff --git a/configure.ac b/configure.ac index 5309072..30801ce 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ else fi AC_DEFINE_UNQUOTED(SWFDEC_LEVEL_DEFAULT, $DEFAULT_DEBUG_LEVEL, [Default debug level used]) -SWFDEC_LIBVERSION="2:0:0" +SWFDEC_LIBVERSION="3:0:0" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL diff --git a/doc/swfdec-sections.txt b/doc/swfdec-sections.txt index a6e2d96..3d270af 100644 --- a/doc/swfdec-sections.txt +...