| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tag: remove unused variable param | Laszlo Ashin | 2009-01-25 | 1 | -3/+2 |
* | database: eliminate "goto" usage | Max Kellermann | 2009-01-25 | 1 | -7/+8 |
* | use g_free() instead of free() | Max Kellermann | 2009-01-25 | 18 | -40/+36 |
* | doc: chunk the DocBook HTML output | Max Kellermann | 2009-01-25 | 1 | -6/+10 |
* | mixer_api: removed struct mixer_data | Max Kellermann | 2009-01-25 | 4 | -39/+45 |
* | mixer: merged methods "init" and "configure" | Max Kellermann | 2009-01-25 | 4 | -68/+20 |
* | mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGURE | Max Kellermann | 2009-01-25 | 5 | -30/+0 |
* | mixer: configure legacy mixer before the audio outputs | Max Kellermann | 2009-01-25 | 2 | -22/+70 |
* | mixer: removed mixer_configure(), configure mixer in mixer_new() | Max Kellermann | 2009-01-25 | 4 | -20/+7 |
* | mixer: return a mixer struct pointer | Max Kellermann | 2009-01-25 | 4 | -15/+40 |
* | mixer: make all mixer_plugin pointers const | Max Kellermann | 2009-01-25 | 4 | -7/+7 |
* | mixer: added missing copyright headers | Max Kellermann | 2009-01-25 | 4 | -0/+68 |
* | conf: added config_add_param() | Max Kellermann | 2009-01-25 | 2 | -0/+17 |
* | Add idle event on sticker deletion, update and insertion | Qball Cow | 2009-01-25 | 3 | -1/+9 |
* | conf: allow param==NULL | Max Kellermann | 2009-01-25 | 6 | -33/+13 |
* | conf: const pointers in block get functions | Max Kellermann | 2009-01-25 | 27 | -49/+49 |
* | use config_get_string() instead of config_get_param() | Max Kellermann | 2009-01-25 | 5 | -31/+24 |
* | playlist: moved is_valid_playlist_name() to stored_playlist.c | Max Kellermann | 2009-01-25 | 4 | -22/+32 |
* | playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.c | Max Kellermann | 2009-01-25 | 5 | -65/+83 |
* | playlist: removed g_rand, PLAYLIST_HASH_MULT | Max Kellermann | 2009-01-25 | 1 | -10/+0 |
* | queue: added queue_shuffle_order_last() | Max Kellermann | 2009-01-25 | 3 | -6/+18 |
* | stored_playlist: moved configuration variables from playlist.c | Max Kellermann | 2009-01-25 | 7 | -19/+32 |
* | player_thread: start decoder thread in player thread | Max Kellermann | 2009-01-25 | 2 | -2/+3 |
* | player_control: added player_control.thread | Max Kellermann | 2009-01-25 | 3 | -2/+12 |
* | decoder_control: added decoder_control.thread | Max Kellermann | 2009-01-25 | 4 | -6/+17 |
* | mapper: added dot to PLAYLIST_FILE_SUFFIX | Max Kellermann | 2009-01-25 | 3 | -9/+6 |
* | alsa: added comments | Max Kellermann | 2009-01-25 | 1 | -3/+21 |
* | alsa: frame_size is size_t, not int | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | alsa: no CamelCase | Max Kellermann | 2009-01-25 | 1 | -93/+103 |
* | alsa: fix option parsing and restore default period_time | Dan McGee | 2009-01-25 | 1 | -3/+6 |
* | Fix tag not being set when casefolding the locate_item_list | Qball Cow | 2009-01-25 | 1 | -1/+3 |
* | renamed the "mod" decoder plugin to "mikmod" | Max Kellermann | 2009-01-24 | 3 | -5/+5 |
* | tag_id3: added MusicBrainz tag support | Max Kellermann | 2009-01-24 | 1 | -0/+79 |
* | tag_id3: always allocate tag object | Max Kellermann | 2009-01-24 | 1 | -30/+27 |
* | tag: added support for MusicBrainz tags | Max Kellermann | 2009-01-24 | 3 | -1/+14 |
* | modplug: removed EOF check from the while loop | Max Kellermann | 2009-01-24 | 1 | -2/+4 |
* | modplug: check for input_stream errors | Max Kellermann | 2009-01-24 | 1 | -2/+8 |
* | modplug: use size_t instead of int for buffer sizes | Max Kellermann | 2009-01-24 | 1 | -1/+1 |
* | modplug: check size limit before appending new buffer | Max Kellermann | 2009-01-24 | 1 | -4/+4 |
* | modplug: use GByteArray.len, remove total_len | Max Kellermann | 2009-01-24 | 1 | -4/+2 |
* | modplug: unknown size is -1; check for empty file | Max Kellermann | 2009-01-24 | 1 | -5/+12 |
* | modplug: header cleanup | Max Kellermann | 2009-01-24 | 1 | -2/+0 |
* | modplug: define G_LOG_DOMAIN | Max Kellermann | 2009-01-24 | 1 | -0/+3 |
* | modplug: declare constants as enum | Max Kellermann | 2009-01-24 | 1 | -4/+6 |
* | modplug: use only decoder_read(), not input_stream_read() | Max Kellermann | 2009-01-24 | 1 | -5/+1 |
* | locate: added locate_item_list_casefold() | Max Kellermann | 2009-01-24 | 4 | -11/+22 |
* | queue_print, dbUtils: use struct locate_item_list | Max Kellermann | 2009-01-24 | 7 | -74/+58 |
* | locate: added struct locate_item_list | Max Kellermann | 2009-01-24 | 5 | -87/+111 |
* | locate: initialize the whole visited_types array | Max Kellermann | 2009-01-24 | 1 | -2/+6 |
* | locate: use bool instead of int | Max Kellermann | 2009-01-24 | 2 | -33/+33 |