aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* conf: replaced gcc "const" attribute with "pure"Michal Nazarewicz2009-07-19
* daemon: added "group" configuration optionMichal Nazarewicz2009-07-19
* Merged release 0.15.1 from branch 'v0.15.x'Max Kellermann2009-07-16
|\
| * output/httpd: removed duplicate sys/types.h includeMax Kellermann2009-07-14
| * decoder/flac: fix assertion failure in tag_free() callMax Kellermann2009-07-06
| * output/httpd: include sys/types.hMax Kellermann2009-07-06
| * song: initialize mtime in song_alloc()Max Kellermann2009-07-06
| * log: fix double free() bug during shutdownMax Kellermann2009-07-05
| * database: fixed NULL pointer dereference after charset changeMax Kellermann2009-06-30
| * output_thread: don't play next chunk after command==PAUSEMax Kellermann2009-06-29
| * output_all: don't resume playback when stopping during pauseMax Kellermann2009-06-29
* | mapper: use g_file_test() instead of stat()Max Kellermann2009-07-15
* | mapper: pass music and playlist directory to mapper_init()Max Kellermann2009-07-15
* | main: moved complex initialization code to glue functionsMax Kellermann2009-07-15
* | main: renamed openDB() to glue_db_init_and_load()Max Kellermann2009-07-15
* | cmdline: renamed option "--stdout" to "--stderr"Max Kellermann2009-07-15
* | cmdline: no CamelCaseMax Kellermann2009-07-15
* | conf: added the gcc "const" attribute to some functionsMax Kellermann2009-07-15
* | state_file: don't rewind the stream while reading the state fileMax Kellermann2009-07-15
* | state_file: simplified state_file_finish()Max Kellermann2009-07-15
* | state_file: fixed debug messagesMax Kellermann2009-07-15
* | modplug: get track lengthSerge Ziryukin2009-07-15
* | encoder/twolame: new encoder plugin based on libtwolameMax Kellermann2009-07-14
* | playlist: no CamelCaseMax Kellermann2009-07-14
* | playlist: removed {save,read}PlaylistState()Max Kellermann2009-07-14
* | state_file: eliminated the sf_callbacks arrayMax Kellermann2009-07-14
* | flac: load external cue sheet when no internal oneSerge Ziryukin2009-07-09
* | Implement ArtistSort tagBart Nagel2009-07-09
* | decoder/sndfile: new decoder plugin based on libsndfileMax Kellermann2009-07-07
* | tag_id3: revised "performer" tag supportMax Kellermann2009-07-07
* | tag: added tag "AlbumArtistSort"Max Kellermann2009-07-07
* | main: fix "unused local variable" warningMax Kellermann2009-07-06
* | player_thread: log played song in "default" log modeSébastien Houzé2009-07-06
* | output: use the software mixer pluginMax Kellermann2009-07-06
* | mixer_all: added mixer_all_set_software_volume()Max Kellermann2009-07-06
* | mixer/software: new mixer which controls filter/volumeMax Kellermann2009-07-06
* | volume: moved range check to handle_setvol()Max Kellermann2009-07-06
* | volume, mixer: removed the "relative" parameterMax Kellermann2009-07-06
* | command: removed the "volume" commandMax Kellermann2009-07-06
* | output_init: moved the "convert" filter at the endMax Kellermann2009-07-06
* | output_init: merge two local string variablesMax Kellermann2009-07-06
* | output_init: parse audio format earlierMax Kellermann2009-07-06
* | song_print: check gmtime_r()'s return valueMax Kellermann2009-07-06
* | song: initialize mtime in song_alloc()Max Kellermann2009-07-06
* | output: attach a filter chain to each audio_outputMax Kellermann2009-07-06
* | filter/convert: new filter which calls pcm_convert() on demandMax Kellermann2009-07-06
* | filter/chain: new library for creating a chain of filtersMax Kellermann2009-07-06
* | output: added command REOPENMax Kellermann2009-07-06
* | output_thread: moved OPEN handler to ao_open()Max Kellermann2009-07-06
* | mixer_type: moved volume_mixer_type from volume.cMax Kellermann2009-07-06