aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* added decoder_plugin_register()Max Kellermann2008-08-263-2/+16
* don't call quitDecode() in waitOnDecode()Max Kellermann2008-08-261-2/+3
* moved code to player_thread.cMax Kellermann2008-08-267-450/+495
* moved code to crossfade.cMax Kellermann2008-08-264-49/+108
* added inline function audio_format_time_to_size()Max Kellermann2008-08-262-1/+6
* pass max_chunks to calculateCrossFadeChunks()Max Kellermann2008-08-261-7/+8
* converted MpdTagItem.type to an enumMax Kellermann2008-08-265-22/+28
* renamed functions in decoder_list.hMax Kellermann2008-08-266-36/+40
* no camel case in struct decoder_pluginMax Kellermann2008-08-265-39/+41
* renamed the InputPlugin function typesMax Kellermann2008-08-261-14/+13
* renamed inputPlugin.* to decoder_list.*Max Kellermann2008-08-267-7/+7
* moved decoder externs to inputPlugin.cMax Kellermann2008-08-262-11/+11
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-2618-59/+65
* no busy-waiting for the player processMax Kellermann2008-08-261-2/+3
* converted PlayerControl.state to enumMax Kellermann2008-08-262-6/+11
* added PlayerControl.commandMax Kellermann2008-08-264-77/+93
* eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEKMax Kellermann2008-08-265-23/+20
* added decoder_get_url()Max Kellermann2008-08-263-1/+8
* don't set dc->seekable in wavpack pluginMax Kellermann2008-08-261-2/+0
* use a local "initialized" flag instead of dc->stateMax Kellermann2008-08-263-5/+11
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-2612-42/+60
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-2614-33/+34
* added decoder_get_command()Max Kellermann2008-08-2613-59/+74
* moved convState to struct decoderMax Kellermann2008-08-264-7/+10
* moved struct AudioFormat to audio_format.hMax Kellermann2008-08-2613-19/+48
* moved InputPlugin to decoder_api.hMax Kellermann2008-08-266-61/+64
* remove one indent level from audiofile pluginMax Kellermann2008-08-261-30/+25
* use break instead of local variable "eof"Max Kellermann2008-08-261-16/+12
* removed local variable "eof" because it is unusedMax Kellermann2008-08-262-19/+9
* simplify several dc->command checksMax Kellermann2008-08-261-7/+3
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-2614-29/+31
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-2614-83/+88
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-2612-22/+35
* tail_chunk() returns ob_chunk pointerMax Kellermann2008-08-261-8/+6
* added OutputBuffer.notifyMax Kellermann2008-08-263-5/+9
* added decoder_data()Max Kellermann2008-08-2613-136/+177
* use the notify library in main_notify.cMax Kellermann2008-08-261-10/+7
* do not sleep after openAudioDevice()Max Kellermann2008-08-261-3/+0
* added decoder_initialized()Max Kellermann2008-08-2614-31/+66
* added struct decoderMax Kellermann2008-08-2617-30/+121
* invoke the notify API directlyMax Kellermann2008-08-265-62/+24
* removed "else"Max Kellermann2008-08-261-2/+3
* added dc_command_finished()Max Kellermann2008-08-2613-34/+32
* don't busy wait for the decoder threadMax Kellermann2008-08-261-3/+7
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-2615-108/+139
* don't set pc->errored_song in decodeStart()Max Kellermann2008-08-261-1/+0
* added dc.next_song, renamed pc.current_songMax Kellermann2008-08-264-15/+18
* clean up CPP includesMax Kellermann2008-08-2619-79/+1
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-2620-118/+184
* fix warnings in the HTTP clientMax Kellermann2008-08-251-3/+4