aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* added support for the MMS protocolMax Kellermann2009-01-295-0/+164
* player_control: reset pc.error if pc.errored_song is clearedMax Kellermann2009-01-291-1/+3
* jack: reduced sleep time to 1msMax Kellermann2009-01-291-1/+1
* jack: clear "shutdown" flag on reconnectMax Kellermann2009-01-291-0/+2
* jack: allocate ring buffers before connectingMax Kellermann2009-01-291-5/+3
* jack: register ports before activating clientsMax Kellermann2009-01-291-5/+5
* zeroconf: corrected default service name usageMax Kellermann2009-01-271-2/+2
* client: use the GIOChannel for I/OMax Kellermann2009-01-251-40/+110
* client: use GLib's win32 IO channel on WIN32Max Kellermann2009-01-251-0/+5
* tag: remove unused variable paramLaszlo Ashin2009-01-251-3/+2
* database: eliminate "goto" usageMax Kellermann2009-01-251-7/+8
* use g_free() instead of free()Max Kellermann2009-01-2518-40/+36
* mixer_api: removed struct mixer_dataMax Kellermann2009-01-254-39/+45
* mixer: merged methods "init" and "configure"Max Kellermann2009-01-254-68/+20
* mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGUREMax Kellermann2009-01-255-30/+0
* mixer: configure legacy mixer before the audio outputsMax Kellermann2009-01-252-22/+70
* mixer: removed mixer_configure(), configure mixer in mixer_new()Max Kellermann2009-01-254-20/+7
* mixer: return a mixer struct pointerMax Kellermann2009-01-254-15/+40
* mixer: make all mixer_plugin pointers constMax Kellermann2009-01-254-7/+7
* mixer: added missing copyright headersMax Kellermann2009-01-254-0/+68
* conf: added config_add_param()Max Kellermann2009-01-252-0/+17
* Add idle event on sticker deletion, update and insertionQball Cow2009-01-253-1/+9
* conf: allow param==NULLMax Kellermann2009-01-256-33/+13
* conf: const pointers in block get functionsMax Kellermann2009-01-2527-49/+49
* use config_get_string() instead of config_get_param()Max Kellermann2009-01-255-31/+24
* playlist: moved is_valid_playlist_name() to stored_playlist.cMax Kellermann2009-01-254-22/+32
* playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann2009-01-255-65/+83
* playlist: removed g_rand, PLAYLIST_HASH_MULTMax Kellermann2009-01-251-10/+0
* queue: added queue_shuffle_order_last()Max Kellermann2009-01-253-6/+18
* stored_playlist: moved configuration variables from playlist.cMax Kellermann2009-01-257-19/+32
* player_thread: start decoder thread in player threadMax Kellermann2009-01-252-2/+3
* player_control: added player_control.threadMax Kellermann2009-01-253-2/+12
* decoder_control: added decoder_control.threadMax Kellermann2009-01-254-6/+17
* mapper: added dot to PLAYLIST_FILE_SUFFIXMax Kellermann2009-01-253-9/+6
* alsa: added commentsMax Kellermann2009-01-251-3/+21
* alsa: frame_size is size_t, not intMax Kellermann2009-01-251-1/+1
* 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