summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-07-22cam: Store camera session pointer in CamApp classLaurent Pinchart
2021-07-22cam: camera_session: Use std::unique_ptr<> to manage class membersLaurent Pinchart
2021-07-22cam: Move event loop execution from CameraSession to CamAppLaurent Pinchart
2021-07-22cam: Move event loop exit from CameraSession to CamAppLaurent Pinchart
2021-07-22cam: camera_session: Access event loop through global instanceLaurent Pinchart
2021-07-22cam: Rename Capture to CameraSessionLaurent Pinchart
2021-07-22cam: options: Fail parsing when non-option arguments are foundLaurent Pinchart
2021-07-22cam: options: Avoid copies of OptionvValue and KeyValueParser::OptionsLaurent Pinchart
2021-07-22cam: stream_options: Use OptionValue::empty() to test if option is setLaurent Pinchart
2021-07-22cam: options: Add empty() function to OptionValue classLaurent Pinchart
2021-07-22cam: options: Drop some OptionValue cast operatorsLaurent Pinchart
2021-07-22cam: options: Support parent-child relationship between optionsLaurent Pinchart
2021-07-22cam: options: Move key string left in usage() for key-value parserLaurent Pinchart
2021-07-22cam: options: Disable copy for parsersLaurent Pinchart
2021-07-22cam: options: Slit OptionsParser::usage() in two functionsLaurent Pinchart
2021-07-22cam: options: Add optionName() function to Option structureLaurent Pinchart
2021-07-22cam: options: Move OptionValue class after OptionsParserLaurent Pinchart
2021-07-22cam: options: Document the options parser APILaurent Pinchart
2021-07-22cam: options: Move Option struct to options.cppLaurent Pinchart
2021-07-22cam: options: Make KeyValueParser::usage() privateLaurent Pinchart
2021-07-22ipa: rkisp1: Add support for V12 isp blocksHeiko Stuebner
2021-07-19libcamera: v4l2_videodevice: Avoid extra construction of FramebufferUmang Jain
2021-07-19libcamera: ipa_manager: Allow forcing IPA module isolationLaurent Pinchart
2021-07-19libcamera: ipa_manager: Split common code out of createIPA()Laurent Pinchart
2021-07-16libcamera: controls: Fix minor error in documentationJacopo Mondi
2021-07-16libcamera: Add pixel format BGRX8888Vedant Paranjape
2021-07-16libcamera: Fix the V4L2 pixel format for formats::XBGR8888Vedant Paranjape
2021-07-15libipa: Correct OV5670 CameraSensorHelper gain valuesJean-Michel Hautbois
2021-07-15libipa: Add CameraSensorHelper for OV13858Jean-Michel Hautbois
2021-07-14ipa: raspberrypi: Remove unused MetadataPtrJean-Michel Hautbois
2021-07-12libcamera: raspberrypi: Allow the tuning file to be set by an environment var...David Plowman
2021-07-12libcamera: framebuffer: Make FrameBuffer class ExtensibleLaurent Pinchart
2021-07-12libcamera: Drop the LIBCAMERA_D_PTR macro in favour of the _d() functionLaurent Pinchart
2021-07-12ipa: raspberrypi: Make variable names consistentNaushir Patuck
2021-07-12ipa: raspberrypi: Increase the default max frame duration to 250sNaushir Patuck
2021-07-12pipeline: raspberrypi: Use priority write for vblank when writing sensor ctrlsNaushir Patuck
2021-07-12ipa: raspberrypi: Allow long exposure modes for imx477.Naushir Patuck
2021-07-12ipa: raspberrypi: Add frame_length to DeviceStatusNaushir Patuck
2021-07-12ipa: raspberrypi: Add an operator<< to struct DeviceStatusNaushir Patuck
2021-07-12ipa: raspberrypi: Add a constructor struct DeviceStatusNaushir Patuck
2021-07-12ipa: raspberrypi: Make device_status.h C++ only header, and update commentsNaushir Patuck
2021-07-11libcamera: buffer: Rename buffer.h to framebuffer.hLaurent Pinchart
2021-07-11base: thread: Fix recursive calls to dispatchMessages()Laurent Pinchart
2021-07-11base: thread: Document the postMessage() function as thread-safeLaurent Pinchart
2021-07-09ipa: libipa: Fixups in CameraSensorHelpersJean-Michel Hautbois
2021-07-06libcamera: transform: Document Transform enumerators as suchLaurent Pinchart
2021-07-06libcamera: media_device: Rename valid() function to isValid()Laurent Pinchart
2021-07-06android: Disable copy and move for CameraDeviceLaurent Pinchart
2021-07-06android: Disable copy and move for CameraHalManagerLaurent Pinchart
2021-07-06lc-compliance: Add list and filter parametersNĂ­colas F. R. A. Prado