aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-25client: use the GIOChannel for I/OMax Kellermann1-40/+110
2009-01-25client: use GLib's win32 IO channel on WIN32Max Kellermann1-0/+5
2009-01-25tag: remove unused variable paramLaszlo Ashin1-3/+2
2009-01-25database: eliminate "goto" usageMax Kellermann1-7/+8
2009-01-25use g_free() instead of free()Max Kellermann18-40/+36
2009-01-25mixer_api: removed struct mixer_dataMax Kellermann4-39/+45
2009-01-25mixer: merged methods "init" and "configure"Max Kellermann4-68/+20
2009-01-25mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGUREMax Kellermann5-30/+0
2009-01-25mixer: configure legacy mixer before the audio outputsMax Kellermann2-22/+70
2009-01-25mixer: removed mixer_configure(), configure mixer in mixer_new()Max Kellermann4-20/+7
2009-01-25mixer: return a mixer struct pointerMax Kellermann4-15/+40
2009-01-25mixer: make all mixer_plugin pointers constMax Kellermann4-7/+7
2009-01-25mixer: added missing copyright headersMax Kellermann4-0/+68
2009-01-25conf: added config_add_param()Max Kellermann2-0/+17
2009-01-25Add idle event on sticker deletion, update and insertionQball Cow3-1/+9
2009-01-25conf: allow param==NULLMax Kellermann6-33/+13
2009-01-25conf: const pointers in block get functionsMax Kellermann27-49/+49
2009-01-25use config_get_string() instead of config_get_param()Max Kellermann5-31/+24
2009-01-25playlist: moved is_valid_playlist_name() to stored_playlist.cMax Kellermann4-22/+32
2009-01-25playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann5-65/+83
2009-01-25playlist: removed g_rand, PLAYLIST_HASH_MULTMax Kellermann1-10/+0
2009-01-25queue: added queue_shuffle_order_last()Max Kellermann3-6/+18
2009-01-25stored_playlist: moved configuration variables from playlist.cMax Kellermann7-19/+32
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