| Commit message (Expand) | Author | Files | Lines |
2008-11-02 | renamed outputBuffer.[ch] to pipe.[ch] | Max Kellermann | 1 | -1/+1 |
2008-10-08 | CPP include cleanup | Max Kellermann | 1 | -2/+2 |
2008-08-26 | moved code to pc_init(), dc_init() | Max Kellermann | 1 | -21/+1 |
2008-08-26 | renamed player.c to player_control.c | Max Kellermann | 1 | -1/+1 |
2008-08-26 | renamed decode.h to decoder_control.h | Max Kellermann | 1 | -1/+1 |
2008-08-26 | moved global variable "pc" to player.h | Max Kellermann | 1 | -1/+1 |
2008-08-26 | moved global variable "ob" to outputBuffer.h | Max Kellermann | 1 | -1/+1 |
2008-08-26 | moved variable "dc" to decode.h | Max Kellermann | 1 | -1/+1 |
2008-08-26 | added PlayerControl.command | Max Kellermann | 1 | -0/+1 |
2008-08-26 | added OutputBuffer.notify | Max Kellermann | 1 | -1/+1 |
2008-08-26 | merged start, stop, seek into DecoderControl.command | Max Kellermann | 1 | -0/+1 |
2008-06-02 | remove audioDeviceStates from playerData and getPlayerData | Eric Wong | 1 | -20/+1 |
2008-06-01 | notify: don't use camelCase in notify.[ch] | Max Kellerman | 1 | -2/+2 |
2008-04-13 | Make the OutputBuffer API more consistent | Eric Wong | 1 | -3/+3 |
2008-04-13 | Stop passing our single OutputBuffer object everywhere | Eric Wong | 1 | -2/+3 |
2008-04-13 | Stop passing our single DecoderControl object everywhere | Eric Wong | 1 | -7/+4 |
2008-04-13 | Get rid of PlayerControl inside the PlayerData struct | Eric Wong | 1 | -17/+8 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -1/+0 |
2008-04-12 | added output_buffer_free() | Max Kellermann | 1 | -0/+1 |
2008-04-12 | remove buffered_chunks, use cb->size | Max Kellermann | 1 | -1/+1 |
2008-04-12 | pass buffered_chunks to initOutputBuffer() | Max Kellermann | 1 | -1/+1 |
2008-04-12 | make playerData_pd static | Max Kellermann | 1 | -39/+32 |
2008-04-12 | allocate playerData_pd from heap instead of shm | Max Kellermann | 1 | -8/+2 |
2008-04-12 | don't allocate pd.auddioDeviceStates from shm | Max Kellermann | 1 | -5/+4 |
2008-04-12 | let initOutputBuffer() allocate memory | Max Kellermann | 1 | -7/+3 |
2008-04-12 | use the notify API in the player | Max Kellermann | 1 | -0/+1 |
2008-04-12 | use the notify API in the decoder | Max Kellermann | 1 | -0/+1 |
2008-04-12 | added struct OutputBufferChunk | Max Kellermann | 1 | -2/+2 |
2008-04-12 | Start using song pointers in core data structures | Eric Wong | 1 | -4/+3 |
2008-04-12 | Drop metadata updates from HTTP for now (input HTTP, and shout) | Eric Wong | 1 | -3/+0 |
2008-04-12 | Initial cut of fork() => pthreads() for decoder and player | Eric Wong | 1 | -2/+0 |
2008-04-12 | unsigned integers in playerData.[ch] | Max Kellermann | 1 | -4/+3 |
2008-03-26 | moved code to initOutputBuffer() | Max Kellermann | 1 | -16/+3 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -8/+1 |
2007-12-28 | Merge branches/ew r7104 | Eric Wong | 1 | -4/+4 |
2007-06-04 | Set a flag if we've sent the player process SIGSTOP so that we know not to | J. Alexander Treuman | 1 | -0/+1 |
2007-06-04 | Don't kill the player process (and effectively the decode process) when | J. Alexander Treuman | 1 | -1/+0 |
2007-06-01 | Tell the player process (and thus also the decode process) to quit when | J. Alexander Treuman | 1 | -0/+1 |
2007-05-27 | Increasing default buffer_before_play from 0% to 10%. | J. Alexander Treuman | 1 | -2/+2 |
2007-05-26 | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 1 | -18/+6 |
2007-05-24 | Reverting to the full lsr API. Turns out the simple API needs all of the | J. Alexander Treuman | 1 | -0/+1 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-08-18 | fix a few warnings on 64-bit machines | Eric Wong | 1 | -1/+1 |
2006-08-14 | Several bugfixes during exit found by valgrind | Eric Wong | 1 | -0/+5 |
2006-08-06 | merge changes from mpd-tree: | Warren Dukes | 1 | -13/+6 |
2006-08-01 | audio: get rid of the myAudioDevicesEnabled array | Eric Wong | 1 | -2/+2 |
2006-08-01 | audio: remove AUDIO_MAX_DEVICES limit | Eric Wong | 1 | -0/+6 |
2006-08-01 | playerData: move player_pid into the main playerData structure | Eric Wong | 1 | -20/+2 |
2006-08-01 | Several fixes uncovered with -pedantic | Eric Wong | 1 | -2/+2 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -52/+59 |