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
2009-07-23
client: don't include socket headers
Max Kellermann
1
-10
/
+0
2009-07-23
player_thread: don't use precalculated size_to_time
Max Kellermann
2
-22
/
+4
2009-07-23
player_thread: moved code to update_song_tag()
Max Kellermann
1
-19
/
+27
2009-07-23
pcm_convert: use GError for error handling
Max Kellermann
10
-115
/
+177
2009-07-22
pcm_resample_fallback: don't include glib.h
Max Kellermann
1
-1
/
+0
2009-07-22
pcm_resample_fallback: removed G_GNUC_UNUSED attribute
Max Kellermann
2
-6
/
+3
2009-07-22
pcm_channels: num_channels is unsigned
Max Kellermann
2
-12
/
+12
2009-07-22
pcm_byteswap: converted NULL checks to assertions
Max Kellermann
2
-10
/
+5
2009-07-22
pcm_convert: added pcm_convert_state.byteswap_buffer
Max Kellermann
2
-3
/
+8
2009-07-22
filter/volume: check the flag audio_format.reverse_endian
Max Kellermann
1
-0
/
+7
2009-07-22
audio_format: added API documentation
Max Kellermann
1
-0
/
+48
2009-07-22
audio_format: initialize reverse_endian in audio_format_init()
Max Kellermann
1
-0
/
+1
2009-07-22
daemon: daemonize_close_stdin() optimised.
Michal Nazarewicz
2
-12
/
+7
2009-07-22
cmdline: renamed options.stderr to options.log_stderr
Eugeny N Dzhurinsky
3
-6
/
+6
2009-07-19
Support wrong-endian ALSA output
David Woodhouse
1
-2
/
+50
2009-07-19
Add reverse_endian field to struct audio_format and handle conversion
David Woodhouse
6
-5
/
+151
2009-07-19
tag_ape: simplified the apeItems array
Max Kellermann
1
-22
/
+12
2009-07-19
tag_ape: moved code to tag_ape_import_item()
Max Kellermann
1
-12
/
+22
2009-07-19
tag_ape: converted apeItems and tagItems to global vars
Max Kellermann
1
-20
/
+20
2009-07-19
Add audio_format_init() function
David Woodhouse
15
-53
/
+39
2009-07-19
client: return "enum command_return" instead of "int"
Max Kellermann
1
-16
/
+24
2009-07-19
removed buffer2array.c
Max Kellermann
2
-164
/
+0
2009-07-19
command: use the tokenizer library
Max Kellermann
1
-4
/
+50
2009-07-19
conf: use the tokenizer library
Max Kellermann
1
-62
/
+82
2009-07-19
tokenizer: new library replacing buffer2array()
Max Kellermann
2
-0
/
+235
2009-07-19
daemon: Moved empty Windows version functions to header file
Michal Nazarewicz
2
-21
/
+36
2009-07-19
conf: replaced gcc "const" attribute with "pure"
Michal Nazarewicz
1
-13
/
+22
2009-07-19
daemon: added "group" configuration option
Michal Nazarewicz
5
-18
/
+35
2009-07-15
mapper: use g_file_test() instead of stat()
Max Kellermann
1
-20
/
+2
2009-07-15
mapper: pass music and playlist directory to mapper_init()
Max Kellermann
3
-19
/
+23
2009-07-15
main: moved complex initialization code to glue functions
Max Kellermann
1
-17
/
+36
2009-07-15
main: renamed openDB() to glue_db_init_and_load()
Max Kellermann
1
-2
/
+2
2009-07-15
cmdline: renamed option "--stdout" to "--stderr"
Max Kellermann
1
-0
/
+2
2009-07-15
cmdline: no CamelCase
Max Kellermann
3
-18
/
+18
2009-07-15
conf: added the gcc "const" attribute to some functions
Max Kellermann
1
-0
/
+13
2009-07-15
state_file: don't rewind the stream while reading the state file
Max Kellermann
7
-62
/
+69
2009-07-15
state_file: simplified state_file_finish()
Max Kellermann
1
-4
/
+6
2009-07-15
state_file: fixed debug messages
Max Kellermann
1
-1
/
+3
2009-07-15
modplug: get track length
Serge Ziryukin
1
-1
/
+1
2009-07-14
encoder/twolame: new encoder plugin based on libtwolame
Max Kellermann
2
-0
/
+303
2009-07-14
playlist: no CamelCase
Max Kellermann
10
-86
/
+95
2009-07-14
playlist: removed {save,read}PlaylistState()
Max Kellermann
3
-17
/
+3
2009-07-14
state_file: eliminated the sf_callbacks array
Max Kellermann
1
-17
/
+9
2009-07-14
output/httpd: removed duplicate sys/types.h include
Max Kellermann
1
-4
/
+0
2009-07-09
flac: load external cue sheet when no internal one
Serge Ziryukin
1
-0
/
+14
2009-07-09
Implement ArtistSort tag
Bart Nagel
3
-1
/
+9
2009-07-07
decoder/sndfile: new decoder plugin based on libsndfile
Max Kellermann
2
-0
/
+250
2009-07-07
tag_id3: revised "performer" tag support
Max Kellermann
1
-4
/
+2
2009-07-07
tag: added tag "AlbumArtistSort"
Max Kellermann
3
-1
/
+4
2009-07-06
main: fix "unused local variable" warning
Max Kellermann
1
-0
/
+2
[next]