| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- Strip shared library
- Pet portlint: move LIB_DEPENDS upward
- Use PORTDOCS
- Cosmetic change
- Take maintainership
Notes:
svn path=/head/; revision=373300
|
|
|
|
| |
Notes:
svn path=/head/; revision=371234
|
|
|
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=357518
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=353520
|
|
|
|
|
|
|
| |
Use pathfix instead manually patching
Notes:
svn path=/head/; revision=338661
|
|
|
|
|
|
|
|
| |
PR: ports/147262
Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer)
Notes:
svn path=/head/; revision=255424
|
|
|
|
|
|
|
|
| |
PR: ports/141394
Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer)
Notes:
svn path=/head/; revision=246177
|
|
|
|
|
|
|
|
| |
PR: ports/140400
Submitted by: Joseph S. Atkinson <jsa at wickedmachine.net> (maintainer)
Notes:
svn path=/head/; revision=244283
|
|
|
|
|
|
|
|
| |
PR: 132567
Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net>
Notes:
svn path=/head/; revision=230038
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat via kris
Approved by: portmgr (marcus)
Notes:
svn path=/head/; revision=175246
|
|
Oggz provides a simple programming interface for reading and writing
Ogg files and streams. Ogg is an interleaving data container developed
by Monty at Xiph.Org, originally to support the Ogg Vorbis audio
format.
liboggz supports the flexibility afforded by the Ogg file format while
presenting the following API niceties:
* Strict adherence to the formatting requirements of Ogg bitstreams,
to ensure that only valid bitstreams are generated
* A simple, callback based open/read/close or open/write/close interface
to raw Ogg files
* A customisable seeking abstraction for seeking on multitrack Ogg data
* A packet queue for feeding incoming packets for writing, with
callback based notification when this queue is empty
* A means of overriding the IO functions used by Oggz, for easier
integration with media frameworks and similar systems.
* A handy table structure for storing information on each logical
bitstream
WWW: http://www.annodex.net/software/liboggz/html/
Notes:
svn path=/head/; revision=174869
|