summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-26EncoderPlugin: pass Tag reference to method tag()Max Kellermann
2014-12-26OutputPlugin: pass Tag reference to _send_tag()Max Kellermann
2014-12-26output/recorder: implement send_tag()Max Kellermann
2014-12-26output/recorder: move functions into the structMax Kellermann
2014-12-26output/jack: fix implicit nullptr/bool conversionMax Kellermann
2014-12-26Merge branch 'v0.19.x'Max Kellermann
2014-12-26db/simple: fix implicit nullptr/bool conversionMax Kellermann
2014-12-26fs/Traits, ...: work around -Wtautological-pointer-compareMax Kellermann
2014-12-26db/lazy, input/mms: add "override" keywordsMax Kellermann
2014-12-26Merge branch 'v0.18.x' into v0.19.xMax Kellermann
2014-12-26lib/ffmpeg/Buffer: always include libavutil/mem.hMax Kellermann
2014-12-26db/proxy, output/shout: fix implicit nullptr/bool conversionMax Kellermann
2014-12-26db/{simple,proxy}, ...: add "override" keywordsMax Kellermann
2014-12-26util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compareMax Kellermann
2014-12-26DatabaseGlue: convert nullptr check to assertionMax Kellermann
2014-12-26util/ASCII: fix indentMax Kellermann
2014-12-26Compiler.h: add macro CLANG_CHECK_VERSION()Max Kellermann
2014-12-26Compiler.h: add macro GCC_OLDER_THAN()Max Kellermann
2014-12-26util/Manual: reimplement GCC_CHECK_VERSION() using GCC_MAKE_VERSION()Max Kellermann
2014-12-26Compiler.h: add macro GCC_MAKE_VERSION()Max Kellermann
2014-12-25output/jack: move code to separate functionsMax Kellermann
2014-12-24output/jack: cache AudioFormat::channelsMax Kellermann
2014-12-24output/jack: fix typoMax Kellermann
2014-12-24output/jack: use jack_ringbuffer_get_write_vector()Max Kellermann
2014-12-24output/jack: move jack_ringbuffer_write_space() call to WriteSamples()Max Kellermann
2014-12-24output/jack: cache AudioFormat::channelsMax Kellermann
2014-12-24output/jack: pass float* to WriteSamples()Max Kellermann
2014-12-24output/jack: WriteSamples() returns size_tMax Kellermann
2014-12-24output/jack: pass size_t to WriteSamples()Max Kellermann
2014-12-24output/jack: use SampleFormat::FLOATMax Kellermann
2014-12-24output/Internal: move enum AudioOutputCommand into the structMax Kellermann
2014-12-24output/Internal: convert audio_output_command to strictly-typed enumMax Kellermann
2014-12-24output/jack: use std::fill()Max Kellermann
2014-12-24output/jack: move functions into the structMax Kellermann
2014-12-24output/jack: merge two mpd_jack_available() callsMax Kellermann
2014-12-24output/jack: make variables more localMax Kellermann
2014-12-24output/jack: convert const to constexprMax Kellermann
2014-12-24output/jack: convert enum to constexprMax Kellermann
2014-12-23decoder/ffmpeg: support interleaved floating pointMax Kellermann
2014-12-23Merge branch 'v0.19.x'Max Kellermann
2014-12-23input/mms: limit the mmsx_read() sizeMax Kellermann
2014-12-23decoder/ffmpeg: fix indentMax Kellermann
2014-12-23decoder/DsdLib: add missing stdlib.h includeMax Kellermann
2014-12-23DSF ID3 tags hitting 4k size limitJan Brittenson
2014-12-22decoder/ffmpeg: simplify mpd_ffmpeg_open_input()Max Kellermann
2014-12-22decoder/ffmpeg: move functions into the AvioStream structMax Kellermann
2014-12-22configure.ac: use MPD_ENABLE_AUTO_PKG_LIB for libgmeMax Kellermann
2014-12-22configure.ac: remove redundant declaration "HAVE_ISO9660"Max Kellermann
2014-12-21input/ffmpeg: use FfmpegInit() instead of av_register_all()Max Kellermann
2014-12-21decoder/ffmpeg: move code to lib/ffmpeg/Init.cxxMax Kellermann