summaryrefslogtreecommitdiff
path: root/src/libcamera
AgeCommit message (Expand)Author
2021-02-22libcamera: raspberrypi: Drop std::move() where misleadingLaurent Pinchart
2021-02-22libcamera: ipu3: Do not over-write metadataJacopo Mondi
2021-02-21libcamera: camera: Constify controls argument to start()Laurent Pinchart
2021-02-19libcamera: ipu3: set V4L2_CID_INTEL_IPU3_MODEJean-Michel Hautbois
2021-02-19libcamera: pipeline: ipu3: Prevent unintialised memory useKieran Bingham
2021-02-19pipeline: raspberrypi: Update the lens shading control in-placeNaushir Patuck
2021-02-19pipeline: ipa: raspberrypi: Rename IPA Interface namespace to ipa::RPiNaushir Patuck
2021-02-19pipeline: ipa: raspberrypi: Tidy-ups after IPAInterface changesNaushir Patuck
2021-02-19pipeline: ipa: raspberrypi: Fix pipeline running on in a stopped stateNaushir Patuck
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-16libcamera: control_serializer: Save serialized ControlInfoMap in a cachePaul Elder
2021-02-16libcamera: pipeline: rkisp1: configure IPA from configure method instead of s...Dafna Hirschfeld
2021-02-12libcamera: class: Provide move and copy disablersKieran Bingham
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-02-09pipeline: raspberrypi: Set the ISP Output1 to 1/4 resolution if unusedNaushir Patuck
2021-02-09pipeline: raspberrypi: Refactor stream configuration routineNaushir Patuck
2021-02-08libcamera: ipu3: Get request from information structure instead of bufferNiklas Söderlund
2021-02-05libcamera: ipu3: Fix RAW sizes selectionJacopo Mondi
2021-02-05libcamera: ipu3: Always report crop regionJacopo Mondi
2021-02-05libcamera: ipu3: Share parameter and statistic buffers with IPANiklas Söderlund
2021-02-05libcamera: ipu3: Add helper for parameter and statistic buffersNiklas Söderlund
2021-02-05libcamera: ipu3: Map buffers in IPANiklas Söderlund
2021-02-05libcamera: ipu3: imgu: Allocate buffers for stats and paramNiklas Söderlund
2021-02-05libcamera: ipu3: Attach to an IPA and allow it to set sensor controlsNiklas Söderlund
2021-02-05libcamera: ipu3: cio2: Generate start of frame eventNiklas Söderlund
2021-02-05libcamera: ipu3: cio2: Return the FrameBuffer pointer usedNiklas Söderlund
2021-02-05libcamera: ipu3: imgu: Add parameters video deviceNiklas Söderlund
2021-02-05libcamera: ipu3: imgu: Configure the stat video device as part of configure()Niklas Söderlund
2021-02-05libcamera: utils: Add reverse adapter for range-based loopLaurent Pinchart
2021-02-05libcamera: camera_sensor: Check control availability from idmapLaurent Pinchart
2021-02-05libcamera: camera_sensor: Restrict sensor info to raw sensorsLaurent Pinchart
2021-02-05libcamera: camera_sensor: Store Bayer pattern in class memberLaurent Pinchart
2021-02-05libcamera: camera_sensor: Add frame length limits to CameraSensorInfoNaushir Patuck
2021-02-05libcamera: camera_sensor: Make VBLANK mandatoryJacopo Mondi
2021-02-05libcamera: pipeline: raspberrypi: Always save sensor params on IPA_RESULT_SEN...Naushir Patuck
2021-02-05ipa: raspberrypi: Rename RPi::ConfigParameters enum valuesNaushir Patuck
2021-02-04libcamera: bayer_format: Add the transpose transformationSebastian Fricke
2021-02-04libcamera: bayer_format: Overload ==/!= operators for BayerFormatsSebastian Fricke
2021-02-04libcamera: bayer_format: Remove unnecessary constructorSebastian Fricke
2021-02-04libcamera: bayer_format: Add the fromV4L2PixelFormat functionSebastian Fricke
2021-02-04libcamera: v4l2_videodevice: remove confusing memory MMAP assignment before Q...Helen Koike
2021-02-02libcamera: Improve Request life cycle trackingJacopo Mondi
2021-02-02libcamera: ipu3: cio2: Fix line breakJacopo Mondi
2021-02-01libcamera: formats: Add RGB565_BE formatLaurent Pinchart