summaryrefslogtreecommitdiffstats
path: root/src/sources/libfaadloader.h
AgeCommit message (Expand)Author
2020-06-07FAAD2: Reconfigure decoder after channel config errorsUwe Klotz
2020-06-07SoundSourceM4A: Recover from FAAD2 2.9.x channel errorsUwe Klotz
2020-06-07Enclose FAAD2 types and constants in `faad2` namespaceUwe Klotz
2020-06-07Log FAAD2 decoder configurationUwe Klotz
2020-06-07Add missing const-qualifiers for methods of LibFaadLoaderUwe Klotz
2020-06-07Add NeAACDecGetVersion to LibFaadLoaderUwe Klotz
2019-05-14Auto-format src/sourcesUwe Klotz
2019-03-16Added a hint that QLibrary is not copy-able to rectify the use of std::unique...Daniel Schürmann
2019-03-16move "util/logger.h" to cpp file, because it is not used in the headerDaniel Schürmann
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