Benjamin Otte
2007-Jan-14 10:48 UTC
[Swfdec] 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 b/NEWS index 8be07ba..89cd329 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,20 @@ + 0.4.1 ("Dragostea din tei") + +This release introduces video features. Quite a bit of internal +restructuring was necessary to achieve this. The API has been changed +from 0.4.0. Changes: +- swfdec_player_iterate has been replaced by swfdec_player_advance +- some functions (like swfdec_player_set_audio_advance) have been + completely removed. The same effect can be achieved by using + swfdec_player_advance. +- Add support for video playback. This does not include scripting + video. +- Add native FLV support to swfdec. +- Fix the caching layer. So SWF files with lots of images no longer + crash swfdec. +- Lots of bugfixes. + 0.4.0 ("festivally plump") This is the result of 3 months of refactoring, testing stuff and diff-tree ca781f3f13c2989f9735642a820942618f08c73e (from 15873a91e23f4820df8514e7cc127dee97d2e720) Author: Benjamin Otte <otte@gnome.org> Date: Sun Jan 14 17:13:59 2007 +0100 Use library versioning and set it to 1.0.0 since API was changed since 0.4.0 diff --git a/configure.ac b/configure.ac index db8aeff..5da6e32 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ if test x$SWFDEC_CVS = xyes ; then AS_COMPILER_FLAG(-Werror, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Werror") fi -SWFDEC_LIBVERSION="0:0:0" +SWFDEC_LIBVERSION="1:0:0" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index f6235a1..08e39de 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -78,6 +78,7 @@ libswfdec_@SWFDEC_MAJORMINOR@_la_CFLAGS -I$(srcdir)/jpeg/ $(js_cflags) $(LIBOIL_CFLAGS) $(FFMPEG_CFLAGS) \ -DG_LOG_DOMAIN=\"Swfdec\" libswfdec_@SWFDEC_MAJORMINOR@_la_LDFLAGS = \ + -version-info $(SWFDEC_LIBVERSION) \ -export-symbols-regex '^(swfdec_.*)' \ $(CAIRO_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(MAD_LIBS) $(FFMPEG_LIBS) \ $(LIBOIL_LIBS)