summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-19libcamera: geometry: Construct SizeRange from SizeLaurent Pinchart
2020-03-18libcamera: framebuffer_allocator: Lift camera restrictions on allocatorLaurent Pinchart
2020-03-18libcamera: pipeline_handler: Fold buffer management with start/stopLaurent Pinchart
2020-03-18libcamera: pipeline_handler: Decouple buffer import and exportLaurent Pinchart
2020-03-18libcamera: camera: Propagate error value from importFrameBufferLaurent Pinchart
2020-03-18libcamera: v4l2_videodevice: Add standalone buffer export supportLaurent Pinchart
2020-03-18libcamera: v4l2_videodevice: Refactor allocateBuffers()Laurent Pinchart
2020-03-18libcamera: v4l2_videodevice: Pass memory type to reqbufs()Laurent Pinchart
2020-03-18libcamera: v4l2_videodevice: Rename exportBuffers() to allocateBuffers()Laurent Pinchart
2020-03-18test: libtest: buffer_source: Close video device right after allocationLaurent Pinchart
2020-03-18libcamera: PixelFormat: Mark all function arguments of type PixelFormat as co...Niklas Söderlund
2020-03-18libcamera: PixelFormat: Make constructor explicitLaurent Pinchart
2020-03-18libcamera: PixelFormat: Turn into a classNiklas Söderlund
2020-03-18libcamera: pipeline: uvcvideo: Translate from V4L2 to DRM pixel formatsNiklas Söderlund
2020-03-18libcamera: pipeline: vimc: Remove internal usage of ImageFormatsNiklas Söderlund
2020-03-18test: v4l2_videodevice: buffer_cache: Use DRM pixel formatNiklas Söderlund
2020-03-18libcamera: pixelformats: include linux/drm_fourcc.hNiklas Söderlund
2020-03-18libcamera: Use PixelFormat instead of unsigned int where appropriateNiklas Söderlund
2020-03-18tests: remove IPA_PROXY_PATH environment variableKaaira Gupta
2020-03-18libcamera: ipa_proxy: search for proxy in build treeKaaira Gupta
2020-03-18libcamera: utils: Move libcamera build path lookup to utilsKaaira Gupta
2020-03-18libcamera: ipa_proxy: rearrange proxies precedenceKaaira Gupta
2020-03-18libcamera: ipa_proxy: use utils::split()Kaaira Gupta
2020-03-18cam: Create stream names after configuring the cameraNiklas Söderlund
2020-03-16utils: checkstyle: Add a ShellCheckerKieran Bingham
2020-03-16qcam: format_convertor: Extend 32 bit ARGB format combinationsKieran Bingham
2020-03-08libcamera: controls: Fix strict aliasing violationLaurent Pinchart
2020-03-08test: file-descriptor: Fix undefined O_TMPFILE compilation errorLaurent Pinchart
2020-03-08v4l2: v4l2_camera_proxy: Fix sign compare compilation errorLaurent Pinchart
2020-03-08v4l2: v4l2_compat: Use correct libcamera_dep dependencyLaurent Pinchart
2020-03-08cam: Link against libatomic if neededLaurent Pinchart
2020-03-08libcamera: meson: Make libatomic and libdl dependencies reusableLaurent Pinchart
2020-03-08include: libcamera: meson: Add libcamera.h to the libcamera_api arrayLaurent Pinchart
2020-03-08include: libcamera: meson: Add control headers to the libcamera_api arrayKieran Bingham
2020-03-08include: libcamera: Improve automation of libcamera.h generationLaurent Pinchart
2020-03-07gst: Fix GLib detectionLaurent Pinchart
2020-03-07gst: Turn the top-level plugin file gstlibcamera.c into a C++ fileLaurent Pinchart
2020-03-07gst: Document dependencies and quick usageNicolas Dufresne
2020-03-07gst: libcamerasrc: Prevent src task deadlock on exhausted buffer poolJakub Adam
2020-03-07gst: utils: Factor-out the task resume helperJakub Adam
2020-03-07gst: libcamerasrc: Add a TODO commentNicolas Dufresne
2020-03-07gst: libcamerasrc: Implement timestamp supportNicolas Dufresne
2020-03-07gst: libcamerasrc: Implement initial streamingNicolas Dufresne
2020-03-07gst: pad: Add method to store retrieve pending buffersNicolas Dufresne
2020-03-07gst: Add getters for Stream and FrameBufferNicolas Dufresne
2020-03-07gst: libcamerasrc: Allocate and release buffersNicolas Dufresne
2020-03-07gst: libcamerapad: Allow storing a poolNicolas Dufresne
2020-03-07gst: Add a pool and an allocator implementationNicolas Dufresne
2020-03-07gst: libcamerasrc: Push segment eventNicolas Dufresne
2020-03-07gst: libcamerasrc: Implement minimal caps negotiationNicolas Dufresne