| Commit message (Expand) | Author | Files | Lines |
2009-02-25 | ls: moved generic URI utilities to uri.c | Max Kellermann | 1 | -1/+1 |
2009-02-04 | playlist_save: added spl_save_playlist() | Max Kellermann | 1 | -0/+6 |
2009-02-04 | playlist: renamed global "playlist" variable to "g_playlist" | Max Kellermann | 1 | -3/+3 |
2009-01-25 | playlist: moved is_valid_playlist_name() to stored_playlist.c | Max Kellermann | 1 | -1/+1 |
2009-01-25 | playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.c | Max Kellermann | 1 | -0/+65 |
2009-01-25 | stored_playlist: moved configuration variables from playlist.c | Max Kellermann | 1 | -1/+1 |
2009-01-08 | path: allocate buffer in fs_charset conversion functions | Max Kellermann | 1 | -6/+5 |
2009-01-04 | song: allocate the result of song_get_url() | Max Kellermann | 1 | -5/+7 |
2009-01-04 | playlist: use uri_has_scheme() instead of isRemoteUrl() | Max Kellermann | 1 | -1/+1 |
2009-01-02 | mapper: allocate the result of map_directory_child_fs(), map_song_fs() | Max Kellermann | 1 | -2/+4 |
2009-01-02 | mapper: allocate the result of map_uri_fs(), map_directory_fs() | Max Kellermann | 1 | -4/+8 |
2008-12-24 | playlist: fix stored playlist modifications with absolute paths | Max Kellermann | 1 | -1/+1 |
2008-12-16 | ls: removed isValidRemoteUtf8Url() | Max Kellermann | 1 | -1/+1 |
2008-10-31 | update: check return values | Max Kellermann | 1 | -1/+2 |
2008-10-23 | stored_playlist: don't map files outside the database | Max Kellermann | 1 | -2/+3 |
2008-10-14 | playlist: don't use uninitialized local variable (typo) | Max Kellermann | 1 | -1/+1 |
2008-10-14 | mapper: new song-to-filesystem mapper library | Max Kellermann | 1 | -8/+14 |
2008-10-14 | playlist: moved code to playlist_save.c | Max Kellermann | 1 | -35/+26 |
2008-10-09 | database: renamed get_get_song() to db_get_song() | Max Kellermann | 1 | -1/+1 |
2008-10-08 | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 1 | -12/+18 |
2008-10-08 | database: removed printDirectoryInfo() | Max Kellermann | 1 | -3/+0 |
2008-10-08 | directory: moved code to database.c | Max Kellermann | 1 | -17/+27 |
2008-10-08 | directory: converted typedef Directory to struct directory | Max Kellermann | 1 | -2/+2 |
2008-10-08 | update: merged exploreDirectory() into updateDirectory() | Max Kellermann | 1 | -1/+1 |
2008-10-08 | directory: moved code to update.c | Max Kellermann | 1 | -10/+20 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -3/+4 |
2008-08-26 | moved code to crossfade.c | Max Kellermann | 1 | -9/+10 |
2008-08-26 | clean up CPP includes | Max Kellermann | 1 | -2/+0 |
2008-06-02 | remove audioDeviceStates from playerData and getPlayerData | Eric Wong | 1 | -8/+0 |
2008-04-13 | Make the OutputBuffer API more consistent | Eric Wong | 1 | -1/+1 |
2008-04-13 | Stop passing our single OutputBuffer object everywhere | Eric Wong | 1 | -1/+1 |
2008-04-13 | Stop passing our single DecoderControl object everywhere | Eric Wong | 1 | -1/+1 |
2008-04-13 | Get rid of PlayerControl inside the PlayerData struct | Eric Wong | 1 | -1/+1 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -2/+0 |
2008-04-12 | remove buffered_chunks, use cb->size | Max Kellermann | 1 | -1/+0 |
2008-04-12 | moved CHUNK_SIZE to outputBuffer.h | Max Kellermann | 1 | -3/+0 |
2008-04-12 | unsigned integers in playerData.[ch] | Max Kellermann | 1 | -2/+2 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -3/+3 |
2006-08-06 | merge changes from mpd-tree: | Warren Dukes | 1 | -3/+0 |
2006-08-01 | audio: get rid of the myAudioDevicesEnabled array | Eric Wong | 1 | -1/+1 |
2006-08-01 | audio: remove AUDIO_MAX_DEVICES limit | Eric Wong | 1 | -1/+1 |
2006-08-01 | playerData: move player_pid into the main playerData structure | Eric Wong | 1 | -0/+1 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -1/+1 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2005-11-16 | DJWLindenaar balanced tree and master process patch | Qball Cow | 1 | -0/+2 |
2004-11-02 | enabling and disabling individual audioOutputs is mostly done, just need | Warren Dukes | 1 | -1/+1 |
2004-05-10 | some more work on organizing code for resampling/audioFormat conversion | Warren Dukes | 1 | -1/+0 |
2004-05-07 | new OutputBuffer abstraction stuff, implemented for mp3, now need to | Warren Dukes | 1 | -14/+2 |