| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -3/+4 |
* | player_thread: added comments | Max Kellermann | 2009-03-11 | 1 | -21/+69 |
* | player_thread: removed player_stop_decoder() | Max Kellermann | 2009-03-11 | 1 | -14/+6 |
* | player_thread: don't call dc_stop() twice | Max Kellermann | 2009-03-11 | 1 | -3/+1 |
* | player_thread: fill buffer after seeking | Max Kellermann | 2009-03-10 | 1 | -3/+9 |
* | player_thread: pass format to audio_output_all_open() after resume | Max Kellermann | 2009-03-10 | 1 | -8/+12 |
* | player_thread: moved code to player_send_silence() | Max Kellermann | 2009-03-10 | 1 | -22/+39 |
* | player_thread: finish failed seek command | Max Kellermann | 2009-03-10 | 1 | -1/+5 |
* | player_thread: clear player.queued after failure | Max Kellermann | 2009-03-10 | 1 | -0/+1 |
* | player_thread: moved code to player_seek_decoder() | Max Kellermann | 2009-03-10 | 1 | -12/+15 |
* | player_thread: don't free music buffer after decoder failure | Max Kellermann | 2009-03-10 | 1 | -1/+0 |
* | output: play from a music_pipe object | Max Kellermann | 2009-03-09 | 1 | -13/+59 |
* | player_thread: don't open audio device when paused | Max Kellermann | 2009-03-09 | 1 | -4/+2 |
* | player_thread: moved code to player_song_border() | Max Kellermann | 2009-03-09 | 1 | -6/+19 |
* | player_thread: moved code to play_next_chunk() | Max Kellermann | 2009-03-09 | 1 | -73/+103 |
* | player_thread: make the music_buffer instance global | Max Kellermann | 2009-03-09 | 1 | -14/+15 |
* | music_chunk: added assertions on the audio format | Max Kellermann | 2009-03-08 | 1 | -0/+2 |
* | player_thread: moved code to player_check_decoder_startup() | Max Kellermann | 2009-03-07 | 1 | -40/+69 |
* | pipe: added music_buffer, rewrite music_pipe | Max Kellermann | 2009-03-06 | 1 | -58/+83 |
* | music_pipe: moved struct music_chunk to chunk.h | Max Kellermann | 2009-03-03 | 1 | -0/+1 |
* | pcm_volume: return bool | Max Kellermann | 2009-03-02 | 1 | -2/+11 |
* | player_thread: removed meaningless warning on output failure | Max Kellermann | 2009-02-26 | 1 | -5/+0 |
* | player_thread: don't drop audio buffers when not seekable | Max Kellermann | 2009-02-17 | 1 | -1/+2 |
* | decoder_api: moved enum decoder_command to decoder_command.h | Max Kellermann | 2009-02-15 | 1 | -0/+1 |
* | output_all: no CamelCase | Max Kellermann | 2009-02-10 | 1 | -11/+11 |
* | audio: moved code to output_all.c | Max Kellermann | 2009-02-10 | 1 | -1/+1 |
* | crossfade: don't use isCurrentAudioFormat() | Max Kellermann | 2009-02-10 | 1 | -0/+1 |
* | player: added some more assertions | Max Kellermann | 2009-02-10 | 1 | -0/+2 |
* | player_thread: reset pc.next_song only if queued | Max Kellermann | 2009-02-10 | 1 | -1/+5 |
* | player_thread: reset pc.next_song | Max Kellermann | 2009-02-10 | 1 | -0/+6 |
* | player_thread: set player error when output device fails | Max Kellermann | 2009-02-02 | 1 | -1/+4 |
* | player_thread: start decoder thread in player thread | Max Kellermann | 2009-01-25 | 1 | -0/+3 |
* | player_control: added player_control.thread | Max Kellermann | 2009-01-25 | 1 | -2/+4 |
* | decoder_control: added decoder_control.thread | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | player_thread: emit PLAYLIST event when new song fails | Max Kellermann | 2009-01-21 | 1 | -1/+1 |
* | player_thread: check for decoder failure before seeking | Max Kellermann | 2009-01-21 | 1 | -1/+4 |
* | player_thread: use bool instead of int | Max Kellermann | 2009-01-21 | 1 | -12/+13 |
* | player_thread: request next song only if new one starts playing | Max Kellermann | 2009-01-21 | 1 | -11/+0 |
* | player_thread: eliminated duplicate PLAYLIST event | Max Kellermann | 2009-01-20 | 1 | -2/+0 |
* | event_pipe: added "TAG" event | Max Kellermann | 2009-01-20 | 1 | -1/+1 |
* | pcm_utils: moved code to pcm_volume.c | Max Kellermann | 2009-01-07 | 1 | -1/+1 |
* | initialize GError pointers | Max Kellermann | 2009-01-04 | 1 | -1/+1 |
* | song: allocate the result of song_get_url() | Max Kellermann | 2009-01-04 | 1 | -8/+11 |
* | player_thread: fix cross-fading duplicate chunk bug | Max Kellermann | 2009-01-04 | 1 | -0/+8 |
* | player: emit PLAYLIST event when stream tag changes | Max Kellermann | 2009-01-03 | 1 | -0/+7 |
* | event_pipe: replaced PIPE_EVENT_SIGNAL with main_notify | Max Kellermann | 2009-01-02 | 1 | -1/+2 |
* | event_pipe: added pipe_event enum and callbacks | Max Kellermann | 2009-01-01 | 1 | -3/+3 |
* | event_pipe: renamed functions from main_notify_* to event_pipe_* | Max Kellermann | 2009-01-01 | 1 | -4/+4 |
* | main_notify: renamed source to event_pipe.c | Max Kellermann | 2009-01-01 | 1 | -1/+1 |
* | player_thread: use GLib logging | Max Kellermann | 2008-12-29 | 1 | -8/+10 |