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
/
playerData.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
added PlayerControl.command
Max Kellermann
2008-08-26
1
-0
/
+1
*
added OutputBuffer.notify
Max Kellermann
2008-08-26
1
-1
/
+1
*
merged start, stop, seek into DecoderControl.command
Max Kellermann
2008-08-26
1
-0
/
+1
*
remove audioDeviceStates from playerData and getPlayerData
Eric Wong
2008-06-02
1
-20
/
+1
*
notify: don't use camelCase in notify.[ch]
Max Kellerman
2008-06-01
1
-2
/
+2
*
Make the OutputBuffer API more consistent
Eric Wong
2008-04-13
1
-3
/
+3
*
Stop passing our single OutputBuffer object everywhere
Eric Wong
2008-04-13
1
-2
/
+3
*
Stop passing our single DecoderControl object everywhere
Eric Wong
2008-04-13
1
-7
/
+4
*
Get rid of PlayerControl inside the PlayerData struct
Eric Wong
2008-04-13
1
-17
/
+8
*
clean up CPP includes
Max Kellermann
2008-04-12
1
-1
/
+0
*
added output_buffer_free()
Max Kellermann
2008-04-12
1
-0
/
+1
*
remove buffered_chunks, use cb->size
Max Kellermann
2008-04-12
1
-1
/
+1
*
pass buffered_chunks to initOutputBuffer()
Max Kellermann
2008-04-12
1
-1
/
+1
*
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
1
-8
/
+2
*
don't allocate pd.auddioDeviceStates from shm
Max Kellermann
2008-04-12
1
-5
/
+4
*
let initOutputBuffer() allocate memory
Max Kellermann
2008-04-12
1
-7
/
+3
*
use the notify API in the player
Max Kellermann
2008-04-12
1
-0
/
+1
*
use the notify API in the decoder
Max Kellermann
2008-04-12
1
-0
/
+1
*
added struct OutputBufferChunk
Max Kellermann
2008-04-12
1
-2
/
+2
*
Start using song pointers in core data structures
Eric Wong
2008-04-12
1
-4
/
+3
*
Drop metadata updates from HTTP for now (input HTTP, and shout)
Eric Wong
2008-04-12
1
-3
/
+0
*
Initial cut of fork() => pthreads() for decoder and player
Eric Wong
2008-04-12
1
-2
/
+0
*
unsigned integers in playerData.[ch]
Max Kellermann
2008-04-12
1
-4
/
+3
*
moved code to initOutputBuffer()
Max Kellermann
2008-03-26
1
-16
/
+3
*
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2008-01-03
1
-8
/
+1
*
Merge branches/ew r7104
Eric Wong
2007-12-28
1
-4
/
+4
*
Set a flag if we've sent the player process SIGSTOP so that we know not to
J. Alexander Treuman
2007-06-04
1
-0
/
+1
*
Don't kill the player process (and effectively the decode process) when
J. Alexander Treuman
2007-06-04
1
-1
/
+0
*
Tell the player process (and thus also the decode process) to quit when
J. Alexander Treuman
2007-06-01
1
-0
/
+1
*
Increasing default buffer_before_play from 0% to 10%.
J. Alexander Treuman
2007-05-27
1
-2
/
+2
*
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
2007-05-26
1
-18
/
+6
*
Reverting to the full lsr API. Turns out the simple API needs all of the
J. Alexander Treuman
2007-05-24
1
-0
/
+1
*
The massive copyright update
Avuton Olrich
2007-04-05
1
-1
/
+1
*
fix a few warnings on 64-bit machines
Eric Wong
2006-08-18
1
-1
/
+1
*
Several bugfixes during exit found by valgrind
Eric Wong
2006-08-14
1
-0
/
+5
*
merge changes from mpd-tree:
Warren Dukes
2006-08-06
1
-13
/
+6
*
audio: get rid of the myAudioDevicesEnabled array
Eric Wong
2006-08-01
1
-2
/
+2
*
audio: remove AUDIO_MAX_DEVICES limit
Eric Wong
2006-08-01
1
-0
/
+6
*
playerData: move player_pid into the main playerData structure
Eric Wong
2006-08-01
1
-20
/
+2
*
Several fixes uncovered with -pedantic
Eric Wong
2006-08-01
1
-2
/
+2
*
Add mpd-indent.sh
Avuton Olrich
2006-07-20
1
-52
/
+59
*
sparse: replace 0 (integer) usage with NULL where appropriate
Eric Wong
2006-07-17
1
-2
/
+2
*
sparse: ANSI-fy function declarations
Eric Wong
2006-07-17
1
-4
/
+4
*
Fix the undefined reference to `playerInitReal'
Avuton Olrich
2006-07-14
1
-2
/
+2
*
Change shank's email address
J. Alexander Treuman
2006-07-14
1
-1
/
+1
*
Huge header update, update the copyright and add
Avuton Olrich
2006-07-13
1
-1
/
+1
*
fix some uninitialized variables (found by valgrind)
Eric Wong
2006-03-16
1
-0
/
+2
*
DJWLindenaar balanced tree and master process patch
Qball Cow
2005-11-16
1
-0
/
+26
*
set buffer_before_play default to 0%
Warren Dukes
2005-03-05
1
-1
/
+1
[next]