aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* alsa: no CamelCaseMax Kellermann2009-01-251-93/+103
* alsa: fix option parsing and restore default period_timeDan McGee2009-01-251-3/+6
* Fix tag not being set when casefolding the locate_item_listQball Cow2009-01-251-1/+3
* renamed the "mod" decoder plugin to "mikmod"Max Kellermann2009-01-243-5/+5
* tag_id3: added MusicBrainz tag supportMax Kellermann2009-01-241-0/+79
* tag_id3: always allocate tag objectMax Kellermann2009-01-241-30/+27
* tag: added support for MusicBrainz tagsMax Kellermann2009-01-242-1/+13
* modplug: removed EOF check from the while loopMax Kellermann2009-01-241-2/+4
* modplug: check for input_stream errorsMax Kellermann2009-01-241-2/+8
* modplug: use size_t instead of int for buffer sizesMax Kellermann2009-01-241-1/+1
* modplug: check size limit before appending new bufferMax Kellermann2009-01-241-4/+4
* modplug: use GByteArray.len, remove total_lenMax Kellermann2009-01-241-4/+2
* modplug: unknown size is -1; check for empty fileMax Kellermann2009-01-241-5/+12
* modplug: header cleanupMax Kellermann2009-01-241-2/+0
* modplug: define G_LOG_DOMAINMax Kellermann2009-01-241-0/+3
* modplug: declare constants as enumMax Kellermann2009-01-241-4/+6
* modplug: use only decoder_read(), not input_stream_read()Max Kellermann2009-01-241-5/+1
* locate: added locate_item_list_casefold()Max Kellermann2009-01-244-11/+22
* queue_print, dbUtils: use struct locate_item_listMax Kellermann2009-01-247-74/+58
* locate: added struct locate_item_listMax Kellermann2009-01-245-87/+111
* locate: initialize the whole visited_types arrayMax Kellermann2009-01-241-2/+6
* locate: use bool instead of intMax Kellermann2009-01-242-33/+33
* locate: no CamelCaseMax Kellermann2009-01-245-89/+76
* queue_print: use new_items instead of itemsMax Kellermann2009-01-241-1/+1
* playlist: removed locate functions to queue_print.cMax Kellermann2009-01-245-46/+45
* locate: renamed LocateTagItem to "struct locate_item"Max Kellermann2009-01-247-60/+70
* command: use queue_print_*()Max Kellermann2009-01-244-82/+51
* playlist: added playlist_get_queue()Max Kellermann2009-01-242-0/+12
* playlist: renamed the Playlist typedef to "struct playlist"Max Kellermann2009-01-242-3/+3
* playlist: moved stopOnError and errorCount into struct playlistMax Kellermann2009-01-242-11/+23
* modplug: change settings before loading a fileAndrzej Rybczak2009-01-241-6/+8
* command: eliminate gcc warningLaszlo Ashin2009-01-241-1/+1
* commands: don't advertise "sticker" unless configuredMax Kellermann2009-01-231-1/+13
* playlist: restore random mode after playlist is loadedMax Kellermann2009-01-231-8/+6
* playlist: removed song_id_to_position()Max Kellermann2009-01-231-12/+7
* playlist: fix "clear" crash in random modeMax Kellermann2009-01-231-0/+5
* song: include cleanupMax Kellermann2009-01-231-2/+0
* playlist: moved saving/loading code to queue_save.cMax Kellermann2009-01-234-26/+125
* playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann2009-01-236-32/+86
* playlist: moved some printing code to queue_print.cMax Kellermann2009-01-234-32/+142
* playlist: pass const pointers to search functionsMax Kellermann2009-01-232-19/+17
* playlist: removed swapSongs()Max Kellermann2009-01-231-8/+4
* playlist: don't unpause on deleteMax Kellermann2009-01-231-1/+3
* queue: update moved song versionsMax Kellermann2009-01-231-0/+1
* playlist: added source commentsMax Kellermann2009-01-232-5/+147
* playlist: assert in playPlaylistIfPlayerStopped()Max Kellermann2009-01-231-15/+15
* playlist: don't shuffle if not in random modeMax Kellermann2009-01-231-1/+1
* playlist: removed unreachable "playing" checkMax Kellermann2009-01-231-11/+7
* playlist: removed stopOnError flag from playPlaylist()Max Kellermann2009-01-233-10/+10
* playlist: restart playing in deleteFromPlaylist()Max Kellermann2009-01-231-22/+9