| Commit message (Expand) | Author | Files | Lines |
2009-01-25 | mixer: return a mixer struct pointer | Max Kellermann | 4 | -15/+40 |
2009-01-25 | mixer: make all mixer_plugin pointers const | Max Kellermann | 4 | -7/+7 |
2009-01-25 | mixer: added missing copyright headers | Max Kellermann | 4 | -0/+68 |
2009-01-25 | conf: added config_add_param() | Max Kellermann | 2 | -0/+17 |
2009-01-25 | Add idle event on sticker deletion, update and insertion | Qball Cow | 3 | -1/+9 |
2009-01-25 | conf: allow param==NULL | Max Kellermann | 6 | -33/+13 |
2009-01-25 | conf: const pointers in block get functions | Max Kellermann | 27 | -49/+49 |
2009-01-25 | use config_get_string() instead of config_get_param() | Max Kellermann | 5 | -31/+24 |
2009-01-25 | playlist: moved is_valid_playlist_name() to stored_playlist.c | Max Kellermann | 4 | -22/+32 |
2009-01-25 | playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.c | Max Kellermann | 5 | -65/+83 |
2009-01-25 | playlist: removed g_rand, PLAYLIST_HASH_MULT | Max Kellermann | 1 | -10/+0 |
2009-01-25 | queue: added queue_shuffle_order_last() | Max Kellermann | 3 | -6/+18 |
2009-01-25 | stored_playlist: moved configuration variables from playlist.c | Max Kellermann | 7 | -19/+32 |
2009-01-25 | player_thread: start decoder thread in player thread | Max Kellermann | 2 | -2/+3 |
2009-01-25 | player_control: added player_control.thread | Max Kellermann | 3 | -2/+12 |
2009-01-25 | decoder_control: added decoder_control.thread | Max Kellermann | 4 | -6/+17 |
2009-01-25 | mapper: added dot to PLAYLIST_FILE_SUFFIX | Max Kellermann | 3 | -9/+6 |
2009-01-25 | alsa: added comments | Max Kellermann | 1 | -3/+21 |
2009-01-25 | alsa: frame_size is size_t, not int | Max Kellermann | 1 | -1/+1 |
2009-01-25 | alsa: no CamelCase | Max Kellermann | 1 | -93/+103 |
2009-01-25 | alsa: fix option parsing and restore default period_time | Dan McGee | 1 | -3/+6 |
2009-01-25 | Fix tag not being set when casefolding the locate_item_list | Qball Cow | 1 | -1/+3 |
2009-01-24 | renamed the "mod" decoder plugin to "mikmod" | Max Kellermann | 3 | -5/+5 |
2009-01-24 | tag_id3: added MusicBrainz tag support | Max Kellermann | 1 | -0/+79 |
2009-01-24 | tag_id3: always allocate tag object | Max Kellermann | 1 | -30/+27 |
2009-01-24 | tag: added support for MusicBrainz tags | Max Kellermann | 2 | -1/+13 |
2009-01-24 | modplug: removed EOF check from the while loop | Max Kellermann | 1 | -2/+4 |
2009-01-24 | modplug: check for input_stream errors | Max Kellermann | 1 | -2/+8 |
2009-01-24 | modplug: use size_t instead of int for buffer sizes | Max Kellermann | 1 | -1/+1 |
2009-01-24 | modplug: check size limit before appending new buffer | Max Kellermann | 1 | -4/+4 |
2009-01-24 | modplug: use GByteArray.len, remove total_len | Max Kellermann | 1 | -4/+2 |
2009-01-24 | modplug: unknown size is -1; check for empty file | Max Kellermann | 1 | -5/+12 |
2009-01-24 | modplug: header cleanup | Max Kellermann | 1 | -2/+0 |
2009-01-24 | modplug: define G_LOG_DOMAIN | Max Kellermann | 1 | -0/+3 |
2009-01-24 | modplug: declare constants as enum | Max Kellermann | 1 | -4/+6 |
2009-01-24 | modplug: use only decoder_read(), not input_stream_read() | Max Kellermann | 1 | -5/+1 |
2009-01-24 | locate: added locate_item_list_casefold() | Max Kellermann | 4 | -11/+22 |
2009-01-24 | queue_print, dbUtils: use struct locate_item_list | Max Kellermann | 7 | -74/+58 |
2009-01-24 | locate: added struct locate_item_list | Max Kellermann | 5 | -87/+111 |
2009-01-24 | locate: initialize the whole visited_types array | Max Kellermann | 1 | -2/+6 |
2009-01-24 | locate: use bool instead of int | Max Kellermann | 2 | -33/+33 |
2009-01-24 | locate: no CamelCase | Max Kellermann | 5 | -89/+76 |
2009-01-24 | queue_print: use new_items instead of items | Max Kellermann | 1 | -1/+1 |
2009-01-24 | playlist: removed locate functions to queue_print.c | Max Kellermann | 5 | -46/+45 |
2009-01-24 | locate: renamed LocateTagItem to "struct locate_item" | Max Kellermann | 7 | -60/+70 |
2009-01-24 | command: use queue_print_*() | Max Kellermann | 4 | -82/+51 |
2009-01-24 | playlist: added playlist_get_queue() | Max Kellermann | 2 | -0/+12 |
2009-01-24 | playlist: renamed the Playlist typedef to "struct playlist" | Max Kellermann | 2 | -3/+3 |
2009-01-24 | playlist: moved stopOnError and errorCount into struct playlist | Max Kellermann | 2 | -11/+23 |
2009-01-24 | modplug: change settings before loading a file | Andrzej Rybczak | 1 | -6/+8 |