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
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
2019-08-03
decoder/mad: eliminate the loop in SubmitPCM()
Max Kellermann
2019-08-03
decoder/mad: rename a few misnamed methods
Max Kellermann
2019-08-03
decoder/mad: move code to LoadNextFrame()
Max Kellermann
2019-08-03
decoder/mad: move code to HandleCurrentFrame()
Max Kellermann
2019-08-03
decoder/mad: remove unnecessary initializers
Max Kellermann
2019-08-03
decoder/mad: subtract libmad decoder delay from LAME encoder padding
Max Kellermann
2019-08-03
decoder/mad: pad the input buffer with zero bytes and end of file
Max Kellermann
2019-08-03
decoder/mad: don't count the Xing/LAME metadata frame
Max Kellermann
2019-08-03
decoder/mad: make "current_frame" zero-based
Max Kellermann
2019-08-03
decoder/mad: add API documentation
Max Kellermann
2019-08-03
decoder/mad: convert to class, make almost everything private
Max Kellermann
2019-08-03
decoder/mad: move code to methods RunDecoder(), RunScan()
Max Kellermann
2019-08-03
decoder/mad: eliminate attribute "bit_rate"
Max Kellermann
2019-08-03
decoder/mad: add `noexcept`
Max Kellermann
2019-08-03
decoder/mad: use MAD_F_MIN and MAD_F_MAX
Max Kellermann
2019-08-03
decoder/mad: use Clamp()
Max Kellermann
2019-08-02
decoder/mad: refactor local variables in FillBuffer()
Max Kellermann
2019-08-02
decoder/mad: use sizeof(input_buffer)
Max Kellermann
2019-08-02
decoder/mad: simplify variable initialization in FillBuffer()
Max Kellermann
2019-08-02
decoder/mad: fix broken log message
Max Kellermann
2019-08-02
decoder/mad: change "mp3_" suffix to "mad_"
Max Kellermann
2019-08-02
decoder/mad: make enums strictly-typed
Max Kellermann
2019-08-02
decoder/mad: include cleanup
Max Kellermann
2019-07-29
decoder/opus: ignore case in replay gain tag names
Max Kellermann
2019-06-26
decoder/wildmidi: add fallbacks for libwildmidi<0.4
Max Kellermann
2019-06-26
decoder/wildmidi: remove unused variable wildmidi_domain
Max Kellermann
2019-06-26
decoder/wildmidi: throw PluginUnavailable on WildMidi_Init() error
Max Kellermann
2019-06-26
decoder/wildmidi: throw PluginUnavailable if config file does not exist
Max Kellermann
2019-06-26
decoder/List: handle exception PluginUnavailable
Max Kellermann
2019-06-26
decoder/List: annotate exceptions thrown by DecoderPlugin::Init()
Max Kellermann
2019-06-05
decoder/OpusReader: return StringView
Max Kellermann
2019-03-29
decoder/HybridDSD: downgrade log message to "debug"
Max Kellermann
2019-03-16
decoder/opus: fix replay gain when there are no other tags
Max Kellermann
2019-02-05
decoder/List: add RAII class
Max Kellermann
[next]