Age | Commit message (Expand) | Author |
2018-11-19 | check.h: remove obsolete header | Max Kellermann |
2018-11-04 | decoder/ffmpeg: eliminate GetSampleFormat() | Max Kellermann |
2018-11-04 | decoder/ffmepg: fill AudioFormat from AVCodecContext, not AVCodecParameters | Max Kellermann |
2018-11-04 | decoder/ffmpeg: use AtScopeExit() to call av_packet_unref() | Max Kellermann |
2018-11-04 | decoder/ffmpeg: require FFmpeg 3.1 or later | Max Kellermann |
2018-10-31 | *: copyright year 2018 | Max Kellermann |
2018-10-25 | decoder/Thread: reimplement HasRemoteTagScanner() using the InputPlugin list | Max Kellermann |
2018-10-24 | decoder/Thread: enable output tags for Tidal and Qobuz | Max Kellermann |
2018-10-24 | decoder/Thread: move check to SongHasVolatileTags() | Max Kellermann |
2018-10-24 | decoder/Control: convert to class, make various attributes private | Max Kellermann |
2018-10-23 | Merge tag 'v0.20.22' | Max Kellermann |
2018-10-23 | decoder/fluidsynth: adapt to API change in version 2.0 | Max Kellermann |
2018-10-22 | decoder/mad: convert `Tag**` parameter to just `Tag*` | Max Kellermann |
2018-10-22 | decoder/mad: use class UniqueId3Tag | Max Kellermann |
2018-10-22 | decoder/mad: don't initialize xing::frames | Max Kellermann |
2018-10-22 | decoder/mad: remove unused attribute from `xing::magic` | Max Kellermann |
2018-10-19 | decoder/mad: use mad_bit_skip() where appropriate | Max Kellermann |
2018-10-19 | decoder/audiofile: larger stack buffer to reduce overhead | Max Kellermann |
2018-10-19 | decoder/sndfile: make `vio` constexpr | Max Kellermann |
2018-10-19 | decoder/mad: move parse_id3_mixramp() to src/tag/Id3ReplayGain.cxx | Max Kellermann |
2018-10-16 | decoder/sidplay: fix typo to avoid linker error with meson (libsidplayfp) | skidoo23 |
2018-10-14 | build with Meson instead of autotools | Max Kellermann |
2018-10-12 | decoder/wavpack: fix warning 'unused variable is_dsd' when compiled with --en... | skidoo23 |
2018-10-07 | decoder/gme: fix include | Max Kellermann |
2018-09-22 | player/CrossFade, ...: use lround() | Max Kellermann |
2018-09-21 | AudioFormat: add TimeToSize(), SizeToTime() | Max Kellermann |
2018-09-21 | decoder/Client: use std::chrono::duration<double> instead of raw `double` | Max Kellermann |
2018-09-21 | decoder/Thread: add `noexcept` | Max Kellermann |
2018-09-21 | decoder/{Thread,Control,...}: rename source files, drop prefix | Max Kellermann |
2018-09-21 | decoder/Thread: move decoder_thread_start() into DecoderControl | Max Kellermann |
2018-08-20 | Compiler.h: move to util/ | Max Kellermann |
2018-08-14 | Merge branch 'master' of git://github.com/skidoo23/MPD | Max Kellermann |
2018-08-12 | decoder/sidplay: support basic and kernal rom (libsidplayfp) | skidoo23 |
2018-08-09 | decoder/Thread, ...: log all exceptions | Max Kellermann |
2018-08-07 | decoder/mpg123: remove obsolete const_cast hack | Max Kellermann |
2018-08-07 | decoder/mpg123: use AtScopeExit() to call mpg123_delete() during scan | Max Kellermann |
2018-08-07 | decoder/mpg123: use AtScopeExit() to call mpg123_delete() | Max Kellermann |
2018-08-02 | decoder/mikmod: require at least version 3.2 | Max Kellermann |
2018-08-02 | configure.ac: detect libmikmod with pkg-config | Max Kellermann |
2018-08-02 | decoder/ffmpeg: require at least version 11.12 | Max Kellermann |
2018-08-02 | DetachedSong, db/LightSong, SongFilter: move to src/song/ | Max Kellermann |
2018-07-25 | decoder/ffmpeg: skip the av_probe_input_format() call | Max Kellermann |
2018-07-18 | decoder/mad: make "gapless_mp3_playback" a block option | Max Kellermann |
2018-07-17 | decoder/List: use struct ConfigData | Max Kellermann |
2018-07-17 | config/Global: remove ConfigBlock::SetUsed() call, let caller do that | Max Kellermann |
2018-07-16 | config/Config*: rename files, drop "Config" prefix | Max Kellermann |
2018-07-07 | decoder/flac: move flac_sample_format() to FlacAudioFormat.hxx | Max Kellermann |
2018-07-07 | decoder/flac: rename FlacMetadata.cxx to FlacStreamMetadata.cxx | Max Kellermann |
2018-07-07 | lib/xiph/FlacMetadataChain: un-inline Read(InputStream) | Max Kellermann |
2018-07-07 | decoder/flac: move class FlacMetadataChain to separate source | Max Kellermann |