]> Sergey Matveev's repositories - go-opus.git/shortlog
go-opus.git
2024-04-15 Sergey MatveevBuild libopus statically v2 v2.1.0
2024-04-15 Sergey MatveevDecoder.SetComplexity v2.0.0
2024-04-15 Sergey Matveevgo.mod
2023-09-25 Igor Ermakovfeat: add reset encoder method
2023-07-06 Kevin Caffreyfeat: Implement InDTX for Encoder
2022-03-02 Hraban Luyatdocs: update copyright year to 2022
2022-03-02 Hraban Luyatdocs: add clear list of features and non-features
2021-10-30 Hraban Luyatdocs: fix markdown syntax (accidental org mode)
2021-10-30 Hraban Luyatdocs: explain container formats vs audio codec
2021-04-15 Jakub Skibareadme: fix typo
2020-10-25 Hraban Luyatreadme: fix types in example code blocks
2020-07-10 Hraban Luyatdocs: move PLC and FEC documentation to docstring
2020-07-10 Victor Gaydovfeat: add PLC support
2020-07-10 Hraban Luyatreadme: update CI status badge to GH actions
2020-07-10 Hraban Luyatchore: GH action for testing without libopusfile
2020-07-10 Hraban Luyatchore: add Randy Reddig to AUTHORS list
2020-07-10 Randy Reddigfeat: build without libopusfile using go build tag
2020-07-10 Hraban Luyatchore: use GitHub actions for CI (#30)
2020-07-10 Hraban Luyatrefactor: remove unnecessary callback passing
2020-07-10 Hraban Luyatfix: wrap libopusfile init call for go test -race
2020-07-09 Hraban Luyatdocs: Update copyright notice
2019-11-17 Victor GaydovFix memory corruption
2018-04-26 Hraban LuyatMerge pull request #18 from stop-start/forward-error...
2018-04-02 elinorReadme and godoc strings
2018-04-02 elinorFixed wrong error message
2018-04-02 elinorComparing samples returned from decode with frame...
2018-04-02 elinorChanged frame size to 10ms and number of frames const
2018-04-02 elinorNaming convention fix in decoder.go
2018-04-02 elinorran gofmt
2018-04-02 elinorAdded invalid packet loss test in encode_test.go
2018-04-02 elinorChanged comments in opus_test.go
2018-04-02 elinor(Set)InBandFEC - changed tests to use bool instead...
2018-04-02 elinor(Set)InBandFEC - set and return bool instead of int
2018-03-30 Hraban LuyatTravis: Check gofmt of all files
2018-03-26 elinorAdded myself to autthors
2018-03-26 elinorAdded decodeFECFloat32 + test
2018-03-26 elinorAdded decode with fec + test
2018-03-26 elinorAdded get last packet duration in decoder ctls
2018-03-26 elinorAdded packet loss and inband fec encoder ctls
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
next