| Commit message (Expand) | Author | Age | Files | Lines |
* | playlist: avoid the use of newStoredPlaylist for saving active playlists | Eric Wong | 2008-01-01 | 3 | -29/+54 |
* | Make utf8_to_fs_playlist_path universally accessible | Eric Wong | 2008-01-01 | 3 | -12/+15 |
* | storedPlaylist: fix compile warning (last-second internal API change) | Eric Wong | 2008-01-01 | 1 | -2/+0 |
* | mpc_plugin: break out if a missed error branch | Eric Wong | 2008-01-01 | 1 | -0/+2 |
* | Revert r7111 and begin to properly fix storedPlaylist code | Eric Wong | 2008-01-01 | 2 | -90/+73 |
* | Don't let xstrdup(s) crash crash when s is NULL, but return Null in stead | Qball Cow | 2007-12-31 | 1 | -1/+5 |
* | ogg_common: fix indent screwup | Eric Wong | 2007-12-31 | 1 | -14/+5 |
* | fix builds that only have FLAC >= 1.1.3 but not Ogg-Vorbis | Eric Wong | 2007-12-31 | 3 | -9/+9 |
* | Merge branches/ew r7104 | Eric Wong | 2007-12-28 | 28 | -429/+405 |
* | If clearing stored playlist fails, don't return error + OK. but only the error. | Qball Cow | 2007-12-27 | 1 | -2/+1 |
* | Know about SND_PCM_STATE_RUNNING, might fix some bugs | Qball Cow | 2007-12-16 | 1 | -0/+4 |
* | Fix possible wrong 'addition' | Qball Cow | 2007-12-10 | 1 | -1/+1 |
* | Fix replaygain for latest flac version. | Qball Cow | 2007-12-06 | 1 | -0/+9 |
* | Re-enable seeking in http streams. | Qball Cow | 2007-11-28 | 2 | -7/+4 |
* | Don't try to forever to get data when the sockets winds up in "temporary | Qball Cow | 2007-11-28 | 1 | -8/+21 |
* | A better way to do the last patch (extremely minor patch) | Avuton Olrich | 2007-11-21 | 1 | -4/+2 |
* | Fix Sun C 5.9 / C99 compatiblity | Avuton Olrich | 2007-11-21 | 1 | -0/+3 |
* | When parsing id3_frames take in account that there are different frames | Qball Cow | 2007-11-21 | 1 | -40/+137 |
* | Disable seeking on streams, because of bug 1611. When playing ogg, the decode... | Qball Cow | 2007-11-18 | 1 | -1/+1 |
* | Fix wavpack endian issues, tested to work for 16bit. (after blowing my ears o... | Qball Cow | 2007-10-03 | 1 | -1/+18 |
* | Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11. | Qball Cow | 2007-09-26 | 5 | -1/+258 |
* | inputPlugins/_ogg_common.c: fixup includes for new (1.1.4+ FLAC) | Eric Wong | 2007-09-17 | 1 | -1/+3 |
* | Add oga extension for flac-1.2.1 | Avuton Olrich | 2007-09-14 | 1 | -1/+1 |
* | conf.c: remove extra semi-colon here, too | Eric Wong | 2007-09-10 | 1 | -1/+1 |
* | buffer input while waiting for outputBuffer space in mp4 and (ogg)flac | Eric Wong | 2007-09-10 | 2 | -2/+3 |
* | pcm_utils: gcc 2.95 compile fix (extra semi-colon) | Eric Wong | 2007-09-10 | 1 | -1/+1 |
* | playerInit() is static | Eric Wong | 2007-09-08 | 2 | -3/+1 |
* | inputStream_http: signal the server to close after all requests | Eric Wong | 2007-09-08 | 1 | -1/+1 |
* | decode: fix seek when paused | Eric Wong | 2007-09-07 | 1 | -0/+1 |
* | get rid of unused DECODE_SUFFIX_* #defines | Eric Wong | 2007-09-07 | 1 | -7/+0 |
* | Once again get rid of busy waiting and use SIGSTOP for pause | Eric Wong | 2007-09-06 | 2 | -4/+24 |
* | return to busy-waiting on pause for now.. | Eric Wong | 2007-09-06 | 2 | -24/+4 |
* | send SIGCONT to the player process whenever we need to busy wait on it | Eric Wong | 2007-09-06 | 1 | -0/+11 |
* | conf: use getBoolBlockParam for block params, too | Eric Wong | 2007-09-05 | 2 | -13/+7 |
* | conf: improved boolean config parameter handling from -ke | Eric Wong | 2007-09-05 | 6 | -34/+68 |
* | Redirect stdin *before* we establish a listen socket | Eric Wong | 2007-09-05 | 2 | -29/+29 |
* | log: oops, fix a syntax error | Eric Wong | 2007-09-04 | 1 | -1/+1 |
* | log: better bug avoidance for libraries incorrectly handling fd=0 | Eric Wong | 2007-09-04 | 1 | -2/+16 |
* | zeroconf: avoid passing NULLs to Avahi *_free() routines | Eric Wong | 2007-09-02 | 1 | -4/+6 |
* | Fix endless loop when mpd is launched from a non-interactive shell. | Eric Wong | 2007-09-02 | 1 | -1/+5 |
* | interface: fix IPV6 hostname buffer deallocation from automatics | Eric Wong | 2007-09-01 | 1 | -12/+7 |
* | inputPlugins/flac: improve error messages | Eric Wong | 2007-08-28 | 1 | -12/+13 |
* | log: cleanup: avoid "magic" numbers | Eric Wong | 2007-08-28 | 1 | -6/+8 |
* | removing debug messages from signal handlers | J. Alexander Treuman | 2007-08-27 | 4 | -10/+18 |
* | interface: print whole debug message at once | J. Alexander Treuman | 2007-08-27 | 1 | -7/+8 |
* | adding \n to a bunch of error message strings | J. Alexander Treuman | 2007-08-27 | 5 | -8/+8 |
* | send SIGSTOP to player and decoder processes on pause, too | Eric Wong | 2007-08-27 | 2 | -4/+13 |
* | export FATAL() with noreturn attribute | Eric Wong | 2007-08-27 | 4 | -8/+5 |
* | inputPlugins/mp3_plugin: parse LAME tags for ReplayGain info | J. Alexander Treuman | 2007-08-22 | 1 | -46/+104 |
* | decode: close audio device after initial open if paused | J. Alexander Treuman | 2007-08-12 | 1 | -1/+5 |