index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
changed package name to "mpd-mk", updated version number
Max Kellermann
2008-10-14
3
-2
/
+6
*
update: don't follow relative symlinks
Max Kellermann
2008-10-14
1
-1
/
+44
*
ls: removed myStat(), isFile(), isDir()
Max Kellermann
2008-10-14
2
-53
/
+0
*
mapper: new song-to-filesystem mapper library
Max Kellermann
2008-10-14
9
-53
/
+241
*
playlist: moved code to playlist_save.c
Max Kellermann
2008-10-14
5
-26
/
+89
*
song: pass const song pointer to song_get_url()
Max Kellermann
2008-10-14
2
-2
/
+2
*
{dir,song}vec: fix off-by-one errors in {dir,song}vec_delete
Eric Wong
2008-10-14
2
-10
/
+9
*
song: stat file in song_file_update(), don't use isMusic()
Max Kellermann
2008-10-13
3
-20
/
+8
*
update: always look up parent directory in updatePath()
Max Kellermann
2008-10-13
1
-20
/
+10
*
update: pass base file name to updateInDirectory()
Max Kellermann
2008-10-13
1
-9
/
+24
*
update: moved code to make_subdir()
Max Kellermann
2008-10-13
1
-4
/
+13
*
update: added delete_name_in()
Max Kellermann
2008-10-13
1
-1
/
+18
*
dirvec: dirvec_find() compares basename
Max Kellermann
2008-10-13
1
-1
/
+4
*
directory: added directory_get_name()
Max Kellermann
2008-10-13
2
-0
/
+13
*
playlist: don't use isPlaylist() in deletePlaylist()
Max Kellermann
2008-10-13
3
-22
/
+3
*
audio: don't clear input_audio_format on openAudioDevice(NULL)
Max Kellermann
2008-10-13
1
-3
/
+1
*
directory: pass const pointers to inline functions
Max Kellermann
2008-10-13
1
-2
/
+2
*
songvec: avoid holding nr_lock during free(3)
Eric Wong
2008-10-13
1
-3
/
+5
*
update: allow music_root updates to be queued
Eric Wong
2008-10-13
1
-3
/
+2
*
directory: use mpd_sizeof_str_flex_array for path, too
Eric Wong
2008-10-13
2
-7
/
+8
*
tag_item: avoid wasting space when struct is unpackable
Eric Wong
2008-10-13
2
-2
/
+4
*
song: song_get_url: fix "/" prefix for songs in music_root
Eric Wong
2008-10-13
1
-1
/
+1
*
shout: make the protocol configurable
Aaron McEwan
2008-10-12
3
-3
/
+31
*
shout: use strcmp() instead of strncasecmp()
Max Kellermann
2008-10-12
1
-2
/
+2
*
alsa: fall back to 16 bit output
Max Kellermann
2008-10-12
1
-0
/
+11
*
pcm_utils: support any number of channels in pcm_sizeOfConvBuffer()
Max Kellermann
2008-10-12
1
-11
/
+2
*
pcm_utils: support converting N channels to stereo
Max Kellermann
2008-10-12
1
-0
/
+26
*
pcm_utils: pass output channel count to pcm_convertChannels()
Max Kellermann
2008-10-12
1
-35
/
+22
*
pcm_utils: moved code from pcm_convertChannels() to separate functions
Max Kellermann
2008-10-12
1
-20
/
+32
*
alsa: moved code to alsa_configure()
Max Kellermann
2008-10-12
1
-13
/
+18
*
pcm_utils: pass int16_t* where appropriate
Max Kellermann
2008-10-12
1
-12
/
+15
*
player: replaced buffered_before_play with buffering flag
Max Kellermann
2008-10-12
1
-9
/
+10
*
audio: renamed the audio_format variables
Max Kellermann
2008-10-12
1
-17
/
+13
*
audio: removed enum ad_state
Max Kellermann
2008-10-12
1
-22
/
+14
*
audio: removed audio_buffer.buffer
Max Kellermann
2008-10-12
1
-69
/
+2
*
output_buffer: converted ob_is_empty() to inline
Max Kellermann
2008-10-12
2
-6
/
+4
*
player: added commands QUEUE and CANCEL
Max Kellermann
2008-10-12
4
-155
/
+74
*
playlist: call clearPlayerQueue() only if song is queued
Max Kellermann
2008-10-12
1
-23
/
+15
*
player: added struct player
Max Kellermann
2008-10-12
1
-48
/
+75
*
player: removed set_current_song()
Max Kellermann
2008-10-11
1
-13
/
+5
*
player: removed player_control.fileTime
Max Kellermann
2008-10-11
3
-3
/
+2
*
alsa: don't override libasound's buffer_time and period_time
Max Kellermann
2008-10-11
1
-20
/
+19
*
alsa: re-enable blocking mode
Max Kellermann
2008-10-11
1
-15
/
+2
*
oss: fix opening default OSS device
Max Kellermann
2008-10-11
1
-1
/
+1
*
player: don't wake up decoder after every frame
Max Kellermann
2008-10-10
1
-1
/
+7
*
mp3: dither an arbitrary number of channels
Max Kellermann
2008-10-10
1
-6
/
+3
*
mp3: hard-code dithering to 16 bits
Max Kellermann
2008-10-10
1
-8
/
+6
*
player: added player_get_audio_format()
Max Kellermann
2008-10-10
3
-22
/
+8
*
player: added player_control.audio_format
Max Kellermann
2008-10-10
4
-17
/
+12
*
mvp: unsinged integers
Max Kellermann
2008-10-10
1
-4
/
+5
[next]