| Commit message (Expand) | Author | Files | Lines |
2008-10-29 | decoder: automatically flush the output buffer after decoder exits | Max Kellermann | 1 | -2/+0 |
2008-10-29 | decoder_api: removed decoder_clear() | Max Kellermann | 1 | -2/+0 |
2008-10-26 | input_stream: renamed sources, no CamelCase | Max Kellermann | 1 | -1/+1 |
2008-10-17 | input: declare struct input_stream | Max Kellermann | 1 | -6/+7 |
2008-10-08 | use the "bool" data type instead of "int" | Max Kellermann | 1 | -3/+4 |
2008-09-29 | decoder: renamed plugin methods | Max Kellermann | 1 | -35/+40 |
2008-09-29 | switch to C99 types, part II | Max Kellermann | 1 | -1/+1 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -1/+2 |
2008-08-29 | tag: moved code to tag_id3.c | Max Kellermann | 1 | -0/+1 |
2008-08-29 | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 1 | -1/+1 |
2008-08-26 | moved enum decoder_command to decoder_api.h | Max Kellermann | 1 | -1/+8 |
2008-08-26 | moved variable "dc" to decode.h | Max Kellermann | 1 | -0/+1 |
2008-08-26 | added decoder_read() | Max Kellermann | 1 | -0/+9 |
2008-08-26 | added decoder_plugin_register() | Max Kellermann | 1 | -0/+4 |
2008-08-26 | no camel case in struct decoder_plugin | Max Kellermann | 1 | -8/+8 |
2008-08-26 | renamed the InputPlugin function types | Max Kellermann | 1 | -14/+13 |
2008-08-26 | renamed InputPlugin to struct decoder_plugin | Max Kellermann | 1 | -2/+2 |
2008-08-26 | eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEK | Max Kellermann | 1 | -5/+4 |
2008-08-26 | added decoder_get_url() | Max Kellermann | 1 | -0/+2 |
2008-08-26 | added decoder_seek_where() and decoder_seek_error() | Max Kellermann | 1 | -0/+4 |
2008-08-26 | added decoder_command_finished() to decoder_api.h | Max Kellermann | 1 | -0/+7 |
2008-08-26 | added decoder_get_command() | Max Kellermann | 1 | -0/+2 |
2008-08-26 | moved InputPlugin to decoder_api.h | Max Kellermann | 1 | -1/+60 |
2008-08-26 | added parameter total_time to decoder_initialized() | Max Kellermann | 1 | -1/+2 |
2008-08-26 | added audio_format parameter to decoder_initialized() | Max Kellermann | 1 | -1/+2 |
2008-08-26 | added decoder_clear() and decoder_flush() | Max Kellermann | 1 | -0/+4 |
2008-08-26 | added decoder_data() | Max Kellermann | 1 | -0/+15 |
2008-08-26 | added decoder_initialized() | Max Kellermann | 1 | -0/+6 |
2008-08-26 | added struct decoder | Max Kellermann | 1 | -10/+14 |
2008-08-26 | clean up CPP includes | Max Kellermann | 1 | -2/+0 |
2008-06-02 | remove audioDeviceStates from playerData and getPlayerData | Eric Wong | 1 | -8/+0 |
2008-04-13 | Make the OutputBuffer API more consistent | Eric Wong | 1 | -1/+1 |
2008-04-13 | Stop passing our single OutputBuffer object everywhere | Eric Wong | 1 | -1/+1 |
2008-04-13 | Stop passing our single DecoderControl object everywhere | Eric Wong | 1 | -1/+1 |
2008-04-13 | Get rid of PlayerControl inside the PlayerData struct | Eric Wong | 1 | -1/+1 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -2/+0 |
2008-04-12 | remove buffered_chunks, use cb->size | Max Kellermann | 1 | -1/+0 |
2008-04-12 | moved CHUNK_SIZE to outputBuffer.h | Max Kellermann | 1 | -3/+0 |
2008-04-12 | unsigned integers in playerData.[ch] | Max Kellermann | 1 | -2/+2 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -3/+3 |
2006-08-06 | merge changes from mpd-tree: | Warren Dukes | 1 | -3/+0 |
2006-08-01 | audio: get rid of the myAudioDevicesEnabled array | Eric Wong | 1 | -1/+1 |
2006-08-01 | audio: remove AUDIO_MAX_DEVICES limit | Eric Wong | 1 | -1/+1 |
2006-08-01 | playerData: move player_pid into the main playerData structure | Eric Wong | 1 | -0/+1 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -1/+1 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2005-11-16 | DJWLindenaar balanced tree and master process patch | Qball Cow | 1 | -0/+2 |
2004-11-02 | enabling and disabling individual audioOutputs is mostly done, just need | Warren Dukes | 1 | -1/+1 |