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
/
decode.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop metadata updates from HTTP for now (input HTTP, and shout)
Eric Wong
2008-04-12
1
-60
/
+4
*
Initial cut of fork() => pthreads() for decoder and player
Eric Wong
2008-04-12
1
-142
/
+101
*
whitespace cleanup
Max Kellermann
2008-04-12
1
-1
/
+1
*
fix sign compare warnings
Max Kellermann
2008-04-12
1
-7
/
+7
*
use unsigned integers in decoder.c
Max Kellermann
2008-04-12
1
-5
/
+5
*
send notify signal after SIGCONT
Max Kellermann
2008-03-26
1
-0
/
+2
*
notify the decoder instead of polling 100hz
Max Kellermann
2008-03-26
1
-0
/
+1
*
fix -Wconst warnings
Max Kellermann
2008-02-05
1
-2
/
+2
*
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2008-01-03
1
-8
/
+1
*
silence is constant, as is the buffer we pass to playAudio
Eric Wong
2008-01-01
1
-3
/
+1
*
Simplify decode cleanup logic a bit
Eric Wong
2008-01-01
1
-26
/
+15
*
Merge branches/ew r7104
Eric Wong
2007-12-28
1
-18
/
+15
*
decode: fix seek when paused
Eric Wong
2007-09-07
1
-0
/
+1
*
Once again get rid of busy waiting and use SIGSTOP for pause
Eric Wong
2007-09-06
1
-4
/
+10
*
return to busy-waiting on pause for now..
Eric Wong
2007-09-06
1
-10
/
+4
*
removing debug messages from signal handlers
J. Alexander Treuman
2007-08-27
1
-3
/
+5
*
send SIGSTOP to player and decoder processes on pause, too
Eric Wong
2007-08-27
1
-4
/
+10
*
decode: close audio device after initial open if paused
J. Alexander Treuman
2007-08-12
1
-1
/
+5
*
decode: reformatting for better readability
J. Alexander Treuman
2007-08-12
1
-6
/
+9
*
decode: prefer fileDecodeFunc over streamDecodeFunc for files
J. Alexander Treuman
2007-06-25
1
-9
/
+10
*
Remove a useless if (quit) block. It's enclosed in two while loops: the
J. Alexander Treuman
2007-06-09
1
-4
/
+0
*
Send SIGCONT to the decode process before sending it SIGTERM.
J. Alexander Treuman
2007-06-07
1
-0
/
+1
*
Don't send the main process SIGUSR1 until we've sent the decode process
J. Alexander Treuman
2007-06-04
1
-1
/
+2
*
Don't kill the player process (and effectively the decode process) when
J. Alexander Treuman
2007-06-04
1
-4
/
+16
*
Cleanup some formatting in decode.c.
J. Alexander Treuman
2007-06-04
1
-10
/
+4
*
The massive copyright update
Avuton Olrich
2007-04-05
1
-1
/
+1
*
Don't stop decoding when unpausing fails because no audio device can be
J. Alexander Treuman
2007-04-03
1
-5
/
+5
*
Reformatting some code.
J. Alexander Treuman
2007-04-03
1
-5
/
+5
*
#1) fix a few potential deadlock conditons in decode.c when crossfading is en...
Warren Dukes
2007-02-11
1
-5
/
+6
*
on second thought, comment out the debug statement so that users aren't poten...
Warren Dukes
2007-01-24
1
-1
/
+1
*
add debug statement for bug #1380
Warren Dukes
2007-01-24
1
-0
/
+1
*
Don't initialize globals to zero (or NULL)
Eric Wong
2007-01-14
1
-1
/
+1
*
Do not set metadataState to PLAYER_METADATA_STATE_READ when decoding stops.
J. Alexander Treuman
2006-12-24
1
-1
/
+0
*
Adding support for seeking HTTP streams.
J. Alexander Treuman
2006-12-23
1
-1
/
+3
*
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
2006-08-26
1
-2
/
+2
*
Fix warnings for -Wmissing-prototypes
Avuton Olrich
2006-08-20
1
-1
/
+1
*
Revert leaks from r4311, and also the leak fixes as a result of that
Eric Wong
2006-08-14
1
-7
/
+3
*
more sparse cleanups
Eric Wong
2006-08-08
1
-1
/
+1
*
logging cleanups
Eric Wong
2006-08-01
1
-2
/
+2
*
remove clumsy strncpy use
Eric Wong
2006-07-30
1
-18
/
+8
*
Add mpd-indent.sh
Avuton Olrich
2006-07-20
1
-258
/
+253
*
Fixing a whopping 4 memory leaks
J. Alexander Treuman
2006-07-16
1
-1
/
+6
*
[CLEANUP] Cleanup spaces->tabs
Avuton Olrich
2006-07-14
1
-87
/
+87
*
Change shank's email address
J. Alexander Treuman
2006-07-14
1
-1
/
+1
*
Remove test on a local variable that won't have been modified yet
J. Alexander Treuman
2006-07-14
1
-1
/
+0
*
Remove unused playSilenceOrSleep macro
J. Alexander Treuman
2006-07-14
1
-6
/
+0
*
Remove some misleading comments, fix shanks terrible spelling
J. Alexander Treuman
2006-07-14
1
-6
/
+1
*
Huge header update, update the copyright and add
Avuton Olrich
2006-07-13
1
-1
/
+1
*
merge with mpd/trunk up to r3925
Eric Wong
2006-03-16
1
-21
/
+60
*
call dropBufferedAudio() when pausing
Warren Dukes
2005-12-17
1
-1
/
+4
[next]