summaryrefslogtreecommitdiff
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-16tests: Remove IPA wrappers testPaul Elder
2021-02-16meson: ipa, proxy: Generate headers and proxy with mojoPaul Elder
2021-02-16ipa: Add core.mojomPaul 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-16Documentation: skip generating documentation for generated codePaul Elder
2021-02-16utils: ipc: add parser scriptPaul Elder
2021-02-16utils: ipc: add generator scriptPaul Elder
2021-02-16utils: ipc: add templates for code generation for IPC mechanismPaul 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: MappedBuffer: Disable copy and assignmentKieran Bingham
2021-02-12libcamera: Utilise LIBCAMERA_DISABLE_COPYKieran Bingham
2021-02-12libcamera: controls: Utilise LIBCAMERA_DISABLE_COPY_AND_MOVEKieran Bingham
2021-02-12libcamera: media_object: Utilise LIBCAMERA_DISABLE_COPY_AND_MOVEKieran Bingham
2021-02-12libcamera: buffer: Utilise LIBCAMERA_DISABLE_COPY_AND_MOVEKieran Bingham
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-09uapi: raspberrypi: Update the bcm2835-isp header definitionNaushir 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