aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-06-01notify: don't use camelCase in notify.[ch]Max Kellerman5-26/+26
2008-06-01assert dc.state == DECODE_STATE_STOPMax Kellerman1-1/+2
2008-04-17fix race condition in main_notify.cMax Kellermann1-1/+6
2008-04-15added ob_set_lazy()Max Kellermann3-2/+26
2008-04-15use dc.current_song instead of pc.current_songMax Kellermann1-1/+1
2008-04-15const pointers in decode.cMax Kellermann1-1/+1
2008-04-15const pointers in normalize.cMax Kellermann2-2/+2
2008-04-15more const pointers in pcm_utils.[ch]Max Kellermann2-6/+8
2008-04-15fix XFADE_DISABLED=-1Max Kellermann1-1/+1
2008-04-14decode.c: make the crossfade state variable self-documentingEric Wong1-15/+18
2008-04-14command.c: remove dead commented codeEric Wong1-1/+0
2008-04-13Always compile ioops.h, since main_notify uses it nowEric Wong2-11/+0
2008-04-13Make the OutputBuffer API more consistentEric Wong17-146/+146
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong18-215/+199
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong20-374/+337
2008-04-13Get rid of PlayerControl inside the PlayerData structEric Wong7-246/+184
2008-04-13main_notify: just use cond_signal to wakeup, no need to trylockEric Wong1-11/+1