summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-02-16libcamera: IPAInterface: Replace C API with the new C++-only APIPaul Elder
2021-02-16ipa: raspberrypi: meson: Add dependency on generated headersPaul 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-11ipa: raspberrypi: AWB: Fix race condition setting manual gainsDavid Plowman
2021-02-11libcamera: Drop unneeded depend_files from meson custom targetsLaurent Pinchart
2021-02-11meson: Fix coding style when declaring arraysLaurent Pinchart
2021-02-10ipa: raspberrypi: AWB: Remove unecessary frame count variableDavid Plowman
2021-02-09ipa: raspberrypi: Handle control::NoiseReductionMode in the controllerNaushir Patuck
2021-02-09ipa: raspberrypi: Add a DenoiseAlgorithm class to the ControllerNaushir Patuck
2021-02-09ipa: raspberrypi: Rename SdnStatus to DenoiseStatusNaushir Patuck
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-08ipa: raspberrypi: Remove atomic variable from Algorithm classDavid Plowman
2021-02-08android: camera_device: Calculate MAX_JPEG_SIZEJacopo Mondi
2021-02-07ipa: raspberrypi: lux: Supply missing method and remove atomic variableDavid Plowman
2021-02-07ipa: raspberrypi: noise: Remove unnecessary atomic variableDavid Plowman
2021-02-07ipa: rasberrypi: contrast: Remove unnecessary atomic variablesDavid Plowman
2021-02-07ipa: raspberrypi: ccm: Remove unnecessary atomic variableDavid Plowman
2021-02-07ipa: raspberrypi: AWB: Improve lockingDavid Plowman
2021-02-07ipa: raspberrypi: AWB: Remove unnecessary locking for AWB settingsDavid Plowman
2021-02-05libcamera: ipu3: Fix RAW sizes selectionJacopo Mondi
2021-02-05android: camera_device: Report HOT_PIXEL_MAP_MODE as OFFJacopo Mondi
2021-02-05android: camera_device: Report sensor test pattern modeJacopo Mondi
2021-02-05libcamera: ipu3: Always report crop regionJacopo Mondi
2021-02-05android: camera_device: Report AF_MODE_OFF in templateJacopo Mondi
2021-02-05android: camera_device: Use AF_MODE_OFF in scene overrideJacopo Mondi
2021-02-05android: camera_device: Report AE_EXPOSURE_COMPENSATIONJacopo Mondi
2021-02-05android: camera_device: Report COLOR_CORRECTION_ABERRATION_MODEJacopo Mondi
2021-02-05cam: Only queue the exact number of requests asked forNiklas Söderlund
2021-02-05cam: event_loop: Execute events in the libevent loopNiklas Söderlund
2021-02-05cam: event_loop: Rename event_ to base_Niklas Söderlund
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: ipa: ipu3: Add an IPA skeleton for the IPU3 pipelineNiklas 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