aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-25player_thread: start decoder thread in player threadMax Kellermann2-2/+3
2009-01-25player_control: added player_control.threadMax Kellermann3-2/+12
2009-01-25decoder_control: added decoder_control.threadMax Kellermann4-6/+17
2009-01-25mapper: added dot to PLAYLIST_FILE_SUFFIXMax Kellermann3-9/+6
2009-01-25alsa: added commentsMax Kellermann1-3/+21
2009-01-25alsa: frame_size is size_t, not intMax Kellermann1-1/+1
2009-01-25alsa: no CamelCaseMax Kellermann1-93/+103
2009-01-25alsa: fix option parsing and restore default period_timeDan McGee1-3/+6
2009-01-25Fix tag not being set when casefolding the locate_item_listQball Cow1-1/+3
2009-01-24renamed the "mod" decoder plugin to "mikmod"Max Kellermann3-5/+5
2009-01-24tag_id3: added MusicBrainz tag supportMax Kellermann1-0/+79
2009-01-24tag_id3: always allocate tag objectMax Kellermann1-30/+27
2009-01-24tag: added support for MusicBrainz tagsMax Kellermann2-1/+13
2009-01-24modplug: removed EOF check from the while loopMax Kellermann1-2/+4
2009-01-24modplug: check for input_stream errorsMax Kellermann1-2/+8
2009-01-24modplug: use size_t instead of int for buffer sizesMax Kellermann1-1/+1
2009-01-24modplug: check size limit before appending new bufferMax Kellermann1-4/+4
2009-01-24modplug: use GByteArray.len, remove total_lenMax Kellermann1-4/+2
2009-01-24modplug: unknown size is -1; check for empty fileMax Kellermann1-5/+12
2009-01-24modplug: header cleanupMax Kellermann1-2/+0
2009-01-24modplug: define G_LOG_DOMAINMax Kellermann1-0/+3
2009-01-24modplug: declare constants as enumMax Kellermann1-4/+6
2009-01-24modplug: use only decoder_read(), not input_stream_read()Max Kellermann1-5/+1
2009-01-24locate: added locate_item_list_casefold()Max Kellermann4-11/+22
2009-01-24queue_print, dbUtils: use struct locate_item_listMax Kellermann7-74/+58
2009-01-24locate: added struct locate_item_listMax Kellermann5-87/+111
2009-01-24locate: initialize the whole visited_types arrayMax Kellermann1-2/+6
2009-01-24locate: use bool instead of intMax Kellermann2-33/+33
2009-01-24locate: no CamelCaseMax Kellermann5-89/+76
2009-01-24queue_print: use new_items instead of itemsMax Kellermann1-1/+1
2009-01-24playlist: removed locate functions to queue_print.cMax Kellermann5-46/+45
2009-01-24locate: renamed LocateTagItem to "struct locate_item"Max Kellermann7-60/+70
2009-01-24command: use queue_print_*()Max Kellermann4-82/+51
2009-01-24playlist: added playlist_get_queue()Max Kellermann2-0/+12
2009-01-24playlist: renamed the Playlist typedef to "struct playlist"Max Kellermann2-3/+3
2009-01-24playlist: moved stopOnError and errorCount into struct playlistMax Kellermann2-11/+23
2009-01-24modplug: change settings before loading a fileAndrzej Rybczak1-6/+8
2009-01-24command: eliminate gcc warningLaszlo Ashin1-1/+1
2009-01-23commands: don't advertise "sticker" unless configuredMax Kellermann1-1/+13
2009-01-23playlist: restore random mode after playlist is loadedMax Kellermann1-8/+6
2009-01-23playlist: removed song_id_to_position()Max Kellermann1-12/+7
2009-01-23playlist: fix "clear" crash in random modeMax Kellermann1-0/+5
2009-01-23song: include cleanupMax Kellermann1-2/+0
2009-01-23playlist: moved saving/loading code to queue_save.cMax Kellermann4-26/+125
2009-01-23playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann6-32/+86
2009-01-23playlist: moved some printing code to queue_print.cMax Kellermann4-32/+142
2009-01-23playlist: pass const pointers to search functionsMax Kellermann2-19/+17
2009-01-23playlist: removed swapSongs()Max Kellermann1-8/+4
2009-01-23playlist: don't unpause on deleteMax Kellermann1-1/+3
2009-01-23queue: update moved song versionsMax Kellermann1-0/+1