summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-25mapper: added dot to PLAYLIST_FILE_SUFFIXMax Kellermann
2009-01-25alsa: added commentsMax Kellermann
2009-01-25alsa: frame_size is size_t, not intMax Kellermann
2009-01-25alsa: no CamelCaseMax Kellermann
2009-01-25alsa: fix option parsing and restore default period_timeDan McGee
2009-01-25Fix tag not being set when casefolding the locate_item_listQball Cow
2009-01-24renamed the "mod" decoder plugin to "mikmod"Max Kellermann
2009-01-24tag_id3: added MusicBrainz tag supportMax Kellermann
2009-01-24tag_id3: always allocate tag objectMax Kellermann
2009-01-24tag: added support for MusicBrainz tagsMax Kellermann
2009-01-24modplug: removed EOF check from the while loopMax Kellermann
2009-01-24modplug: check for input_stream errorsMax Kellermann
2009-01-24modplug: use size_t instead of int for buffer sizesMax Kellermann
2009-01-24modplug: check size limit before appending new bufferMax Kellermann
2009-01-24modplug: use GByteArray.len, remove total_lenMax Kellermann
2009-01-24modplug: unknown size is -1; check for empty fileMax Kellermann
2009-01-24modplug: header cleanupMax Kellermann
2009-01-24modplug: define G_LOG_DOMAINMax Kellermann
2009-01-24modplug: declare constants as enumMax Kellermann
2009-01-24modplug: use only decoder_read(), not input_stream_read()Max Kellermann
2009-01-24locate: added locate_item_list_casefold()Max Kellermann
2009-01-24queue_print, dbUtils: use struct locate_item_listMax Kellermann
2009-01-24locate: added struct locate_item_listMax Kellermann
2009-01-24locate: initialize the whole visited_types arrayMax Kellermann
2009-01-24locate: use bool instead of intMax Kellermann
2009-01-24locate: no CamelCaseMax Kellermann
2009-01-24queue_print: use new_items instead of itemsMax Kellermann
2009-01-24playlist: removed locate functions to queue_print.cMax Kellermann
2009-01-24locate: renamed LocateTagItem to "struct locate_item"Max Kellermann
2009-01-24command: use queue_print_*()Max Kellermann
2009-01-24playlist: added playlist_get_queue()Max Kellermann
2009-01-24playlist: renamed the Playlist typedef to "struct playlist"Max Kellermann
2009-01-24playlist: moved stopOnError and errorCount into struct playlistMax Kellermann
2009-01-24modplug: change settings before loading a fileAndrzej Rybczak
2009-01-24command: eliminate gcc warningLaszlo Ashin
2009-01-23commands: don't advertise "sticker" unless configuredMax Kellermann
2009-01-23playlist: restore random mode after playlist is loadedMax Kellermann
2009-01-23playlist: removed song_id_to_position()Max Kellermann
2009-01-23playlist: fix "clear" crash in random modeMax Kellermann
2009-01-23song: include cleanupMax Kellermann
2009-01-23playlist: moved saving/loading code to queue_save.cMax Kellermann
2009-01-23playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann
2009-01-23playlist: moved some printing code to queue_print.cMax Kellermann
2009-01-23playlist: pass const pointers to search functionsMax Kellermann
2009-01-23playlist: removed swapSongs()Max Kellermann
2009-01-23playlist: don't unpause on deleteMax Kellermann
2009-01-23queue: update moved song versionsMax Kellermann
2009-01-23playlist: added source commentsMax Kellermann
2009-01-23playlist: assert in playPlaylistIfPlayerStopped()Max Kellermann
2009-01-23playlist: don't shuffle if not in random modeMax Kellermann