aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-24output/recorder: new output plugin for recording radio streamsMax Kellermann2-0/+218
2009-08-24conf: removed the deprecated "error_file" optionMax Kellermann2-2/+0
2009-08-19update: don't re-read unchanged container filesIgor Kuzmin1-1/+2
2009-08-18output_init: initialize the "pause" flagMax Kellermann1-0/+1
2009-08-14output/shout: minimize the unpause latencyMax Kellermann1-0/+7
2009-08-14output: fixed shout stuck pause bugMax Kellermann3-0/+20
2009-08-14directory: free empty directories after removing them (memleak)Max Kellermann1-3/+8
2009-08-14update: free temporary string in container scan (memleak)Max Kellermann1-2/+6
2009-08-14decoder/flac: don't allocate cuesheet twice (memleak)Max Kellermann1-4/+6
2009-08-14update: free empty path string (memleak)Max Kellermann1-1/+2
2009-08-13decoder_control: protect command, state with a mutexMax Kellermann6-31/+241
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