summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsourcem4a.cpp
AgeCommit message (Expand)Author
2021-06-29Fix misc. typosluz paz
2021-06-15SoundSourceM4A: Reduce log level for corrupt filesUwe Klotz
2021-06-15SoundSourceM4A: Fix armv7hl build on gcc 11.1Uwe Klotz
2020-12-15SoundSourceM4A: Replace auto with actual typeJan Holthuis
2020-12-15Add pointer qualification to auto typesJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-06Merge pull request #3057 from uklotzde/soundsourcesJan Holthuis
2020-10-26SoundSourceM4A: Fix signed/unsigned char issue on aarch64/ppc64leUwe Klotz
2020-10-26Verify that SoundSource providers are prioritized as expectedUwe Klotz
2020-10-26SoundSourceProvider: Expose display name as constantUwe Klotz
2020-10-26SoundSource: Define various constants and constexprsUwe Klotz
2020-06-13Add comment about "potentially" discontinuous decodingUwe Klotz
2020-06-11Improve readability by skipping the remaining loop bodyUwe Klotz
2020-06-11Add comments and a debug assertion about error recoveryUwe Klotz
2020-06-11Improve code formattingUwe Klotz
2020-06-11Reorder and add commentsUwe Klotz
2020-06-07FAAD2: Reconfigure decoder after channel config errorsUwe Klotz
2020-06-07SoundSourceM4A: Recover from FAAD2 2.9.x channel errorsUwe Klotz
2020-06-07Initialize FAAD2 decoder in separate functionUwe Klotz
2020-06-07Declare member as constUwe Klotz
2020-06-07Replace const with constexprUwe Klotz
2020-06-07Enclose FAAD2 types and constants in `faad2` namespaceUwe Klotz
2020-06-07FAAD2: Do not set defObjectType to LCUwe Klotz
2020-06-07Log FAAD2 decoder configurationUwe Klotz
2020-03-30Get rid of the Janus-headed AudioSignal base classUwe Klotz
2019-06-14Add commentsUwe Klotz
2019-06-14Fixed unused parameter warnings in release buildUwe Klotz
2019-05-14Auto-format src/sourcesUwe Klotz
2019-02-10Make LibFaadLoader a singleton and return no supported file extension if libr...Daniel Schürmann
2019-02-10Make libFaadLoader a singleton to resolve lobfaad only onceDaniel Schürmann
2019-02-10Remove the c prefix NeAAC from the public interface if LibFaadLoader because ...Daniel Schürmann
2019-02-10First version with libfaadloader and FAAD enabled by default on linuxDaniel Schürmann
2018-09-19Remove SoundSource plugins. Move SoundSourceM4A and SoundSourceWV into Mixxx.RJ Skerry-Ryan