summaryrefslogtreecommitdiff
path: root/src/decoder
AgeCommit message (Expand)Author
2019-12-16decoder/mad: work around bogus -Wuninitialized in GCC 10Max 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-08decoder/{dsf,dsdiff}: precalculate bit rateMax Kellermann
2019-09-08decoder/{dsf,dsdiff}: fix displayed bit rateMax 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-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-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-07-29decoder/opus: ignore case in replay gain tag namesMax Kellermann
2019-06-26decoder/wildmidi: add fallbacks for libwildmidi<0.4Max Kellermann
2019-06-26decoder/wildmidi: remove unused variable wildmidi_domainMax Kellermann
2019-06-26decoder/wildmidi: throw PluginUnavailable on WildMidi_Init() errorMax Kellermann
2019-06-26decoder/wildmidi: throw PluginUnavailable if config file does not existMax Kellermann
2019-06-26decoder/List: handle exception PluginUnavailableMax Kellermann
2019-06-26decoder/List: annotate exceptions thrown by DecoderPlugin::Init()Max Kellermann
2019-06-05decoder/OpusReader: return StringViewMax Kellermann
2019-03-29decoder/HybridDSD: downgrade log message to "debug"Max Kellermann
2019-03-16decoder/opus: fix replay gain when there are no other tagsMax Kellermann