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
*
fix several errors/warnings which only appear with -O3
Max Kellermann
2008-04-12
1
-0
/
+2
*
pass dc to decoder_task()
Max Kellermann
2008-04-12
1
-4
/
+4
*
clean up CPP includes
Max Kellermann
2008-04-12
1
-5
/
+0
*
pass pc to player notify functions
Max Kellermann
2008-04-12
1
-13
/
+15
*
pass DecoderControl object to decoder_sleep()
Max Kellermann
2008-04-12
1
-15
/
+12
*
remove the local variable "end"
Max Kellermann
2008-04-12
1
-5
/
+0
*
don't use short chunk numbers
Max Kellermann
2008-04-12
1
-2
/
+2
*
added output_buffer_skip()
Max Kellermann
2008-04-12
1
-8
/
+1
*
remove buffered_chunks, use cb->size
Max Kellermann
2008-04-12
1
-1
/
+2
*
decode: fix some uninitialized variable warnings
Eric Wong
2008-04-12
1
-2
/
+2
*
decode: fix unsigned comparision and add some paranoid assertions
Eric Wong
2008-04-12
1
-8
/
+9
*
Fix a few more warnings from -Wshadow
Eric Wong
2008-04-12
1
-4
/
+4
*
some assertions to check the unsigned changes
Max Kellermann
2008-04-12
1
-0
/
+3
*
yet more unsigned integers
Max Kellermann
2008-04-12
1
-4
/
+4
*
use the notify API in the decoder
Max Kellermann
2008-04-12
1
-6
/
+8
*
use break instead of quitDecode()+return
Max Kellermann
2008-04-12
1
-6
/
+3
*
moved expression to audioFormatSizeToTime()
Max Kellermann
2008-04-12
1
-3
/
+1
*
let calculateCrossFadeChunks() decide
Max Kellermann
2008-04-12
1
-14
/
+12
*
moved code to playChunk()
Max Kellermann
2008-04-12
1
-10
/
+20
*
added outputBufferShift()
Max Kellermann
2008-04-12
1
-4
/
+1
*
continue main loop instead of nesting loops
Max Kellermann
2008-04-12
1
-13
/
+5
*
sleep when waiting for cross-fade chunks
Max Kellermann
2008-04-12
1
-1
/
+3
*
moved code to crossFade()
Max Kellermann
2008-04-12
1
-15
/
+20
*
added struct OutputBufferChunk
Max Kellermann
2008-04-12
1
-16
/
+19
*
added outputBufferChunkData()
Max Kellermann
2008-04-12
1
-4
/
+2
*
removed "quit"
Max Kellermann
2008-04-12
1
-5
/
+3
*
do not reset nextChunk
Max Kellermann
2008-04-12
1
-9
/
+5
*
added outputBufferRelative()
Max Kellermann
2008-04-12
1
-6
/
+2
*
added outputBufferEmpty()
Max Kellermann
2008-04-12
1
-2
/
+2
*
moved check to outputBufferAbsolute()
Max Kellermann
2008-04-12
1
-17
/
+4
*
make variables more local
Max Kellermann
2008-04-12
1
-4
/
+3
*
moved the initial buffering code into the big loop
Max Kellermann
2008-04-12
1
-13
/
+10
*
some comments in decode.c
Max Kellermann
2008-04-12
1
-0
/
+39
*
integrated macro handleDecodeStart() into caller
Max Kellermann
2008-04-12
1
-43
/
+40
*
use clearOutputBuffer()
Max Kellermann
2008-04-12
1
-4
/
+2
*
do not check dc->start after loop
Max Kellermann
2008-04-12
1
-1
/
+1
*
use DECODE_ERROR_NOERROR instead of 0
Max Kellermann
2008-04-12
1
-3
/
+3
*
converted macro processDecodeInput() to function
Max Kellermann
2008-04-12
1
-52
/
+80
*
don't set quit=1 before break
Max Kellermann
2008-04-12
1
-5
/
+2
*
simplified some code in decode.c
Max Kellermann
2008-04-12
1
-11
/
+10
*
add method availableOutputBuffer()
Max Kellermann
2008-04-12
1
-2
/
+1
*
replace advanceOutputBufferTo() with trivial assignment
Max Kellermann
2008-04-12
1
-6
/
+1
*
removed unused parameters from advanceOutputBufferTo()
Max Kellermann
2008-04-12
1
-6
/
+2
*
Start using song pointers in core data structures
Eric Wong
2008-04-12
1
-34
/
+32
*
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
[next]