summaryrefslogtreecommitdiff
path: root/src/libcamera
AgeCommit message (Expand)Author
2021-05-20libcamera: ipu3: imgu: Filter resolutions < IF_CROP_MAXJacopo Mondi
2021-05-20libcamera: ipu3: imgu: Update BDS calculation processJacopo Mondi
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-11meson: Replace obselete join_paths() with '/' operatorUmang Jain
2021-05-11ipa: raspberrypi: Rate-limit the controller algorithmsNaushir 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-10libcamera: camera_sensor: Register static propertiesJacopo Mondi
2021-05-10libcamera: Introduce camera sensor propertiesJacopo Mondi
2021-05-07libcamera: controls: Remove merge assertionKieran Bingham
2021-05-06libcamera: raspberry: Report sensor timestampJacopo Mondi
2021-05-06libcamera: raspberrypi: Do not over-write metadataJacopo Mondi
2021-05-06libcamera: buffer: Re-work setRequest() documentationJacopo Mondi
2021-05-06libcamera: vimc: Report sensor timestampJacopo Mondi
2021-05-06libcamera: simple: Report sensor timestampJacopo Mondi
2021-05-06libcamera: rkisp1: Report sensor timestampJacopo Mondi
2021-05-06libcamera: rkisp1: Do not over-write metadataJacopo Mondi
2021-05-06libcamera: uvc: Report sensor timestampJacopo Mondi
2021-05-06libcamera: ipu3: Merge IPA metadata controlsJacopo Mondi
2021-05-06libcamera: ipu3: Report sensor timestampJacopo Mondi
2021-05-06libcamera: controls: Destage 'SensorTimestamp'Jacopo Mondi
2021-05-06libcamera: controls: Add a function to merge two control listsLaurent Pinchart
2021-05-03pipeline: rkisp1: Add check for non-existent frame infoSebastian Fricke
2021-04-26libcamera: V4L2Device: Use Span in updateControls()Hirokazu Honda
2021-04-26libcamera: V4L2Device: Replace VLA with std::vector in setControls()Hirokazu Honda
2021-04-26libcamera: V4L2Device: Replace VLA with std::vector in getControls()Hirokazu Honda
2021-04-22libcamera: pipeline: ipu3: Cancel unused buffersKieran Bingham
2021-04-22libcamera: pipeline: rkisp1: Fail RkISP1FrameInfo can't be foundKieran Bingham
2021-04-22libcamera: pipeline: ipu3: frames: Fail if the FrameInfo can't be foundKieran Bingham
2021-04-22libcamera: camera: Assert pipelines complete all requestsKieran Bingham
2021-04-21libcamera: class: Drop 'klass' argument from documentationJacopo Mondi
2021-04-21libcamera: Drop argument from LIBCAMERA_DECLARE_PRIVATEJacopo Mondi
2021-04-20pipeline: raspberrypi: Fix typo in a commentNaushir Patuck
2021-04-17libcamera: pipeline: ipu3: Check for failures when loading IPAKieran Bingham
2021-04-15libcamera: camera_sensor: Demote error messageJacopo Mondi
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-15libcamera: pipeline_handler: Fix typo in documentationLaurent Pinchart
2021-04-14libcamera: pipeline: rkisp1: Allow requests to be cancelledNícolas F. R. A. Prado
2021-04-14libcamera: pipeline: rkisp1: Assert empty queuedRequests before clearing fram...Nícolas F. R. A. Prado
2021-04-14libcamera: pipeline: rkisp1: Stop IPA before streamsNícolas F. R. A. Prado
2021-04-14pipeline: simple: Fix an issue in breadth-first searchPhi-Bang Nguyen
2021-04-13libcamera: pipeline_handler: Document requestSequence_Kieran Bingham
2021-04-13libcamera: ipa_proxy: Document ProxyStateKieran Bingham
2021-04-07libcamera: camera_manager: Remove \todo on hotplug/unplug of camerasUmang Jain
2021-04-07libcamera: thread: Fix typo in commentSebastian Fricke
2021-04-04android: Define OS_CHROMEOS macro if android_platform=crosHirokazu Honda
2021-04-03libcamera: pipeline_handler: Make queueRequest() void functionHirokazu Honda