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
/
MusicChunk.hxx
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-03-12
replace stdint.h with cstdint
Rosen Penev
2020-03-12
replace stddef.h with cstddef
Rosen Penev
2020-01-18
AudioFormat: move to pcm/
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-06-18
Revert "MusicChunk: pad MusicChunkInfo to a multiple of 8 bytes"
Max Kellermann
2019-06-17
Merge branch 'v0.21.x'
Max Kellermann
2019-06-17
MusicChunk: pad MusicChunkInfo to a multiple of 8 bytes
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-06-23
Music{Pipe,Chunk}: use MusicChunkPtr for the list links
Max Kellermann
2018-06-22
MusicChunkPtr: managed MusicChunk pointer
Max Kellermann
2018-01-03
player/Thread: don't send silence if decoder is slow
Max Kellermann
2017-12-30
MusicChunk: reorder attributes to reduce padding
Max Kellermann
2017-12-30
MusicChunk: make the struct size exactly 4096
Max Kellermann
2017-12-30
MusicChunk: split struct MusicChunkInfo from struct MusicChunk
Max Kellermann
2017-12-20
MusicChunk, player/Thread: use std::unique_ptr<Tag>
Max Kellermann
2017-12-03
MusicChunk: add magic value IGNORE_REPLAY_GAIN
Max Kellermann
2017-12-03
MusicChunk: initialize replay_gain_serial on demand
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-11-23
MusicChunk: disallow copying
Max Kellermann
2016-11-23
MusicChunk: use C++11 initializers
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-03-17
*: doxygen fixups
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-08-29
MusicChunk: use SignedSongTime for the time stamp
Max Kellermann
2014-08-12
MusicChunk: rename struct to MusicChunk
Max Kellermann
2014-08-12
MusicChunk: update API documentation
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-10-28
MusicChunk: return WritableBuffer
Max Kellermann
2013-10-28
MusicChunk: use uint8_t instead of char
Max Kellermann
2013-10-25
ReplayGainInfo: use CamelCase for struct name
Max Kellermann
2013-10-19
*: use nullptr instead of NULL
Max Kellermann
2013-10-02
replay_gain_*.h: rename to *.hxx
Max Kellermann
2013-09-26
MusicChunk: remove obsolete prototypes
Max Kellermann
2013-09-26
MusicPipe: expose the C++ API
Max Kellermann
2013-09-26
MusicChunk: use constexpr for CHUNK_SIZE
Max Kellermann
2013-08-03
audio_format: convert to C++
Max Kellermann
2013-07-30
tag: convert to C++
Max Kellermann
2013-01-04
MusicChunk: move functions to methods
Max Kellermann
2013-01-04
buffer, pipe: convert to C++
Max Kellermann