summaryrefslogtreecommitdiff
path: root/src/MusicChunk.hxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-03-12replace stdint.h with cstdintRosen Penev
2020-03-12replace stddef.h with cstddefRosen Penev
2020-01-18AudioFormat: move to pcm/Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-06-18Revert "MusicChunk: pad MusicChunkInfo to a multiple of 8 bytes"Max Kellermann
2019-06-17Merge branch 'v0.21.x'Max Kellermann
2019-06-17MusicChunk: pad MusicChunkInfo to a multiple of 8 bytesMax Kellermann
2019-06-17Copyright year 2019Max Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-06-23Music{Pipe,Chunk}: use MusicChunkPtr for the list linksMax Kellermann
2018-06-22MusicChunkPtr: managed MusicChunk pointerMax Kellermann
2018-01-03player/Thread: don't send silence if decoder is slowMax Kellermann
2017-12-30MusicChunk: reorder attributes to reduce paddingMax Kellermann
2017-12-30MusicChunk: make the struct size exactly 4096Max Kellermann
2017-12-30MusicChunk: split struct MusicChunkInfo from struct MusicChunkMax Kellermann
2017-12-20MusicChunk, player/Thread: use std::unique_ptr<Tag>Max Kellermann
2017-12-03MusicChunk: add magic value IGNORE_REPLAY_GAINMax Kellermann
2017-12-03MusicChunk: initialize replay_gain_serial on demandMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-23MusicChunk: disallow copyingMax Kellermann
2016-11-23MusicChunk: use C++11 initializersMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-03-17*: doxygen fixupsMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-08-29MusicChunk: use SignedSongTime for the time stampMax Kellermann
2014-08-12MusicChunk: rename struct to MusicChunkMax Kellermann
2014-08-12MusicChunk: update API documentationMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-10-28MusicChunk: return WritableBufferMax Kellermann
2013-10-28MusicChunk: use uint8_t instead of charMax Kellermann
2013-10-25ReplayGainInfo: use CamelCase for struct nameMax Kellermann
2013-10-19*: use nullptr instead of NULLMax Kellermann
2013-10-02replay_gain_*.h: rename to *.hxxMax Kellermann
2013-09-26MusicChunk: remove obsolete prototypesMax Kellermann
2013-09-26MusicPipe: expose the C++ APIMax Kellermann
2013-09-26MusicChunk: use constexpr for CHUNK_SIZEMax Kellermann
2013-08-03audio_format: convert to C++Max Kellermann
2013-07-30tag: convert to C++Max Kellermann
2013-01-04MusicChunk: move functions to methodsMax Kellermann
2013-01-04buffer, pipe: convert to C++Max Kellermann