Age | Commit message (Expand) | Author |
2019-04-19 | libcamera: stream: Document protected members | Jacopo Mondi |
2019-04-19 | libcamera: Include header related to source file first | Laurent Pinchart |
2019-04-19 | libcamera: stream: Add and use toString() method to StreamConfiguration | Laurent Pinchart |
2019-04-19 | libcamera: pipeline: rkisp1: Don't hardcode NV12 in configureStreams() | Laurent Pinchart |
2019-04-19 | libcamera: Document documentation style and update the code accordingly | Laurent Pinchart |
2019-04-18 | libcamera: pipeline: Add RKISP1 pipeline | Laurent Pinchart |
2019-04-18 | libcamera: pipeline: ipu3: Use the new CameraSensor class | Laurent Pinchart |
2019-04-18 | libcamera: camera_sensor: Add a new class to model a camera sensor | Laurent Pinchart |
2019-04-18 | libcamera: v4l2_subdevice: Add method to retrieve the media entity | Laurent Pinchart |
2019-04-18 | libcamera: v4l2_subdevice: Close subdevice when destroyed | Laurent Pinchart |
2019-04-18 | libcamera: utils: Add set_overlap() function | Laurent Pinchart |
2019-04-18 | libcamera: geometry: Add comparison operators to geometry classes | Laurent Pinchart |
2019-04-18 | libcamera: geometry: Use Size to store min and max in SizeRange | Laurent Pinchart |
2019-04-18 | libcamera: geometry: Sort classes alphabetically | Laurent Pinchart |
2019-04-18 | libcamera: camera: Log requested configuration in configureStreams() | Laurent Pinchart |
2019-04-18 | libcamera: log: Mark Loggable::_log() methods as const | Laurent Pinchart |
2019-04-18 | Install the cam and qcam utilities | Laurent Pinchart |
2019-04-18 | libcamera: buffer: Store Request reference in Buffer | Jacopo Mondi |
2019-04-18 | libcamera: request: Expose the Stream to Buffers map | Jacopo Mondi |
2019-04-18 | libcamera: camera: Validate Request before queueing it | Jacopo Mondi |
2019-04-18 | libcamera: request: Add hasPendingBuffers() method | Jacopo Mondi |
2019-04-18 | libcamera: v4l2_device: Propagate releaseBuffers() error | Jacopo Mondi |
2019-04-18 | libcamera: camera: Don't call freeBuffer() on allocateBuffer() error | Jacopo Mondi |
2019-04-17 | libcamera: camera: Pass the stream set to allocate/freeBuffers() | Jacopo Mondi |
2019-04-14 | libcamera: pipeline_handler: Add missing forward declaration of StreamUsage | Niklas Söderlund |
2019-04-09 | libcamera: Add missing header files to meson.build | Niklas Söderlund |
2019-04-09 | cam: Allow cameras with more than one stream | Niklas Söderlund |
2019-04-09 | cam: Extend request completion handler to deal with multiple streams | Niklas Söderlund |
2019-04-09 | cam: Add support to specify multiple stream configurations with roles | Niklas Söderlund |
2019-04-09 | cam: Extend BufferWriter to include a stream name in file path | Niklas Söderlund |
2019-04-09 | cam: Rename --format to --stream | Niklas Söderlund |
2019-04-09 | libcamera: Switch to CameraConfiguration | Niklas Söderlund |
2019-04-09 | libcamera: camera: Add CameraConfiguration | Niklas Söderlund |
2019-04-05 | libcamera: camera: Add support for stream usages | Niklas Söderlund |
2019-04-05 | libcamera: stream: Add basic stream usages | Niklas Söderlund |
2019-04-05 | libcamera: Make geometry.h a public header | Niklas Söderlund |
2019-04-04 | cam: Rework how streams configuration is prepared | Niklas Söderlund |
2019-04-03 | qcam: meson: Use pkg-config method for qt5 dependencies | Kieran Bingham |
2019-04-03 | libcamera: ipu3: Catch return value when disabling links | Kieran Bingham |
2019-04-03 | libcamera: ipu3: Enable ImgU media links | Jacopo Mondi |
2019-04-03 | libcamera: ipu3: Limit resolution to 2560x1920 | Jacopo Mondi |
2019-04-03 | libcamera: ipu3: Set stream configuration | Jacopo Mondi |
2019-04-03 | libcamera: ipu3: Connect CIO2 and ImgU bufferReady signals | Jacopo Mondi |
2019-04-03 | libcamera: ipu3: Queue requests to ImgU | Jacopo Mondi |
2019-04-03 | libcamera: ipu3: Implement camera start/stop | Jacopo Mondi |
2019-04-03 | libcamera: ipu3: Implement memory handling | Jacopo Mondi |
2019-04-03 | libcamera: ipu3: Apply image format to the pipeline | Jacopo Mondi |
2019-04-03 | libcamera: ipu3: Create ImgUDevice class | Jacopo Mondi |
2019-04-03 | libcamera: ipu3: Cache the sensor size and format | Jacopo Mondi |
2019-04-03 | libcamera: ipu3: Create CIO2Device class | Jacopo Mondi |