]> Sergey Matveev's repositories - go-opus.git/shortlog
go-opus.git
2018-03-11 Hraban LuyatErr vars declared const, direct from preprocessor
2018-03-11 Hraban LuyatDirectly access preprocessor directives
2018-03-11 Hraban LuyatFix string format error in test
2017-07-31 Hraban LuyatMerge pull request #14 from DocMerlin/patch-1
2017-07-31 DocMerlinFix comment typo.
2017-07-23 Hraban LuyatREADME: clarify stereo vs mono in decoding api
2017-05-19 Hraban LuyatREADME: Example for file & stream handling
2017-02-28 Hraban LuyatMerge pull request #13 from hraban/bare-import-path
2017-02-28 Hraban LuyatUpdate import path to pkg-config style
2017-01-11 Hraban LuyatUpdate godoc links to gopkg.in...v2
2017-01-11 Hraban LuyatUpdate godoc on updated method names
2017-01-11 Hraban LuyatV2 released, remove warning from README
2017-01-11 Hraban LuyatVersion 2
2017-01-11 Hraban LuyatUpdate all copyright to 2017
2017-01-11 Hraban LuyatREADME: v2 import syntax
2017-01-11 Hraban LuyatClearer function names for SetBitrateTo*()
2017-01-11 Hraban LuyatRemove obsolete constants
2017-01-11 Hraban LuyatMerge commit '39af50e' into v2
2017-01-06 Hraban LuyatREADME: camelCase
2017-01-01 Hraban LuyatUpdate copyright year to 2015-2017. 🎆
2016-12-30 Hraban LuyatBREAKING: UseDTX -> SetDTX
2016-12-30 Hraban LuyatBREAKING: Return error vals in encoder CTL API
2016-12-30 Hraban LuyatNo local var in bridge functions
2016-12-30 Hraban LuyatWoops fix tests. Thanks Travis.
2016-12-30 Hraban LuyatConsistency in bandwidth constant names
2016-12-30 Hraban LuyatExplain licensing in AUTHORS file
2016-12-30 Hraban LuyatMerge pull request #10 from dh1tw/master
2016-12-30 dh1twfixed typos
2016-12-30 dh1twreverted to using types for enums; added SetBitrateMax...
2016-12-30 dh1twchecking also error string
2016-12-30 dh1twadded new encoder methods & tests
2016-12-29 Hraban LuyatDeprecation comments more noticeable in godoc.org
2016-12-29 Hraban LuyatMerge pull request #7 from hraban/bfitzfeedback
2016-12-29 Hraban LuyatExplicit about when deprecated names are removed
2016-12-29 Hraban LuyatUse new error var names in tests
2016-12-29 Hraban LuyatCamelCase Application constants
2016-12-29 Hraban LuyatExport error type, CamelCase error names
2016-12-29 Hraban LuyatREADME: debian package names for non-dev
2016-12-26 Hraban LuyatREADME: How to use in dockerized app
2016-11-02 Hraban Luyats/obvious/cleaner/
2016-11-02 Hraban LuyatDon't put --static in pkg-config
2016-11-02 Hraban LuyatDynamic linking explanation
2016-10-27 Hraban LuyatClearer intro in README
2016-10-27 Hraban LuyatOgg, not Vorbis. :)
2016-10-27 Hraban LuyatMerge remote-tracking branch 'refs/remotes/origin/master'
2016-10-27 Hraban LuyatNote (without example) about Stream in README
2016-10-14 Hraban LuyatTravis-CI build status image in README
2016-10-10 Hraban LuyatREADME: Correct frame size for stereo decoding
2016-10-10 Hraban LuyatUpdate README with stereo vs mono
2016-10-10 Hraban LuyatUnit test for stereo sound
2016-10-10 Hraban LuyatChange copyright headers to refer to AUTHORS file
2016-10-10 Hraban LuyatReorganize test code
2016-10-10 Hraban LuyatFix pkg-config name for opusfile related source
2016-10-10 Hraban LuyatMake opus errors wrapped ints, expose names
2016-09-09 Hraban LuyatREADME headers
2016-09-02 Hraban LuyatElaborate on stream comment
2016-09-02 Hraban LuyatGodoc for stream functions
2016-08-30 Hraban LuyatDocumentation for public encoder methods
2016-08-30 Hraban LuyatEncoder.SampleRate() method reports sample rate
2016-08-30 Hraban LuyatRename GetDTX() to DTX() (more go-like)
2016-08-30 Hraban LuyatGo error in readme
2016-08-30 Hraban LuyatExamples in README
2016-08-29 Hraban LuyatAdd authors notice to LICENSE file
2016-08-29 Hraban LuyatAdd Xu as author for relevant files
2016-08-29 Dejian XuSetter and getter API for DTX on encoders
2016-08-22 Hraban LuyatUpgrade travis to go 1.7
2016-08-22 Hraban LuyatUpdate opus link comment
2016-08-22 Hraban LuyatMove callbacks struct to C allocator, to be safe
2016-08-14 Hraban LuyatCopyright notice in all files
2016-08-14 Hraban LuyatTravis CI (#3)
2016-08-14 Hraban LuyatRemove obsolete makefile
2016-08-14 Hraban LuyatUpdate .gitignore (no more manual build noise)
2016-08-14 Hraban LuyatUpdate copyright period to 2016
2016-08-14 Hraban LuyatMerge pull request #2 from hraban/pkg-config
2016-08-14 Hraban LuyatUpdate README to reflect pkg-config use.
2016-08-14 Hraban LuyatRemove opus submodules
2016-08-14 Hraban LuyatUse pkg-config to link opus
2016-08-14 Hraban LuyatFix go pointers to CGo (go 1.6)
2016-08-14 Hraban LuyatList dependencies in README
2015-07-22 Hraban LuyatLet user pass the target buffers (noalloc)
2015-07-13 Hraban LuyatBetter doc for Init vs New
2015-07-13 Hraban LuyatSimplify CGO callback chain
2015-07-13 Hraban LuyatMerge remote-tracking branch 'vps/master'
2015-07-13 Hraban LuyatUpdate documentation, remove unused var
2015-07-13 Hraban LuyatAccess preprocessor defines from CGO
2015-07-12 Hraban Luyat #include own header file in proxy .c file
2015-07-12 Hraban LuyatCompare pre-decoded wav with decoded opus data
2015-07-12 Hraban LuyatRefactoring the tests, wip (but passing)
2015-07-12 Hraban LuyatTest opus stream .Close method
2015-07-11 Hraban LuyatFlush last good bytes before returning EOF
2015-07-09 Hraban LuyatTest opus stream with small buffer
2015-07-09 Hraban LuyatBetter names for stream unit tests
2015-07-09 Hraban LuyatTest real Opus file
2015-07-09 Hraban LuyatElaborate docs for Read functions
2015-07-09 Hraban LuyatMerge remote-tracking branch 'origin/master'
2015-07-09 Hraban LuyatClose readers if they implement io.Closer
2015-07-09 Hraban LuyatSet the callback buffer before it is invoked
2015-07-05 Hraban Luyatfloat routines for stream reader
2015-07-05 Hraban Luyat.gitignore build directory
2015-07-05 Hraban LuyatChange stream reader API to look like io.Reader
next