diff options
author | adam <adam@pkgsrc.org> | 2010-11-09 13:11:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-11-09 13:11:53 +0000 |
commit | 6891f347e345ad76f51f379580dbbdddc6d7ba17 (patch) | |
tree | d7c6d4d99c1912da7abf03f19c6939e36fcbfbda /multimedia/libogg/PLIST | |
parent | e4172f87cb1300d5b3685f4e0a527b5b1b1ac64f (diff) | |
download | pkgsrc-6891f347e345ad76f51f379580dbbdddc6d7ba17.tar.gz |
Changes 1.2.1:
* Various build updates (see SVN)
* Add ogg_stream_pageout_fill() to API to allow applications
greater explicit flexibility in page sizing.
* Documentation updates including multiplexing description,
terminology and API (incl. ogg_packet_clear(),
ogg_stream_pageout_fill())
* Correct possible buffer overwrite in stream encoding on 32 bit
when a single packet exceed 250MB.
* Correct read-buffer overrun [without side effects] under
similar circumstances.
* Update unit testing to work properly with new page spill
heuristic.
Diffstat (limited to 'multimedia/libogg/PLIST')
-rw-r--r-- | multimedia/libogg/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libogg/PLIST b/multimedia/libogg/PLIST index 8453984050a..f61df3f8568 100644 --- a/multimedia/libogg/PLIST +++ b/multimedia/libogg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2009/07/17 20:22:50 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2010/11/09 13:11:53 adam Exp $ include/ogg/config_types.h include/ogg/ogg.h include/ogg/os_types.h @@ -36,6 +36,7 @@ share/doc/${PKGNAME}/ogg/ogg_stream_packetout.html share/doc/${PKGNAME}/ogg/ogg_stream_packetpeek.html share/doc/${PKGNAME}/ogg/ogg_stream_pagein.html share/doc/${PKGNAME}/ogg/ogg_stream_pageout.html +share/doc/${PKGNAME}/ogg/ogg_stream_pageout_fill.html share/doc/${PKGNAME}/ogg/ogg_stream_reset.html share/doc/${PKGNAME}/ogg/ogg_stream_reset_serialno.html share/doc/${PKGNAME}/ogg/ogg_stream_state.html |