index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
decoder
Age
Commit message (
Expand
)
Author
2020-07-06
Log: make LogLevel the first parameter
Max Kellermann
2020-07-06
decoder/Plugin: allow scan_{file,stream}() to throw
Max Kellermann
2020-07-01
decoder/opus: implement End Trimming (RFC7845 4.4)
Max Kellermann
2020-07-01
decoder/opus: keep track of the granulepos
Max Kellermann
2020-07-01
decoder/opus: simplify indentation in HandleAudio()
Max Kellermann
2020-07-01
decoder/opus: allocate buffer only in the first chained song
Max Kellermann
2020-07-01
decoder/opus: add API docs
Max Kellermann
2020-07-01
decoder/opus: apply pre-skip (RFC7845 4.2)
Max Kellermann
2020-07-01
decoder/OpusHead: return pre-skip
Max Kellermann
2020-07-01
system/ByteOrder: move to util/
Max Kellermann
2020-06-10
decoder/gme: use class NarrowPath() for Windows compatibility
Max Kellermann
2020-06-10
decoder/gme: simplify LoadGmeAndM3u() by moving code to ReplaceSuffix()
Max Kellermann
2020-06-10
decoder/gme: use StringAfterPrefix()
Max Kellermann
2020-06-10
add a few IWYU pragmas
Max Kellermann
2020-06-10
decoder/gme: use Path::GetSuffix()
Max Kellermann
2020-06-10
decoder/Bridge: add flag to make initial seek errors fatal
Max Kellermann
2020-05-27
meson.build: fix the WildMidi check when the feature is disabled
Max Kellermann
2020-05-27
decoder/modplug: assume ModPlug is built as static library on Windows
Max Kellermann
2020-05-27
decoder/wildmidi: assume WildMidi is built as static library on Windows
Max Kellermann
2020-05-27
decoder/wildmidi: use NarrowPath, fixing the Windows build
Max Kellermann
2020-05-27
meson.build: attempt to detect WildMidi using pkg-config
Max Kellermann
2020-04-22
gme: adapt to API change in the upcoming version 0.7.0
Max Kellermann
2020-04-01
Revert "decoder/ffmpeg: copy the AVPacket in ffmpeg_send_packet()"
Max Kellermann
2020-03-26
Merge branch 'ucl' of git://github.com/neheb/MPD into v0.21.x
Max Kellermann
2020-03-26
[clang-tidy] change integer prefixes to uppercase
Rosen Penev
2020-03-25
treewide: use boost::lround when std::round is unavailable
Rosen Penev
2020-02-25
gme: check for empty metadata strings instead of nullptr
John Regan
2020-02-04
decoder/ffmpeg: add two more missing commas
Max Kellermann
2020-02-04
add missing comma
Rosen Penev
2020-02-01
decoder/{audio,snd}file: handle MIME type "audio/wav"
Max Kellermann
2020-02-01
FfmpegDecoderPlugin: add WAV support
Rosen Penev
2020-01-31
MadDecoderPlugin: fix bad printf format
Rosen Penev
2020-01-25
decoder/ogg: need to sync small files while looking for EOS
Max Kellermann
2019-12-16
decoder/mad: work around bogus -Wuninitialized in GCC 10
Max Kellermann
2019-09-13
decoder/mpcdec: fix bogus ReplayGain values
Max Kellermann
2019-09-13
ReplayGainInfo: move more code to a function
Max Kellermann
2019-09-13
decoder/mpcdec: merge duplicate code
Max Kellermann
2019-09-08
decoder/{dsf,dsdiff}: precalculate bit rate
Max Kellermann
2019-09-08
decoder/{dsf,dsdiff}: fix displayed bit rate
Max Kellermann
2019-08-20
decoder/Thread: on late SEEK, start decoder at seek position
Max Kellermann
2019-08-20
decoder/Control: work around crash after SEEK was too late
Max Kellermann
2019-08-10
decoder/sidplay: Fix date field to have year but not company or author
Fredrik Noring
2019-08-10
decoder/sidplay: Fix windows-1252 to utf-8 string conversion
Fredrik Noring
2019-08-09
decoder/sidplay: Fix song length initialisation during container scan
Fredrik Noring
2019-08-05
Revert "decoder/mad: use MAD_F_MIN and MAD_F_MAX"
Max Kellermann
2019-08-03
player/Thread: don't restart unseekable song after failed seek attempt
Max Kellermann
2019-08-03
decoder/mad: pass const reference to RecoverFrameError()
Max Kellermann
2019-08-03
decoder/mad: change integers to size_t
Max Kellermann
2019-08-03
decoder/mad: return from SynthAndSubmit() early
Max Kellermann
2019-08-03
decoder/mad: pass mad_pcm to mad_fixed_to_24_buffer()
Max Kellermann
[next]