| Commit message (Expand) | Author | Files | Lines |
2015-03-17 | *: doxygen fixups | Max Kellermann | 1 | -6/+2 |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 |
2014-08-29 | MusicChunk: use SignedSongTime for the time stamp | Max Kellermann | 1 | -2/+4 |
2014-08-12 | MusicChunk: rename struct to MusicChunk | Max Kellermann | 1 | -7/+7 |
2014-08-12 | MusicChunk: update API documentation | Max Kellermann | 1 | -2/+2 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-10-28 | MusicChunk: return WritableBuffer | Max Kellermann | 1 | -3/+3 |
2013-10-28 | MusicChunk: use uint8_t instead of char | Max Kellermann | 1 | -1/+1 |
2013-10-25 | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 1 | -1/+1 |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -1/+1 |
2013-10-02 | replay_gain_*.h: rename to *.hxx | Max Kellermann | 1 | -1/+1 |
2013-09-26 | MusicChunk: remove obsolete prototypes | Max Kellermann | 1 | -7/+1 |
2013-09-26 | MusicPipe: expose the C++ API | Max Kellermann | 1 | -1/+1 |
2013-09-26 | MusicChunk: use constexpr for CHUNK_SIZE | Max Kellermann | 1 | -3/+1 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -6/+6 |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -1/+2 |
2013-01-04 | MusicChunk: move functions to methods | Max Kellermann | 1 | -47/+50 |
2013-01-04 | buffer, pipe: convert to C++ | Max Kellermann | 1 | -4/+3 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-05-02 | player_thread: move cross-fading to output thread | Max Kellermann | 1 | -0/+6 |
2010-05-02 | chunk: added attribute "other" | Max Kellermann | 1 | -0/+6 |
2010-02-17 | replay_gain: reimplement as a filter plugin | Max Kellermann | 1 | -0/+15 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 |
2009-03-10 | music_chunk: increased chunk size to 4 kB | Max Kellermann | 1 | -2/+1 |
2009-03-08 | music_chunk: added assertions on the audio format | Max Kellermann | 1 | -0/+18 |
2009-03-07 | chunk: added music_chunk_is_empty() | Max Kellermann | 1 | -0/+6 |
2009-03-06 | pipe: added music_buffer, rewrite music_pipe | Max Kellermann | 1 | -0/+3 |
2009-03-05 | music_chunk: added music_chunk_write(), music_chunk_expand() | Max Kellermann | 1 | -0/+36 |
2009-03-03 | music_pipe: moved struct music_chunk to chunk.h | Max Kellermann | 1 | -0/+61 |