| Commit message (Expand) | Author | Files | Lines |
2009-02-04 | playlist: moved code to playlist_edit.c | Max Kellermann | 3 | -369/+394 |
2009-02-04 | playlist: moved code to playlist_control.c | Max Kellermann | 4 | -241/+306 |
2009-02-04 | playlist: call syncPlaylistWithQueue() only in the event handler | Max Kellermann | 1 | -4/+0 |
2009-02-04 | playlist: renamed global "playlist" variable to "g_playlist" | Max Kellermann | 11 | -391/+494 |
2009-02-04 | playlist: moved code to playlist_state.c | Max Kellermann | 4 | -134/+217 |
2009-02-04 | playlist: simplified playlist.queued updates | Max Kellermann | 1 | -117/+111 |
2009-02-03 | ffmpeg: fixed seek integer overflow | Max Kellermann | 1 | -3/+4 |
2009-02-03 | ffmpeg: check if the time stamp is valid | Max Kellermann | 1 | -4/+5 |
2009-02-03 | ffmpeg: don't warn of empty packet output | Max Kellermann | 1 | -3/+2 |
2009-02-03 | ffmpeg: print codec name | Max Kellermann | 1 | -0/+3 |
2009-02-02 | shout_mp3: call lame_close() in clear_encoder() method | Max Kellermann | 1 | -2/+6 |
2009-02-02 | shout_mp3: free the lame_data struct on exit | Max Kellermann | 1 | -0/+2 |
2009-02-02 | player_thread: set player error when output device fails | Max Kellermann | 1 | -1/+4 |
2009-02-02 | main: don't pass argv[0] to openDB() | Max Kellermann | 1 | -6/+4 |
2009-02-02 | main: create database after daemonization | Max Kellermann | 1 | -8/+29 |
2009-01-30 | output_api: moved the command check out of method pause() | Max Kellermann | 4 | -24/+18 |
2009-01-30 | playlist: clear playlist.playing when deleting current song | Max Kellermann | 1 | -0/+1 |
2009-01-30 | output_api: removed DISABLED_AUDIO_OUTPUT_PLUGIN | Max Kellermann | 1 | -2/+0 |
2009-01-30 | output_api: removed audio_output_closed() | Max Kellermann | 3 | -10/+0 |
2009-01-30 | jack: don't override output_ports in connect() | Max Kellermann | 1 | -10/+22 |
2009-01-30 | jack: removed sample_rate callback | Max Kellermann | 1 | -20/+7 |
2009-01-30 | configure.ac: detect jack_set_info_function() | Max Kellermann | 1 | -0/+5 |
2009-01-30 | mikmod: call MikMod_Exit() only in the finish() method | Matthias Drochner | 1 | -6/+0 |
2009-01-30 | wavpack: pass NULL if the .wvc file fails to open | Max Kellermann | 1 | -1/+3 |
2009-01-30 | jack: print info messages | Max Kellermann | 1 | -0/+7 |
2009-01-30 | client: check for G_IO_ERR and G_IO_HUP | Max Kellermann | 1 | -8/+19 |
2009-01-30 | mapper: ignore duplicate slashes in playlists | Max Kellermann | 1 | -0/+3 |
2009-01-30 | mapper: remove trailing slashes from music_directory | Max Kellermann | 1 | -1/+15 |
2009-01-30 | ffmeg: added support for the tags comment, genre, year | David Horn | 1 | -0/+10 |
2009-01-30 | input_stream: make seek(), buffer() optional | Max Kellermann | 5 | -44/+7 |
2009-01-30 | archive: replaced setup_stream() with open_stream() | Max Kellermann | 7 | -135/+37 |
2009-01-30 | input_stream: let the implementation assign is->plugin | Max Kellermann | 4 | -1/+10 |
2009-01-30 | input_stream: documented the API | Max Kellermann | 1 | -9/+83 |
2009-01-29 | jack: don't manually close on shutdown | Max Kellermann | 1 | -3/+1 |
2009-01-29 | jack: initialize output_ports if not configured | Max Kellermann | 1 | -0/+3 |
2009-01-29 | jack: close JACK client on stop | Max Kellermann | 1 | -4/+4 |
2009-01-29 | jack: removed "bps" attribute | Max Kellermann | 1 | -5/+1 |
2009-01-29 | jack: make mpd_jack_connect() return bool | Max Kellermann | 1 | -10/+10 |
2009-01-29 | jack: use loops for allocating/freeing ports/buffers | Max Kellermann | 1 | -36/+32 |
2009-01-29 | jack: fail if jack_get_ports() returns NULL | Max Kellermann | 1 | -19/+23 |
2009-01-29 | jack: use jack_port_name() instead of g_malloc()+sprintf() | Max Kellermann | 1 | -12/+2 |
2009-01-29 | jack: initialize libjack's error function in mpd_jack_init() | Max Kellermann | 1 | -1/+2 |
2009-01-29 | mms: declare GLib log domain | Max Kellermann | 1 | -0/+3 |
2009-01-29 | added support for the MMS protocol | Max Kellermann | 5 | -0/+164 |
2009-01-29 | player_control: reset pc.error if pc.errored_song is cleared | Max Kellermann | 1 | -1/+3 |
2009-01-29 | jack: reduced sleep time to 1ms | Max Kellermann | 1 | -1/+1 |
2009-01-29 | jack: clear "shutdown" flag on reconnect | Max Kellermann | 1 | -0/+2 |
2009-01-29 | jack: allocate ring buffers before connecting | Max Kellermann | 1 | -5/+3 |
2009-01-29 | jack: register ports before activating clients | Max Kellermann | 1 | -5/+5 |
2009-01-27 | zeroconf: corrected default service name usage | Max Kellermann | 1 | -2/+2 |