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
/
WaveEncoderPlugin.cxx
Age
Commit message (
Expand
)
Author
2021-02-17
encoder/wave: remove `constexpr` because memcpy() is not allowed
Max Kellermann
2021-02-16
encoder/wave: use the structs from RiffFormat.hxx
Max Kellermann
2021-02-16
encoder/wave: add static_assert on sizeof(WaveHeader)
Max Kellermann
2021-02-16
encoder/wave: refactor fill_wave_header() to function
Max Kellermann
2021-01-01
copyright year 2021
Max Kellermann
2020-03-16
remove gcc_unused
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-03-12
[clang-tidy] use nodiscard
Rosen Penev
2020-02-01
*: add `explicit`
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-07-04
encoder/Interface: add `noexcept`
Max Kellermann
2019-06-17
Copyright year 2019
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
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-04
encoder/Interface: convert PreparedEncoder to abstract class
Max Kellermann
2016-05-04
encoder/Interface: move instance methods to abstract class
Max Kellermann
2016-04-30
encoder/wave: use CamelCase
Max Kellermann
2016-04-30
Merge tag 'v0.19.15'
Max Kellermann
2016-04-30
encoder/wave: add constant WAVE_FORMAT_PCM
Max Kellermann
2016-04-30
encoder/wave: fix indent
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-21
config/Param: split block-specific attributes to new struct ConfigBlock
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-01-23
Encoder*: move to src/encoder
Max Kellermann