]> Sergey Matveev's repositories - go-opus.git/log
go-opus.git
9 years agoUpdate dependency build directory for cgo
Hraban Luyat [Sun, 5 Jul 2015 10:56:49 +0000 (11:56 +0100)]
Update dependency build directory for cgo

9 years agoDon't delete submodule autogen.sh on make error
Hraban Luyat [Sun, 5 Jul 2015 10:52:36 +0000 (11:52 +0100)]
Don't delete submodule autogen.sh on make error

9 years agoBuild rules for libopusfile
Hraban Luyat [Sun, 5 Jul 2015 10:43:44 +0000 (10:43 +0000)]
Build rules for libopusfile

9 years agoLibopusfile submodule
Hraban Luyat [Sun, 5 Jul 2015 10:43:32 +0000 (10:43 +0000)]
Libopusfile submodule

9 years ago(minor) docs and formatting
Hraban Luyat [Sat, 13 Jun 2015 15:01:45 +0000 (15:01 +0000)]
(minor) docs and formatting

10 years agoexplicitly mention package is not made by xiph.org
Hraban Luyat [Mon, 9 Mar 2015 12:34:04 +0000 (12:34 +0000)]
explicitly mention package is not made by xiph.org

to avoid confusion

10 years agoMIT license
Hraban Luyat [Mon, 9 Mar 2015 12:31:24 +0000 (12:31 +0000)]
MIT license

10 years agoShort readme with build instructions
Hraban Luyat [Mon, 9 Mar 2015 12:29:06 +0000 (12:29 +0000)]
Short readme with build instructions

10 years agoMore samples in encode/decode unit test
Hraban Luyat [Sun, 8 Mar 2015 22:48:22 +0000 (22:48 +0000)]
More samples in encode/decode unit test

10 years agoTest encoding / decoding API
Hraban Luyat [Sun, 8 Mar 2015 21:25:38 +0000 (21:25 +0000)]
Test encoding / decoding API

Doesn't test the round trip signal, just that no errors were returned.

10 years ago-o parameter to go build makes no sense here
Hraban Luyat [Sun, 22 Feb 2015 10:11:12 +0000 (10:11 +0000)]
-o parameter to go build makes no sense here

10 years agoDon't crash when passing empty array
Hraban Luyat [Sat, 21 Feb 2015 04:13:56 +0000 (04:13 +0000)]
Don't crash when passing empty array

Taking the pointer of an array underlying an empty slice is an error in
go: &ar[0] tries to resolve ar[0], which is out of bounds. Not pretty,
but it makes sense.

10 years agoFix error reporting in DecodeFloat32()
Hraban Luyat [Sat, 21 Feb 2015 03:53:24 +0000 (03:53 +0000)]
Fix error reporting in DecodeFloat32()

10 years agoChange build parameters
Hraban Luyat [Thu, 19 Feb 2015 12:38:49 +0000 (12:38 +0000)]
Change build parameters

10 years agoBare API wrapper: encode & decode floats
Hraban Luyat [Thu, 19 Feb 2015 00:51:09 +0000 (00:51 +0000)]
Bare API wrapper: encode & decode floats

10 years agoPoC: getVersion works, + unit tests
Hraban Luyat [Wed, 18 Feb 2015 23:50:17 +0000 (23:50 +0000)]
PoC: getVersion works, + unit tests

10 years agoSubmodule libopus (official C libs from Xiph)
Hraban Luyat [Wed, 18 Feb 2015 16:50:39 +0000 (16:50 +0000)]
Submodule libopus (official C libs from Xiph)