Releases: stephengold/j-ogg-all
Releases · stephengold/j-ogg-all
1.0.6
1.0.5
- Added a service provider configuration file for
VorbisAudioFileReader
. - Added an implementation dependency (on the Java Media Framework) to the "j-ogg-vorbis" library.
1.0.4
Fixed a couple Vorbis bugs, thanks to @riccardobl :
- content leak due to a static field in
AudioPacket
- Vorbis stream hangs after a bad packet because it fails to retry
See PR #5 for further details.
1.0.3
- Added the
getAlbumArt()
method to theCommentHeader
class. - Split off 2 sub-projects:
- "library" for the traditional "j-ogg-all" library and
- "vorbis" for a new vorbis-only library (named "j-ogg-vorbis") that doesn't depend on JMF.
- Added the "checkstyle" plugin to the build.
1.0.2
1.0.1
- change groupId to com.github.stephengold
- throw OggFormatException instead of NPE for missing Ogg pages
- resolve javadoc errors
- update dead URLs in the POM