aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-2618-59/+65
* no busy-waiting for the player processMax Kellermann2008-08-261-2/+3
* converted PlayerControl.state to enumMax Kellermann2008-08-262-6/+11
* added PlayerControl.commandMax Kellermann2008-08-264-77/+93
* eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEKMax Kellermann2008-08-265-23/+20
* added decoder_get_url()Max Kellermann2008-08-263-1/+8
* don't set dc->seekable in wavpack pluginMax Kellermann2008-08-261-2/+0
* use a local "initialized" flag instead of dc->stateMax Kellermann2008-08-263-5/+11
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-2612-42/+60
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-2614-33/+34
* added decoder_get_command()Max Kellermann2008-08-2613-59/+74
* moved convState to struct decoderMax Kellermann2008-08-264-7/+10
* moved struct AudioFormat to audio_format.hMax Kellermann2008-08-2613-19/+48
* moved InputPlugin to decoder_api.hMax Kellermann2008-08-266-61/+64
* remove one indent level from audiofile pluginMax Kellermann2008-08-261-30/+25
* use break instead of local variable "eof"Max Kellermann2008-08-261-16/+12
* removed local variable "eof" because it is unusedMax Kellermann2008-08-262-19/+9
* simplify several dc->command checksMax Kellermann2008-08-261-7/+3
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-2614-29/+31
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-2614-83/+88
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-2612-22/+35
* tail_chunk() returns ob_chunk pointerMax Kellermann2008-08-261-8/+6
* added OutputBuffer.notifyMax Kellermann2008-08-263-5/+9
* added decoder_data()Max Kellermann2008-08-2613-136/+177
* use the notify library in main_notify.cMax Kellermann2008-08-261-10/+7
* do not sleep after openAudioDevice()Max Kellermann2008-08-261-3/+0
* added decoder_initialized()Max Kellermann2008-08-2614-31/+66
* added struct decoderMax Kellermann2008-08-2617-30/+121
* invoke the notify API directlyMax Kellermann2008-08-265-62/+24
* removed "else"Max Kellermann2008-08-261-2/+3
* added dc_command_finished()Max Kellermann2008-08-2613-34/+32
* don't busy wait for the decoder threadMax Kellermann2008-08-261-3/+7
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-2615-108/+139
* don't set pc->errored_song in decodeStart()Max Kellermann2008-08-261-1/+0
* added dc.next_song, renamed pc.current_songMax Kellermann2008-08-264-15/+18
* clean up CPP includesMax Kellermann2008-08-2619-79/+1
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-2620-118/+184
* fix warnings in the HTTP clientMax Kellermann2008-08-251-3/+4
* fixed ringbuf.c warningsMax Kellermann2008-08-252-5/+5
* http: hopefully allow seeking to work on static filesEric Wong2008-06-301-1/+2
* don't call seekInputStream(0) if r==0Max Kellermann2008-06-301-1/+2
* eliminated local variable "to_read"Max Kellermann2008-06-301-4/+3
* introduce struct condition as a more correct version of NotifyEric Wong2008-06-304-64/+191
* utils: pthread_{mutex,cond}_init can fail, so check for itEric Wong2008-06-302-0/+18
* http: initial rewrite using ringbuffer + pthreadsEric Wong2008-06-302-562/+799
* http: fix some small memory leaks when hitting redirectsEric Wong2008-06-301-0/+6
* utils: add new unforgiving utility functionsEric Wong2008-06-302-0/+30
* ringbuf: add thread-safe, thread-specific reset functionsEric Wong2008-06-302-0/+30
* ringbuf: get_{write,read}_vector returns total bytes in both vec eltsEric Wong2008-06-302-5/+9
* http: split out logic around getaddrinfo() and connect()Eric Wong2008-06-301-40/+42