Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | contrib: combine some checks and cosmetics. | Damiano Galassi | 2020-11-05 | 1 | -1/+1 |
| | |||||
* | contrib: macOS arm and intel cross compilation. | Damiano Galassi | 2020-11-05 | 1 | -1/+8 |
| | |||||
* | contrib: Switch to using GitHub to host our contrib binaries. Their CDN ↵ | sr55 | 2020-02-25 | 1 | -1/+1 |
| | | | | should be global and more reliable than our own server. | ||||
* | contrib: Update to libopus 1.3.1. | Bradley Sepos | 2019-10-14 | 1 | -3/+3 |
| | |||||
* | contrib: Fix some configure-related warnings. | Nomis101 | 2019-09-07 | 1 | -0/+4 |
| | |||||
* | contrib: Update to libopus 1.3. | Bradley Sepos | 2018-11-26 | 1 | -3/+3 |
| | |||||
* | libopus: run autoreconf | ilovezfs | 2018-06-14 | 1 | -0/+2 |
| | | | configure.ac is modified by the patch from #1380 | ||||
* | opus: fix opus.pc pkg-config file for static builds (#1380) | John Stebbins | 2018-06-02 | 1 | -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 Sepos | 2017-06-29 | 1 | -5/+3 |
| | | | | Closes #799. | ||||
* | contrib: Use SHA256 instead of MD5 for contrib archive checksums. | Justin Scholz | 2016-12-15 | 1 | -3/+3 |
| | | | | Closes #356. | ||||
* | contrib: Use https where possible. | Bradley Sepos | 2016-12-14 | 1 | -1/+1 |
| | | | | download.handbrake.fr now uses https, and some other hostnames do as well. | ||||
* | contrib: Add opus audio encoder. | John Stebbins | 2016-09-02 | 2 | -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() |