aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-26fixed -Wshadow warningsMax Kellermann20-183/+185
2008-01-26fixed invalid C prototypesMax Kellermann7-8/+8
2008-01-03ioops: make this zero-impact when compiling w/o zeroconf as wellEric Wong4-49/+106
2008-01-03zeroconf: reformat (with mpd-indent.sh + manual tweaks)Eric Wong4-232/+266
2008-01-03directory: allow db_file to reside on / once againEric Wong1-0/+2
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong93-477/+167
2008-01-03directory.c: get rid of the horrid dirname(3) and libgen.h dependencyEric Wong1-13/+3
2008-01-03document parent_path()Eric Wong2-3/+20
2008-01-03playerCloseAudio() is staticEric Wong2-3/+3
2008-01-03player.c: introduce set_current_song to avoid needless repetitionEric Wong1-27/+13
2008-01-01song: updateSongInfo: left out charset conversion when going thread-safeEric Wong1-2/+4
2008-01-01silence is constant, as is the buffer we pass to playAudioEric Wong3-5/+3
2008-01-01Simplify decode cleanup logic a bitEric Wong11-126/+21
2008-01-01charConv: tie the buffer size for iconv() to our PATH_MAX constantEric Wong1-1/+2
2008-01-01storedPlaylist: remove the needless StoredPlaylist struct and just use ListEric Wong3-90/+60
2008-01-01storedPlaylist: cleanup API and avoid needless heap allocations + error checksEric Wong3-108/+69
2008-01-01storedPlaylist: cleanup load functionEric Wong1-72/+16
2008-01-01playlist: cleanup pathname generation for the "rm" command, tooEric Wong1-15/+5
2008-01-01playlist: avoid the use of newStoredPlaylist for saving active playlistsEric Wong3-29/+54
2008-01-01Make utf8_to_fs_playlist_path universally accessibleEric Wong3-12/+15
2008-01-01storedPlaylist: fix compile warning (last-second internal API change)Eric Wong1-2/+0
2008-01-01mpc_plugin: break out if a missed error branchEric Wong1-0/+2
2008-01-01Revert r7111 and begin to properly fix storedPlaylist codeEric Wong2-90/+73
2007-12-31Don't let xstrdup(s) crash crash when s is NULL, but return Null in steadQball Cow1-1/+5
2007-12-31ogg_common: fix indent screwupEric Wong1-14/+5
2007-12-31fix builds that only have FLAC >= 1.1.3 but not Ogg-VorbisEric Wong3-9/+9
2007-12-28Merge branches/ew r7104Eric Wong28-429/+405
2007-12-27If clearing stored playlist fails, don't return error + OK. but only the error.Qball Cow1-2/+1
2007-12-16Know about SND_PCM_STATE_RUNNING, might fix some bugsQball Cow1-0/+4
2007-12-10Fix possible wrong 'addition'Qball Cow1-1/+1
2007-12-06Fix replaygain for latest flac version.Qball Cow1-0/+9
2007-11-28Re-enable seeking in http streams.Qball Cow2-7/+4
2007-11-28Don't try to forever to get data when the sockets winds up in "temporaryQball Cow1-8/+21
2007-11-21A better way to do the last patch (extremely minor patch)Avuton Olrich1-4/+2
2007-11-21Fix Sun C 5.9 / C99 compatiblityAvuton Olrich1-0/+3
2007-11-21When parsing id3_frames take in account that there are different framesQball Cow1-40/+137
2007-11-18Disable seeking on streams, because of bug 1611. When playing ogg, the decode...Qball Cow1-1/+1
2007-10-03Fix wavpack endian issues, tested to work for 16bit. (after blowing my ears o...Qball Cow1-1/+18
2007-09-26Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11.Qball Cow5-1/+258
2007-09-17inputPlugins/_ogg_common.c: fixup includes for new (1.1.4+ FLAC)Eric Wong1-1/+3
2007-09-14Add oga extension for flac-1.2.1Avuton Olrich1-1/+1
2007-09-10conf.c: remove extra semi-colon here, tooEric Wong1-1/+1
2007-09-10buffer input while waiting for outputBuffer space in mp4 and (ogg)flacEric Wong2-2/+3
2007-09-10pcm_utils: gcc 2.95 compile fix (extra semi-colon)Eric Wong1-1/+1
2007-09-08playerInit() is staticEric Wong2-3/+1
2007-09-08inputStream_http: signal the server to close after all requestsEric Wong1-1/+1
2007-09-07decode: fix seek when pausedEric Wong1-0/+1
2007-09-07get rid of unused DECODE_SUFFIX_* #definesEric Wong1-7/+0
2007-09-06Once again get rid of busy waiting and use SIGSTOP for pauseEric Wong2-4/+24
2007-09-06return to busy-waiting on pause for now..Eric Wong2-24/+4