| Commit message (Expand) | Author | Age | Files | Lines |
* | renamed outputBuffer.[ch] to pipe.[ch] | Max Kellermann | 2008-11-02 | 1 | -1/+1 |
* | CPP include cleanup | Max Kellermann | 2008-10-08 | 1 | -2/+2 |
* | moved code to pc_init(), dc_init() | Max Kellermann | 2008-08-26 | 1 | -21/+1 |
* | renamed player.c to player_control.c | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | renamed decode.h to decoder_control.h | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | moved global variable "pc" to player.h | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | moved global variable "ob" to outputBuffer.h | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | moved variable "dc" to decode.h | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | 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 |