aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-07-19Add audio_format_init() functionDavid Woodhouse15-53/+39
2009-07-19ape: added protection against large memory allocationsMax Kellermann1-0/+3
2009-07-19tag_ape: removed redundant length checkMax Kellermann1-3/+4
2009-07-19client: return "enum command_return" instead of "int"Max Kellermann1-16/+24
2009-07-19removed buffer2array.cMax Kellermann2-164/+0
2009-07-19command: use the tokenizer libraryMax Kellermann1-4/+50
2009-07-19conf: use the tokenizer libraryMax Kellermann1-62/+82
2009-07-19tokenizer: new library replacing buffer2array()Max Kellermann2-0/+235
2009-07-19daemon: Moved empty Windows version functions to header fileMichal Nazarewicz2-21/+36
2009-07-19conf: replaced gcc "const" attribute with "pure"Michal Nazarewicz1-13/+22
2009-07-19daemon: added "group" configuration optionMichal Nazarewicz5-18/+35
2009-07-18ape: check the tag size (fixes integer underflow)Max Kellermann1-1/+1
2009-07-15mapper: use g_file_test() instead of stat()Max Kellermann1-20/+2
2009-07-15mapper: pass music and playlist directory to mapper_init()Max Kellermann3-19/+23
2009-07-15main: moved complex initialization code to glue functionsMax Kellermann1-17/+36
2009-07-15main: renamed openDB() to glue_db_init_and_load()Max Kellermann1-2/+2
2009-07-15cmdline: renamed option "--stdout" to "--stderr"Max Kellermann1-0/+2
2009-07-15cmdline: no CamelCaseMax Kellermann3-18/+18
2009-07-15conf: added the gcc "const" attribute to some functionsMax Kellermann1-0/+13
2009-07-15state_file: don't rewind the stream while reading the state fileMax Kellermann7-62/+69
2009-07-15state_file: simplified state_file_finish()Max Kellermann1-4/+6
2009-07-15state_file: fixed debug messagesMax Kellermann1-1/+3
2009-07-15modplug: get track lengthSerge Ziryukin1-1/+1
2009-07-14encoder/twolame: new encoder plugin based on libtwolameMax Kellermann2-0/+303
2009-07-14playlist: no CamelCaseMax Kellermann10-86/+95
2009-07-14playlist: removed {save,read}PlaylistState()Max Kellermann3-17/+3
2009-07-14state_file: eliminated the sf_callbacks arrayMax Kellermann1-17/+9
2009-07-14output/httpd: removed duplicate sys/types.h includeMax Kellermann1-4/+0
2009-07-09flac: load external cue sheet when no internal oneSerge Ziryukin1-0/+14
2009-07-09Implement ArtistSort tagBart Nagel3-1/+9
2009-07-07decoder/sndfile: new decoder plugin based on libsndfileMax Kellermann2-0/+250
2009-07-07tag_id3: revised "performer" tag supportMax Kellermann1-4/+2
2009-07-07tag: added tag "AlbumArtistSort"Max Kellermann3-1/+4
2009-07-06main: fix "unused local variable" warningMax Kellermann1-0/+2
2009-07-06player_thread: log played song in "default" log modeSébastien Houzé1-0/+6
2009-07-06decoder/flac: fix assertion failure in tag_free() callMax Kellermann1-2/+1
2009-07-06output: use the software mixer pluginMax Kellermann7-121/+60
2009-07-06mixer_all: added mixer_all_set_software_volume()Max Kellermann2-0/+73
2009-07-06mixer/software: new mixer which controls filter/volumeMax Kellermann4-0/+159
2009-07-06volume: moved range check to handle_setvol()Max Kellermann5-19/+21
2009-07-06volume, mixer: removed the "relative" parameterMax Kellermann5-41/+26
2009-07-06command: removed the "volume" commandMax Kellermann1-22/+1