| Commit message (Expand) | Author | Files | Lines |
2008-08-26 | added decoder_get_command() | Max Kellermann | 13 | -59/+74 |
2008-08-26 | moved convState to struct decoder | Max Kellermann | 4 | -7/+10 |
2008-08-26 | moved struct AudioFormat to audio_format.h | Max Kellermann | 13 | -19/+48 |
2008-08-26 | moved InputPlugin to decoder_api.h | Max Kellermann | 6 | -61/+64 |
2008-08-26 | remove one indent level from audiofile plugin | Max Kellermann | 1 | -30/+25 |
2008-08-26 | use break instead of local variable "eof" | Max Kellermann | 1 | -16/+12 |
2008-08-26 | removed local variable "eof" because it is unused | Max Kellermann | 2 | -19/+9 |
2008-08-26 | simplify several dc->command checks | Max Kellermann | 1 | -7/+3 |
2008-08-26 | added parameter total_time to decoder_initialized() | Max Kellermann | 14 | -29/+31 |
2008-08-26 | added audio_format parameter to decoder_initialized() | Max Kellermann | 14 | -83/+88 |
2008-08-26 | added decoder_clear() and decoder_flush() | Max Kellermann | 12 | -22/+35 |
2008-08-26 | tail_chunk() returns ob_chunk pointer | Max Kellermann | 1 | -8/+6 |
2008-08-26 | added OutputBuffer.notify | Max Kellermann | 3 | -5/+9 |
2008-08-26 | added decoder_data() | Max Kellermann | 13 | -136/+177 |
2008-08-26 | use the notify library in main_notify.c | Max Kellermann | 1 | -10/+7 |
2008-08-26 | do not sleep after openAudioDevice() | Max Kellermann | 1 | -3/+0 |
2008-08-26 | added decoder_initialized() | Max Kellermann | 14 | -31/+66 |
2008-08-26 | added struct decoder | Max Kellermann | 17 | -30/+121 |
2008-08-26 | invoke the notify API directly | Max Kellermann | 5 | -62/+24 |
2008-08-26 | removed "else" | Max Kellermann | 1 | -2/+3 |
2008-08-26 | added dc_command_finished() | Max Kellermann | 13 | -34/+32 |
2008-08-26 | don't busy wait for the decoder thread | Max Kellermann | 1 | -3/+7 |
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 |