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
...
*
pulse: fix segfault without sink name
Max Kellermann
2008-10-30
1
-2
/
+2
*
autogen.sh: don't call aclocal with the $PWD prefix
Richard Brown
2008-10-30
1
-1
/
+1
*
mpc: provide 24 bit samples
Max Kellermann
2008-10-30
1
-7
/
+6
*
mpc: moved sample size into a constant
Max Kellermann
2008-10-30
1
-5
/
+9
*
mpc: renamed variable "s16" to "dest"
Max Kellermann
2008-10-30
1
-5
/
+4
*
mpc: fix broken integer sample conversion
Max Kellermann
2008-10-30
1
-6
/
+4
*
mpc: fix boolean interpretation of input_stream_seek()
Max Kellermann
2008-10-30
1
-1
/
+1
*
decoder: use bool for return values and flags
Max Kellermann
2008-10-30
18
-144
/
+148
*
mp3: make mp3_read() return bool
Max Kellermann
2008-10-30
1
-19
/
+7
*
output: removed audio_output.result
Max Kellermann
2008-10-29
4
-27
/
+12
*
output: delay reopen after device failure
Max Kellermann
2008-10-29
5
-3
/
+24
*
output: moved code to audio_output_update()
Max Kellermann
2008-10-29
3
-8
/
+19
*
output: always call cancel() before stop()
Max Kellermann
2008-10-29
3
-14
/
+7
*
input_file: refuse to open non-regular files
Max Kellermann
2008-10-29
1
-0
/
+7
*
input_file: check fstat() failure
Max Kellermann
2008-10-29
1
-0
/
+6
*
input_file: use GLib for logging
Max Kellermann
2008-10-29
1
-3
/
+3
*
log: don't use utils.h
Max Kellermann
2008-10-29
3
-27
/
+17
*
output: moved audioDeviceStates to audio_output.enabled
Max Kellermann
2008-10-29
3
-20
/
+12
*
output: close device on play error
Max Kellermann
2008-10-29
7
-12
/
+7
*
output: use bool for return values and flags
Max Kellermann
2008-10-29
21
-153
/
+162
*
audio: call closeAudioDevice() on error
Max Kellermann
2008-10-29
1
-5
/
+2
*
audio: removed variable "audioOpened"
Max Kellermann
2008-10-29
1
-9
/
+1
*
pulse: clear pa_simple pointer in pulse_close()
Max Kellermann
2008-10-29
1
-0
/
+1
*
pulse: use GLib instead of util.h/log.h
Max Kellermann
2008-10-29
1
-28
/
+25
*
pulse: no CamelCase
Max Kellermann
2008-10-29
2
-50
/
+51
*
player: handle songs shorter than the initial buffer
Max Kellermann
2008-10-29
1
-1
/
+2
*
oss: check and override audio_format properly
Max Kellermann
2008-10-29
1
-0
/
+7
*
player: added variable "play_audio_format"
Max Kellermann
2008-10-29
1
-2
/
+4
*
decoder: automatically flush the output buffer after decoder exits
Max Kellermann
2008-10-29
12
-30
/
+3
*
decoder_api: make the audio_format parameter mandatory
Max Kellermann
2008-10-29
1
-5
/
+3
*
player: request new song only if there is no pending command
Max Kellermann
2008-10-29
1
-1
/
+2
*
decoder_api: removed decoder_clear()
Max Kellermann
2008-10-29
10
-23
/
+7
*
mp3: seek in background
Max Kellermann
2008-10-29
1
-5
/
+7
*
mp3: return from mp3_synth_and_send() on any command
Max Kellermann
2008-10-29
1
-2
/
+2
*
mp3: moved code to mp3_synth_and_send()
Max Kellermann
2008-10-29
1
-60
/
+74
*
mp3: moved code to mp3_send_pcm()
Max Kellermann
2008-10-29
1
-29
/
+48
*
mp3: moved code to mp3_update_timer_next_frame()
Max Kellermann
2008-10-29
1
-16
/
+28
*
mp3: moved code to mp3_this_frame_offset()
Max Kellermann
2008-10-29
1
-10
/
+10
*
mp3: moved code to mp3_time_to_frame()
Max Kellermann
2008-10-29
1
-11
/
+21
*
mp3: assert that the stream is seekable
Max Kellermann
2008-10-29
1
-5
/
+5
*
decoder_api: don't cast need_chunks() to int
Max Kellermann
2008-10-29
1
-4
/
+4
*
mp3: moved code to mp3_filesize_to_song_length()
Max Kellermann
2008-10-28
1
-23
/
+42
*
mp3: no "goto"
Max Kellermann
2008-10-28
1
-19
/
+36
*
mp3: use GLib allocation functions
Max Kellermann
2008-10-28
1
-11
/
+9
*
mp3: use bool
Max Kellermann
2008-10-28
1
-50
/
+51
*
mp3: no CamelCase
Max Kellermann
2008-10-28
1
-255
/
+254
*
mp3: remove obsolete comments
Max Kellermann
2008-10-28
1
-4
/
+0
*
input_file: don't use buffered I/O
Max Kellermann
2008-10-28
1
-28
/
+31
*
input_stream: convert offset and size to the off_t data type
Max Kellermann
2008-10-28
5
-13
/
+12
*
utils: use g_str_has_prefix() instead of prefixcmp()
Max Kellermann
2008-10-28
10
-35
/
+28
[prev]
[next]