aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-26added decoder_get_command()Max Kellermann13-59/+74
2008-08-26moved convState to struct decoderMax Kellermann4-7/+10
2008-08-26moved struct AudioFormat to audio_format.hMax Kellermann13-19/+48
2008-08-26moved InputPlugin to decoder_api.hMax Kellermann6-61/+64
2008-08-26remove one indent level from audiofile pluginMax Kellermann1-30/+25
2008-08-26use break instead of local variable "eof"Max Kellermann1-16/+12
2008-08-26removed local variable "eof" because it is unusedMax Kellermann2-19/+9
2008-08-26simplify several dc->command checksMax Kellermann1-7/+3
2008-08-26added parameter total_time to decoder_initialized()Max Kellermann14-29/+31
2008-08-26added audio_format parameter to decoder_initialized()Max Kellermann14-83/+88
2008-08-26added decoder_clear() and decoder_flush()Max Kellermann12-22/+35
2008-08-26tail_chunk() returns ob_chunk pointerMax Kellermann1-8/+6
2008-08-26added OutputBuffer.notifyMax Kellermann3-5/+9
2008-08-26added decoder_data()Max Kellermann13-136/+177
2008-08-26use the notify library in main_notify.cMax Kellermann1-10/+7
2008-08-26do not sleep after openAudioDevice()Max Kellermann1-3/+0
2008-08-26added decoder_initialized()Max Kellermann14-31/+66
2008-08-26added struct decoderMax Kellermann17-30/+121
2008-08-26invoke the notify API directlyMax Kellermann5-62/+24
2008-08-26removed "else"Max Kellermann1-2/+3
2008-08-26added dc_command_finished()Max Kellermann13-34/+32
2008-08-26don't busy wait for the decoder threadMax Kellermann1-3/+7
2008-08-26merged start, stop, seek into DecoderControl.commandMax Kellermann15-108/+139
2008-08-26don't set pc->errored_song in decodeStart()Max Kellermann1-1/+0
2008-08-26added dc.next_song, renamed pc.current_songMax Kellermann4-15/+18
2008-08-26clean up CPP includesMax Kellermann19-79/+1
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann20-118/+184
2008-08-25fix warnings in the HTTP clientMax Kellermann1-3/+4
2008-08-25fixed ringbuf.c warningsMax Kellermann2-5/+5
2008-06-30http: hopefully allow seeking to work on static filesEric Wong1-1/+2
2008-06-30don't call seekInputStream(0) if r==0Max Kellermann1-1/+2
2008-06-30eliminated local variable "to_read"Max Kellermann1-4/+3
2008-06-30introduce struct condition as a more correct version of NotifyEric Wong4-64/+191
2008-06-30utils: pthread_{mutex,cond}_init can fail, so check for itEric Wong2-0/+18
2008-06-30http: initial rewrite using ringbuffer + pthreadsEric Wong2-562/+799
2008-06-30http: fix some small memory leaks when hitting redirectsEric Wong1-0/+6
2008-06-30utils: add new unforgiving utility functionsEric Wong2-0/+30
2008-06-30ringbuf: add thread-safe, thread-specific reset functionsEric Wong2-0/+30
2008-06-30ringbuf: get_{write,read}_vector returns total bytes in both vec eltsEric Wong2-5/+9
2008-06-30http: split out logic around getaddrinfo() and connect()Eric Wong1-40/+42
2008-06-30http: split out auth code since it's mostly uninteresting for nowEric Wong3-75/+103
2008-06-30Add a generic ring buffer implementationEric Wong3-0/+503
2008-06-30os_compat.h: add sys/uio.h for writev/readvEric Wong1-0/+1
2008-06-13jack: initialize audioOutput->dataMax Kellermann1-1/+3
2008-06-13mod: fix crashing on modtracker filesHans de Goede1-1/+1
2008-06-02audio.c: avoid magic numbers even if they have comments :)Eric Wong1-1/+1
2008-06-02remove audioDeviceStates from playerData and getPlayerDataEric Wong5-40/+14
2008-06-01fix stream URLMax Kellermann1-1/+2
2008-06-01oggflac_plugin: fix build with libOggFLAC lib (libFLAC <= 7)Eric Wong1-1/+1
2008-06-01make DecoderControl.state an enumMax Kellerman1-4/+6