summaryrefslogtreecommitdiff
path: root/include/libcamera/internal
AgeCommit message (Expand)Author
2021-08-03libcamera: camera: Make Camera::Private members privateLaurent Pinchart
2021-08-03libcamera: camera: Move Camera::Private to header fileLaurent Pinchart
2021-08-03libcamera: base: class: Don't pass Extensible pointer to Private constructorLaurent Pinchart
2021-07-19libcamera: ipa_manager: Split common code out of createIPA()Laurent Pinchart
2021-07-19libcamera: ipa_manager: Fix IPA module min/max version checkLaurent Pinchart
2021-07-12libcamera: framebuffer: Make FrameBuffer class ExtensibleLaurent Pinchart
2021-07-11libcamera: buffer: Rename buffer.h to framebuffer.hLaurent Pinchart
2021-07-06libcamera: device_enumerator: Drop inclusion of linux/media.hLaurent Pinchart
2021-07-06libcamera: media_device: Rename valid() function to isValid()Laurent Pinchart
2021-06-28libcamera: Add support for monochrome sensorsDavid Plowman
2021-06-25libcamera/base: Move span to base libraryKieran Bingham
2021-06-25libcamera/base: Move event_notifier to baseKieran Bingham
2021-06-25libcamera/base: Move File to base libraryKieran Bingham
2021-06-25libcamera/base: Move extended base functionalityKieran Bingham
2021-06-25libcamera/base: Move class helpers to the base libraryKieran Bingham
2021-06-25libcamera/base: Move utils to the base libraryKieran Bingham
2021-06-25libcamera: Separate source and build path helpersKieran Bingham
2021-06-15libcamera: log: Destroy LogCategory instances in a controlled wayLaurent Pinchart
2021-06-14libcamera: CameraSensor: Enable retrieving supported test pattern modesHirokazu Honda
2021-06-14libcamera: CameraSensorProperties: Add table of v4l2 index and test patternHirokazu Honda
2021-06-14libcamera: V4L2Device: Support v4l2 menu controlHirokazu Honda
2021-06-14libcamera: request: Add Request::cancel()Jacopo Mondi
2021-06-08libcamera: utils: Add helper class for std::chrono::durationNaushir Patuck
2021-05-24ipa: ipc: Rename CameraSensorInfo to IPACameraSensorInfoUmang Jain
2021-05-24ipa: mojom: Move CameraSensorInfo struct exclusively to IPA IPCUmang Jain
2021-05-24libcamera: V4L2Control: remove V4L2Control classesHirokazu Honda
2021-05-18libcamera: utils: Add enumerate view for range-based for loopsLaurent Pinchart
2021-05-11libcamera: camera_sensor: Fix frame lengths calculated by sensorInfo()David Plowman
2021-05-10libcamera: camera_sensor: Register static propertiesJacopo Mondi
2021-05-10libcamera: Introduce camera sensor propertiesJacopo Mondi
2021-04-27libcamera: internal: log: Report function on assertsKieran Bingham
2021-04-26libcamera: V4L2Device: Use Span in updateControls()Hirokazu Honda
2021-04-22libcamera: camera: Assert pipelines complete all requestsKieran Bingham
2021-04-15libcamera: log: Use compiler builtins to retrieve file and line numberLaurent Pinchart
2021-04-15libcamera: log: De-duplicate _log() functions and LogMessage constructorLaurent Pinchart
2021-04-13libcamera: ipa_proxy: Scope ProxyState to IPAProxyKieran Bingham
2021-04-03libcamera: pipeline_handler: Make queueRequest() void functionHirokazu Honda
2021-03-29libcamera: thread: Remove the unused setEventDispatcher() functionLaurent Pinchart
2021-03-29libcamera: request: Provide a sequence numberKieran Bingham
2021-03-29utils: ipc: proxy: Track IPA with a state machineKieran Bingham
2021-03-23libcamera: device_enumerator: Remove unnecessary rvalue referencesHirokazu Honda
2021-03-12libcamera: delayed_controls: Remove unneeded write when starting upNaushir Patuck
2021-03-12libcamera: delayed_controls: Add notion of priority writeNaushir Patuck
2021-03-11libcamera: media_device: Add hwRevision methodDafna Hirschfeld
2021-03-08libcamera: camera_sensor: Cap resolution to max frame sizeJacopo Mondi
2021-03-08tracing: pipeline_handler: Queue RequestsKieran Bingham
2021-03-04libcamera: v4l2_device: Make fd() function constLaurent Pinchart
2021-03-03libcamera: camera_sensor: Use active area size as resolutionLaurent Pinchart
2021-02-21libcamera: camera: Constify controls argument to start()Laurent Pinchart
2021-02-16libcamera: IPAInterface: Replace C API with the new C++-only APIPaul Elder