head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.34 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.32 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.30 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.28 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.26 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.24 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.22 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.20 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.18 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.16 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.14 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.12 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.10 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.8 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.6 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.4 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.2 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.2.0.4 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.2 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.1.0.6 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.4 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.2 pkgsrc-2005Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2006.06.11.14.21.47; author wiz; state dead; branches; next 1.2; 1.2 date 2005.10.12.21.59.42; author wiz; state Exp; branches; next 1.1; 1.1 date 2005.03.21.17.16.23; author dmcmahill; state Exp; branches; next ; desc @@ 1.3 log @Update to 1.0alpha6: libtheora 1.0alph6 (2006 May 30) * Merge theora-mmx simd acceleration (x86_32 and x86_64) * Major RTP payload specification update * Minor format specification updates * Fix some spurious calls to free() instead of _ogg_free() * Fix invalid array indexing in PixelLineSearch() * Improve robustness against invalid input * General warning cleanup * The offset_y member now means what every application thought it meant (offset from the top). This will mean some old files (those with a non-centered image created with a buggy encoder) will display differently. @ text @$NetBSD: patch-ac,v 1.2 2005/10/12 21:59:42 wiz Exp $ --- examples/Makefile.in.orig 2005-08-20 21:30:41.000000000 +0200 +++ examples/Makefile.in @@@@ -225,9 +225,11 @@@@ INCLUDES = -I$(top_srcdir)/include AM_CFLAGS = $(SDL_CFLAGS) $(OGG_CFLAGS) LDADD = ../lib/libtheora.la $(OGG_LIBS) dump_video_SOURCES = dump_video.c -dump_video_LDADD = $(LDADD) +dump_video_LDADD = $(GETOPT_OBJS) $(LDADD) +dump_video_DEPENDENCIES = $(GETOPT_OBJS) player_example_SOURCES = player_example.c -player_example_LDADD = $(LDADD) $(SDL_LIBS) $(VORBIS_LIBS) +player_example_LDADD = $(GETOPT_OBJS) $(LDADD) $(SDL_LIBS) $(VORBIS_LIBS) +player_example_DEPENDENCIES = $(GETOPT_OBJS) encoder_example_SOURCES = encoder_example.c EXTRA_encoder_example_SOURCES = getopt.c getopt1.c getopt.h encoder_example_LDADD = $(GETOPT_OBJS) $(LDADD) $(VORBIS_LIBS) $(VORBISENC_LIBS) @ 1.2 log @Update to 1.0alpha5: [ 2005 August 20 - libtheora 1.0 alpha 5 release ] We're pleased to announce a new release of the libtheora reference implemenation. This is an incremental update over alpha 4, to draw a line under recent work before we start adding optimization work. There are two important bugfixes as well, so we recommend upgrading to everyone. This release is source and binary compatible with 1.0 alpha 4. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2005/03/21 17:16:23 dmcmahill Exp $ @ 1.1 log @fix this on systems without getopt_long (solaris) @ text @d1 1 a1 1 $NetBSD$ d3 4 a6 3 --- examples/Makefile.in.orig 2004-12-15 15:06:17.000000000 -0500 +++ examples/Makefile.in 2005-03-21 09:51:44.713507000 -0500 @@@@ -218,7 +218,9 @@@@ d18 1 @