summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-24ipa: mojom: Move CameraSensorInfo struct exclusively to IPA IPCUmang Jain
2021-05-24ipa: Move core IPA interface documentation to a .cpp fileUmang Jain
2021-05-24libcamera: thread: Document race condition at stop timeLaurent Pinchart
2021-05-24libcamera: thread: Drop doc of asynchronous signals delivery to applicationsLaurent Pinchart
2021-05-24libcamera: thread: Enforce dispatchMessages() call context with assertLaurent Pinchart
2021-05-24libcamera: thread: Document dispatchMessages() thread-safety requirementsLaurent Pinchart
2021-05-24libcamera: V4L2Control: remove V4L2Control classesHirokazu Honda
2021-05-24libcamera: pipeline: Remove unnecessary v4l2_controls.h includesHirokazu Honda
2021-05-24libcamera: pipeline: ipu3: Try queuing pending requests if a buffer is availableHirokazu Honda
2021-05-24libcamera: pipeline: ipu3: Store requests in the case a buffer shortageHirokazu Honda
2021-05-22libcamera: log: Hide value of the ASSERT() macroLaurent Pinchart
2021-05-22libcamera: log: Document LOG() restrictionsLaurent Pinchart
2021-05-20libcamera: ipu3: imgu: Bump script versionJacopo Mondi
2021-05-20libcamera: ipu3: imgu: Add pipe calculation debugJacopo Mondi
2021-05-20libcamera: ipu3: imgu: Fix BSD height size comparisonJacopo Mondi
2021-05-20libcamera: ipu3: imgu: Fix IF height selectionJacopo Mondi
2021-05-20libcamera: ipu3: imgu: Fix BDS height calculationJacopo Mondi
2021-05-20libcamera: ipu3: imgu: Filter BDS by heightJacopo Mondi
2021-05-20libcamera: ipu3: imgu: Filter resolutions < IF_CROP_MAXJacopo Mondi
2021-05-20libcamera: ipu3: imgu: Update BDS calculation processJacopo Mondi
2021-05-18android: camera_metadata: Add type sanity check to updateEntry()Laurent Pinchart
2021-05-18android: camera_metadata: Make internal functions privateLaurent Pinchart
2021-05-18android: camera_metadata: Constify argument to addEntry() and updateEntry()Laurent Pinchart
2021-05-18android: camera_metadata: Rename sizeofT argument to elementSizeLaurent Pinchart
2021-05-18v4l2: Replace manual loop counters with utils::enumerate()Laurent Pinchart
2021-05-18libcamera: utils: Add enumerate view for range-based for loopsLaurent Pinchart
2021-05-18pipeline raspberrypi: Move adding of ScalerCrop to the Request metadataNaushir Patuck
2021-05-18pipeline: raspberrypi: Store timestamp in the correct Request metadataNaushir Patuck
2021-05-14android: jpeg: post_processor: Use the new metadata functionsPaul Elder
2021-05-14android: camera_device: Use the new CameraMetadata functionsPaul Elder
2021-05-14android: camera_metadata: Auto-resize CameraMetadataPaul Elder
2021-05-13Documentation: Fix too short title underline in ipa.rstHirokazu Honda
2021-05-13Documentation: Add IPA writers guidePaul Elder
2021-05-12android: camera_device: Fix typo in result metadata allocation errorPaul Elder
2021-05-11libcamera: Use get_option('includedir') instead of raw 'include'Umang Jain
2021-05-11meson: Replace obselete join_paths() with '/' operatorUmang Jain
2021-05-11ipa: raspberrypi: Rate-limit the controller algorithmsNaushir Patuck
2021-05-11ipa: raspberrypi: Add a Merge method to RPiController::MetadataNaushir Patuck
2021-05-11ipa: raspberrypi: Add move/copy ctors and operators to Metadata classNaushir Patuck
2021-05-11ipa: raspberrypi: Switch to std::scoped_lock in the Metadata classNaushir Patuck
2021-05-11ipa: raspberrypi: Reformat RPiController::Metadata class headerNaushir Patuck
2021-05-11ipa: raspberrypi: Store dropped frame count in a member variableNaushir Patuck
2021-05-11libcamera: pipeline: raspberrypi: Update ControlInfoMap after sensor format c...David Plowman
2021-05-11libcamera: camera_sensor: Fix frame lengths calculated by sensorInfo()David Plowman
2021-05-10android: camera_device: Report sensor physical sizeJacopo Mondi
2021-05-10libcamera: camera_sensor: Register static propertiesJacopo Mondi
2021-05-10libcamera: Introduce camera sensor propertiesJacopo Mondi
2021-05-08ipa: raspberrypi: Use CamHelpers to generalise sensor embedded data parsingDavid Plowman
2021-05-08ipa: raspberrypi: Make sensor embedded data parser use Span classDavid Plowman
2021-05-07libcamera: controls: Remove merge assertionKieran Bingham