]> Sergey Matveev's repositories - go-opus.git/history - encoder.go
Build libopus statically
[go-opus.git] / encoder.go
2024-04-15 Sergey MatveevBuild libopus statically v2 v2.1.0
2023-09-25 Igor Ermakovfeat: add reset encoder method
2023-07-06 Kevin Caffreyfeat: Implement InDTX for Encoder
2020-07-09 Hraban Luyatdocs: Update copyright notice
2018-04-26 Hraban LuyatMerge pull request #18 from stop-start/forward-error...
2018-04-02 elinor(Set)InBandFEC - set and return bool instead of int
2018-03-26 elinorAdded packet loss and inband fec encoder ctls
2018-03-11 Hraban LuyatDirectly access preprocessor directives
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 on updated method names
2017-01-11 Hraban LuyatVersion 2
2017-01-11 Hraban LuyatClearer function names for SetBitrateTo*()
2017-01-11 Hraban LuyatMerge commit '39af50e' into v2
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 LuyatConsistency in bandwidth constant names
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 dh1twadded new encoder methods & tests
2016-12-29 Hraban LuyatMerge pull request #7 from hraban/bfitzfeedback
2016-12-29 Hraban LuyatExport error type, CamelCase error names
2016-10-10 Hraban LuyatUpdate README with stereo vs mono
2016-10-10 Hraban LuyatUnit test for stereo sound
2016-10-10 Hraban LuyatMake opus errors wrapped ints, expose names
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-29 Hraban LuyatAdd Xu as author for relevant files
2016-08-29 Dejian XuSetter and getter API for DTX on encoders
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 LuyatUse pkg-config to link opus
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 LuyatMerge remote-tracking branch 'vps/master'
2015-07-13 Hraban LuyatUpdate documentation, remove unused var
2015-07-05 Hraban Luyat(untested) libopusfile simple decoder API
2015-07-05 Hraban Luyat.Init method for preallocated codecs
2015-07-05 Hraban LuyatLet Go GC manage the codec memory
2015-07-05 Hraban LuyatAdd 16 bit codec apis
2015-07-05 Hraban LuyatRelated code in separate files