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-09-23
directory: use enum update_return for return values
Eric Wong
1
-72
/
+49
2008-09-23
Don't try to prune unless we're updating
Eric Wong
1
-1
/
+2
2008-09-23
workaround race condition on updates with broken signal blocking
Eric Wong
1
-39
/
+50
2008-09-23
Replace SongList with struct songvec
Eric Wong
11
-113
/
+212
2008-09-23
directory: remove unused updateMp3Directory() function
Eric Wong
2
-20
/
+0
2008-09-23
start using prefixcmp()
Eric Wong
7
-52
/
+24
2008-09-23
Add prefixcmp() (stol^H^H^H^Hborrowed from git)
Eric Wong
2
-0
/
+12
2008-09-23
volume: oops, only #include <alloca.h> if OSS is enabled
Eric Wong
1
-1
/
+0
2008-09-23
oss: avoid heap allocations when configuring mixer
Eric Wong
1
-13
/
+13
2008-09-23
Directory: don't allocate stat information dynamically
Eric Wong
2
-50
/
+22
2008-09-23
mp3: fix long line, I can't read past 80 cols
Eric Wong
1
-1
/
+2
2008-09-23
main_notify: removed assertion in wakeup_main_task()
Max Kellermann
1
-2
/
+0
2008-09-23
main_notify: use init_async_pipe()
Max Kellermann
1
-8
/
+1
2008-09-17
mp3: fix buffer overflow when max_frames is too large
Max Kellermann
1
-0
/
+5
2008-09-17
client: check expired after client_process_line()
Max Kellermann
1
-1
/
+3
2008-09-12
mp4: fix potential integer overflow bug in the mp4_decode() function
Terry
1
-0
/
+7
2008-09-12
shout: don't write empty buffers
Max Kellermann
1
-2
/
+4
2008-09-12
shout: removed clear_shout_buffer()
Max Kellermann
1
-8
/
+2
2008-09-12
shout: make the shout_buffer static
Max Kellermann
4
-12
/
+4
2008-09-12
shout: constant plugin declarations
Max Kellermann
4
-7
/
+7
2008-09-12
shout: static encoder plugin list
Max Kellermann
1
-35
/
+15
2008-09-12
shout: removed typedefs on structs and plugin methods
Max Kellermann
4
-73
/
+65
2008-09-12
shout: added mp3 encoder
Eric Wollesen
4
-0
/
+197
2008-09-12
shout: introduce pluggable encoder API
Eric Wollesen
3
-55
/
+177
2008-09-12
shout: send shout metadata
Eric Wollesen
3
-5
/
+19
2008-09-12
shout: added struct _ogg_vorbis_data
Max Kellermann
2
-56
/
+73
2008-09-12
shout: added shout_buffer
Eric Wollesen
3
-46
/
+102
2008-09-12
shout: moved code to audioOutput_shout_ogg.c
Max Kellermann
4
-153
/
+211
2008-09-12
shout: moved declarations to audioOutput_shout.h
Max Kellermann
3
-40
/
+70
2008-09-12
shout: removed commented code
Max Kellermann
1
-4
/
+0
2008-09-12
shout: no CamelCase
Max Kellermann
1
-194
/
+194
2008-09-11
output: copy reqAudioFormat to outAudioFormat only if not yet open
Max Kellermann
1
-1
/
+7
2008-09-11
output: don't initialize inAudioFormat, outAudioFormat
Max Kellermann
1
-4
/
+0
2008-09-11
shout: use reqAudioFormat instead of outAudioFormat
Max Kellermann
1
-1
/
+1
2008-09-11
shout: copy the audio_format, instead of taking a pointer
Max Kellermann
1
-13
/
+12
2008-09-11
output: removed audio_output.sameInAndOutFormats
Max Kellermann
3
-8
/
+2
2008-09-11
output: removed audio_output.convertAudioFormat
Max Kellermann
3
-7
/
+3
2008-09-10
audio: removed commented code
Max Kellermann
1
-12
/
+0
2008-09-10
audio: added assertions
Max Kellermann
1
-0
/
+5
2008-09-10
audio: make audio_configFormat a static variable
Max Kellermann
1
-8
/
+5
2008-09-10
audio: don't free uninitialized audio_buffer
Max Kellermann
1
-5
/
+6
2008-09-10
audio: added function audio_buffer_resize()
Max Kellermann
1
-4
/
+22
2008-09-10
audio: moved static variables into struct audio_buffer
Max Kellermann
1
-26
/
+30
2008-09-10
audio: don't allow isCurrentAudioFormat(NULL)
Max Kellermann
1
-3
/
+5
2008-09-10
audio: removed isAudioDeviceOpen()
Max Kellermann
2
-7
/
+0
2008-09-10
audio_format: added audio_format_clear() and audio_format_defined()
Max Kellermann
2
-1
/
+13
2008-09-10
client: simplified client_read()
Max Kellermann
1
-3
/
+5
2008-09-10
client: client_input_received() returns 0
Max Kellermann
1
-4
/
+2
2008-09-10
client: check for COMMAND_RETURN_CLOSE
Max Kellermann
1
-15
/
+14
2008-09-10
client: renamed local variable "selret" to "ret"
Max Kellermann
1
-4
/
+4
[next]