| Commit message (Expand) | Author | Files | Lines |
2009-08-13 | decoder_control: protect command, state with a mutex | Max Kellermann | 6 | -31/+241 |
2009-08-13 | use daemon() when the C library provides it | Mike Frysinger | 1 | -6/+18 |
2009-08-04 | tag_id3: moved id3_genre_name() call to tag_id3_import_text() | Max Kellermann | 1 | -6/+6 |
2009-08-04 | tag_id3: splitted function tag_id3_import_frame() | Max Kellermann | 1 | -119/+91 |
2009-08-04 | tag_id3: corrected parameter types | Max Kellermann | 1 | -2/+3 |
2009-08-04 | tag_id3: converted tag_is_id3v1() to an inline function | Max Kellermann | 1 | -1/+6 |
2009-08-04 | tag_id3: no CamelCase | Max Kellermann | 1 | -57/+64 |
2009-08-03 | ffmpeg_plugin: convert metadata to generic format | Anton Khirnov | 1 | -1/+3 |
2009-07-29 | command: moved command_process_list() to client.c | Max Kellermann | 3 | -35/+30 |
2009-07-28 | playlist: CamelCaseIsBad | Courtney Cavin | 11 | -107/+128 |
2009-07-28 | input/lastfm: Ensure multiple identical xml entities are decoded. | Courtney Cavin | 1 | -6/+5 |
2009-07-28 | client: splitted client.c into several pieces | Max Kellermann | 11 | -875/+1129 |
2009-07-28 | client: moved struct client to client_internal.h | Max Kellermann | 2 | -44/+69 |
2009-07-28 | input/lastfm: use metadata | Courtney Cavin | 1 | -43/+297 |
2009-07-28 | cmdline: obey $(sysconfdir) for default mpd.conf location | Max Kellermann | 1 | -1/+0 |
2009-07-23 | client: moved some code to client_list_X() | Max Kellermann | 1 | -13/+51 |
2009-07-23 | client: don't include socket headers | Max Kellermann | 1 | -10/+0 |
2009-07-23 | player_thread: don't use precalculated size_to_time | Max Kellermann | 2 | -22/+4 |
2009-07-23 | player_thread: moved code to update_song_tag() | Max Kellermann | 1 | -19/+27 |
2009-07-23 | pcm_convert: use GError for error handling | Max Kellermann | 10 | -115/+177 |
2009-07-22 | pcm_resample_fallback: don't include glib.h | Max Kellermann | 1 | -1/+0 |
2009-07-22 | pcm_resample_fallback: removed G_GNUC_UNUSED attribute | Max Kellermann | 2 | -6/+3 |
2009-07-22 | pcm_channels: num_channels is unsigned | Max Kellermann | 2 | -12/+12 |
2009-07-22 | pcm_byteswap: converted NULL checks to assertions | Max Kellermann | 2 | -10/+5 |
2009-07-22 | pcm_convert: added pcm_convert_state.byteswap_buffer | Max Kellermann | 2 | -3/+8 |
2009-07-22 | filter/volume: check the flag audio_format.reverse_endian | Max Kellermann | 1 | -0/+7 |
2009-07-22 | audio_format: added API documentation | Max Kellermann | 1 | -0/+48 |
2009-07-22 | audio_format: initialize reverse_endian in audio_format_init() | Max Kellermann | 1 | -0/+1 |
2009-07-22 | daemon: daemonize_close_stdin() optimised. | Michal Nazarewicz | 2 | -12/+7 |
2009-07-22 | cmdline: renamed options.stderr to options.log_stderr | Eugeny N Dzhurinsky | 3 | -6/+6 |
2009-07-19 | Support wrong-endian ALSA output | David Woodhouse | 1 | -2/+50 |
2009-07-19 | Add reverse_endian field to struct audio_format and handle conversion | David Woodhouse | 6 | -5/+151 |
2009-07-19 | tag_ape: simplified the apeItems array | Max Kellermann | 1 | -22/+12 |
2009-07-19 | tag_ape: moved code to tag_ape_import_item() | Max Kellermann | 1 | -12/+22 |
2009-07-19 | tag_ape: converted apeItems and tagItems to global vars | Max Kellermann | 1 | -20/+20 |
2009-07-19 | Add audio_format_init() function | David Woodhouse | 15 | -53/+39 |
2009-07-19 | client: return "enum command_return" instead of "int" | Max Kellermann | 1 | -16/+24 |
2009-07-19 | removed buffer2array.c | Max Kellermann | 2 | -164/+0 |
2009-07-19 | command: use the tokenizer library | Max Kellermann | 1 | -4/+50 |
2009-07-19 | conf: use the tokenizer library | Max Kellermann | 1 | -62/+82 |
2009-07-19 | tokenizer: new library replacing buffer2array() | Max Kellermann | 2 | -0/+235 |
2009-07-19 | daemon: Moved empty Windows version functions to header file | Michal Nazarewicz | 2 | -21/+36 |
2009-07-19 | conf: replaced gcc "const" attribute with "pure" | Michal Nazarewicz | 1 | -13/+22 |
2009-07-19 | daemon: added "group" configuration option | Michal Nazarewicz | 5 | -18/+35 |
2009-07-15 | mapper: use g_file_test() instead of stat() | Max Kellermann | 1 | -20/+2 |
2009-07-15 | mapper: pass music and playlist directory to mapper_init() | Max Kellermann | 3 | -19/+23 |
2009-07-15 | main: moved complex initialization code to glue functions | Max Kellermann | 1 | -17/+36 |
2009-07-15 | main: renamed openDB() to glue_db_init_and_load() | Max Kellermann | 1 | -2/+2 |
2009-07-15 | cmdline: renamed option "--stdout" to "--stderr" | Max Kellermann | 1 | -0/+2 |
2009-07-15 | cmdline: no CamelCase | Max Kellermann | 3 | -18/+18 |