summaryrefslogtreecommitdiffstats
path: root/src/sources/libfaadloader.cpp
AgeCommit message (Expand)Author
2021-05-19Fix -Wundef warnings/errorsUwe Klotz
2021-02-04Fix loadling of libfaad2 on FedoraUwe Klotz
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-06-09Don't make NeAACDecGetVersion mandatoryDaniel Schürmann
2020-06-07FAAD2: Reconfigure decoder after channel config errorsUwe Klotz
2020-06-07Enclose FAAD2 types and constants in `faad2` namespaceUwe 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
2019-06-10Improve libfaadloader portabilityRaphael Graf
2019-05-14Auto-format src/sourcesUwe Klotz
2019-03-26Fix misc. typos and whitespaceluz.paz
2019-03-17Add a comment for the return values of LibFaadLoader::Init2()Daniel Schürmann
2019-03-16MacOS: Load libfaad2.dylib at default location firtsDaniel Schürmann
2019-03-16Improve loggingDaniel Schürmann
2019-03-16fix typoDaniel Schürmann
2019-03-16move "util/logger.h" to cpp file, because it is not used in the headerDaniel Schürmann
2019-03-16add a comment for return value of LibFaadLoader::SetConfiguration()Daniel Schürmann
2019-02-13Fix segfault im LibFaadLoaderDaniel 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