index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoder
/
plugins
/
OpusEncoderPlugin.cxx
Age
Commit message (
Expand
)
Author
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-03-12
[clang-tidy] use nodiscard
Rosen Penev
2020-02-16
[clang-tidy] add ending namespace comments
Rosen Penev
2020-02-16
Merge branch 'efuhgeh' of git://github.com/neheb/MPD
Max Kellermann
2020-02-04
[clang-tidy] remove static in namespace
Rosen Penev
2020-02-04
[clang-tidy] change integer prefixes to uppercase
Rosen Penev
2020-02-01
*: add `explicit`
Max Kellermann
2020-02-01
*: use `auto`
Max Kellermann
2020-01-18
AudioFormat: move to pcm/
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-07-04
encoder/Interface: add `noexcept`
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-04-03
encoder/opus: use new[] instead of xalloc()
Max Kellermann
2019-03-08
system/ByteOrder: move to util/
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-07-16
config/Config*: rename files, drop "Config" prefix
Max Kellermann
2018-02-25
encoder/opus: add optional stream chaining support
cathugger
2018-02-17
encoder/opus: initialize granulepos to 0
cathugger
2017-01-03
update copyright year
Max Kellermann
2016-11-07
encoder: migrate from class Error to C++ exceptions
Max Kellermann
2016-10-28
encoder/Plugin: migrate from class Error to C++ exceptions
Max Kellermann
2016-05-09
encoder/ogg: use class OggStreamState
Max Kellermann
2016-05-09
encoder/opus: divert to OggEncoder::Read()
Max Kellermann
2016-05-04
encoder/{vorbis,opus}: move common code to class OggEncoder
Max Kellermann
2016-05-04
encoder/Interface: convert PreparedEncoder to abstract class
Max Kellermann
2016-05-04
encoder/Interface: move instance methods to abstract class
Max Kellermann
2016-05-03
encoder/opus: move functions into the struct
Max Kellermann
2016-05-03
encoder/opus: use CamelCase
Max Kellermann
2016-05-03
{de,en}coder/{vorbis,flac,opus}: move several libraries to lib/xiph/
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-06-21
Merge tag 'v0.19.10'
Max Kellermann
2015-03-25
OpusEncoderPlugin: initialise granulepos so we end up with sane values
Michal Nazarewicz
2015-01-21
config/Param: split block-specific attributes to new struct ConfigBlock
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-07-30
encoder/opus: use nullptr instead of NULL
Max Kellermann
2014-02-22
encoder/opus: use xalloc() instead of g_malloc()
Max Kellermann
2014-01-24
Config*: move to config/
Max Kellermann
2014-01-23
Encoder*: move to src/encoder
Max Kellermann