summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-08-26moved InputPlugin to decoder_api.hMax Kellermann
2008-08-26remove one indent level from audiofile pluginMax Kellermann
2008-08-26use break instead of local variable "eof"Max Kellermann
2008-08-26removed local variable "eof" because it is unusedMax Kellermann
2008-08-26simplify several dc->command checksMax Kellermann
2008-08-26added parameter total_time to decoder_initialized()Max Kellermann
2008-08-26added audio_format parameter to decoder_initialized()Max Kellermann
2008-08-26added decoder_clear() and decoder_flush()Max Kellermann
2008-08-26tail_chunk() returns ob_chunk pointerMax Kellermann
2008-08-26added OutputBuffer.notifyMax Kellermann
2008-08-26added decoder_data()Max Kellermann
2008-08-26use the notify library in main_notify.cMax Kellermann
2008-08-26do not sleep after openAudioDevice()Max Kellermann
2008-08-26added decoder_initialized()Max Kellermann
2008-08-26added struct decoderMax Kellermann
2008-08-26invoke the notify API directlyMax Kellermann
2008-08-26removed "else"Max Kellermann
2008-08-26added dc_command_finished()Max Kellermann
2008-08-26don't busy wait for the decoder threadMax Kellermann
2008-08-26merged start, stop, seek into DecoderControl.commandMax Kellermann
2008-08-26don't set pc->errored_song in decodeStart()Max Kellermann
2008-08-26added dc.next_song, renamed pc.current_songMax Kellermann
2008-08-26clean up CPP includesMax Kellermann
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann
2008-08-25fix warnings in the HTTP clientMax Kellermann
2008-08-25fixed ringbuf.c warningsMax Kellermann
2008-06-30http: hopefully allow seeking to work on static filesEric Wong
2008-06-30don't call seekInputStream(0) if r==0Max Kellermann
2008-06-30eliminated local variable "to_read"Max Kellermann
2008-06-30introduce struct condition as a more correct version of NotifyEric Wong
2008-06-30utils: pthread_{mutex,cond}_init can fail, so check for itEric Wong
2008-06-30http: initial rewrite using ringbuffer + pthreadsEric Wong
2008-06-30http: fix some small memory leaks when hitting redirectsEric Wong
2008-06-30utils: add new unforgiving utility functionsEric Wong
2008-06-30ringbuf: add thread-safe, thread-specific reset functionsEric Wong
2008-06-30ringbuf: get_{write,read}_vector returns total bytes in both vec eltsEric Wong
2008-06-30http: split out logic around getaddrinfo() and connect()Eric Wong
2008-06-30http: split out auth code since it's mostly uninteresting for nowEric Wong
2008-06-30Add a generic ring buffer implementationEric Wong
2008-06-30os_compat.h: add sys/uio.h for writev/readvEric Wong
2008-06-13jack: initialize audioOutput->dataMax Kellermann
2008-06-13mod: fix crashing on modtracker filesHans de Goede
2008-06-02audio.c: avoid magic numbers even if they have comments :)Eric Wong
2008-06-02remove audioDeviceStates from playerData and getPlayerDataEric Wong
2008-06-01fix stream URLMax Kellermann
2008-06-01oggflac_plugin: fix build with libOggFLAC lib (libFLAC <= 7)Eric Wong
2008-06-01make DecoderControl.state an enumMax Kellerman
2008-06-01notify: don't use camelCase in notify.[ch]Max Kellerman
2008-06-01assert dc.state == DECODE_STATE_STOPMax Kellerman
2008-04-17fix race condition in main_notify.cMax Kellermann