summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-12-13decoder/ffmpeg: fix double free bugMax Kellermann
2016-12-09Queue: "setprio" re-enqueues old song if priority has been raisedMax Kellermann
2016-12-04LogInit: initialize out_fd properly to avoid closing stdinMax Kellermann
2016-11-17decoder/pcm: round buffer size down to nearest frame sizeMax Kellermann
2016-11-16{input,output}/alsa: fix gcc 7.0 -Wimplicit-fallthroughMax Kellermann
2016-11-07output/winmm: 8 bit playback is not supportedMax Kellermann
2016-10-27storage/Composite: avoid setting the error twiceMax Kellermann
2016-10-27decoder/sidplay: fix playback speed with libsidplayfpMax Kellermann
2016-10-27decoder/sidplay: simplify seek loopMax Kellermann
2016-10-27storage/Composite: eliminate the second FindStorage() overloadMax Kellermann
2016-10-27storage/Composite: add FindStorage() API documentationMax Kellermann
2016-10-27storage/Composite: fix documentation typoMax Kellermann
2016-10-26decoder/ffmpeg: ignore empty packetsMax Kellermann
2016-10-26tag/Item: declare value[] to have only one elementMax Kellermann
2016-10-26tag/Item: remove "packed" attribute, add static_assert on alignment insteadMax Kellermann
2016-08-23system/ByteOrder: gssupport non-x86 NetBSDThomas Klausner
2016-08-23decoder/ffmpeg: no avcodec_parameters_to_context() with FFmpeg 3.0Max Kellermann
2016-08-23decoder/ffmpeg: call avcodec_parameters_to_context()Max Kellermann
2016-08-23Compiler.h: work around clang 3.9 warning -Wexpansion-to-definedMax Kellermann
2016-08-23Compiler.h: always define CLANG_VERSIONMax Kellermann
2016-08-23Compiler.h: remove redundant __GNUC__ checkMax Kellermann
2016-08-23Compiler.h: exclude clang from GCC_CHECK_VERSION()Max Kellermann
2016-08-23Chrono: use macro GCC_OLDER_THAN()Max Kellermann
2016-08-23Compiler.h: add macro CLANG_OR_GCC_VERSION()Max Kellermann
2016-08-15decoder/wildmidi: support libWildMidi 0.4Max Kellermann
2016-08-15decoder/wildmidi: move code to wildmidi_output()Max Kellermann
2016-08-15Support S24_P32/S32/FLOAT sample formats on PulseNils Schneider
2016-08-15output/pulse: move variable declaration downMax Kellermann
2016-08-05decoder/Thread: delete the InputStream on errorMax Kellermann
2016-08-05lib/nfs/Manager: add Compare(ManagedConnection, ManagedConnection)Max Kellermann
2016-08-02decoder/ffmpeg: fix the AVCodecParameters API checkMax Kellermann
2016-07-29decoder/sidplay: allow building with libsidplayfp instead of libsidplay2Max Kellermann
2016-07-29decoder/ffmpeg: check avformat_open_input() return valueMax Kellermann
2016-07-29decoder/ffmpeg: FfmpegOpenInput() returns ErrorMax Kellermann
2016-07-29decoder/ffmpeg: fix endless recursion in FfmpegScanStream()Max Kellermann
2016-07-29decoder/sidplay: read the "date" tagMax Kellermann
2016-07-29decoder/sidplay: add GetInfoString()Max Kellermann
2016-07-29decoder/sidplay: use SidTune::getStatus()Max Kellermann
2016-07-29decoder/sidplay: log detailed error messageMax Kellermann
2016-07-29decoder/sidplay: remove unnecessary error checkMax Kellermann
2016-07-29decoder/sidplay: use SidTune::getStatus()Max Kellermann
2016-07-29decoder/sidplay: pass SidTuneMod to get_song_length()Max Kellermann
2016-07-29decoder/sidplay: simplify the SidDatabase::length() callMax Kellermann
2016-07-29decoder/sidplay: include cleanupMax Kellermann
2016-07-29decoder/sidplay: use class SidDatabaseMax Kellermann
2016-07-29decoder/sidplay: use config_param::GetBlockPath()Max Kellermann
2016-07-29decoder/sidplay: make "songlength_file" localMax Kellermann
2016-07-29decoder/sidplay: pass parsed path to get_song_length()Max Kellermann
2016-07-29decoder/sidplay: merge get_container_name() and get_song_num()Max Kellermann
2016-07-29fs/Path: make IsAbsolute() constMax Kellermann