summaryrefslogtreecommitdiffstats
path: root/package/opus
Commit message (Collapse)AuthorAgeFilesLines
* opus: allow to select fixed-point implementationSven Neumann2014-02-052-1/+12
| | | | | | | | | | | | | | | | | The default of choosing the fixed-point implementation if the target hardware does not have floating-point unit is not always the best choice. Modern ARM hardware has floating point support but most likely the fixed-point implementation in Opus will still perform better. In particular if your CPU supports the NEON extension. This commit allows to select the fixed-point implementation manually and sets the default based on the availability of a floating-point unit. [Peter: force option for sw float, slightly reword] Signed-off-by: Sven Neumann <neumann@teufel.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* opus: fix configure issue with ARM optimization when /bin/sh isn't bashPeter Korsgaard2013-12-082-0/+44
| | | | | | Fixes http://autobuild.buildroot.net/results/136/1360fefb79ebc7d95ef3a7459be681ac11e1ffb4/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* opus: bump version, add license infoPeter Korsgaard2013-12-061-1/+3
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* opus: bump versionPeter Korsgaard2013-07-131-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* opus: bump versionPeter Korsgaard2012-12-141-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add opus audio codec libraryPeter Korsgaard2012-09-112-0/+31
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud