summaryrefslogtreecommitdiffstats
path: root/src/sources
AgeCommit message (Expand)Author
2020-07-12SoundSourceFFmpeg: Rename constantUwe Klotz
2020-07-12SoundSourceFFmpeg: Take stream start_time into accountUwe Klotz
2020-07-12SoundSourceFFmpeg: Fix stream range calculationUwe Klotz
2020-07-11SoundSourceFFmpeg: Delete invalid debug assertionUwe Klotz
2020-07-11SoundSourceFFmpeg: Reformat codeUwe Klotz
2020-07-05Fix debug assertion in SoundSourceFFmpeg for .m4a fileUwe Klotz
2020-06-13Merge pull request #2863 from uklotzde/faad2Daniel Schürmann
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-09Don't make NeAACDecGetVersion mandatoryDaniel Schürmann
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-06-07Log FAAD2 version string after loading the dynamic libraryUwe Klotz
2020-06-07Add missing const-qualifiers for methods of LibFaadLoaderUwe Klotz
2020-06-07Add NeAACDecGetVersion to LibFaadLoaderUwe Klotz
2020-06-06Use override and default in sources classesDaniel Schürmann
2020-05-03Avoid spamming the log when loading cover art of missing filesUwe Klotz
2020-05-01Merge pull request #2709 from uklotzde/seratomarkers2_metadataUwe Klotz
2020-05-01Rename constant and add documentationUwe Klotz
2020-05-01Count number of attempts to open an audio fileUwe Klotz
2020-05-01Avoid log spam and log more specific messagesUwe Klotz
2020-05-01Improve readability and documentationUwe Klotz
2020-05-01Delete redundant warningUwe Klotz
2020-05-01Fix wordingUwe Klotz
2020-05-01Add a note to SoundSourceM4AUwe Klotz
2020-05-01Improve documentationUwe Klotz
2020-04-30sources/metadatasourcetaglib: Pass filetype to Xiph import/export methodsJan Holthuis
2020-04-30Perform a basic read test when opening an audio sourceUwe Klotz
2020-04-28Fix various typosluz.paz
2020-04-26Merge pull request #2708 from uklotzde/taglib_splitJan Holthuis
2020-04-25Use type-safe enum class with QFlagsUwe Klotz
2020-04-25Update doc comments and formattingUwe Klotz
2020-04-25Add debug log and assertionUwe Klotz
2020-04-25Fix import of Serato cue points during library scanUwe Klotz
2020-04-25Split TagLib metadata import/export code into multiple filesUwe Klotz
2020-04-03Move debug assertion into base classUwe Klotz
2020-04-03Delete invalid debug assertionUwe Klotz
2020-03-30Add samples/frames/seconds/milliseconds conversion functionsUwe Klotz
2020-03-30Get rid of the Janus-headed AudioSignal base classUwe Klotz
2020-03-30Use new PCM audio property typesUwe Klotz
2020-03-10Merge pull request #2535 from uklotzde/1865957_taglib_empty_file_tagsDaniel Schürmann