aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-26db/simple: fix implicit nullptr/bool conversionMax Kellermann3-5/+5
2014-12-26fs/Traits, ...: work around -Wtautological-pointer-compareMax Kellermann5-1/+32
2014-12-26db/lazy, input/mms: add "override" keywordsMax Kellermann3-4/+6
2014-12-26lib/ffmpeg/Buffer: always include libavutil/mem.hMax Kellermann1-2/+1
2014-12-26db/proxy, output/shout: fix implicit nullptr/bool conversionMax Kellermann2-4/+4
2014-12-26db/{simple,proxy}, ...: add "override" keywordsMax Kellermann7-22/+26
2014-12-26util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compareMax Kellermann10-0/+51
2014-12-26DatabaseGlue: convert nullptr check to assertionMax Kellermann1-3/+2
2014-12-26util/ASCII: fix indentMax Kellermann1-10/+10
2014-12-26Compiler.h: add macro CLANG_CHECK_VERSION()Max Kellermann1-0/+7
2014-12-26Compiler.h: add macro GCC_OLDER_THAN()Max Kellermann2-4/+12
2014-12-26util/Manual: reimplement GCC_CHECK_VERSION() using GCC_MAKE_VERSION()Max Kellermann1-4/+3
2014-12-26Compiler.h: add macro GCC_MAKE_VERSION()Max Kellermann1-6/+4
2014-12-25output/jack: move code to separate functionsMax Kellermann1-40/+73
2014-12-24output/jack: cache AudioFormat::channelsMax Kellermann1-4/+6
2014-12-24output/jack: fix typoMax Kellermann1-1/+1
2014-12-24output/jack: use jack_ringbuffer_get_write_vector()Max Kellermann1-10/+20
2014-12-24output/jack: move jack_ringbuffer_write_space() call to WriteSamples()Max Kellermann1-19/+21
2014-12-24output/jack: cache AudioFormat::channelsMax Kellermann1-4/+3
2014-12-24output/jack: pass float* to WriteSamples()Max Kellermann1-5/+3
2014-12-24output/jack: WriteSamples() returns size_tMax Kellermann1-4/+11
2014-12-24output/jack: pass size_t to WriteSamples()Max Kellermann1-3/+3
2014-12-24output/jack: use SampleFormat::FLOATMax Kellermann1-55/+9
2014-12-24output/Internal: move enum AudioOutputCommand into the structMax Kellermann4-58/+58
2014-12-24output/Internal: convert audio_output_command to strictly-typed enumMax Kellermann4-47/+49
2014-12-24output/jack: use std::fill()Max Kellermann1-9/+6
2014-12-24output/jack: move functions into the structMax Kellermann1-208/+246
2014-12-24output/jack: merge two mpd_jack_available() callsMax Kellermann1-2/+2
2014-12-24output/jack: make variables more localMax Kellermann1-21/+15
2014-12-24output/jack: convert const to constexprMax Kellermann1-1/+1
2014-12-24output/jack: convert enum to constexprMax Kellermann1-3/+1
2014-12-23decoder/ffmpeg: support interleaved floating pointMax Kellermann1-0/+1
2014-12-23input/mms: limit the mmsx_read() sizeMax Kellermann1-0/+7
2014-12-23decoder/ffmpeg: fix indentMax Kellermann1-2/+2
2014-12-23decoder/DsdLib: add missing stdlib.h includeMax Kellermann1-0/+1
2014-12-23DSF ID3 tags hitting 4k size limitJan Brittenson1-6/+12
2014-12-22decoder/ffmpeg: simplify mpd_ffmpeg_open_input()Max Kellermann1-17/+12
2014-12-22decoder/ffmpeg: move functions into the AvioStream structMax Kellermann2-20/+37
2014-12-22configure.ac: use MPD_ENABLE_AUTO_PKG_LIB for libgmeMax Kellermann1-1/+1
2014-12-22configure.ac: remove redundant declaration "HAVE_ISO9660"Max Kellermann1-1/+1
2014-12-21input/ffmpeg: use FfmpegInit() instead of av_register_all()Max Kellermann1-2/+2
2014-12-21decoder/ffmpeg: move code to lib/ffmpeg/Init.cxxMax Kellermann3-4/+66
2014-12-20decoder/ffmpeg: move code to lib/ffmpeg/LogCallback.cxxMax Kellermann3-34/+98
2014-12-19decoder/ffmpeg: remove obsolete commentMax Kellermann1-1/+0
2014-12-19decoder/ffmpeg: convert enums to constexprMax Kellermann1-4/+2
2014-12-19decoder/ffmpeg: move struct AvioStream to FfmpegIo.hxxMax Kellermann3-74/+139
2014-12-19decoder/ffmpeg: remove unnecessary nullptr check for av_free()Max Kellermann1-2/+1
2014-12-19decoder/ffmpeg: use AVStream::durationMax Kellermann2-10/+31
2014-12-19decoder/ffmpeg: skip _scan_stream() if no audio stream was foundMax Kellermann1-5/+9
2014-12-19decoder/ffmpeg: remove redundant audio stream checkMax Kellermann1-3/+3