summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-06-19Make get_remote_uid() work on BSDAndreas Vögele
2010-06-19client: increase send_buf from 4kB to 16kBAndrzej Rybczak
2010-06-19playlist: check "queued" before calling playlist_update_queued_song()Max Kellermann
2010-06-19playlist: protect acess to player state in playlist_sync()Max Kellermann
2010-06-19playlist: move checks out of playlist_sync_with_queue()Max Kellermann
2010-06-19player_control: hold mutex in pc_play(), pc_pause()Max Kellermann
2010-06-06filter/route: fixed unsigned/signed comparisonMax Kellermann
2010-06-06output/httpd: add libwrap supportTim Phipps
2010-06-01directory_print: print a list of playlist files in "lsinfo"Max Kellermann
2010-06-01playlist_list: export playlist_suffix_supported()Max Kellermann
2010-06-01playlist_list: playlist_list_open_path() returns input_streamMax Kellermann
2010-06-01playlist_list: move fallback g_uri_parse_scheme() to glib_compat.hMax Kellermann
2010-06-01playlist: emit IDLE_OPTIONS when resetting single modeMax Kellermann
2010-05-31single mode: at the end of the song, pause on the next song instead of stopRomain Bignon
2010-05-31directory_print: return voidMax Kellermann
2010-05-31fix crash when decoder is NULLRomain Bignon
2010-05-31decoder/mikmod: fix memory leakMax Kellermann
2010-05-31decoder/mikmod: duplicate the path only onceMax Kellermann
2010-05-31decoder/mikdmod: moved local variable declarations in tag_dup()Max Kellermann
2010-05-31decoder/wildmidi: moved local variable declarations in tag_dup()Max Kellermann
2010-05-31decoder/gme: replace macro GME_BUF_SIZEMax Kellermann
2010-05-31decoder/gme: added constants for sample rate and channelsMax Kellermann
2010-05-31decoder/gme: pass the whole buffer to decoder_data()Max Kellermann
2010-05-31decoder/gme: allocate tag later, fixes memory leakMax Kellermann
2010-05-31decoder/mp4ff: rename and move local variableMax Kellermann
2010-05-31decoder/mp4ff: merge code into mp4ff_input_stream_open()Max Kellermann
2010-05-31decoder/mp4ff: move mp4ff_callback_t into mp4ff_input_streamMax Kellermann
2010-05-31decoder/mp4ff: rename mp4_context to mp4ff_input_streamMax Kellermann
2010-05-31decoder/mp4ff: remove duplicate entries in the tag name tableMax Kellermann
2010-05-31decoder/mp4ff: moved code to mp4ff_tag_name_parse()Max Kellermann
2010-05-31tag_ape: remove duplicate entries in the tag name tableMax Kellermann
2010-05-31tag_ape: move code to tag_ape_name_parse()Max Kellermann
2010-05-31decoder/vorbis: rename local variable "ret"Max Kellermann
2010-05-31decoder/vorbis: implement method stream_tag()Max Kellermann
2010-05-31decoder/vorbis: move code to vorbis_open_stream()Max Kellermann
2010-05-30decoder/vorbis: use single global ov_callbacks constantMax Kellermann
2010-05-30decoder/vorbis: rename struct vorbis_decoder_data to vorbis_isMax Kellermann
2010-05-30inotify_update: follow symlinksMax Kellermann
2010-05-30inotify_update: fix assertion failure when music dir is deletedMax Kellermann
2010-05-30decoder/mp4ff: support tags "albumartist", "band"Max Kellermann
2010-05-30decoder/mp4ff: use tag_table.h to parse tag namesMax Kellermann
2010-05-30decoder/mp4ff: rename plugin "mp4" to "mp4ff"Max Kellermann
2010-05-30tag_ape: move table lookup to tag_table.hMax Kellermann
2010-05-30tag_ape: support album artist, MusicBrainz tagsMax Kellermann
2010-05-30Merge release 0.15.10 from branch 'v0.15.x'Max Kellermann
2010-05-30decoder/mad: fix buffer variable name on !HAVE_ID3TAGMax Kellermann
2010-05-30filter/replay_gain: added option "replaygain_limit"Daniel Seuthe
2010-05-20cmdline: Add default config paths for win32.Avuton Olrich
2010-05-20output/win32: new output plugin for Windows WaveMax Kellermann
2010-05-20pcm_buffer: 8 kB alignment instead of 64 kBMax Kellermann