aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-15flac: removed "vorbis_comment_found" flagMax Kellermann1-10/+4
2009-01-15flac: no CamelCaseMax Kellermann5-190/+208
2009-01-15input_curl: don't call input_curl_select() when already at EOFMax Kellermann1-1/+3
2009-01-15input_curl: set "ready" flag on EOFMax Kellermann1-0/+5
2009-01-15input_curl: call curl_multi_info_read() in constructorMax Kellermann1-0/+6
2009-01-15input_curl: added fallback for g_queue_clear()Max Kellermann1-0/+5
2009-01-15log, pcm_convert: added return statements after g_error()Max Kellermann2-1/+4
2009-01-15mapper: check if g_get_user_special_dir() is supported by GLibMax Kellermann1-0/+2
2009-01-15pcm_convert: removed unused variable "dest_size"Max Kellermann1-4/+2
2009-01-15decoder_api: added G_GNUC_UNUSED attribute to decoder_initialized()Max Kellermann1-1/+1
2009-01-15listen: don't compile ipv6Supported() if !HAVE_IPV6Max Kellermann1-4/+2
2009-01-15oggvorbis: map "Album Artist" to "AlbumArtist"Rasmus Steinke1-1/+3
2009-01-15songvec: sort songs by disc and track numberMax Kellermann1-0/+46
2009-01-15tag: added tag_get_value()Max Kellermann2-3/+16
2009-01-15dirvec, songvec: sort using g_utf8_collate()Max Kellermann2-2/+2
2009-01-14shout: enlarge buffer size to 32 kBAntoine Beaupré1-1/+1
2009-01-14oggvorbis: use g_ascii_strncasecmp() instead of strncasecmp()Max Kellermann1-3/+3
2009-01-14oggvorbis: moved tag look into vorbis_parse_comment()Max Kellermann1-23/+13
2009-01-14oggvorbis: moved code to vorbis_copy_comment()Max Kellermann1-9/+21
2009-01-14oggvorbis: use vorbis_comment_value() in vorbis_parse_comment()Max Kellermann1-5/+4
2009-01-14oggvorbis: always allocate a tag objectMax Kellermann1-8/+14
2009-01-14oggvorbis: no CamelCaseMax Kellermann2-61/+65
2009-01-14oggvorbis: use boolMax Kellermann1-5/+5
2009-01-14tag_id3: added support for the "album artist" tagDaniele Sluijters1-0/+12
2009-01-14allow ~/.mpd/mpd.conf as alternate config fileJérôme Quelin1-8/+15
2009-01-14song_save: don't fail on empty tag valuesMax Kellermann1-2/+2
2009-01-14song_save: return value pointer from matchesAnMpdTagItemKey()Max Kellermann1-8/+8
2009-01-14song_save: itemType is "enum tag_type", not "int"Max Kellermann1-2/+2
2009-01-14playlist: safely search the playlist for deleted songMax Kellermann1-1/+1
2009-01-13tag: added core support for the "album artist" tagMax Kellermann2-0/+2
2009-01-13song_save: check for colon and space when loading a tagMax Kellermann1-2/+4
2009-01-13input_curl: honour http_proxy_* config directivesJoe Milbourn1-0/+30
2009-01-13daemon: don't check the setsid() return valueMax Kellermann1-3/+1
2009-01-13daemon: don't fork twice to daemonizeMax Kellermann1-8/+0
2009-01-13playlist: implement Fisher-Yates shuffle properlyMax Kellermann1-2/+2
2009-01-13input_curl: use select() to eliminate busy loop during connectMax Kellermann1-0/+6
2009-01-13decoder_api: don't ignore DECODE_COMMAND_STOPMax Kellermann1-2/+1
2009-01-12configure.ac: added the --enable-sqlite optionMax Kellermann1-0/+2
2009-01-11Makefile.am: moved C/CPP/LDFLAGS upMax Kellermann1-26/+26
2009-01-11removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka5-9/+32
2009-01-11command: restore the "playlistinfo -1" behaviorMax Kellermann1-0/+8
2009-01-10main: remove "save_state" timer event on exitMax Kellermann1-1/+4
2009-01-10client: remove "expire" event on exitMax Kellermann1-0/+3
2009-01-10event_pipe: remove the GLib source from the main contextMax Kellermann1-1/+5
2009-01-10listen: remove the socket source from the main contextMax Kellermann1-2/+5
2009-01-10listen: added struct listen_socketMax Kellermann1-16/+19
2009-01-10main: deinitialize main_notify on exitMax Kellermann1-0/+1
2009-01-10Introducing mixer apiViliam Mateicka7-90/+186
2009-01-10playlist: pass unsigned integers to playlistInfo()Max Kellermann3-25/+42
2009-01-10playlist: exclude end of rangeMax Kellermann2-2/+2