summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-12sticker/Database: use the Error libraryMax Kellermann
2014-12-12sticker/Database: always invoke sqlite3_reset() and sqlite3_clear_bindings()Max Kellermann
2014-12-12lib/sqlite/Util: add ExecuteModified()Max Kellermann
2014-12-12sticker/Database: add wrapper for sqlite3_step()Max Kellermann
2014-12-12sticker/Database: move SQLite helpers to lib/sqlite/Util.hxxMax Kellermann
2014-12-12lib/sqlite/Domain: add Domain instance for SQLiteMax Kellermann
2014-12-12sticker/Database: remove redundant sqlite3_reset() callsMax Kellermann
2014-12-12sticker/Database: require SQLite 3.7.3Max Kellermann
2014-12-12vorbiscomments: Remove support for non-standard "album artist" tags.Rasmus Steinke
2014-12-12sticker/Database: make variables more localMax Kellermann
2014-12-12sticker/Database: add sqlite3_bind_text() wrapperMax Kellermann
2014-12-12sticker/Database: remove C-style (void)Max Kellermann
2014-12-12Merge branch 'v0.19.x'Max Kellermann
2014-12-12util/HugeAllocator: disable MEM_LARGE_PAGES on WindowsMax Kellermann
2014-12-12input/Init: eliminate double colon from log messageMax Kellermann
2014-12-11decoder/ffpmeg: make variables more localMax Kellermann
2014-12-11decoder/ffpmeg: simplify ffmpeg_send_packet()Max Kellermann
2014-12-11decoder/ffmpeg: support stream tagsMax Kellermann
2014-12-11decoder/ffpmeg: move code to FfmpegScanMetadata()Max Kellermann
2014-12-10NEWS: mention ffmpeg/MixRampMax Kellermann
2014-12-10decoder/ffmpeg: support ReplayGain and MixRampMax Kellermann
2014-12-10decoder/ffpmeg: use forward declarationsMax Kellermann
2014-12-10decoder/ffpmeg: rename functions to CamelCaseMax Kellermann
2014-12-10decoder/ffmpeg: optimize ffmpeg_scan_dictionary()Max Kellermann
2014-12-10ReplayGainInfo: add method IsDefined()Max Kellermann
2014-12-10ReplayGainInfo: make IsDefined() constexprMax Kellermann
2014-12-09Util/Manual: cast via void* to avoid alignment warningsMax Kellermann
2014-12-09Util/Manual: use Get() in Destruct()Max Kellermann
2014-12-09Util/Manual: add assertion to Get()Max Kellermann
2014-12-09Util/Manual: add method Get()Max Kellermann
2014-12-09util/Manual: use gcc_alignas()Max Kellermann
2014-12-09DespotifyUtils: make string buffers temporaryMax Kellermann
2014-12-09DespotifyUtils: fix coding styleMax Kellermann
2014-12-09DespotifyUtils: use ARRAY_SIZE()Max Kellermann
2014-12-09ConfigTemplates: use ARRAY_SIZE()Max Kellermann
2014-12-09output/oss: make the static arrays "constexpr"Max Kellermann
2014-12-09ls: make the static array "const"Max Kellermann
2014-12-09decoder/mad: convert "const" to "constexpr"Max Kellermann
2014-12-09AllCommands: use ARRAY_SIZE()Max Kellermann
2014-12-09ConfigParser: make the static arrays "const"Max Kellermann
2014-12-09decoder/ffmpeg: make the tag_table constexprMax Kellermann
2014-12-09configure.ac: use MPD_ENABLE_AUTO_LIB for libfaadMax Kellermann
2014-12-09configure.ac: add macro MPD_ENABLE_AUTO_LIBMax Kellermann
2014-12-09configure.ac: use AC_CHECK_FUNCS for pthread_setname_np()Max Kellermann
2014-12-09configure.ac: check for pthread before librtMax Kellermann
2014-12-09configure.ac: move --with-tremor declaration downMax Kellermann
2014-12-09configure.ac: inherit existing TREMOR_CFLAGS and TREMOR_LIBSMax Kellermann
2014-12-09configure.ac: reset tremor_prefixMax Kellermann
2014-12-09configure.ac: make failure to find libvorbisidec fatalMax Kellermann
2014-12-09configure.ac: use AC_CHECK_FUNC for Tremor checkMax Kellermann