| Commit message (Expand) | Author | Files | Lines |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 |
2014-08-12 | MusicChunk: rename struct to MusicChunk | Max Kellermann | 1 | -7/+7 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 |
2013-09-26 | MusicBuffer: expose the C++ API | Max Kellermann | 1 | -2/+2 |
2013-09-26 | MusicPipe: expose the C++ API | Max Kellermann | 1 | -105/+33 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -11/+10 |
2013-01-04 | MusicChunk: move functions to methods | Max Kellermann | 1 | -3/+3 |
2013-01-04 | Mutex: new wrapper for std::mutex, replaces GMutex | Max Kellermann | 1 | -27/+11 |
2013-01-04 | MusicPipe: allocate with new/delete | Max Kellermann | 1 | -17/+18 |
2013-01-04 | buffer, pipe: convert to C++ | Max Kellermann | 1 | -4/+4 |
2011-07-20 | pipe: lock the mutex in music_pipe_size() | Max Kellermann | 1 | -1/+4 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-05-11 | music_pipe: added assertion on chunk->audio_format | Max Kellermann | 1 | -0/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-09 | music_pipe: added music_pipe_contains() | Max Kellermann | 1 | -0/+21 |
2009-03-08 | music_chunk: added assertions on the audio format | Max Kellermann | 1 | -0/+33 |
2009-03-07 | music_pipe: refuse to push empty chunks | Max Kellermann | 1 | -0/+4 |
2009-03-07 | music_pipe: poison music_chunk.next | Max Kellermann | 1 | -0/+5 |
2009-03-07 | music_pipe: added music_pipe_peek() | Max Kellermann | 1 | -0/+6 |
2009-03-06 | pipe: added music_buffer, rewrite music_pipe | Max Kellermann | 1 | -163/+58 |
2009-03-06 | music_pipe: added music_pipe_push() | Max Kellermann | 1 | -86/+18 |
2009-03-05 | music_chunk: added music_chunk_write(), music_chunk_expand() | Max Kellermann | 1 | -16/+5 |
2009-03-03 | music_pipe: moved struct music_chunk to chunk.h | Max Kellermann | 1 | -14/+1 |
2009-01-17 | music_pipe: removed music_pipe_append() | Max Kellermann | 1 | -30/+0 |
2009-01-17 | music_pipe: added functions music_pipe_write() and music_pipe_expand() | Max Kellermann | 1 | -32/+46 |
2008-11-18 | music_pipe: narrowed assertion on chunk index | Max Kellermann | 1 | -1/+1 |
2008-11-13 | player: chop the tail of the music pipe after CANCEL | Max Kellermann | 1 | -0/+12 |
2008-11-13 | music_pipe: continuously check the sample format of all chunks | Max Kellermann | 1 | -0/+18 |
2008-11-13 | music_pipe: check for partial frames in appended chunk | Max Kellermann | 1 | -0/+2 |
2008-11-02 | music_pipe: add tag pointer to the music_chunk struct | Max Kellermann | 1 | -1/+27 |
2008-11-02 | music_pipe: added functions chunk_init() and chunk_free() | Max Kellermann | 1 | -10/+38 |
2008-11-02 | music_pipe: renamed "size" to "num_chunks" | Max Kellermann | 1 | -10/+10 |
2008-11-02 | music_pipe: no CamelCase | Max Kellermann | 1 | -14/+14 |
2008-11-02 | music_pipe: set bit_rate and time in music_pipe_append() | Max Kellermann | 1 | -10/+10 |
2008-11-02 | music_pipe: moved code to music_chunk_append() | Max Kellermann | 1 | -13/+28 |
2008-11-02 | music_pipe: renamed "ob" to "music_pipe" | Max Kellermann | 1 | -43/+43 |
2008-11-02 | music_pipe: use GLib instead of utils.h | Max Kellermann | 1 | -3/+3 |
2008-11-02 | decoder: replaced music_pipe.audioFormat with dc.out_audio_format | Max Kellermann | 1 | -1/+3 |
2008-11-02 | music_pipe: pass frame size to tail_chunk() | Max Kellermann | 1 | -3/+2 |
2008-11-02 | music_pipe: renamed ob_* functions to music_pipe_* | Max Kellermann | 1 | -20/+20 |
2008-11-02 | music_pipe: renamed struct output_buffer to struct music_pipe | Max Kellermann | 1 | -6/+8 |
2008-11-02 | renamed outputBuffer.[ch] to pipe.[ch] | Max Kellermann | 1 | -1/+1 |
2008-10-23 | output_buffer: don't split frames | Max Kellermann | 1 | -1/+10 |
2008-10-12 | output_buffer: converted ob_is_empty() to inline | Max Kellermann | 1 | -5/+0 |
2008-10-08 | use the "bool" data type instead of "int" | Max Kellermann | 1 | -2/+2 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -0/+3 |
2008-10-08 | notify: removed the "Notify" typedef | Max Kellermann | 1 | -2/+3 |