summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-03-12libcamera: delayed_controls: Fix off-by-one error in get()Naushir Patuck
2021-03-12libcamera: delayed_controls: Remove spurious no-op queued controlsNaushir Patuck
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-12gst: pool: Fix GstBuffer leak on errorNicolas Dufresne
2021-03-12gst: provider: Fix crash in finalizeNicolas Dufresne
2021-03-11ipa: rkisp1: Fail on init if hw revision is not RKISP1_V10Dafna Hirschfeld
2021-03-11ipa: rkisp1: Return error from IPA's configure method if it failsDafna Hirschfeld
2021-03-11libcamera: media_device: Add hwRevision methodDafna Hirschfeld
2021-03-10android: jpeg: exif: change GPS method encoding from ASCII to NoEncodingPaul Elder
2021-03-10android: jpeg: exif: Fix setGPSLocation longitudePaul Elder
2021-03-10android: jpeg: exif: Simplify setGPSDateTimestamp and setGPSDMSPaul Elder
2021-03-10android: jpeg: exif: Fix and expand setRationalPaul Elder
2021-03-09android: camera_device: Generate template for VideoJacopo Mondi
2021-03-09android: camera_device: Fail template on no FPS rangeJacopo Mondi
2021-03-09android: camera_device: Refuse unsupported templatesJacopo Mondi
2021-03-09android: camera_device: Return AE FPS rangeJacopo Mondi
2021-03-09android: camera_device: Use AE FPS range in templateJacopo Mondi
2021-03-09android: camera_device: Compute frame durationsJacopo Mondi
2021-03-09libcamera: ipu3: Register FrameDurations controlJacopo Mondi
2021-03-09libcamera: ipu3: Initialize controls using sensor resolutionJacopo Mondi
2021-03-09ipa: raspberrypi: Use direct return value for configure()Paul Elder
2021-03-09ipa: raspberrypi: Rename vblank field in SensorConfig to vblankDelayDavid Plowman
2021-03-09ipa: raspberrypi: Add support for imx290/imx327 sensorsDavid Plowman
2021-03-09ipa: raspberrypi: Make CamHelpers return the frame delay for vblankingDavid Plowman
2021-03-08libcamera: camera_sensor: Cap resolution to max frame sizeJacopo Mondi
2021-03-08libcamera: pipeline: ipu3: Ensure that IPU3Frames::info is not used after deleteKieran Bingham
2021-03-08libcamera: pipeline: ipu3: Fix spelling errorKieran Bingham
2021-03-08tracing: pipeline_handler: Queue RequestsKieran Bingham
2021-03-08libcamera: pipeline_handler: Update request usage commentKieran Bingham
2021-03-08libcamera: Request: validate state on completeKieran Bingham
2021-03-05android: camera_device: Update gralloc usage flags for streamsLaurent Pinchart
2021-03-05libcamera: media_device: Fix typoLaurent Pinchart
2021-03-04libcamera: pipeline: simple: Support camera sensors that contain an ISPLaurent Pinchart
2021-03-04libcamera: pipeline: simple: Walk the pipeline by following the first linkDafna Hirschfeld
2021-03-04libcamera: v4l2_videodevice: Print fd value in log prefixLaurent Pinchart
2021-03-04pipeline: raspberrypi: Only enable embedded stream when availableNaushir Patuck
2021-03-04ipa: raspberrypi: Remove MdParserRPiNaushir Patuck
2021-03-04pipeline: ipa: raspberrypi: Pass exposure/gain values to IPA though controlsNaushir Patuck
2021-03-03libcamera: camera_sensor: Accept entities exposing the ISP functionLaurent Pinchart
2021-03-03libcamera: camera_sensor: Use active area size as resolutionLaurent Pinchart
2021-03-03ipa: rkisp1: Update to kernel header changesLaurent Pinchart
2021-03-03cros: Support the new cros camera API with set_up and tear_downPaul Elder
2021-03-03android: Introduce Chromium OS buffer managerJacopo Mondi
2021-03-03android: mm: Provide helper macro for PIMPLJacopo Mondi
2021-03-03android: jpeg: Use CameraBuffer::jpegBufferSize()Jacopo Mondi
2021-03-03android: camera_buffer: Add method to get the JPEG blob sizeJacopo Mondi
2021-03-03android: post_processor: Use CameraBuffer APIJacopo Mondi
2021-03-03android: camera_buffer: Implement libcamera::ExtensibleJacopo Mondi
2021-03-03android: Move buffer mapping to CameraStreamJacopo Mondi