Age | Commit message (Expand) | Author |
2024-05-08 | libcamera: Drop file name from header comment blocks | Laurent Pinchart |
2023-05-04 | libcamera: ipa: Remove character restriction on the IPA name | Naushir Patuck |
2023-01-16 | libcamera: ipa_module: Relax ipaModuleInfo symbol size check | Laurent Pinchart |
2021-08-10 | src: Remove all unused sys/mman.h inclusions | Kieran Bingham |
2021-08-09 | libcamera: Rename 'method' to 'function' | Laurent Pinchart |
2021-08-03 | libcamera: file: Turn MapFlag and OpenModeFlag into enum class | Laurent Pinchart |
2021-06-25 | libcamera/base: Move span to base library | Kieran Bingham |
2021-06-25 | libcamera/base: Move File to base library | Kieran Bingham |
2021-06-25 | libcamera/base: Move extended base functionality | Kieran Bingham |
2021-06-25 | libcamera/base: Move utils to the base library | Kieran Bingham |
2021-02-16 | libcamera: IPAInterface: Replace C API with the new C++-only API | Paul Elder |
2020-06-10 | libcamera: ipa_module: Fix valgrind assertion failure | Laurent Pinchart |
2020-06-07 | libcamera: ipa_module: Fix implicit sign-extension in elfSection | Umang Jain |
2020-06-07 | libcamera: ipa_module: Share code to find section header of ELF header | Umang Jain |
2020-06-05 | libcamera: ipa_module: Fix typo in function description | Marvin Schmidt |
2020-05-16 | libcamera: Move internal headers to include/libcamera/internal/ | Laurent Pinchart |
2020-04-30 | libcamera: ipa_module: Add log prefix | Laurent Pinchart |
2020-04-28 | ipa: Name IPA modules after their source directory | Laurent Pinchart |
2020-04-14 | libcamera: ipa: Remove IPAModuleInfo license field | Laurent Pinchart |
2020-04-14 | libcamera: ipa_manager: Verify IPA module signature | Laurent Pinchart |
2020-04-14 | libcamera: ipa_module: Load IPA module signature | Laurent Pinchart |
2020-04-14 | libcamera: ipa_module: Use Span class to tie data and size | Laurent Pinchart |
2020-04-14 | libcamera: ipa_module: Simplify error handling in loadIPAModuleInfo() | Laurent Pinchart |
2020-02-18 | libcamera: Use C++14 std::*_t type traits | Laurent Pinchart |
2020-02-10 | libcamera: ipa_module: Use ElfW() macro for native word size | Laurent Pinchart |
2019-11-20 | ipa: Switch to the plain C API | Jacopo Mondi |
2019-08-01 | libcamera: ipa_module: prevent uninitialised access | Kieran Bingham |
2019-07-15 | libcamera: Fix spellings and grammar | Kieran Bingham |
2019-07-13 | libcamera: ipa_module: Fix open source license verification | Niklas Söderlund |
2019-07-12 | libcamera: ipa_module: add isOpenSource | Paul Elder |
2019-07-12 | libcamera: ipa_module_info: add license field | Paul Elder |
2019-07-04 | libcamera: ipa_module: elfLoadSymbol find symbol regardless of size | Paul Elder |
2019-07-04 | libcamera: ipa_module: add path to module loading error message | Paul Elder |
2019-07-02 | libcamera: ipa_module: add path getter | Paul Elder |
2019-06-05 | libcamera: ipa_module: match IPA module with pipeline handler | Paul Elder |
2019-06-05 | libcamera: ipa_module: allow instantiation of IPAInterface | Paul Elder |
2019-06-05 | libcamera: ipa_module: verify IPA module API version upon loading | Paul Elder |
2019-06-05 | libcamera: ipa_module_info: update struct to allow IPA matching | Paul Elder |
2019-05-21 | libcamera: ipa_module: add IPA shared library module | Paul Elder |