| Commit message (Expand) | Author | Files | Lines |
2008-08-26 | moved code to player_thread.c | Max Kellermann | 1 | -52/+1 |
2008-08-26 | no busy-waiting for the player process | Max Kellermann | 1 | -2/+3 |
2008-08-26 | converted PlayerControl.state to enum | Max Kellermann | 1 | -1/+4 |
2008-08-26 | added PlayerControl.command | Max Kellermann | 1 | -49/+52 |
2008-08-26 | moved struct AudioFormat to audio_format.h | Max Kellermann | 1 | -0/+1 |
2008-08-26 | invoke the notify API directly | Max Kellermann | 1 | -14/+4 |
2008-08-26 | added dc.next_song, renamed pc.current_song | Max Kellermann | 1 | -3/+2 |
2008-08-26 | clean up CPP includes | Max Kellermann | 1 | -8/+0 |
2008-08-26 | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 1 | -2/+2 |
2008-06-01 | notify: don't use camelCase in notify.[ch] | Max Kellerman | 1 | -4/+4 |
2008-04-13 | Get rid of PlayerControl inside the PlayerData struct | Eric Wong | 1 | -121/+78 |
2008-04-12 | Fix the problem of songs not advancing without client activity | Eric Wong | 1 | -0/+1 |
2008-04-12 | pass pc to set_current_song() | Max Kellermann | 1 | -6/+4 |
2008-04-12 | pass pc to player_task() | Max Kellermann | 1 | -4/+4 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -1/+1 |
2008-04-12 | pass pc to player notify functions | Max Kellermann | 1 | -15/+12 |
2008-04-12 | fix deadlock at end of song | Max Kellermann | 1 | -0/+1 |
2008-04-12 | use the notify API in the main thread | Max Kellermann | 1 | -9/+1 |
2008-04-12 | use the notify API in the player | Max Kellermann | 1 | -6/+8 |
2008-04-12 | Start using song pointers in core data structures | Eric Wong | 1 | -24/+14 |
2008-04-12 | Drop metadata updates from HTTP for now (input HTTP, and shout) | Eric Wong | 1 | -32/+1 |
2008-04-12 | Initial cut of fork() => pthreads() for decoder and player | Eric Wong | 1 | -196/+79 |
2008-03-26 | player: more assertions | Max Kellermann | 1 | -0/+2 |
2008-03-26 | fix "unreachable code" warning | Max Kellermann | 1 | -2/+0 |
2008-01-26 | fixed -Wshadow warnings | Max Kellermann | 1 | -5/+5 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -12/+1 |
2008-01-03 | playerCloseAudio() is static | Eric Wong | 1 | -1/+3 |
2008-01-03 | player.c: introduce set_current_song to avoid needless repetition | Eric Wong | 1 | -27/+13 |
2007-12-28 | Merge branches/ew r7104 | Eric Wong | 1 | -5/+6 |
2007-09-08 | playerInit() is static | Eric Wong | 1 | -1/+1 |
2007-09-06 | Once again get rid of busy waiting and use SIGSTOP for pause | Eric Wong | 1 | -0/+14 |
2007-09-06 | return to busy-waiting on pause for now.. | Eric Wong | 1 | -14/+0 |
2007-09-06 | send SIGCONT to the player process whenever we need to busy wait on it | Eric Wong | 1 | -0/+11 |
2007-08-27 | removing debug messages from signal handlers | J. Alexander Treuman | 1 | -0/+4 |
2007-08-27 | send SIGSTOP to player and decoder processes on pause, too | Eric Wong | 1 | -0/+3 |
2007-06-04 | Set a flag if we've sent the player process SIGSTOP so that we know not to | J. Alexander Treuman | 1 | -3/+9 |
2007-06-04 | Don't kill the player process (and effectively the decode process) when | J. Alexander Treuman | 1 | -12/+17 |
2007-06-01 | Tell the player process (and thus also the decode process) to quit when | J. Alexander Treuman | 1 | -0/+23 |
2007-06-01 | Minor formatting cleanups. | J. Alexander Treuman | 1 | -5/+0 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-02-19 | More (v)snprintf-related buffer over-allocations removed | Eric Wong | 1 | -2/+2 |
2007-02-11 | #1) fix a few potential deadlock conditons in decode.c when crossfading is en... | Warren Dukes | 1 | -0/+2 |
2007-01-14 | Don't initialize globals to zero (or NULL) | Eric Wong | 1 | -3/+3 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -4/+4 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -1/+1 |
2006-08-14 | Several bugfixes during exit found by valgrind | Eric Wong | 1 | -1/+1 |
2006-08-11 | Spelling & Grammar | Avuton Olrich | 1 | -1/+1 |
2006-08-08 | more sparse cleanups | Eric Wong | 1 | -23/+23 |
2006-08-06 | merge changes from mpd-tree: | Warren Dukes | 1 | -37/+52 |
2006-08-01 | logging cleanups | Eric Wong | 1 | -1/+1 |