summaryrefslogtreecommitdiff
path: root/src/libcamera/meson.build
AgeCommit message (Expand)Author
2021-06-04libcamera: Add libcamera_generated_ipa_headers as a dependency for libcamera_depNiklas Söderlund
2021-05-24ipa: Move core IPA interface documentation to a .cpp fileUmang Jain
2021-05-24libcamera: V4L2Control: remove V4L2Control classesHirokazu Honda
2021-05-11meson: Replace obselete join_paths() with '/' operatorUmang Jain
2021-05-10libcamera: Introduce camera sensor propertiesJacopo Mondi
2021-04-04android: Define OS_CHROMEOS macro if android_platform=crosHirokazu Honda
2021-03-03cros: Support the new cros camera API with set_up and tear_downPaul Elder
2021-02-16libcamera: IPAInterface: Replace C API with the new C++-only APIPaul Elder
2021-02-16meson: ipa, proxy: Generate headers and proxy with mojoPaul Elder
2021-02-16libcamera: Add IPCPipe implementation based on unix socketPaul Elder
2021-02-16libcamera: Add IPCPipePaul Elder
2021-02-16libcamera: Add IPADataSerializerPaul Elder
2021-02-12libcamera: Move extensible to classKieran Bingham
2021-02-11libcamera: Drop unneeded depend_files from meson custom targetsLaurent Pinchart
2021-02-11meson: Fix coding style when declaring arraysLaurent Pinchart
2021-01-29libcamera: delayed_controls: Add helper for controls that apply with a delayNiklas Söderlund
2020-11-08libcamera: Add a base class to implement the d-pointer design patternLaurent Pinchart
2020-11-03libcamera: tracing: Implement tracing infrastructurePaul Elder
2020-09-29libcamera: Add BayerFormat typeDavid Plowman
2020-09-29libcamera: Add Transform enum to represent 2D plane transforms.David Plowman
2020-09-24libcamera: ipa: Move key generation to utilsKieran Bingham
2020-09-24libcamera: Move Header generation utilities to utilsKieran Bingham
2020-09-16libcamera: Turn the android option into a featureLaurent Pinchart
2020-08-06android: Introduce JPEG encodingKieran Bingham
2020-08-05libcamera: sysfs: Add helper to lookup sysfs path of a character deviceNiklas Söderlund
2020-06-18libcamera: Define constants for pixel formats in the public APILaurent Pinchart
2020-06-06libcamera: Rename pixelformats.{cpp,h} to pixel_format.{cpp,h}Laurent Pinchart
2020-05-18meson: Rename variables storing headers listsLaurent Pinchart
2020-05-16libcamera: Move internal headers to include/libcamera/internal/Laurent Pinchart
2020-05-13licenses: License all meson files under CC0-1.0Laurent Pinchart
2020-04-30libcamera: v4l2_pixelformat: Move V4L2PixelFormat to a new fileLaurent Pinchart
2020-04-16libcamera: Make IPA module signing mandatory for the meantimeLaurent Pinchart
2020-04-16libcamera: Make IPA module signing optionalLaurent Pinchart
2020-04-14libcamera: ipa_manager: Embed IPA module signing public keyLaurent Pinchart
2020-04-14libcamera: Add PubKey classLaurent Pinchart
2020-04-14libcamera: Add File helper classLaurent Pinchart
2020-03-08libcamera: meson: Make libatomic and libdl dependencies reusableLaurent Pinchart
2020-03-08include: libcamera: meson: Add libcamera.h to the libcamera_api arrayLaurent Pinchart
2020-02-24libcamera: ipa_manager: Search for IPA libraries in build treeKieran Bingham
2020-02-14libcamera: properties: Add location propertyJacopo Mondi
2020-01-12libcamera: allocator: Add FrameBufferAllocator to help applications allocate ...Niklas Söderlund
2020-01-12libcamera: Add FileDescriptor to help pass numerical fds aroundNiklas Söderlund
2019-11-20ipa: Switch to the plain C APIJacopo Mondi
2019-11-20libcamera: Add controls serializerLaurent Pinchart
2019-11-20libcamera: Add ByteStreamBufferJacopo Mondi
2019-11-20ipa: Define serialized controlsJacopo Mondi
2019-10-28libcamera: Add Semaphore classLaurent Pinchart
2019-10-28libcamera: Define a PixelFormat type for application-facing formatsJacopo Mondi
2019-10-05libcamera: Add ControlValidator implementation for CameraLaurent Pinchart
2019-10-05libcamera: Add ControlValidatorLaurent Pinchart