2005-10-12 23:59:42 by Thomas Klausner | Files touched by this commit (6) | |
Log message:
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.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-03-21 18:16:23 by Dan McMahill | Files touched by this commit (3) |
Log message:
fix this on systems without getopt_long (solaris)
|
2005-02-24 12:24:05 by Alistair G. Crooks | Files touched by this commit (59) |
Log message:
Add RMD160 digests.
|
2005-02-09 14:53:36 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Use tar.bz2 file. Closes PR 29288 by Antoine Reilles.
|
2005-02-07 16:10:42 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 1.0alpha4:
Changes since the alpha3 release:
* first draft of the Theora I Format Specification
* API documentation generated from theora.h with Doxygen
* fix a double-update bug in the motion analysis
* apply the loop filter before filling motion vector border in the reference frame
* new utility functions: theora_packet_isheader(), theora_packet_iskeyframe(), and
theora_granule_frame()
* optional support for building without floating point
* optional support for building without encode support
* various build and packaging fixes
* pkg-config support
* SymbianOS build support
|
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703) |
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
2004-04-13 01:22:59 by Lubomir Sedlacik | Files touched by this commit (6) |
Log message:
Follow libogg into multimedia/.
|
2004-04-06 15:47:43 by Julio M. Merino Vidal | Files touched by this commit (6) | |
Log message:
Initial import of libtheora, version 1.0alpha3:
Theora is Xiph.Org's first publicly released video codec, intended for
use within the Ogg's project's Ogg multimedia streaming system. Theora
is derived directly from On2's VP3 codec; currently the two are nearly
identical, varying only in encapsulating decoder tables in the bitstream
headers, but Theora will make use of this extra freedom in the future to
improve over what is possible with VP3.
|