summaryrefslogtreecommitdiff
path: root/src/encoder/plugins/WaveEncoderPlugin.cxx
AgeCommit message (Expand)Author
2021-02-17encoder/wave: remove `constexpr` because memcpy() is not allowedMax Kellermann
2021-02-16encoder/wave: use the structs from RiffFormat.hxxMax Kellermann
2021-02-16encoder/wave: add static_assert on sizeof(WaveHeader)Max Kellermann
2021-02-16encoder/wave: refactor fill_wave_header() to functionMax Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-03-16remove gcc_unusedRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-03-12[clang-tidy] use nodiscardRosen Penev
2020-02-01*: add `explicit`Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-07-04encoder/Interface: add `noexcept`Max Kellermann
2019-06-17Copyright year 2019Max 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
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-04encoder/Interface: convert PreparedEncoder to abstract classMax Kellermann
2016-05-04encoder/Interface: move instance methods to abstract classMax Kellermann
2016-04-30encoder/wave: use CamelCaseMax Kellermann
2016-04-30Merge tag 'v0.19.15'Max Kellermann
2016-04-30encoder/wave: add constant WAVE_FORMAT_PCMMax Kellermann
2016-04-30encoder/wave: fix indentMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-01-23Encoder*: move to src/encoderMax Kellermann