aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bs: better support for mp4/faad/aac and wavpack buildssvn/trunkEric Wong2008-08-164-4/+8
* 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
* http: split out auth code since it's mostly uninteresting for nowEric Wong2008-06-303-75/+103
* Add a generic ring buffer implementationEric Wong2008-06-303-0/+503
* os_compat.h: add sys/uio.h for writev/readvEric Wong2008-06-301-0/+1
* Die if a specific backend is requested but not found.Jim Ramsay2008-06-161-3/+3
* jack: initialize audioOutput->dataMax Kellermann2008-06-131-1/+3
* mod: fix crashing on modtracker filesHans de Goede2008-06-131-1/+1
* audio.c: avoid magic numbers even if they have comments :)Eric Wong2008-06-021-1/+1
* remove audioDeviceStates from playerData and getPlayerDataEric Wong2008-06-025-40/+14
* fix stream URLMax Kellermann2008-06-011-1/+2
* oggflac_plugin: fix build with libOggFLAC lib (libFLAC <= 7)Eric Wong2008-06-011-1/+1
* make DecoderControl.state an enumMax Kellerman2008-06-011-4/+6
* Add the bs build system from mpd-keEric Wong2008-06-0115-0/+751
* notify: don't use camelCase in notify.[ch]Max Kellerman2008-06-015-26/+26
* assert dc.state == DECODE_STATE_STOPMax Kellerman2008-06-011-1/+2
* fix race condition in main_notify.cMax Kellermann2008-04-171-1/+6
* added ob_set_lazy()Max Kellermann2008-04-153-2/+26
* use dc.current_song instead of pc.current_songMax Kellermann2008-04-151-1/+1
* const pointers in decode.cMax Kellermann2008-04-151-1/+1
* const pointers in normalize.cMax Kellermann2008-04-152-2/+2
* more const pointers in pcm_utils.[ch]Max Kellermann2008-04-152-6/+8
* fix XFADE_DISABLED=-1Max Kellermann2008-04-151-1/+1
* decode.c: make the crossfade state variable self-documentingEric Wong2008-04-141-15/+18
* command.c: remove dead commented codeEric Wong2008-04-141-1/+0
* Always compile ioops.h, since main_notify uses it nowEric Wong2008-04-132-11/+0
* Make the OutputBuffer API more consistentEric Wong2008-04-1317-146/+146
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-1318-215/+199
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-1320-374/+337
* Get rid of PlayerControl inside the PlayerData structEric Wong2008-04-137-246/+184
* main_notify: just use cond_signal to wakeup, no need to trylockEric Wong2008-04-131-11/+1
* main_notify: use pthread_cond_signal instead of broadcastEric Wong2008-04-121-1/+1
* Fix a deadlock after pause/nextEric Wong2008-04-121-0/+1
* Fix the problem of songs not advancing without client activityEric Wong2008-04-128-20/+173
* command.h: include sllist.h which defines struct strnodeEric Wong2008-04-121-2/+1
* const pointers in audioOutput.cMax Kellermann2008-04-122-2/+4
* const pointers in audio.cMax Kellermann2008-04-122-10/+11
* flush after loop in sendDataToOutputBuffer()Max Kellermann2008-04-121-5/+4
* constant pointers in replayGain.cMax Kellermann2008-04-122-2/+2
* yet another migration to size_tMax Kellermann2008-04-121-4/+4