index
:
libcamera/libcamera.git
master
libcamera official repository
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ipa
Age
Commit message (
Expand
)
Author
2024-01-25
libcamera: signal: Replace object.h inclusion with forward declatation
Laurent Pinchart
2022-10-18
ipa: vimc: Add Flags to parameters
Paul Elder
2022-10-18
ipa: vimc: Add IPAOperationCode to init() parameter list
Paul Elder
2022-10-07
libcamera: pipeline_handler: Implement factories through class templates
Laurent Pinchart
2022-10-07
libcamera: pipeline_handler: Return unique_ptr from createInstance
Laurent Pinchart
2022-10-07
test: meson: Use dictionaries instead of arrays to store test information
Laurent Pinchart
2022-10-07
test: Rename 't' to 'test' in meson.build
Laurent Pinchart
2022-03-25
libcamera: base: timer: Drop start() overload with int argument
Laurent Pinchart
2021-09-02
libcamera: Drop emitter object pointer from signal arguments
Laurent Pinchart
2021-09-02
libcamera: Don't use emitter object pointer argument to slot
Laurent Pinchart
2021-06-25
libcamera/base: Validate internal headers as private
Kieran Bingham
2021-06-25
libcamera/base: Move event_notifier to base
Kieran Bingham
2021-06-25
libcamera/base: Move extended base functionality
Kieran Bingham
2021-03-23
ipa: Add sensor model string to IPASettings
Naushir Patuck
2021-02-16
libcamera: IPAInterface: Replace C API with the new C++-only API
Paul Elder
2021-02-16
tests: Remove IPA wrappers test
Paul Elder
2021-02-05
libcamera: camera_sensor: Add frame length limits to CameraSensorInfo
Naushir Patuck
2020-12-08
libcamera: ipa: Pass a set of controls and return results from ipa::start()
Naushir Patuck
2020-11-15
libcamera: Move EventDispatcher to internal API
Laurent Pinchart
2020-10-20
ipa: Rename ipa_vimc.h to vimc.h
Laurent Pinchart
2020-08-25
meson: Remove -Wno-unused-parameter
Laurent Pinchart
2020-07-17
libcamera: ipa_interface: Add support for custom IPA data to configure()
Laurent Pinchart
2020-06-08
libcamera: IPAManager: remove instance() and make createIPA() static
Paul Elder
2020-06-08
libcamera: IPAManager: make IPAManager lifetime explicitly managed
Paul Elder
2020-05-16
libcamera: Move IPA headers from include/ipa/ to include/libcamera/ipa/
Laurent Pinchart
2020-05-16
libcamera: Move internal headers to include/libcamera/internal/
Laurent Pinchart
2020-05-13
licenses: License all meson files under CC0-1.0
Laurent Pinchart
2020-04-28
libcamera: ipa: Add support for CameraSensorInfo
Jacopo Mondi
2020-04-28
test: ipa: ipa_interface: Pass configuration file to IPA init()
Laurent Pinchart
2020-04-28
ipa: Pass IPA initialization settings to IPAInterface::init()
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
ipa: Add start() and stop() operations
Niklas Söderlund
2020-03-26
test: ipa: Fix path to VIMC IPA
Niklas Söderlund
2020-01-14
libcamera: Switch from utils::make_unique to std::make_unique
Laurent Pinchart
2020-01-12
ipa: Switch to FrameBuffer interface
Niklas Söderlund
2019-11-20
test: ipa: Add IPA wrappers test
Laurent Pinchart
2019-10-23
libcamera: Standardise on C compatibility headers
Laurent Pinchart
2019-10-08
test: ipa: Add test for the IPA Interface
Jacopo Mondi
2019-10-08
test: ipa: Rename the ipa_test to ipa_module_test
Jacopo Mondi
2019-10-08
ipa: vimc: Rename ipa_dummy to ipa_vimc
Jacopo Mondi
2019-07-12
libcamera: ipa_module_info: add license field
Paul Elder
2019-07-04
test: Allow self-contained tests to run in parallel
Niklas Söderlund
2019-06-05
libcamera: test: remove test IPA and use dummy IPA instead
Paul Elder
2019-06-05
libcamera: ipa_module_info: update struct to allow IPA matching
Paul Elder
2019-06-05
libcamera: ipa_interface: add header
Paul Elder
2019-05-23
meson: Create and use a dependency for libcamera and its headers
Laurent Pinchart
2019-05-23
meson: Fix coding style in meson.build files
Laurent Pinchart
2019-05-21
test: ipa: add IPAModule tests
Paul Elder