| Commit message (Expand) | Author | Age | Files | Lines |
* | tag_id3: converted tag_is_id3v1() to an inline function | Max Kellermann | 2009-08-04 | 1 | -1/+6 |
* | tag_id3: no CamelCase | Max Kellermann | 2009-08-04 | 1 | -57/+64 |
* | ffmpeg_plugin: convert metadata to generic format | Anton Khirnov | 2009-08-03 | 1 | -1/+3 |
* | command: moved command_process_list() to client.c | Max Kellermann | 2009-07-29 | 3 | -35/+30 |
* | playlist: CamelCaseIsBad | Courtney Cavin | 2009-07-28 | 11 | -107/+128 |
* | input/lastfm: Ensure multiple identical xml entities are decoded. | Courtney Cavin | 2009-07-28 | 1 | -6/+5 |
* | client: splitted client.c into several pieces | Max Kellermann | 2009-07-28 | 11 | -875/+1129 |
* | client: moved struct client to client_internal.h | Max Kellermann | 2009-07-28 | 2 | -44/+69 |
* | input/lastfm: use metadata | Courtney Cavin | 2009-07-28 | 1 | -43/+297 |
* | cmdline: obey $(sysconfdir) for default mpd.conf location | Max Kellermann | 2009-07-28 | 1 | -1/+0 |
* | client: moved some code to client_list_X() | Max Kellermann | 2009-07-23 | 1 | -13/+51 |
* | client: don't include socket headers | Max Kellermann | 2009-07-23 | 1 | -10/+0 |
* | player_thread: don't use precalculated size_to_time | Max Kellermann | 2009-07-23 | 2 | -22/+4 |
* | player_thread: moved code to update_song_tag() | Max Kellermann | 2009-07-23 | 1 | -19/+27 |
* | pcm_convert: use GError for error handling | Max Kellermann | 2009-07-23 | 10 | -115/+177 |
* | pcm_resample_fallback: don't include glib.h | Max Kellermann | 2009-07-22 | 1 | -1/+0 |
* | pcm_resample_fallback: removed G_GNUC_UNUSED attribute | Max Kellermann | 2009-07-22 | 2 | -6/+3 |
* | pcm_channels: num_channels is unsigned | Max Kellermann | 2009-07-22 | 2 | -12/+12 |
* | pcm_byteswap: converted NULL checks to assertions | Max Kellermann | 2009-07-22 | 2 | -10/+5 |
* | pcm_convert: added pcm_convert_state.byteswap_buffer | Max Kellermann | 2009-07-22 | 2 | -3/+8 |
* | filter/volume: check the flag audio_format.reverse_endian | Max Kellermann | 2009-07-22 | 1 | -0/+7 |
* | audio_format: added API documentation | Max Kellermann | 2009-07-22 | 1 | -0/+48 |
* | audio_format: initialize reverse_endian in audio_format_init() | Max Kellermann | 2009-07-22 | 1 | -0/+1 |
* | daemon: daemonize_close_stdin() optimised. | Michal Nazarewicz | 2009-07-22 | 2 | -12/+7 |
* | cmdline: renamed options.stderr to options.log_stderr | Eugeny N Dzhurinsky | 2009-07-22 | 3 | -6/+6 |
* | Merge branch 'master' of git://git.infradead.org/users/dwmw2/mpd | Max Kellermann | 2009-07-19 | 21 | -60/+240 |
|\ |
|
| * | Support wrong-endian ALSA output | David Woodhouse | 2009-07-19 | 1 | -2/+50 |
| * | Add reverse_endian field to struct audio_format and handle conversion | David Woodhouse | 2009-07-19 | 6 | -5/+151 |
| * | Add audio_format_init() function | David Woodhouse | 2009-07-19 | 15 | -53/+39 |
* | | tag_ape: simplified the apeItems array | Max Kellermann | 2009-07-19 | 1 | -22/+12 |
* | | tag_ape: moved code to tag_ape_import_item() | Max Kellermann | 2009-07-19 | 1 | -12/+22 |
* | | tag_ape: converted apeItems and tagItems to global vars | Max Kellermann | 2009-07-19 | 1 | -20/+20 |
* | | client: return "enum command_return" instead of "int" | Max Kellermann | 2009-07-19 | 1 | -16/+24 |
* | | removed buffer2array.c | Max Kellermann | 2009-07-19 | 2 | -164/+0 |
* | | command: use the tokenizer library | Max Kellermann | 2009-07-19 | 1 | -4/+50 |
* | | conf: use the tokenizer library | Max Kellermann | 2009-07-19 | 1 | -62/+82 |
* | | tokenizer: new library replacing buffer2array() | Max Kellermann | 2009-07-19 | 2 | -0/+235 |
* | | daemon: Moved empty Windows version functions to header file | Michal Nazarewicz | 2009-07-19 | 2 | -21/+36 |
* | | conf: replaced gcc "const" attribute with "pure" | Michal Nazarewicz | 2009-07-19 | 1 | -13/+22 |
* | | daemon: added "group" configuration option | Michal Nazarewicz | 2009-07-19 | 5 | -18/+35 |
|/ |
|
* | Merged release 0.15.1 from branch 'v0.15.x' | Max Kellermann | 2009-07-16 | 6 | -19/+14 |
|\ |
|
| * | output/httpd: removed duplicate sys/types.h include | Max Kellermann | 2009-07-14 | 1 | -4/+0 |
| * | decoder/flac: fix assertion failure in tag_free() call | Max Kellermann | 2009-07-06 | 1 | -2/+1 |
| * | output/httpd: include sys/types.h | Max Kellermann | 2009-07-06 | 1 | -0/+1 |
| * | song: initialize mtime in song_alloc() | Max Kellermann | 2009-07-06 | 1 | -0/+1 |
| * | log: fix double free() bug during shutdown | Max Kellermann | 2009-07-05 | 1 | -6/+2 |
| * | database: fixed NULL pointer dereference after charset change | Max Kellermann | 2009-06-30 | 1 | -4/+5 |
| * | output_thread: don't play next chunk after command==PAUSE | Max Kellermann | 2009-06-29 | 1 | -1/+5 |
| * | output_all: don't resume playback when stopping during pause | Max Kellermann | 2009-06-29 | 1 | -2/+0 |
* | | mapper: use g_file_test() instead of stat() | Max Kellermann | 2009-07-15 | 1 | -20/+2 |