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
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-10-24
jack: added constant "frame_size"
Max Kellermann
1
-1
/
+2
2008-10-24
jack: fix indentation
Max Kellermann
1
-33
/
+33
2008-10-24
pcm_resample: support for libsamplerate < 0.1.3
Max Kellermann
1
-0
/
+20
2008-10-23
player: don't send partial frames of silence
Max Kellermann
1
-1
/
+7
2008-10-23
pcm_utils: added 24 bit conversion functions
Max Kellermann
1
-0
/
+108
2008-10-23
pcm_utils: generic pcm_convert_size() implementation
Max Kellermann
1
-21
/
+2
2008-10-23
pcm_utils: moved code to pcm_convert_16()
Max Kellermann
1
-21
/
+39
2008-10-23
pcm_channels: added 24 bit implementations
Max Kellermann
2
-0
/
+84
2008-10-23
pcm_utils: moved channel conversion functions to pcm_channels.c
Max Kellermann
4
-82
/
+138
2008-10-23
pcm_resample: implemented 24 bit resampling
Max Kellermann
3
-0
/
+94
2008-10-23
pcm_resample: moved code to pcm_resample_set()
Max Kellermann
1
-29
/
+40
2008-10-23
pcm_resample: eliminated "sample" local variables
Max Kellermann
1
-9
/
+3
2008-10-23
pcm_resample: don't resample partial samples
Max Kellermann
2
-0
/
+9
2008-10-23
pcm_resample: don't hard-code sample size
Max Kellermann
2
-4
/
+4
2008-10-23
pcm_utils: moved code to pcm_resample.c
Max Kellermann
7
-176
/
+306
2008-10-23
command: fix boolean value parser
Max Kellermann
1
-1
/
+1
2008-10-23
mp3: send 24 bit PCM data
Max Kellermann
1
-63
/
+24
2008-10-23
mp3: use sizeof(sample) instead of hard-coded "2"
Max Kellermann
1
-2
/
+3
2008-10-23
pcm_dither: added generic 24 to 16 bit dithering
Max Kellermann
5
-8
/
+139
2008-10-23
audio: allow 24 and 8 bit output
Max Kellermann
1
-4
/
+2
2008-10-23
output_buffer: don't split frames
Max Kellermann
3
-1
/
+16
2008-10-23
stored_playlist: don't map files outside the database
Max Kellermann
1
-2
/
+3
2008-10-23
stored_playlist: emit idle event on delete
Max Kellermann
1
-0
/
+1
2008-10-23
stored_playlist: renamed and moved spl_delete() to stored_playlist.c
Max Kellermann
5
-17
/
+19
2008-10-23
stored_playlist: spl_load() returns GPtrArray
Max Kellermann
3
-146
/
+75
2008-10-23
command: check over/underflows in check_int()
Max Kellermann
1
-2
/
+13
2008-10-23
command: added check_unsigned() / check_bool()
Max Kellermann
1
-13
/
+57
2008-10-23
stored_playlist: unsigned index arguments
Max Kellermann
2
-6
/
+6
2008-10-23
playlist: unsigned integers
Max Kellermann
3
-150
/
+131
2008-10-22
command: use the bool datatype instead of int
Max Kellermann
2
-51
/
+54
2008-10-22
command: converted COMMAND_RETURN_* macros to enum
Max Kellermann
2
-168
/
+173
2008-10-22
command: replaced "goto" with "break"
Max Kellermann
1
-2
/
+2
2008-10-22
command: no CamelCase
Max Kellermann
4
-238
/
+260
2008-10-22
command: removed CommandHandlerFunction typedef
Max Kellermann
1
-3
/
+1
2008-10-22
ack: converted ACK_ERROR_* macros to enum
Max Kellermann
3
-16
/
+18
2008-10-22
stored_playlist: send timestamps
Max Kellermann
1
-0
/
+8
2008-10-22
command: added command "listplaylists"
Max Kellermann
1
-0
/
+17
2008-10-22
command: added print_spl_list()
Max Kellermann
3
-22
/
+18
2008-10-22
stored_playlist: added spl_list()
Max Kellermann
3
-73
/
+106
2008-10-22
stored_playlist: spl_append_uri() returns enum playlist_result
Max Kellermann
2
-5
/
+4
2008-10-22
stored_playlist: de-CamelCase moved function
Max Kellermann
3
-6
/
+6
2008-10-22
stored_playlist: moved functions from playlist.c
Max Kellermann
4
-32
/
+26
2008-10-22
stored_playlist: no CamelCase
Max Kellermann
5
-34
/
+39
2008-10-22
renamed storedPlaylist.c to stored_playlist.c
Max Kellermann
6
-8
/
+8
2008-10-22
command: added "commands" array instead of registering manually
Max Kellermann
1
-193
/
+145
2008-10-22
command: make command pointers constant
Max Kellermann
1
-12
/
+13
2008-10-22
command: renamed CommandEntry to struct command
Max Kellermann
1
-12
/
+10
2008-10-21
pcm_utils: added pcm_convert_init()
Max Kellermann
4
-2
/
+9
2008-10-21
pcm_utils: no CamelCase
Max Kellermann
5
-88
/
+89
2008-10-21
pcm_utils: renamed ConvState to struct pcm_convert_state
Max Kellermann
5
-9
/
+12
[next]