summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-28cam: sdl_sink: Use libjpeg over SDL2_imageEric Curtin
2022-07-28ipa: raspberrypi: agc: Use YamlObject::getList()Laurent Pinchart
2022-07-28libcamera: yaml_parser: Add getList() functionFlorian Sylvestre
2022-07-28ipa: raspberrypi: Convert existing cameara tuning files to version 2.0Naushir Patuck
2022-07-28utils: raspberrypi: Add tuning file conversion scriptNaushir Patuck
2022-07-28utils: raspberrypi: ctt: Output version 2.0 format tuning filesNaushir Patuck
2022-07-28ipa: raspberrypi: Introduce version 2.0 format for the camera tuning fileNaushir Patuck
2022-07-28ipa: raspberrypi: Use YamlParser to replace dependency on boostLaurent Pinchart
2022-07-28ipa: raspberrypi: Replace Fatal log by error propagationLaurent Pinchart
2022-07-28ipa: raspberrypi: Propagate errors from AGC metering tuning data readLaurent Pinchart
2022-07-28ipa: raspberrypi: Return an error code from Algorithm::read()Laurent Pinchart
2022-07-28ipa: raspberrypi: Replace tabs with spaces in tuning data filesLaurent Pinchart
2022-07-28libcamera: yaml_parser: Preserve order of items in dictionaryLaurent Pinchart
2022-07-28test: yaml-parser: Test dictionary items orderingLaurent Pinchart
2022-07-28libcamera: yaml_parser: Replace ok flag to get() with std::optionalLaurent Pinchart
2022-07-27ipa: raspberrypi: agc: Fix log message prefixesNaushir Patuck
2022-07-27ipa: raspberrypi: Remove #define constantsNaushir Patuck
2022-07-27ipa: raspberryip: Remove all exception throw statementsNaushir Patuck
2022-07-27raspberrypi: Update Copyright statement in all Raspberry Pi source filesNaushir Patuck
2022-07-27ipa: raspberrypi: Rename header files from *.hpp to *.hNaushir Patuck
2022-07-27ipa: raspberrypi: Remove extern "C" declarationsNaushir Patuck
2022-07-27ipa: raspberrypi: Change to C style code commentsNaushir Patuck
2022-07-27ipa: raspberrypi: Code refactoring to match style guidelinesNaushir Patuck
2022-07-27libcamera: camera: Fix documentation typoUmang Jain
2022-07-26libcamera: Correctly report enabled ipa modulesQuentin Schulz
2022-07-25android: camera_capabilities: Adjust minimum frame duration to match FPSHan-Lin Chen
2022-07-25android: camera_capabilities: Add (1600x1200) and (1280x960) resolutionsHan-Lin Chen
2022-07-24android: exif: Fix thumbnail buffer lifetimeCheng-Hao Yang
2022-07-24test: gstreamer: Check availability of cameras before runningUmang Jain
2022-07-24test: gstreamer: Drop internal header from base classUmang Jain
2022-07-22qcam: assets: shader: bayer_8.frag: Add precisionKunal Agarwal
2022-07-22ipa: rkisp1: Transfer queueRequest() call to each algorithmFlorian Sylvestre
2022-07-22ipa: libipa: algorithm: Add queueRequest() to the Algorithm classFlorian Sylvestre
2022-07-22pipeline: raspberrypi: Improve image/embedded buffer matching logicNaushir Patuck
2022-07-21libcamera: pipeline: simple: converter: Handle unsupported input formatXavier Roumegue
2022-07-20ipa: rkisp1: Drop unnecessary forward declarations and includesLaurent Pinchart
2022-07-20libcamera: controls: Suppress error message from ControlList::get()Naushir Patuck
2022-07-20libcamera: controls: Drop ControlList::contains()Laurent Pinchart
2022-07-20test: control_list: Use get() to test for control presenceLaurent Pinchart
2022-07-20licamera: controls: Update ControlList::get() documentationLaurent Pinchart
2022-07-20licamera: controls: Drop unnecessary template qualifiers in documentationLaurent Pinchart
2022-07-20libcamera: Remove extra ':' after '\todo'Laurent Pinchart
2022-07-20pipeline: rkisp1: Support devices without self pathPaul Elder
2022-07-19gstreamer: Be pedantic on srcpads accessUmang Jain
2022-07-19utils: ipu3-pack: Provide a 10-bit bayer packing utilityUmang Jain
2022-07-19libcamera: controls: Avoid double lookupsLaurent Pinchart
2022-07-19libcamera: controls: Use std::optional to handle invalid control valuesChristian Rauch
2022-07-18qcam: viewfinder_qt: Support X RGB variantsKieran Bingham
2022-07-18qcam: format_converter: Support X RGB variantsKieran Bingham
2022-07-18qcam: viewfinder_qt: Fix include ordersKieran Bingham