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
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-07-01
meson.build: always write encoder/Features.h
Max Kellermann
2020-05-05
*/plugins/meson.build: define feature macros in Features.h
Max Kellermann
2020-03-19
[clang-tidy] add [[nodiscard]]
Rosen Penev
2020-03-16
fix double promotions
Rosen Penev
2020-03-16
remove gcc_unused
Rosen Penev
2020-03-12
replace stddef.h with cstddef
Rosen Penev
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
pcm/meson.build: split libpcm into two
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-07-04
encoder/Interface: allow throwing any exception
Max Kellermann
2019-06-17
pcm/Pcm*: drop more "Pcm" prefixes from source file names
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-10-14
build with Meson instead of autotools
Max Kellermann
2018-08-20
Compiler.h: move to util/
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
Merge branch 'v0.20.x'
Max Kellermann
2018-02-17
encoder/opus: initialize granulepos to 0
cathugger
2017-11-14
Merge branch 'v0.20.x'
Max Kellermann
2017-11-14
encoder/vorbis: default to quality 3
Max Kellermann
2017-11-10
encoder/Configured: glue code to initialize PreparedEncoder
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-11-10
util/Error: remove obsolete class
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-09
encoder/vorbis: move vorbis_info_init() call to constructor
Max Kellermann
2016-05-09
encoder/vorbis: remove vorbis_info_clear() calls from error code paths
Max Kellermann
2016-05-09
encoder/vorbis: merge Clear() into the destructor
Max Kellermann
2016-05-09
encoder/vorbis: add wrapper class for vorbis_comment
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-04
encoder/vorbis: move code into the struct
Max Kellermann
[next]