Home » File Formats » File_Ogg
Retrieves metadata from Ogg files.
This package is unmaintained.
Download latest release 0.3.1 (archived versions might be outdated)
License: GNU LGPL
Description
Decodes Ogg file headers to provide metadata. Supports Vorbis,
Theora, Speex and FLAC stream headers. This package does
NOT provide codecs for these formats.
Maintainers
- Tim Starling (tstarling) — lead, active
Dependencies
Required
- PHP (>= 5.0.0)
- PEAR Installer (>= 1.4.0b1)
Releases
- 0.3.1 (beta, 2010-08-27)
Release notes
License: GNU LGPL
* Updated to the version in MediaWiki trunk r71623
* Fixed bug in theora length calculation (was always zero)
* Updated to handle oggz_chop files
* Provide access to stream offset time
* Optimised memory usage, should now be able to process arbitrarily large files - 0.3.0 (beta, 2008-01-31)
Release notes
License: GNU LGPL
* Change in maintainership
* Added header parsing for Theora, Speex and Flac.
* Removed partially written save/encode code.
* Introduced some PHP 5 features, no longer supports PHP 4.
* Introduced convenience functions getHeader() and getComments() to retrieve metadata in associative array format.
* Fixed the error handling, using exceptions instead of inappropriate continuation.
* Added overall length calculation for multiplexed streams
* Fixed a page splitting bug - 0.2.1 (beta, 2005-11-03)
Release notes
License: GNU LGPL
Fixed some basic bugs from the previous release.
- 0.2.0 (beta, 2005-11-03)
Release notes
License: GNU LGPL
Updated to beta release, changed license to LGPL.
- 0.1.3 (alpha, 2005-09-21)
Release notes
License: GNU LGPL
Change to package.xml.
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #9724 | Closed | Req | 0.2.1 | 2007-01-03 | To remove round() in Vorbis stream length calculation |
| #16271 | Closed | Bug | 0.3.0 | 2009-05-30 | hasStream() always returns false |
| #18499 | Duplicate | Bug | SVN | 2011-05-02 | hasStream method doesn't handle $this->_stream being null |
| #21129 | Assigned | Req | 0.3.1 | 2016-10-15 | Publish File_Ogg on packagst |
| #21164 | Closed | Bug | SVN | 2017-01-18 | File_Ogg returns 0 length for 34-second FLAC file |