aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-13use daemon() when the C library provides itMike Frysinger1-6/+18
2009-08-04tag_id3: moved id3_genre_name() call to tag_id3_import_text()Max Kellermann1-6/+6
2009-08-04tag_id3: splitted function tag_id3_import_frame()Max Kellermann1-119/+91
2009-08-04tag_id3: corrected parameter typesMax Kellermann1-2/+3
2009-08-04tag_id3: converted tag_is_id3v1() to an inline functionMax Kellermann1-1/+6
2009-08-04tag_id3: no CamelCaseMax Kellermann1-57/+64
2009-08-03ffmpeg_plugin: convert metadata to generic formatAnton Khirnov1-1/+3
2009-07-29command: moved command_process_list() to client.cMax Kellermann3-35/+30
2009-07-28playlist: CamelCaseIsBadCourtney Cavin11-107/+128
2009-07-28input/lastfm: Ensure multiple identical xml entities are decoded.Courtney Cavin1-6/+5
2009-07-28client: splitted client.c into several piecesMax Kellermann11-875/+1129
2009-07-28client: moved struct client to client_internal.hMax Kellermann2-44/+69
2009-07-28input/lastfm: use metadataCourtney Cavin1-43/+297
2009-07-28cmdline: obey $(sysconfdir) for default mpd.conf locationMax Kellermann1-1/+0
2009-07-23client: moved some code to client_list_X()Max Kellermann1-13/+51
2009-07-23client: don't include socket headersMax Kellermann1-10/+0
2009-07-23player_thread: don't use precalculated size_to_timeMax Kellermann2-22/+4
2009-07-23player_thread: moved code to update_song_tag()Max Kellermann1-19/+27
2009-07-23pcm_convert: use GError for error handlingMax Kellermann10-115/+177
2009-07-22pcm_resample_fallback: don't include glib.hMax Kellermann1-1/+0
2009-07-22pcm_resample_fallback: removed G_GNUC_UNUSED attributeMax Kellermann2-6/+3
2009-07-22pcm_channels: num_channels is unsignedMax Kellermann2-12/+12
2009-07-22pcm_byteswap: converted NULL checks to assertionsMax Kellermann2-10/+5
2009-07-22pcm_convert: added pcm_convert_state.byteswap_bufferMax Kellermann2-3/+8
2009-07-22filter/volume: check the flag audio_format.reverse_endianMax Kellermann1-0/+7
2009-07-22audio_format: added API documentationMax Kellermann1-0/+48
2009-07-22audio_format: initialize reverse_endian in audio_format_init()Max Kellermann1-0/+1
2009-07-22daemon: daemonize_close_stdin() optimised.Michal Nazarewicz2-12/+7
2009-07-22cmdline: renamed options.stderr to options.log_stderrEugeny N Dzhurinsky3-6/+6
2009-07-22decoder/flac: fixed indentation of flac_comment_value()Max Kellermann1-19/+21
2009-07-22decoder/flac: parse all replaygain tagsMax Kellermann1-14/+18
2009-07-22decoder/flac: return early from flac_find_float_comment()Max Kellermann1-21/+22
2009-07-22decoder/flac: removed misplaced authorship commentMax Kellermann1-1/+0
2009-07-22mad: skip ID3 frames when libid3tag is disabledMax Kellermann1-6/+28
2009-07-19Support wrong-endian ALSA outputDavid Woodhouse1-2/+50
2009-07-19Add reverse_endian field to struct audio_format and handle conversionDavid Woodhouse6-5/+151
2009-07-19tag_ape: simplified the apeItems arrayMax Kellermann1-22/+12
2009-07-19tag_ape: moved code to tag_ape_import_item()Max Kellermann1-12/+22
2009-07-19tag_ape: converted apeItems and tagItems to global varsMax Kellermann1-20/+20
2009-07-19Add audio_format_init() functionDavid Woodhouse15-53/+39
2009-07-19ape: added protection against large memory allocationsMax Kellermann1-0/+3
2009-07-19tag_ape: removed redundant length checkMax Kellermann1-3/+4
2009-07-19client: return "enum command_return" instead of "int"Max Kellermann1-16/+24
2009-07-19removed buffer2array.cMax Kellermann2-164/+0
2009-07-19command: use the tokenizer libraryMax Kellermann1-4/+50
2009-07-19conf: use the tokenizer libraryMax Kellermann1-62/+82
2009-07-19tokenizer: new library replacing buffer2array()Max Kellermann2-0/+235
2009-07-19daemon: Moved empty Windows version functions to header fileMichal Nazarewicz2-21/+36
2009-07-19conf: replaced gcc "const" attribute with "pure"Michal Nazarewicz1-13/+22
2009-07-19daemon: added "group" configuration optionMichal Nazarewicz5-18/+35