summaryrefslogtreecommitdiff
path: root/src/encoder/plugins/OpusEncoderPlugin.cxx
AgeCommit message (Expand)Author
2020-03-12replace assert.h with cassertRosen Penev
2020-03-12[clang-tidy] use nodiscardRosen Penev
2020-02-16[clang-tidy] add ending namespace commentsRosen Penev
2020-02-16Merge branch 'efuhgeh' of git://github.com/neheb/MPDMax Kellermann
2020-02-04[clang-tidy] remove static in namespaceRosen Penev
2020-02-04[clang-tidy] change integer prefixes to uppercaseRosen Penev
2020-02-01*: add `explicit`Max Kellermann
2020-02-01*: use `auto`Max Kellermann
2020-01-18AudioFormat: move to pcm/Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-07-04encoder/Interface: add `noexcept`Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-04-03encoder/opus: use new[] instead of xalloc()Max Kellermann
2019-03-08system/ByteOrder: move to util/Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2018-02-25encoder/opus: add optional stream chaining supportcathugger
2018-02-17encoder/opus: initialize granulepos to 0cathugger
2017-01-03update copyright yearMax Kellermann
2016-11-07encoder: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-28encoder/Plugin: migrate from class Error to C++ exceptionsMax Kellermann
2016-05-09encoder/ogg: use class OggStreamStateMax Kellermann
2016-05-09encoder/opus: divert to OggEncoder::Read()Max Kellermann
2016-05-04encoder/{vorbis,opus}: move common code to class OggEncoderMax Kellermann
2016-05-04encoder/Interface: convert PreparedEncoder to abstract classMax Kellermann
2016-05-04encoder/Interface: move instance methods to abstract classMax Kellermann
2016-05-03encoder/opus: move functions into the structMax Kellermann
2016-05-03encoder/opus: use CamelCaseMax Kellermann
2016-05-03{de,en}coder/{vorbis,flac,opus}: move several libraries to lib/xiph/Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-06-21Merge tag 'v0.19.10'Max Kellermann
2015-03-25OpusEncoderPlugin: initialise granulepos so we end up with sane valuesMichal Nazarewicz
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-07-30encoder/opus: use nullptr instead of NULLMax Kellermann
2014-02-22encoder/opus: use xalloc() instead of g_malloc()Max Kellermann
2014-01-24Config*: move to config/Max Kellermann
2014-01-23Encoder*: move to src/encoderMax Kellermann