summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-25release v0.21.15v0.21.15Max Kellermann
2019-09-13decoder/mpcdec: fix bogus ReplayGain valuesMax Kellermann
2019-09-13ReplayGainInfo: move more code to a functionMax Kellermann
2019-09-13decoder/mpcdec: merge duplicate codeMax Kellermann
2019-09-13ReplayGainInfo: add static method Undefined()Max Kellermann
2019-09-08NEWS: add missing line for 818b7e0641f25fMax Kellermann
2019-09-08decoder/{dsf,dsdiff}: precalculate bit rateMax Kellermann
2019-09-08decoder/{dsf,dsdiff}: fix displayed bit rateMax Kellermann
2019-09-01python/build/libs: update Boost to 1.71.0Max Kellermann
2019-09-01python/build/libs: update expat to 2.2.7Max Kellermann
2019-09-01python/build/libs: update CURL to 7.65.3Max Kellermann
2019-09-01python/build/libs: update FFmpeg to 4.2Max Kellermann
2019-09-01python/build/libs: update Opus to 1.3.1Max Kellermann
2019-09-01python/build/libs: update libogg to 1.3.4Max Kellermann
2019-08-22output/solaris: include sys/stropts.h only on SolarisMax Kellermann
2019-08-22increment version number to 0.21.15Max Kellermann
2019-08-21release v0.21.14v0.21.14Max 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-12doc/protocol.rst: add missing newline to "albumart" exampleMax 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-09increment version number to 0.21.14Max Kellermann
2019-08-06release v0.21.13v0.21.13Max Kellermann
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-05increment version number to 0.21.13Max Kellermann
2019-08-03release v0.21.12v0.21.12Max 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