| Commit message (Expand) | Author | Age | Files | Lines |
* | decoder_api: always notify_wait() for free chunks | Max Kellermann | 2009-01-17 | 1 | -2/+1 |
* | decoder_api: pass const pointer to decoder_data() | Max Kellermann | 2009-01-17 | 1 | -1/+1 |
* | pcm_convert: return PCM buffer from pcm_convert() | Max Kellermann | 2009-01-17 | 1 | -20/+6 |
* | decoder_api: use music_pipe_write() instead of music_pipe_append() | Max Kellermann | 2009-01-17 | 1 | -14/+33 |
* | decoder_api: added assertion on partial frames | Max Kellermann | 2009-01-16 | 1 | -0/+1 |
* | decoder_api: added G_GNUC_UNUSED attribute to decoder_initialized() | Max Kellermann | 2009-01-15 | 1 | -1/+1 |
* | decoder_api: don't ignore DECODE_COMMAND_STOP | Max Kellermann | 2009-01-13 | 1 | -2/+1 |
* | pcm: added pcm_convert_deinit(), pcm_resample_deinit() | Max Kellermann | 2009-01-07 | 1 | -2/+0 |
* | song: allocate the result of song_get_url() | Max Kellermann | 2009-01-04 | 1 | -3/+2 |
* | input_stream: added tag() method | Max Kellermann | 2009-01-03 | 1 | -65/+59 |
* | decoder_api: moved code to do_send_tag(), free temporary tag | Max Kellermann | 2009-01-03 | 1 | -7/+17 |
* | decoder_api: use GLib instead of utils.h | Max Kellermann | 2009-01-03 | 1 | -4/+5 |
* | pcm_utils: check pcm_convert()==0 | Max Kellermann | 2008-12-24 | 1 | -0/+7 |
* | decoder_api.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 2008-11-24 | 1 | -6/+7 |
* | decoder: check audio_format_valid() in all decoders | Max Kellermann | 2008-11-21 | 1 | -0/+1 |
* | decoder: ignore decoder_data() calls with length==0 | Max Kellermann | 2008-11-21 | 1 | -1/+2 |
* | decoder: pass the correct buffer length to pcm_convert() | Max Kellermann | 2008-11-18 | 1 | -5/+6 |
* | decoder: check length==0 in decoder_read() | Max Kellermann | 2008-11-15 | 1 | -0/+3 |
* | decoder: additional dc.command checks in decoder_data() | Max Kellermann | 2008-11-13 | 1 | -0/+3 |
* | decoder: wait for the player only if the music pipe is full | Max Kellermann | 2008-11-13 | 1 | -4/+5 |
* | decoder: check dc.command at the beginning of decoder_data() | Max Kellermann | 2008-11-13 | 1 | -0/+4 |
* | decoder: ignore SEEK commands during initialization | Max Kellermann | 2008-11-13 | 1 | -1/+4 |
* | replay_gain: no CamelCase | Max Kellermann | 2008-11-11 | 1 | -3/+3 |
* | decoder: fixed assertion failure for decoder==NULL in decoder_read() | Max Kellermann | 2008-11-11 | 1 | -1/+2 |
* | decoder: added more assertions | Max Kellermann | 2008-11-10 | 1 | -0/+10 |
* | decoder: no CamelCase | Max Kellermann | 2008-11-03 | 1 | -4/+4 |
* | decoder_api: send song tag in decoder_data() | Max Kellermann | 2008-11-03 | 1 | -8/+26 |
* | decoder_api: automatically send stream tag | Max Kellermann | 2008-11-03 | 1 | -0/+51 |
* | decoder_api: no CamelCase | Max Kellermann | 2008-11-03 | 1 | -34/+32 |
* | decoder_api: added decoder_tag() | Max Kellermann | 2008-11-02 | 1 | -0/+13 |
* | decoder_api: pass "seekable" flag to decoder_initialized() | Max Kellermann | 2008-11-02 | 1 | -16/+8 |
* | decoder: replaced music_pipe.audioFormat with dc.out_audio_format | Max Kellermann | 2008-11-02 | 1 | -10/+13 |
* | music_pipe: renamed ob_* functions to music_pipe_* | Max Kellermann | 2008-11-02 | 1 | -2/+2 |
* | renamed outputBuffer.[ch] to pipe.[ch] | Max Kellermann | 2008-11-02 | 1 | -1/+1 |
* | decoder: manage decoder list in a static array | Max Kellermann | 2008-11-01 | 1 | -11/+0 |
* | decoder: use bool for return values and flags | Max Kellermann | 2008-10-30 | 1 | -2/+2 |
* | decoder: automatically flush the output buffer after decoder exits | Max Kellermann | 2008-10-29 | 1 | -5/+0 |
* | decoder_api: make the audio_format parameter mandatory | Max Kellermann | 2008-10-29 | 1 | -5/+3 |
* | decoder_api: removed decoder_clear() | Max Kellermann | 2008-10-29 | 1 | -5/+4 |
* | decoder_api: don't cast need_chunks() to int | Max Kellermann | 2008-10-29 | 1 | -4/+4 |
* | input_stream: no CamelCase | Max Kellermann | 2008-10-26 | 1 | -3/+3 |
* | pcm_utils: added pcm_convert_init() | Max Kellermann | 2008-10-21 | 1 | -1/+1 |
* | pcm_utils: no CamelCase | Max Kellermann | 2008-10-21 | 1 | -5/+5 |
* | input_stream: removed nmemb argument | Max Kellermann | 2008-10-17 | 1 | -1/+1 |
* | input: declare struct input_stream | Max Kellermann | 2008-10-17 | 1 | -3/+5 |
* | song: removed CamelCase | Max Kellermann | 2008-10-08 | 1 | -1/+1 |
* | use the "bool" data type instead of "int" | Max Kellermann | 2008-10-08 | 1 | -1/+1 |
* | don't include os_compat.h | Max Kellermann | 2008-10-08 | 1 | -0/+2 |
* | song: converted typedef Song to struct song | Max Kellermann | 2008-10-08 | 1 | -0/+1 |
* | switch to C99 types, part II | Max Kellermann | 2008-09-29 | 1 | -1/+1 |