summaryrefslogtreecommitdiffstats
path: root/contrib/libopus
Commit message (Collapse)AuthorAgeFilesLines
* contrib: combine some checks and cosmetics.Damiano Galassi2020-11-051-1/+1
|
* contrib: macOS arm and intel cross compilation.Damiano Galassi2020-11-051-1/+8
|
* contrib: Switch to using GitHub to host our contrib binaries. Their CDN ↵sr552020-02-251-1/+1
| | | | should be global and more reliable than our own server.
* contrib: Update to libopus 1.3.1.Bradley Sepos2019-10-141-3/+3
|
* contrib: Fix some configure-related warnings.Nomis1012019-09-071-0/+4
|
* contrib: Update to libopus 1.3.Bradley Sepos2018-11-261-3/+3
|
* libopus: run autoreconfilovezfs2018-06-141-0/+2
| | | configure.ac is modified by the patch from #1380
* opus: fix opus.pc pkg-config file for static builds (#1380)John Stebbins2018-06-021-0/+38
| | | | | | The generated opus.pc file results in undefined symbols during ffmpeg's configure tests. libm is not getting added to the link line as required. The opus.pc file needs to include -lm in the Libs instead of Libs.private when generating *only* a static library.
* contrib: Update to libopus 1.2.1.Bradley Sepos2017-06-291-5/+3
| | | | Closes #799.
* contrib: Use SHA256 instead of MD5 for contrib archive checksums.Justin Scholz2016-12-151-3/+3
| | | | Closes #356.
* contrib: Use https where possible.Bradley Sepos2016-12-141-1/+1
| | | | download.handbrake.fr now uses https, and some other hostnames do as well.
* contrib: Add opus audio encoder.John Stebbins2016-09-022-0/+13
Remove: hb_audio_samplerate_get_best() Add: hb_audio_samplerate_is_supported() hb_audio_samplerate_find_closest() hb_audio_samplerate_get_sr_shift()