| Commit message (Expand) | Author | Files | Lines |
2008-01-26 | playlist: allow move to specify offset from current song | Eric Wong | 1 | -1/+10 |
2008-01-26 | command: allow "addid" command to take an optional second argument, position | Eric Wong | 1 | -2/+14 |
2008-01-26 | command: cleanup integer argument validation for commands | Eric Wong | 1 | -214/+106 |
2008-01-26 | addToPlaylist/addSongToPlaylist: printId argument changed to added_id | Eric Wong | 4 | -13/+19 |
2008-01-26 | gcc.h: support mpd_fprintf__, with arguments shifted even further right | Eric Wong | 1 | -0/+1 |
2008-01-26 | Cleanup checking for tests in src/ when building in separate dir | Eric Wong | 1 | -1/+2 |
2008-01-26 | fixed "comparison between signed and unsigned" | Max Kellermann | 5 | -10/+10 |
2008-01-26 | fix -Waggregate-return | Max Kellermann | 3 | -10/+10 |
2008-01-26 | assume old flac api when FLAC_API_VERSION_CURRENT is not defined | Max Kellermann | 1 | -1/+1 |
2008-01-26 | fixed -Wshadow warnings | Max Kellermann | 20 | -183/+185 |
2008-01-26 | fixed invalid C prototypes | Max Kellermann | 7 | -8/+8 |
2008-01-03 | ioops: make this zero-impact when compiling w/o zeroconf as well | Eric Wong | 4 | -49/+106 |
2008-01-03 | zeroconf: reformat (with mpd-indent.sh + manual tweaks) | Eric Wong | 4 | -232/+266 |
2008-01-03 | directory: allow db_file to reside on / once again | Eric Wong | 1 | -0/+2 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 93 | -477/+167 |
2008-01-03 | directory.c: get rid of the horrid dirname(3) and libgen.h dependency | Eric Wong | 1 | -13/+3 |
2008-01-03 | document parent_path() | Eric Wong | 2 | -3/+20 |
2008-01-03 | playerCloseAudio() is static | Eric Wong | 2 | -3/+3 |
2008-01-03 | player.c: introduce set_current_song to avoid needless repetition | Eric Wong | 1 | -27/+13 |
2008-01-01 | song: updateSongInfo: left out charset conversion when going thread-safe | Eric Wong | 1 | -2/+4 |
2008-01-01 | silence is constant, as is the buffer we pass to playAudio | Eric Wong | 3 | -5/+3 |
2008-01-01 | Simplify decode cleanup logic a bit | Eric Wong | 11 | -126/+21 |
2008-01-01 | charConv: tie the buffer size for iconv() to our PATH_MAX constant | Eric Wong | 1 | -1/+2 |
2008-01-01 | storedPlaylist: remove the needless StoredPlaylist struct and just use List | Eric Wong | 3 | -90/+60 |
2008-01-01 | storedPlaylist: cleanup API and avoid needless heap allocations + error checks | Eric Wong | 3 | -108/+69 |
2008-01-01 | storedPlaylist: cleanup load function | Eric Wong | 1 | -72/+16 |
2008-01-01 | playlist: cleanup pathname generation for the "rm" command, too | Eric Wong | 1 | -15/+5 |
2008-01-01 | playlist: avoid the use of newStoredPlaylist for saving active playlists | Eric Wong | 3 | -29/+54 |
2008-01-01 | Make utf8_to_fs_playlist_path universally accessible | Eric Wong | 3 | -12/+15 |
2008-01-01 | storedPlaylist: fix compile warning (last-second internal API change) | Eric Wong | 1 | -2/+0 |
2008-01-01 | mpc_plugin: break out if a missed error branch | Eric Wong | 1 | -0/+2 |
2008-01-01 | Revert r7111 and begin to properly fix storedPlaylist code | Eric Wong | 2 | -90/+73 |
2007-12-31 | Don't let xstrdup(s) crash crash when s is NULL, but return Null in stead | Qball Cow | 1 | -1/+5 |
2007-12-31 | ogg_common: fix indent screwup | Eric Wong | 1 | -14/+5 |
2007-12-31 | fix builds that only have FLAC >= 1.1.3 but not Ogg-Vorbis | Eric Wong | 3 | -9/+9 |
2007-12-28 | Merge branches/ew r7104 | Eric Wong | 28 | -429/+405 |
2007-12-27 | If clearing stored playlist fails, don't return error + OK. but only the error. | Qball Cow | 1 | -2/+1 |
2007-12-16 | Know about SND_PCM_STATE_RUNNING, might fix some bugs | Qball Cow | 1 | -0/+4 |
2007-12-10 | Fix possible wrong 'addition' | Qball Cow | 1 | -1/+1 |
2007-12-06 | Fix replaygain for latest flac version. | Qball Cow | 1 | -0/+9 |
2007-11-28 | Re-enable seeking in http streams. | Qball Cow | 2 | -7/+4 |
2007-11-28 | Don't try to forever to get data when the sockets winds up in "temporary | Qball Cow | 1 | -8/+21 |
2007-11-21 | A better way to do the last patch (extremely minor patch) | Avuton Olrich | 1 | -4/+2 |
2007-11-21 | Fix Sun C 5.9 / C99 compatiblity | Avuton Olrich | 1 | -0/+3 |
2007-11-21 | When parsing id3_frames take in account that there are different frames | Qball Cow | 1 | -40/+137 |
2007-11-18 | Disable seeking on streams, because of bug 1611. When playing ogg, the decode... | Qball Cow | 1 | -1/+1 |
2007-10-03 | Fix wavpack endian issues, tested to work for 16bit. (after blowing my ears o... | Qball Cow | 1 | -1/+18 |
2007-09-26 | Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11. | Qball Cow | 5 | -1/+258 |
2007-09-17 | inputPlugins/_ogg_common.c: fixup includes for new (1.1.4+ FLAC) | Eric Wong | 1 | -1/+3 |
2007-09-14 | Add oga extension for flac-1.2.1 | Avuton Olrich | 1 | -1/+1 |