| Commit message (Expand) | Author | Age | Files | Lines |
* | playlist: provide information about "next song" | Vladimir S Eremin | 2009-02-09 | 3 | -0/+27 |
* | playlist: increase playlist version after loading state | Max Kellermann | 2009-02-04 | 1 | -0/+2 |
* | update: check whether stickers are enabled | Max Kellermann | 2009-02-04 | 1 | -1/+3 |
* | playlist_save: added spl_save_playlist() | Max Kellermann | 2009-02-04 | 3 | -1/+13 |
* | playlist: added G_LOG_DOMAIN | Max Kellermann | 2009-02-04 | 2 | -4/+11 |
* | playlist_print: added wrappers for printing the queue | Max Kellermann | 2009-02-04 | 3 | -31/+164 |
* | playlist: pass const playlist pointers | Max Kellermann | 2009-02-04 | 2 | -15/+12 |
* | playlist_print: added API documentation | Max Kellermann | 2009-02-04 | 1 | -0/+8 |
* | playlist_print: use bool instead of int | Max Kellermann | 2009-02-04 | 3 | -16/+22 |
* | playlist_print: no CamelCase | Max Kellermann | 2009-02-04 | 3 | -5/+6 |
* | playlist_print: include cleanup | Max Kellermann | 2009-02-04 | 1 | -4/+1 |
* | playlist: moved code to playlist_edit.c | Max Kellermann | 2009-02-04 | 3 | -369/+394 |
* | playlist: moved code to playlist_control.c | Max Kellermann | 2009-02-04 | 4 | -241/+306 |
* | playlist: call syncPlaylistWithQueue() only in the event handler | Max Kellermann | 2009-02-04 | 1 | -4/+0 |
* | playlist: renamed global "playlist" variable to "g_playlist" | Max Kellermann | 2009-02-04 | 11 | -391/+494 |
* | playlist: moved code to playlist_state.c | Max Kellermann | 2009-02-04 | 4 | -134/+217 |
* | playlist: simplified playlist.queued updates | Max Kellermann | 2009-02-04 | 1 | -117/+111 |
* | ffmpeg: fixed seek integer overflow | Max Kellermann | 2009-02-03 | 1 | -3/+4 |
* | ffmpeg: check if the time stamp is valid | Max Kellermann | 2009-02-03 | 1 | -4/+5 |
* | ffmpeg: don't warn of empty packet output | Max Kellermann | 2009-02-03 | 1 | -3/+2 |
* | ffmpeg: print codec name | Max Kellermann | 2009-02-03 | 1 | -0/+3 |
* | shout_mp3: call lame_close() in clear_encoder() method | Max Kellermann | 2009-02-02 | 1 | -2/+6 |
* | shout_mp3: free the lame_data struct on exit | Max Kellermann | 2009-02-02 | 1 | -0/+2 |
* | player_thread: set player error when output device fails | Max Kellermann | 2009-02-02 | 1 | -1/+4 |
* | main: don't pass argv[0] to openDB() | Max Kellermann | 2009-02-02 | 1 | -6/+4 |
* | main: create database after daemonization | Max Kellermann | 2009-02-02 | 1 | -8/+29 |
* | output_api: moved the command check out of method pause() | Max Kellermann | 2009-01-30 | 4 | -24/+18 |
* | playlist: clear playlist.playing when deleting current song | Max Kellermann | 2009-01-30 | 1 | -0/+1 |
* | output_api: removed DISABLED_AUDIO_OUTPUT_PLUGIN | Max Kellermann | 2009-01-30 | 1 | -2/+0 |
* | output_api: removed audio_output_closed() | Max Kellermann | 2009-01-30 | 3 | -10/+0 |
* | jack: don't override output_ports in connect() | Max Kellermann | 2009-01-30 | 1 | -10/+22 |
* | jack: removed sample_rate callback | Max Kellermann | 2009-01-30 | 1 | -20/+7 |
* | configure.ac: detect jack_set_info_function() | Max Kellermann | 2009-01-30 | 1 | -0/+5 |
* | mikmod: call MikMod_Exit() only in the finish() method | Matthias Drochner | 2009-01-30 | 1 | -6/+0 |
* | wavpack: pass NULL if the .wvc file fails to open | Max Kellermann | 2009-01-30 | 1 | -1/+3 |
* | jack: print info messages | Max Kellermann | 2009-01-30 | 1 | -0/+7 |
* | client: check for G_IO_ERR and G_IO_HUP | Max Kellermann | 2009-01-30 | 1 | -8/+19 |
* | mapper: ignore duplicate slashes in playlists | Max Kellermann | 2009-01-30 | 1 | -0/+3 |
* | mapper: remove trailing slashes from music_directory | Max Kellermann | 2009-01-30 | 1 | -1/+15 |
* | ffmeg: added support for the tags comment, genre, year | David Horn | 2009-01-30 | 1 | -0/+10 |
* | input_stream: make seek(), buffer() optional | Max Kellermann | 2009-01-30 | 5 | -44/+7 |
* | archive: replaced setup_stream() with open_stream() | Max Kellermann | 2009-01-30 | 7 | -135/+37 |
* | input_stream: let the implementation assign is->plugin | Max Kellermann | 2009-01-30 | 4 | -1/+10 |
* | input_stream: documented the API | Max Kellermann | 2009-01-30 | 1 | -9/+83 |
* | jack: don't manually close on shutdown | Max Kellermann | 2009-01-29 | 1 | -3/+1 |
* | jack: initialize output_ports if not configured | Max Kellermann | 2009-01-29 | 1 | -0/+3 |
* | jack: close JACK client on stop | Max Kellermann | 2009-01-29 | 1 | -4/+4 |
* | jack: removed "bps" attribute | Max Kellermann | 2009-01-29 | 1 | -5/+1 |
* | jack: make mpd_jack_connect() return bool | Max Kellermann | 2009-01-29 | 1 | -10/+10 |
* | jack: use loops for allocating/freeing ports/buffers | Max Kellermann | 2009-01-29 | 1 | -36/+32 |