aboutsummaryrefslogtreecommitdiffstats
path: root/src/MusicChunk.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-28MusicChunk: return WritableBufferMax Kellermann1-3/+3
2013-10-28MusicChunk: use uint8_t instead of charMax Kellermann1-1/+1
2013-10-25ReplayGainInfo: use CamelCase for struct nameMax Kellermann1-1/+1
2013-10-19*: use nullptr instead of NULLMax Kellermann1-1/+1
2013-10-02replay_gain_*.h: rename to *.hxxMax Kellermann1-1/+1
2013-09-26MusicChunk: remove obsolete prototypesMax Kellermann1-7/+1
2013-09-26MusicPipe: expose the C++ APIMax Kellermann1-1/+1
2013-09-26MusicChunk: use constexpr for CHUNK_SIZEMax Kellermann1-3/+1
2013-08-03audio_format: convert to C++Max Kellermann1-6/+6
2013-07-30tag: convert to C++Max Kellermann1-1/+2
2013-01-04MusicChunk: move functions to methodsMax Kellermann1-47/+50
2013-01-04buffer, pipe: convert to C++Max Kellermann1-4/+3
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-05-02player_thread: move cross-fading to output threadMax Kellermann1-0/+6
2010-05-02chunk: added attribute "other"Max Kellermann1-0/+6
2010-02-17replay_gain: reimplement as a filter pluginMax Kellermann1-0/+15
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-03-10music_chunk: increased chunk size to 4 kBMax Kellermann1-2/+1
2009-03-08music_chunk: added assertions on the audio formatMax Kellermann1-0/+18
2009-03-07chunk: added music_chunk_is_empty()Max Kellermann1-0/+6
2009-03-06pipe: added music_buffer, rewrite music_pipeMax Kellermann1-0/+3
2009-03-05music_chunk: added music_chunk_write(), music_chunk_expand()Max Kellermann1-0/+36
2009-03-03music_pipe: moved struct music_chunk to chunk.hMax Kellermann1-0/+61