summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-04test: gstreamer: Remove unnecessary header file includesVedant Paranjape
2021-09-30android: camera_device: Send capture results by inspecting the queueUmang Jain
2021-09-30android: camera_device: Mark abortRequest() and notifyError() as constUmang Jain
2021-09-30android: camera_device: Transform descriptors_ map to queueUmang Jain
2021-09-30android: camera_worker: Use Camera3RequestDescriptor as cookieUmang Jain
2021-09-29android: Wait on fences in CameraStream::process()Jacopo Mondi
2021-09-29libcamera: Simplify header install paths with shortcut variablesLaurent Pinchart
2021-09-28libcamera: Fix base and ipa include dirLaurent Pinchart
2021-09-28meson: Set a SONAME version in the libcamera librariesJavier Martinez Canillas
2021-09-28android: camera_device: Fix race on queuing capture requestUmang Jain
2021-09-28gstreamer: Fix spelling of the work manager used in a util functionVedant Paranjape
2021-09-28libcamera: control_serializer: Fix usage of uninitialized variableLaurent Pinchart
2021-09-27Documentation: application-developer: Add camera detection checkLaurent Pinchart
2021-09-27Documentation: application-developer: Use correct type to store sizeLaurent Pinchart
2021-09-27Documentation: application-developer: Make global variable staticLaurent Pinchart
2021-09-27android: Fix generation of thumbnail for EXIF dataUmang Jain
2021-09-27android: camera_capabilities: Clarify CameraMetadata allocationUmang Jain
2021-09-27libcamera: control_serializer: Separate the handles spaceJacopo Mondi
2021-09-27libcamera: control_serializer: Serialize info::def()Jacopo Mondi
2021-09-27libcamera: control_serializer: Use the right idmapJacopo Mondi
2021-09-27ipa: proxy_worker: Reset ControlSerializer on workerJacopo Mondi
2021-09-27libcamera: ipu3: Drop entityControls mapJacopo Mondi
2021-09-26libcamera: camera_manager: Fix utils.h #include locationLaurent Pinchart
2021-09-24libcamera: Standardize URLs to git repositoriesLaurent Pinchart
2021-09-24android: camera_device: Return unique_ptr from createFrameBufferLaurent Pinchart
2021-09-24libcamera: v4l2_videodevice: Don't move planes to construct FrameBufferLaurent Pinchart
2021-09-24test: gstreamer: Add a test for gstreamer multi streamVedant Paranjape
2021-09-23test: v4l2_compat: Skip vimc as a test candidatePaul Elder
2021-09-23test: gstreamer: Simplify elements' ownershipsVedant Paranjape
2021-09-23test: gstreamer: Simplify single stream test using functions from GstUtilsVedant Paranjape
2021-09-23test: gstreamer_single_stream_test: Fix memory leakVedant Paranjape
2021-09-22gstreamer: Convert cm_singleton_ptr to static variableVedant Paranjape
2021-09-22gstreamer: Support planar formatsKieran Bingham
2021-09-22qcam: viewfinder_gl: Support configurable stride in shadersLaurent Pinchart
2021-09-22qcam: format_converter: Add fully-planar YUV formats supportLaurent Pinchart
2021-09-22qcam: format_converter: Rename YUV and NV to YUVPacked and YUVSemiPlanarLaurent Pinchart
2021-09-22qcam: format_converter: Add configurable stride supportLaurent Pinchart
2021-09-22qcam: viewfinder: Pass stride value to viewfinderLaurent Pinchart
2021-09-22android: camera_device: Configure one stream for identical stream requestsHirokazu Honda
2021-09-22android: camera_stream: Support PostProcessorYuv in CameraStreamHirokazu Honda
2021-09-22android: camera_stream: Create post processor in configure()Hirokazu Honda
2021-09-21android: jpeg: Rectify variable naming style.Umang Jain
2021-09-21android: yuv: Remove CameraDevice forward-declareUmang Jain
2021-09-19libcamera: base: Add libatomic dependencyFabrice Fontaine
2021-09-19test: v4l2_compat: Report test as skipped if no compatible driver foundLaurent Pinchart
2021-09-15test: serialization: Prevent parallelisationKieran Bingham
2021-09-14libcamera: v4l2_videodevice: Handle unexpected buffersKieran Bingham
2021-09-14ipa: ipu3: Clear incoming parameter use flagsKieran Bingham
2021-09-14README: Fix android dependenciesKieran Bingham
2021-09-10utils: ipc: proxy worker: Fix indentation in call deserializationPaul Elder