aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* directory: allow db_file to reside on / once againEric Wong2008-01-031-0/+2
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-0393-477/+167
* directory.c: get rid of the horrid dirname(3) and libgen.h dependencyEric Wong2008-01-031-13/+3
* document parent_path()Eric Wong2008-01-032-3/+20
* playerCloseAudio() is staticEric Wong2008-01-032-3/+3
* player.c: introduce set_current_song to avoid needless repetitionEric Wong2008-01-031-27/+13
* song: updateSongInfo: left out charset conversion when going thread-safeEric Wong2008-01-011-2/+4
* silence is constant, as is the buffer we pass to playAudioEric Wong2008-01-013-5/+3
* Simplify decode cleanup logic a bitEric Wong2008-01-0111-126/+21
* charConv: tie the buffer size for iconv() to our PATH_MAX constantEric Wong2008-01-011-1/+2
* storedPlaylist: remove the needless StoredPlaylist struct and just use ListEric Wong2008-01-013-90/+60
* storedPlaylist: cleanup API and avoid needless heap allocations + error checksEric Wong2008-01-013-108/+69
* storedPlaylist: cleanup load functionEric Wong2008-01-011-72/+16
* playlist: cleanup pathname generation for the "rm" command, tooEric Wong2008-01-011-15/+5
* playlist: avoid the use of newStoredPlaylist for saving active playlistsEric Wong2008-01-013-29/+54
* Make utf8_to_fs_playlist_path universally accessibleEric Wong2008-01-013-12/+15
* storedPlaylist: fix compile warning (last-second internal API change)Eric Wong2008-01-011-2/+0
* mpc_plugin: break out if a missed error branchEric Wong2008-01-011-0/+2
* Revert r7111 and begin to properly fix storedPlaylist codeEric Wong2008-01-012-90/+73
* Don't let xstrdup(s) crash crash when s is NULL, but return Null in steadQball Cow2007-12-311-1/+5
* ogg_common: fix indent screwupEric Wong2007-12-311-14/+5
* fix builds that only have FLAC >= 1.1.3 but not Ogg-VorbisEric Wong2007-12-313-9/+9
* Merge branches/ew r7104Eric Wong2007-12-2828-429/+405
* If clearing stored playlist fails, don't return error + OK. but only the error.Qball Cow2007-12-271-2/+1
* Know about SND_PCM_STATE_RUNNING, might fix some bugsQball Cow2007-12-161-0/+4
* Fix possible wrong 'addition'Qball Cow2007-12-101-1/+1
* Fix replaygain for latest flac version.Qball Cow2007-12-061-0/+9
* Re-enable seeking in http streams.Qball Cow2007-11-282-7/+4
* Don't try to forever to get data when the sockets winds up in "temporaryQball Cow2007-11-281-8/+21
* A better way to do the last patch (extremely minor patch)Avuton Olrich2007-11-211-4/+2
* Fix Sun C 5.9 / C99 compatiblityAvuton Olrich2007-11-211-0/+3
* When parsing id3_frames take in account that there are different framesQball Cow2007-11-211-40/+137
* Disable seeking on streams, because of bug 1611. When playing ogg, the decode...Qball Cow2007-11-181-1/+1
* Fix wavpack endian issues, tested to work for 16bit. (after blowing my ears o...Qball Cow2007-10-031-1/+18
* Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11.Qball Cow2007-09-265-1/+258
* inputPlugins/_ogg_common.c: fixup includes for new (1.1.4+ FLAC)Eric Wong2007-09-171-1/+3
* Add oga extension for flac-1.2.1Avuton Olrich2007-09-141-1/+1
* conf.c: remove extra semi-colon here, tooEric Wong2007-09-101-1/+1
* buffer input while waiting for outputBuffer space in mp4 and (ogg)flacEric Wong2007-09-102-2/+3
* pcm_utils: gcc 2.95 compile fix (extra semi-colon)Eric Wong2007-09-101-1/+1
* playerInit() is staticEric Wong2007-09-082-3/+1
* inputStream_http: signal the server to close after all requestsEric Wong2007-09-081-1/+1
* decode: fix seek when pausedEric Wong2007-09-071-0/+1
* get rid of unused DECODE_SUFFIX_* #definesEric Wong2007-09-071-7/+0
* Once again get rid of busy waiting and use SIGSTOP for pauseEric Wong2007-09-062-4/+24
* return to busy-waiting on pause for now..Eric Wong2007-09-062-24/+4
* send SIGCONT to the player process whenever we need to busy wait on itEric Wong2007-09-061-0/+11
* conf: use getBoolBlockParam for block params, tooEric Wong2007-09-052-13/+7
* conf: improved boolean config parameter handling from -keEric Wong2007-09-056-34/+68
* Redirect stdin *before* we establish a listen socketEric Wong2007-09-052-29/+29