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
*
added decoder_command_finished() to decoder_api.h
Max Kellermann
2008-08-26
14
-33
/
+34
*
added decoder_get_command()
Max Kellermann
2008-08-26
13
-59
/
+74
*
moved convState to struct decoder
Max Kellermann
2008-08-26
4
-7
/
+10
*
moved struct AudioFormat to audio_format.h
Max Kellermann
2008-08-26
13
-19
/
+48
*
moved InputPlugin to decoder_api.h
Max Kellermann
2008-08-26
6
-61
/
+64
*
remove one indent level from audiofile plugin
Max Kellermann
2008-08-26
1
-30
/
+25
*
use break instead of local variable "eof"
Max Kellermann
2008-08-26
1
-16
/
+12
*
removed local variable "eof" because it is unused
Max Kellermann
2008-08-26
2
-19
/
+9
*
simplify several dc->command checks
Max Kellermann
2008-08-26
1
-7
/
+3
*
added parameter total_time to decoder_initialized()
Max Kellermann
2008-08-26
14
-29
/
+31
*
added audio_format parameter to decoder_initialized()
Max Kellermann
2008-08-26
14
-83
/
+88
*
added decoder_clear() and decoder_flush()
Max Kellermann
2008-08-26
12
-22
/
+35
*
tail_chunk() returns ob_chunk pointer
Max Kellermann
2008-08-26
1
-8
/
+6
*
added OutputBuffer.notify
Max Kellermann
2008-08-26
3
-5
/
+9
*
added decoder_data()
Max Kellermann
2008-08-26
13
-136
/
+177
*
use the notify library in main_notify.c
Max Kellermann
2008-08-26
1
-10
/
+7
*
do not sleep after openAudioDevice()
Max Kellermann
2008-08-26
1
-3
/
+0
*
added decoder_initialized()
Max Kellermann
2008-08-26
14
-31
/
+66
*
added struct decoder
Max Kellermann
2008-08-26
17
-30
/
+121
*
invoke the notify API directly
Max Kellermann
2008-08-26
5
-62
/
+24
*
removed "else"
Max Kellermann
2008-08-26
1
-2
/
+3
*
added dc_command_finished()
Max Kellermann
2008-08-26
13
-34
/
+32
*
don't busy wait for the decoder thread
Max Kellermann
2008-08-26
1
-3
/
+7
*
merged start, stop, seek into DecoderControl.command
Max Kellermann
2008-08-26
15
-108
/
+139
*
don't set pc->errored_song in decodeStart()
Max Kellermann
2008-08-26
1
-1
/
+0
*
added dc.next_song, renamed pc.current_song
Max Kellermann
2008-08-26
4
-15
/
+18
*
clean up CPP includes
Max Kellermann
2008-08-26
19
-79
/
+1
*
enable -Wpointer-arith, -Wstrict-prototypes
Max Kellermann
2008-08-26
21
-119
/
+186
*
quote "=" in the CFLAGS check
Max Kellermann
2008-08-25
1
-1
/
+1
*
fix warnings in the HTTP client
Max Kellermann
2008-08-25
1
-3
/
+4
*
fixed ringbuf.c warnings
Max Kellermann
2008-08-25
2
-5
/
+5
*
bs: better support for mp4/faad/aac and wavpack builds
svn/trunk
Eric Wong
2008-08-16
4
-4
/
+8
*
http: hopefully allow seeking to work on static files
Eric Wong
2008-06-30
1
-1
/
+2
*
don't call seekInputStream(0) if r==0
Max Kellermann
2008-06-30
1
-1
/
+2
*
eliminated local variable "to_read"
Max Kellermann
2008-06-30
1
-4
/
+3
*
introduce struct condition as a more correct version of Notify
Eric Wong
2008-06-30
4
-64
/
+191
*
utils: pthread_{mutex,cond}_init can fail, so check for it
Eric Wong
2008-06-30
2
-0
/
+18
*
http: initial rewrite using ringbuffer + pthreads
Eric Wong
2008-06-30
2
-562
/
+799
*
http: fix some small memory leaks when hitting redirects
Eric Wong
2008-06-30
1
-0
/
+6
*
utils: add new unforgiving utility functions
Eric Wong
2008-06-30
2
-0
/
+30
*
ringbuf: add thread-safe, thread-specific reset functions
Eric Wong
2008-06-30
2
-0
/
+30
*
ringbuf: get_{write,read}_vector returns total bytes in both vec elts
Eric Wong
2008-06-30
2
-5
/
+9
*
http: split out logic around getaddrinfo() and connect()
Eric Wong
2008-06-30
1
-40
/
+42
*
http: split out auth code since it's mostly uninteresting for now
Eric Wong
2008-06-30
3
-75
/
+103
*
Add a generic ring buffer implementation
Eric Wong
2008-06-30
3
-0
/
+503
*
os_compat.h: add sys/uio.h for writev/readv
Eric Wong
2008-06-30
1
-0
/
+1
*
Die if a specific backend is requested but not found.
Jim Ramsay
2008-06-16
1
-3
/
+3
*
jack: initialize audioOutput->data
Max Kellermann
2008-06-13
1
-1
/
+3
*
mod: fix crashing on modtracker files
Hans de Goede
2008-06-13
1
-1
/
+1
*
audio.c: avoid magic numbers even if they have comments :)
Eric Wong
2008-06-02
1
-1
/
+1
[next]