aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* pcm_resample_fallback: don't include glib.hMax Kellermann2009-07-22
* pcm_resample_fallback: removed G_GNUC_UNUSED attributeMax Kellermann2009-07-22
* pcm_channels: num_channels is unsignedMax Kellermann2009-07-22
* pcm_byteswap: converted NULL checks to assertionsMax Kellermann2009-07-22
* pcm_convert: added pcm_convert_state.byteswap_bufferMax Kellermann2009-07-22
* filter/volume: check the flag audio_format.reverse_endianMax Kellermann2009-07-22
* audio_format: added API documentationMax Kellermann2009-07-22
* audio_format: initialize reverse_endian in audio_format_init()Max Kellermann2009-07-22
* daemon: daemonize_close_stdin() optimised.Michal Nazarewicz2009-07-22
* cmdline: renamed options.stderr to options.log_stderrEugeny N Dzhurinsky2009-07-22
* Merge branch 'master' of git://git.infradead.org/users/dwmw2/mpdMax Kellermann2009-07-19
|\
| * Support wrong-endian ALSA outputDavid Woodhouse2009-07-19
| * Add reverse_endian field to struct audio_format and handle conversionDavid Woodhouse2009-07-19
| * Add audio_format_init() functionDavid Woodhouse2009-07-19
* | tag_ape: simplified the apeItems arrayMax Kellermann2009-07-19
* | tag_ape: moved code to tag_ape_import_item()Max Kellermann2009-07-19
* | tag_ape: converted apeItems and tagItems to global varsMax Kellermann2009-07-19
* | client: return "enum command_return" instead of "int"Max Kellermann2009-07-19
* | removed buffer2array.cMax Kellermann2009-07-19
* | command: use the tokenizer libraryMax Kellermann2009-07-19
* | conf: use the tokenizer libraryMax Kellermann2009-07-19
* | tokenizer: new library replacing buffer2array()Max Kellermann2009-07-19
* | daemon: Moved empty Windows version functions to header fileMichal Nazarewicz2009-07-19
* | 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