summaryrefslogtreecommitdiff
path: root/audio/libopus
AgeCommit message (Collapse)AuthorFilesLines
2014-01-05Add gmake build dependency.wiz3-131/+148
Add doc option to enable building documentation, defaulting to off. Bump PKGREVISION, even though package didn't package before except if you had doxygen installed.
2014-01-02Change PKGNAME to libopus from opus, follow directory name,ryoon5-16/+183
and update to 1.1 Changelog: Opus 1.1 includes: new analysis code and tuning that significantly improves encoding quality, especially for variable-bitrate (VBR), automatic detection of speech or music to decide which encoding mode to use, surround with good quality at 128 kbps for 5.1 and usable down to 48 kbps, and speed improvements on all architectures, especially ARM, where decoding uses around 40% less CPU and encoding uses around 30% less CPU.
2012-12-11Adjust buildlink3 ABI variable.ryoon1-1/+2
2012-12-11Update to 1.0.2ryoon2-6/+6
Changelog: Version 1.0.2 released 6 December, 2012 Opus 1.0.2 fixes an out-of-bounds read that could be triggered by a malicious Opus packet causing an integer wrap-around in the padding code. Considering that the packet would have to be at least 16 MB in size and that no out-of-bounds write is possible, the severity is very low. Other changes include fixes and improvements to the PLC and hybrid mode quality improvements. As usual, this release is fully compliant with the Opus specification.
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-16Import opus-1.0.1 as audio/libopus.ryoon5-0/+52
Opus is a totally open, royalty-free, highly versatile audio codec. Opus is unmatched for interactive speech and music transmission over the Internet, but also intended for storage and streaming applications. It is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.