aboutsummaryrefslogtreecommitdiff
path: root/libs/opus
Commit message (Collapse)AuthorAge
* treewide: Enable VFP/NEON optimizations for aarch64Jeffery To2020-05-12
| | | | | | | | For speexdsp, support for NEON on aarch64 was added in 1.2.0[1]. [1]: https://github.com/xiph/speexdsp/pull/8 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: Update ARM NEON/VFP detectionJeffery To2020-05-11
| | | | | | | | | | With openwrt/openwrt@8dcc1087602e2dd606e4f6e81a06aee62cfd4f4c, the ARM FPU compiler options are no longer part of CONFIG_TARGET_OPTIMIZATION. This updates various packages that look for NEON/VFP support to search CONFIG_CPU_TYPE instead. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* opus: Update to 1.3.1Rosen Penev2019-06-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libopus: Update to 1.3.0Rosen Penev2018-10-19
| | | | | | | | Added PKG_BUILD_PARALLEL for faster compilation. Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libs/opus: Update to 1.2.1Daniel Engberg2017-07-12
| | | | | | | | | | | Update (lib)opus to 1.2.1 Compile without floating point on NEON (ARM) capable hardware to enable performance optimizations. Discussion about this change: https://github.com/openwrt/packages/pull/4574 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* libs/opus: Update to 1.2Daniel Engberg2017-06-24
| | | | | Update (lib)opus to 1.2 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* packages: cleanup Makefile variablesStephen Walker2017-06-03
| | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* opus: update to 1.1.4Ian Leonard2017-02-04
| | | | | | | | Includes fix for CVE 2017-0381. Assume maintainership. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* opus: Disable ASM for xscale and arm926ej-sTed Hess2016-11-23
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* libopus: update to 1.1.3Ian Leonard2016-09-06
| | | | | | Update to 1.1.3 and use integer functions when no hardware fpu present. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* libopus: disable building unused featuresIan Leonard2015-05-17
| | | | | | | | disable-doc turns off API documentation disable-extra-programs turns off demo and test creation Commit also removes whitespace at EOL in description. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* opus: import new packageNicolas Thill2014-08-23
Opus is a totally open, royalty-free, highly versatile audio codec. Signed-off-by: Nicolas Thill <nico@openwrt.org>