aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEKMax Kellermann2008-08-26
* added decoder_get_url()Max Kellermann2008-08-26
* don't set dc->seekable in wavpack pluginMax Kellermann2008-08-26
* use a local "initialized" flag instead of dc->stateMax Kellermann2008-08-26
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-26
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-26
* added decoder_get_command()Max Kellermann2008-08-26
* moved convState to struct decoderMax Kellermann2008-08-26
* moved struct AudioFormat to audio_format.hMax Kellermann2008-08-26
* moved InputPlugin to decoder_api.hMax Kellermann2008-08-26
* remove one indent level from audiofile pluginMax Kellermann2008-08-26
* use break instead of local variable "eof"Max Kellermann2008-08-26
* removed local variable "eof" because it is unusedMax Kellermann2008-08-26
* simplify several dc->command checksMax Kellermann2008-08-26
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-26
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-26
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-26
* tail_chunk() returns ob_chunk pointerMax Kellermann2008-08-26
* added OutputBuffer.notifyMax Kellermann2008-08-26
* added decoder_data()Max Kellermann2008-08-26
* use the notify library in main_notify.cMax Kellermann2008-08-26
* do not sleep after openAudioDevice()Max Kellermann2008-08-26
* added decoder_initialized()Max Kellermann2008-08-26
* added struct decoderMax Kellermann2008-08-26
* invoke the notify API directlyMax Kellermann2008-08-26
* removed "else"Max Kellermann2008-08-26
* added dc_command_finished()Max Kellermann2008-08-26
* don't busy wait for the decoder threadMax Kellermann2008-08-26
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-26
* don't set pc->errored_song in decodeStart()Max Kellermann2008-08-26
* added dc.next_song, renamed pc.current_songMax Kellermann2008-08-26
* clean up CPP includesMax Kellermann2008-08-26
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-26
* fix warnings in the HTTP clientMax Kellermann2008-08-25
* fixed ringbuf.c warningsMax Kellermann2008-08-25
* http: hopefully allow seeking to work on static filesEric Wong2008-06-30
* don't call seekInputStream(0) if r==0Max Kellermann2008-06-30
* eliminated local variable "to_read"Max Kellermann2008-06-30
* introduce struct condition as a more correct version of NotifyEric Wong2008-06-30
* utils: pthread_{mutex,cond}_init can fail, so check for itEric Wong2008-06-30
* http: initial rewrite using ringbuffer + pthreadsEric Wong2008-06-30
* http: fix some small memory leaks when hitting redirectsEric Wong2008-06-30
* utils: add new unforgiving utility functionsEric Wong2008-06-30
* ringbuf: add thread-safe, thread-specific reset functionsEric Wong2008-06-30
* ringbuf: get_{write,read}_vector returns total bytes in both vec eltsEric Wong2008-06-30
* http: split out logic around getaddrinfo() and connect()Eric Wong2008-06-30
* http: split out auth code since it's mostly uninteresting for nowEric Wong2008-06-30
* Add a generic ring buffer implementationEric Wong2008-06-30
* os_compat.h: add sys/uio.h for writev/readvEric Wong2008-06-30
* jack: initialize audioOutput->dataMax Kellermann2008-06-13