summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-08-22output/solaris: include sys/stropts.h only on SolarisMax Kellermann
2019-08-21output/Thread: add missing `return` in exception handlerMax Kellermann
2019-08-20command/all: don't create new Response instance in exception handlerMax Kellermann
2019-08-20client/Process, command/all: add `noexcept`Max Kellermann
2019-08-20command/all: remove obsolete prototypeMax Kellermann
2019-08-20command/all: simplify `return` from command_process()Max Kellermann
2019-08-20command/all: catch all exceptionsMax Kellermann
2019-08-20decoder/Thread: on late SEEK, start decoder at seek positionMax Kellermann
2019-08-20decoder/Control: work around crash after SEEK was too lateMax Kellermann
2019-08-13output/Thread: fix typo in commentMax Kellermann
2019-08-10decoder/sidplay: Fix date field to have year but not company or authorFredrik Noring
2019-08-10decoder/sidplay: Fix windows-1252 to utf-8 string conversionFredrik Noring
2019-08-09decoder/sidplay: Fix song length initialisation during container scanFredrik Noring
2019-08-06output/jack: use jack_free() for Windows compatibilityMax Kellermann
2019-08-06output/jack: use std::atomic_bool for "shutdown" and "pause"Max Kellermann
2019-08-06output/jack: use SIZE_MAX instead of (size_t)-1Max Kellermann
2019-08-06input/cdio_paranoia: drop support for libcdio-paranoia older than 10.2+0.93+1Max Kellermann
2019-08-05Revert "decoder/mad: use MAD_F_MIN and MAD_F_MAX"Max Kellermann
2019-08-03player/Thread: don't restart unseekable song after failed seek attemptMax Kellermann
2019-08-03decoder/mad: pass const reference to RecoverFrameError()Max Kellermann
2019-08-03decoder/mad: change integers to size_tMax Kellermann
2019-08-03decoder/mad: return from SynthAndSubmit() earlyMax Kellermann
2019-08-03decoder/mad: pass mad_pcm to mad_fixed_to_24_buffer()Max Kellermann
2019-08-03decoder/mad: eliminate the loop in SubmitPCM()Max Kellermann
2019-08-03decoder/mad: rename a few misnamed methodsMax Kellermann
2019-08-03decoder/mad: move code to LoadNextFrame()Max Kellermann
2019-08-03decoder/mad: move code to HandleCurrentFrame()Max Kellermann
2019-08-03decoder/mad: remove unnecessary initializersMax Kellermann
2019-08-03decoder/mad: subtract libmad decoder delay from LAME encoder paddingMax Kellermann
2019-08-03decoder/mad: pad the input buffer with zero bytes and end of fileMax Kellermann
2019-08-03decoder/mad: don't count the Xing/LAME metadata frameMax Kellermann
2019-08-03decoder/mad: make "current_frame" zero-basedMax Kellermann
2019-08-03decoder/mad: add API documentationMax Kellermann
2019-08-03decoder/mad: convert to class, make almost everything privateMax Kellermann
2019-08-03decoder/mad: move code to methods RunDecoder(), RunScan()Max Kellermann
2019-08-03decoder/mad: eliminate attribute "bit_rate"Max Kellermann
2019-08-03decoder/mad: add `noexcept`Max Kellermann
2019-08-03decoder/mad: use MAD_F_MIN and MAD_F_MAXMax Kellermann
2019-08-03decoder/mad: use Clamp()Max Kellermann
2019-08-02decoder/mad: refactor local variables in FillBuffer()Max Kellermann
2019-08-02decoder/mad: use sizeof(input_buffer)Max Kellermann
2019-08-02decoder/mad: simplify variable initialization in FillBuffer()Max Kellermann
2019-08-02decoder/mad: fix broken log messageMax Kellermann
2019-08-02decoder/mad: change "mp3_" suffix to "mad_"Max Kellermann
2019-08-02decoder/mad: make enums strictly-typedMax Kellermann
2019-08-02decoder/mad: include cleanupMax Kellermann
2019-08-02util/StaticFifoBuffer: add GetAvailable()Max Kellermann
2019-08-02util/StaticFifoBuffer: add `constexpr`Max Kellermann
2019-08-02util/StaticFifoBuffer: add `noexcept`Max Kellermann
2019-08-02util/Compiler.h: move compiler version checks to meson.buildMax Kellermann