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
Age
Commit message (
Expand
)
Author
2019-08-22
output/solaris: include sys/stropts.h only on Solaris
Max Kellermann
2019-08-21
output/Thread: add missing `return` in exception handler
Max Kellermann
2019-08-20
command/all: don't create new Response instance in exception handler
Max Kellermann
2019-08-20
client/Process, command/all: add `noexcept`
Max Kellermann
2019-08-20
command/all: remove obsolete prototype
Max Kellermann
2019-08-20
command/all: simplify `return` from command_process()
Max Kellermann
2019-08-20
command/all: catch all exceptions
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-13
output/Thread: fix typo in comment
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-06
output/jack: use jack_free() for Windows compatibility
Max Kellermann
2019-08-06
output/jack: use std::atomic_bool for "shutdown" and "pause"
Max Kellermann
2019-08-06
output/jack: use SIZE_MAX instead of (size_t)-1
Max Kellermann
2019-08-06
input/cdio_paranoia: drop support for libcdio-paranoia older than 10.2+0.93+1
Max Kellermann
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-08-02
util/StaticFifoBuffer: add GetAvailable()
Max Kellermann
2019-08-02
util/StaticFifoBuffer: add `constexpr`
Max Kellermann
2019-08-02
util/StaticFifoBuffer: add `noexcept`
Max Kellermann
2019-08-02
util/Compiler.h: move compiler version checks to meson.build
Max Kellermann
[next]