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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pass pc to player notify functions
Max Kellermann
2008-04-12
3
-30
/
+29
*
pass DecoderControl object to decoder_sleep()
Max Kellermann
2008-04-12
3
-17
/
+14
*
added output_buffer_free()
Max Kellermann
2008-04-12
3
-0
/
+9
*
remove the local variable "end"
Max Kellermann
2008-04-12
1
-5
/
+0
*
don't use short chunk numbers
Max Kellermann
2008-04-12
3
-7
/
+7
*
added output_buffer_skip()
Max Kellermann
2008-04-12
3
-8
/
+9
*
remove buffered_chunks, use cb->size
Max Kellermann
2008-04-12
3
-3
/
+3
*
pass buffered_chunks to initOutputBuffer()
Max Kellermann
2008-04-12
3
-16
/
+21
*
make playerData_pd static
Max Kellermann
2008-04-12
1
-39
/
+32
*
allocate playerData_pd from heap instead of shm
Max Kellermann
2008-04-12
2
-12
/
+2
*
fixed another shadow warning
Max Kellermann
2008-04-12
1
-11
/
+11
*
don't allocate pd.auddioDeviceStates from shm
Max Kellermann
2008-04-12
1
-5
/
+4
*
fix typo in comment
Max Kellermann
2008-04-12
1
-3
/
+3
*
let initOutputBuffer() allocate memory
Max Kellermann
2008-04-12
3
-10
/
+6
*
fix deadlock at end of song
Max Kellermann
2008-04-12
1
-0
/
+1
*
decode: fix some uninitialized variable warnings
Eric Wong
2008-04-12
2
-3
/
+3
*
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
7
-36
/
+38
*
missing const in disabled code path
Max Kellermann
2008-04-12
1
-1
/
+1
*
some assertions to check the unsigned changes
Max Kellermann
2008-04-12
1
-0
/
+3
*
use size_t in audio.c
Max Kellermann
2008-04-12
2
-5
/
+5
*
use free()/malloc() instead of realloc()
Max Kellermann
2008-04-12
1
-2
/
+3
*
use size_t in audioOutput.c internals
Max Kellermann
2008-04-12
2
-2
/
+2
*
use size_t and constant pointer in ao plugins
Max Kellermann
2008-04-12
12
-36
/
+66
*
use size_t for pcm_sizeOfConvBuffer() result
Max Kellermann
2008-04-12
1
-4
/
+4
*
yet more unsigned integers
Max Kellermann
2008-04-12
1
-4
/
+4
*
constant pointers
Max Kellermann
2008-04-12
3
-9
/
+9
*
fix parameter types in the faad calls
Max Kellermann
2008-04-12
2
-3
/
+3
*
fix compilation error in wavpack plugin
Max Kellermann
2008-04-12
1
-3
/
+6
*
yet more unsigned integers
Max Kellermann
2008-04-12
5
-10
/
+9
*
whitespace cleanup
Max Kellermann
2008-04-12
1
-67
/
+67
*
added inline function successor()
Max Kellermann
2008-04-12
1
-11
/
+12
*
moved currentChunk into OutputBuffer
Max Kellermann
2008-04-12
2
-10
/
+11
*
use the notify API in the main thread
Max Kellermann
2008-04-12
3
-9
/
+19
*
use the notify API in the player
Max Kellermann
2008-04-12
3
-6
/
+10
*
use the notify API in the decoder
Max Kellermann
2008-04-12
3
-6
/
+12
*
use the pthread API in notify.c
Max Kellermann
2008-04-12
2
-33
/
+66
*
rename the notify.c methods
Max Kellermann
2008-04-12
2
-6
/
+6
*
use break instead of quitDecode()+return
Max Kellermann
2008-04-12
1
-6
/
+3
*
moved expression to audioFormatSizeToTime()
Max Kellermann
2008-04-12
2
-3
/
+6
*
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
3
-4
/
+13
*
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
*
use sizeof(chunk.data) instead of CHUNK_SIZE
Max Kellermann
2008-04-12
1
-2
/
+2
*
added struct OutputBufferChunk
Max Kellermann
2008-04-12
4
-41
/
+46
*
moved CHUNK_SIZE to outputBuffer.h
Max Kellermann
2008-04-12
2
-3
/
+3
*
added outputBufferChunkData()
Max Kellermann
2008-04-12
3
-4
/
+11
[next]