aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* use config_get_string() instead of config_get_param()Max Kellermann2009-01-25
* playlist: moved is_valid_playlist_name() to stored_playlist.cMax Kellermann2009-01-25
* playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann2009-01-25
* playlist: removed g_rand, PLAYLIST_HASH_MULTMax Kellermann2009-01-25
* queue: added queue_shuffle_order_last()Max Kellermann2009-01-25
* stored_playlist: moved configuration variables from playlist.cMax Kellermann2009-01-25
* player_thread: start decoder thread in player threadMax Kellermann2009-01-25
* player_control: added player_control.threadMax Kellermann2009-01-25
* decoder_control: added decoder_control.threadMax Kellermann2009-01-25
* mapper: added dot to PLAYLIST_FILE_SUFFIXMax Kellermann2009-01-25
* alsa: added commentsMax Kellermann2009-01-25
* alsa: frame_size is size_t, not intMax Kellermann2009-01-25
* alsa: no CamelCaseMax Kellermann2009-01-25
* alsa: fix option parsing and restore default period_timeDan McGee2009-01-25
* Fix tag not being set when casefolding the locate_item_listQball Cow2009-01-25
* renamed the "mod" decoder plugin to "mikmod"Max Kellermann2009-01-24
* tag_id3: added MusicBrainz tag supportMax Kellermann2009-01-24
* tag_id3: always allocate tag objectMax Kellermann2009-01-24
* tag: added support for MusicBrainz tagsMax Kellermann2009-01-24
* modplug: removed EOF check from the while loopMax Kellermann2009-01-24
* modplug: check for input_stream errorsMax Kellermann2009-01-24
* modplug: use size_t instead of int for buffer sizesMax Kellermann2009-01-24
* modplug: check size limit before appending new bufferMax Kellermann2009-01-24
* modplug: use GByteArray.len, remove total_lenMax Kellermann2009-01-24
* modplug: unknown size is -1; check for empty fileMax Kellermann2009-01-24
* modplug: header cleanupMax Kellermann2009-01-24
* modplug: define G_LOG_DOMAINMax Kellermann2009-01-24
* modplug: declare constants as enumMax Kellermann2009-01-24
* modplug: use only decoder_read(), not input_stream_read()Max Kellermann2009-01-24
* locate: added locate_item_list_casefold()Max Kellermann2009-01-24
* queue_print, dbUtils: use struct locate_item_listMax Kellermann2009-01-24
* locate: added struct locate_item_listMax Kellermann2009-01-24
* locate: initialize the whole visited_types arrayMax Kellermann2009-01-24
* locate: use bool instead of intMax Kellermann2009-01-24
* locate: no CamelCaseMax Kellermann2009-01-24
* queue_print: use new_items instead of itemsMax Kellermann2009-01-24
* playlist: removed locate functions to queue_print.cMax Kellermann2009-01-24
* locate: renamed LocateTagItem to "struct locate_item"Max Kellermann2009-01-24
* command: use queue_print_*()Max Kellermann2009-01-24
* playlist: added playlist_get_queue()Max Kellermann2009-01-24
* playlist: renamed the Playlist typedef to "struct playlist"Max Kellermann2009-01-24
* playlist: moved stopOnError and errorCount into struct playlistMax Kellermann2009-01-24
* modplug: change settings before loading a fileAndrzej Rybczak2009-01-24
* command: eliminate gcc warningLaszlo Ashin2009-01-24
* commands: don't advertise "sticker" unless configuredMax Kellermann2009-01-23
* playlist: restore random mode after playlist is loadedMax Kellermann2009-01-23
* playlist: removed song_id_to_position()Max Kellermann2009-01-23
* playlist: fix "clear" crash in random modeMax Kellermann2009-01-23
* song: include cleanupMax Kellermann2009-01-23
* playlist: moved saving/loading code to queue_save.cMax Kellermann2009-01-23