]>
Sergey Matveev's repositories - go-opus.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Hraban Luyat [Sun, 5 Jul 2015 10:43:44 +0000 (10:43 +0000)]
Build rules for libopusfile
Hraban Luyat [Sun, 5 Jul 2015 10:43:32 +0000 (10:43 +0000)]
Libopusfile submodule
Hraban Luyat [Sat, 13 Jun 2015 15:01:45 +0000 (15:01 +0000)]
(minor) docs and formatting
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
Hraban Luyat [Mon, 9 Mar 2015 12:31:24 +0000 (12:31 +0000)]
MIT license
Hraban Luyat [Mon, 9 Mar 2015 12:29:06 +0000 (12:29 +0000)]
Short readme with build instructions
Hraban Luyat [Sun, 8 Mar 2015 22:48:22 +0000 (22:48 +0000)]
More samples in encode/decode unit test
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.
Hraban Luyat [Sun, 22 Feb 2015 10:11:12 +0000 (10:11 +0000)]
-o parameter to go build makes no sense here
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.
Hraban Luyat [Sat, 21 Feb 2015 03:53:24 +0000 (03:53 +0000)]
Fix error reporting in DecodeFloat32()
Hraban Luyat [Thu, 19 Feb 2015 12:38:49 +0000 (12:38 +0000)]
Change build parameters
Hraban Luyat [Thu, 19 Feb 2015 00:51:09 +0000 (00:51 +0000)]
Bare API wrapper: encode & decode floats
Hraban Luyat [Wed, 18 Feb 2015 23:50:17 +0000 (23:50 +0000)]
PoC: getVersion works, + unit tests
Hraban Luyat [Wed, 18 Feb 2015 16:50:39 +0000 (16:50 +0000)]
Submodule libopus (official C libs from Xiph)