aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-17conf: no CamelCase, part IMax Kellermann40-170/+204
2009-01-17song: skip archive check for non-musicdir filesMax Kellermann1-1/+1
2009-01-17decoder_api: always notify_wait() for free chunksMax Kellermann1-2/+1
2009-01-17moved fallback APE/ID3 tag loader to song.cMax Kellermann7-58/+55
2009-01-17decoder_api: pass const pointer to decoder_data()Max Kellermann2-2/+3
2009-01-17pcm_convert: return PCM buffer from pcm_convert()Max Kellermann7-86/+43
2009-01-17music_pipe: removed music_pipe_append()Max Kellermann2-39/+0
2009-01-17decoder_api: use music_pipe_write() instead of music_pipe_append()Max Kellermann1-14/+33
2009-01-17music_pipe: added functions music_pipe_write() and music_pipe_expand()Max Kellermann2-32/+64
2009-01-17oggvorbis: disable seeking on remote songsMax Kellermann1-5/+27
2009-01-16decoder_api: added assertion on partial framesMax Kellermann1-0/+1
2009-01-16pcm_resample_fallback: corrected the sample calculationMax Kellermann1-6/+8
2009-01-16playlist: don't store getBoolConfigParam() in a boolMax Kellermann1-3/+5
2009-01-16listen: explicitly include sys/socket.hMax Kellermann1-0/+1
2009-01-16player_control: fix shadow warning with older gccMax Kellermann1-1/+1
2009-01-16oss: evaluate the oss_open() return value properlyMax Kellermann1-1/+1
2009-01-16mixer: check param==NULL in the alsa and oss mixer codeMax Kellermann2-0/+7
2009-01-16Enable wav file streaming for ffmpeg input pluginQball Cow1-0/+1
2009-01-15flac: map "Album Artist" to "AlbumArtist"Rasmus Steinke1-1/+3
2009-01-15flac: splitted flac_copy_vorbis_comment()Max Kellermann1-37/+38
2009-01-15flac: moved code to flac_comment_value()Max Kellermann1-5/+26
2009-01-15flac: always allocate tag objectMax Kellermann4-31/+43
2009-01-15tag: added tag_is_defined()Max Kellermann1-0/+9
2009-01-15flac: use bool instead of intMax Kellermann2-42/+37
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