| Commit message (Expand) | Author | Files | Lines |
2008-08-26 | merged start, stop, seek into DecoderControl.command | Max Kellermann | 15 | -108/+139 |
2008-08-26 | don't set pc->errored_song in decodeStart() | Max Kellermann | 1 | -1/+0 |
2008-08-26 | added dc.next_song, renamed pc.current_song | Max Kellermann | 4 | -15/+18 |
2008-08-26 | clean up CPP includes | Max Kellermann | 19 | -79/+1 |
2008-08-26 | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 20 | -118/+184 |
2008-08-25 | fix warnings in the HTTP client | Max Kellermann | 1 | -3/+4 |
2008-08-25 | fixed ringbuf.c warnings | Max Kellermann | 2 | -5/+5 |
2008-06-30 | http: hopefully allow seeking to work on static files | Eric Wong | 1 | -1/+2 |
2008-06-30 | don't call seekInputStream(0) if r==0 | Max Kellermann | 1 | -1/+2 |
2008-06-30 | eliminated local variable "to_read" | Max Kellermann | 1 | -4/+3 |
2008-06-30 | introduce struct condition as a more correct version of Notify | Eric Wong | 4 | -64/+191 |
2008-06-30 | utils: pthread_{mutex,cond}_init can fail, so check for it | Eric Wong | 2 | -0/+18 |
2008-06-30 | http: initial rewrite using ringbuffer + pthreads | Eric Wong | 2 | -562/+799 |
2008-06-30 | http: fix some small memory leaks when hitting redirects | Eric Wong | 1 | -0/+6 |
2008-06-30 | utils: add new unforgiving utility functions | Eric Wong | 2 | -0/+30 |
2008-06-30 | ringbuf: add thread-safe, thread-specific reset functions | Eric Wong | 2 | -0/+30 |
2008-06-30 | ringbuf: get_{write,read}_vector returns total bytes in both vec elts | Eric Wong | 2 | -5/+9 |
2008-06-30 | http: split out logic around getaddrinfo() and connect() | Eric Wong | 1 | -40/+42 |
2008-06-30 | http: split out auth code since it's mostly uninteresting for now | Eric Wong | 3 | -75/+103 |
2008-06-30 | Add a generic ring buffer implementation | Eric Wong | 3 | -0/+503 |
2008-06-30 | os_compat.h: add sys/uio.h for writev/readv | Eric Wong | 1 | -0/+1 |
2008-06-13 | jack: initialize audioOutput->data | Max Kellermann | 1 | -1/+3 |
2008-06-13 | mod: fix crashing on modtracker files | Hans de Goede | 1 | -1/+1 |
2008-06-02 | audio.c: avoid magic numbers even if they have comments :) | Eric Wong | 1 | -1/+1 |
2008-06-02 | remove audioDeviceStates from playerData and getPlayerData | Eric Wong | 5 | -40/+14 |
2008-06-01 | fix stream URL | Max Kellermann | 1 | -1/+2 |
2008-06-01 | oggflac_plugin: fix build with libOggFLAC lib (libFLAC <= 7) | Eric Wong | 1 | -1/+1 |
2008-06-01 | make DecoderControl.state an enum | Max Kellerman | 1 | -4/+6 |
2008-06-01 | notify: don't use camelCase in notify.[ch] | Max Kellerman | 5 | -26/+26 |
2008-06-01 | assert dc.state == DECODE_STATE_STOP | Max Kellerman | 1 | -1/+2 |
2008-04-17 | fix race condition in main_notify.c | Max Kellermann | 1 | -1/+6 |
2008-04-15 | added ob_set_lazy() | Max Kellermann | 3 | -2/+26 |
2008-04-15 | use dc.current_song instead of pc.current_song | Max Kellermann | 1 | -1/+1 |
2008-04-15 | const pointers in decode.c | Max Kellermann | 1 | -1/+1 |
2008-04-15 | const pointers in normalize.c | Max Kellermann | 2 | -2/+2 |
2008-04-15 | more const pointers in pcm_utils.[ch] | Max Kellermann | 2 | -6/+8 |
2008-04-15 | fix XFADE_DISABLED=-1 | Max Kellermann | 1 | -1/+1 |
2008-04-14 | decode.c: make the crossfade state variable self-documenting | Eric Wong | 1 | -15/+18 |
2008-04-14 | command.c: remove dead commented code | Eric Wong | 1 | -1/+0 |
2008-04-13 | Always compile ioops.h, since main_notify uses it now | Eric Wong | 2 | -11/+0 |
2008-04-13 | Make the OutputBuffer API more consistent | Eric Wong | 17 | -146/+146 |
2008-04-13 | Stop passing our single OutputBuffer object everywhere | Eric Wong | 18 | -215/+199 |
2008-04-13 | Stop passing our single DecoderControl object everywhere | Eric Wong | 20 | -374/+337 |
2008-04-13 | Get rid of PlayerControl inside the PlayerData struct | Eric Wong | 7 | -246/+184 |
2008-04-13 | main_notify: just use cond_signal to wakeup, no need to trylock | Eric Wong | 1 | -11/+1 |
2008-04-12 | main_notify: use pthread_cond_signal instead of broadcast | Eric Wong | 1 | -1/+1 |
2008-04-12 | Fix a deadlock after pause/next | Eric Wong | 1 | -0/+1 |
2008-04-12 | Fix the problem of songs not advancing without client activity | Eric Wong | 8 | -20/+173 |
2008-04-12 | command.h: include sllist.h which defines struct strnode | Eric Wong | 1 | -2/+1 |
2008-04-12 | const pointers in audioOutput.c | Max Kellermann | 2 | -2/+4 |