summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-17oggvorbis: disable seeking on remote songsMax Kellermann
2009-01-16decoder_api: added assertion on partial framesMax Kellermann
2009-01-16pcm_resample_fallback: corrected the sample calculationMax Kellermann
2009-01-16playlist: don't store getBoolConfigParam() in a boolMax Kellermann
2009-01-16listen: explicitly include sys/socket.hMax Kellermann
2009-01-16player_control: fix shadow warning with older gccMax Kellermann
2009-01-16oss: evaluate the oss_open() return value properlyMax Kellermann
2009-01-16mixer: check param==NULL in the alsa and oss mixer codeMax Kellermann
2009-01-16Enable wav file streaming for ffmpeg input pluginQball Cow
2009-01-15oggvorbis: define HAVE_OGGVORBIS when tremor is enabledMax Kellermann
2009-01-15flac: map "Album Artist" to "AlbumArtist"Rasmus Steinke
2009-01-15flac: splitted flac_copy_vorbis_comment()Max Kellermann
2009-01-15flac: moved code to flac_comment_value()Max Kellermann
2009-01-15flac: always allocate tag objectMax Kellermann
2009-01-15tag: added tag_is_defined()Max Kellermann
2009-01-15flac: use bool instead of intMax Kellermann
2009-01-15flac: removed "vorbis_comment_found" flagMax Kellermann
2009-01-15flac: no CamelCaseMax Kellermann
2009-01-15input_curl: don't call input_curl_select() when already at EOFMax Kellermann
2009-01-15input_curl: set "ready" flag on EOFMax Kellermann
2009-01-15input_curl: call curl_multi_info_read() in constructorMax Kellermann
2009-01-15NEWS: merge from v0.14.xMax Kellermann
2009-01-15input_curl: added fallback for g_queue_clear()Max Kellermann
2009-01-15log, pcm_convert: added return statements after g_error()Max Kellermann
2009-01-15mapper: check if g_get_user_special_dir() is supported by GLibMax Kellermann
2009-01-15pcm_convert: removed unused variable "dest_size"Max Kellermann
2009-01-15decoder_api: added G_GNUC_UNUSED attribute to decoder_initialized()Max Kellermann
2009-01-15listen: don't compile ipv6Supported() if !HAVE_IPV6Max Kellermann
2009-01-15oggvorbis: map "Album Artist" to "AlbumArtist"Rasmus Steinke
2009-01-15songvec: sort songs by disc and track numberMax Kellermann
2009-01-15tag: added tag_get_value()Max Kellermann
2009-01-15dirvec, songvec: sort using g_utf8_collate()Max Kellermann
2009-01-14shout: enlarge buffer size to 32 kBAntoine Beaupré
2009-01-14oggvorbis: use g_ascii_strncasecmp() instead of strncasecmp()Max Kellermann
2009-01-14oggvorbis: moved tag look into vorbis_parse_comment()Max Kellermann
2009-01-14oggvorbis: moved code to vorbis_copy_comment()Max Kellermann
2009-01-14oggvorbis: use vorbis_comment_value() in vorbis_parse_comment()Max Kellermann
2009-01-14oggvorbis: always allocate a tag objectMax Kellermann
2009-01-14oggvorbis: no CamelCaseMax Kellermann
2009-01-14oggvorbis: use boolMax Kellermann
2009-01-14tag_id3: added support for the "album artist" tagDaniele Sluijters
2009-01-14allow ~/.mpd/mpd.conf as alternate config fileJérôme Quelin
2009-01-14song_save: don't fail on empty tag valuesMax Kellermann
2009-01-14song_save: return value pointer from matchesAnMpdTagItemKey()Max Kellermann
2009-01-14song_save: itemType is "enum tag_type", not "int"Max Kellermann
2009-01-14playlist: safely search the playlist for deleted songMax Kellermann
2009-01-13tag: added core support for the "album artist" tagMax Kellermann
2009-01-13song_save: check for colon and space when loading a tagMax Kellermann
2009-01-13input_curl: honour http_proxy_* config directivesJoe Milbourn
2009-01-13daemon: don't check the setsid() return valueMax Kellermann