aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Revert r7111 and begin to properly fix storedPlaylist codeEric Wong2008-01-01
* Don't let xstrdup(s) crash crash when s is NULL, but return Null in steadQball Cow2007-12-31
* ogg_common: fix indent screwupEric Wong2007-12-31
* fix builds that only have FLAC >= 1.1.3 but not Ogg-VorbisEric Wong2007-12-31
* Merge branches/ew r7104Eric Wong2007-12-28
* If clearing stored playlist fails, don't return error + OK. but only the error.Qball Cow2007-12-27
* Know about SND_PCM_STATE_RUNNING, might fix some bugsQball Cow2007-12-16
* Fix possible wrong 'addition'Qball Cow2007-12-10
* Fix replaygain for latest flac version.Qball Cow2007-12-06
* Re-enable seeking in http streams.Qball Cow2007-11-28
* Don't try to forever to get data when the sockets winds up in "temporaryQball Cow2007-11-28
* A better way to do the last patch (extremely minor patch)Avuton Olrich2007-11-21
* Fix Sun C 5.9 / C99 compatiblityAvuton Olrich2007-11-21
* When parsing id3_frames take in account that there are different framesQball Cow2007-11-21
* Disable seeking on streams, because of bug 1611. When playing ogg, the decode...Qball Cow2007-11-18
* Fix wavpack endian issues, tested to work for 16bit. (after blowing my ears o...Qball Cow2007-10-03
* Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11.Qball Cow2007-09-26
* inputPlugins/_ogg_common.c: fixup includes for new (1.1.4+ FLAC)Eric Wong2007-09-17
* Add oga extension for flac-1.2.1Avuton Olrich2007-09-14
* conf.c: remove extra semi-colon here, tooEric Wong2007-09-10
* buffer input while waiting for outputBuffer space in mp4 and (ogg)flacEric Wong2007-09-10
* pcm_utils: gcc 2.95 compile fix (extra semi-colon)Eric Wong2007-09-10
* playerInit() is staticEric Wong2007-09-08
* inputStream_http: signal the server to close after all requestsEric Wong2007-09-08
* decode: fix seek when pausedEric Wong2007-09-07
* get rid of unused DECODE_SUFFIX_* #definesEric Wong2007-09-07
* Once again get rid of busy waiting and use SIGSTOP for pauseEric Wong2007-09-06
* return to busy-waiting on pause for now..Eric Wong2007-09-06
* send SIGCONT to the player process whenever we need to busy wait on itEric Wong2007-09-06
* conf: use getBoolBlockParam for block params, tooEric Wong2007-09-05
* conf: improved boolean config parameter handling from -keEric Wong2007-09-05
* Redirect stdin *before* we establish a listen socketEric Wong2007-09-05
* log: oops, fix a syntax errorEric Wong2007-09-04
* log: better bug avoidance for libraries incorrectly handling fd=0Eric Wong2007-09-04
* zeroconf: avoid passing NULLs to Avahi *_free() routinesEric Wong2007-09-02
* Fix endless loop when mpd is launched from a non-interactive shell.Eric Wong2007-09-02
* interface: fix IPV6 hostname buffer deallocation from automaticsEric Wong2007-09-01
* inputPlugins/flac: improve error messagesEric Wong2007-08-28
* log: cleanup: avoid "magic" numbersEric Wong2007-08-28
* removing debug messages from signal handlersJ. Alexander Treuman2007-08-27
* interface: print whole debug message at onceJ. Alexander Treuman2007-08-27
* adding \n to a bunch of error message stringsJ. Alexander Treuman2007-08-27
* send SIGSTOP to player and decoder processes on pause, tooEric Wong2007-08-27
* export FATAL() with noreturn attributeEric Wong2007-08-27
* inputPlugins/mp3_plugin: parse LAME tags for ReplayGain infoJ. Alexander Treuman2007-08-22
* decode: close audio device after initial open if pausedJ. Alexander Treuman2007-08-12
* decode: reformatting for better readabilityJ. Alexander Treuman2007-08-12
* audioOutputs/audioOutput_shout: adding timers backJ. Alexander Treuman2007-08-11
* Cleanup a outcommented debug statementQball Cow2007-08-11
* Extra debug outputQball Cow2007-07-16