summaryrefslogtreecommitdiff
path: root/audio/opusfile/patches/patch-configure
AgeCommit message (Collapse)AuthorFilesLines
2020-07-07opusfile: Update to 0.12nia1-69/+0
Changes since the v0.11 release: * Fix stack overflow buffering out-of-sequence streams. * Fix possible divide-by-zero. * Fix issues with seeking in the win32 backend. * Fix an issue where the seek algorithm could be confused by stream data changing between reads. * Clean up compiler and scan-build warnings. * Avoid use of the deprecated ftime() function which has Y2038 problems. * Remove undefined behaviour memcpy(NULL) in op_read_native(). * Visual Studio project files updated for libogg 1.3.4 library name change. * Various build systems updates. * Various integration and testing environment improvements. This release is backward-compatible with the previous release. We recommend all users upgrade.
2018-05-13opusfile: update to 0.10. Fixes build with OpenSSL 1.1.x.maya1-10/+4
Changes since the v0.9 release: Fix an out-of-bounds read matching serial numbers. Changes since the v0.8 release: Fix an invalid free with tag handling. Improve handling of corrupt streams. Improve performance on streams with many chain segments. Improve TLS host validation. Align op_raw_total to work better with op_raw_seek. Documentation and build improvements. Changes since the v0.7 release: Add support for OpenSSL 1.1.x. Fix issues with tag parsing introduced in v0.7. Fix skip logic for multiplexed non-Opus data.
2015-11-20Don't link against libcompat, since ftime hasn't been used for a while.joerg1-0/+75
Fixes build of dynamic library. Bump revision.