Age | Commit message (Expand) | Author |
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-16 | libcamera: stream: Make Stream inheritable | 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 | test: camera: Remove test for bad Stream IDs | Niklas Söderlund |
2019-04-04 | test: camera: Remove streams argument from configurationValid() | 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 |
2019-04-03 | libcamera: geometry: Add Size structure | Jacopo Mondi |
2019-04-03 | libcamera: geometry: Add 0-initialized SizeRange constructor | Jacopo Mondi |
2019-04-03 | libcamera: utils: Use internal secure_getenv() implementation | Kieran Bingham |
2019-04-03 | libcamera: utils: Use internal basename implementation. | Kieran Bingham |
2019-04-03 | meson: options: Document the options | Kieran Bingham |
2019-04-03 | meson: Re-order the optional components | Kieran Bingham |
2019-04-02 | qcam: Add JPEG format support | Laurent Pinchart |
2019-04-02 | libcamera: stream: Qualify 'Camera' friend directive | Jacopo Mondi |
2019-04-02 | libcamera: stream: Remove 2 empty lines | Jacopo Mondi |
2019-04-02 | libcamera: v4l2_subdevice: Create device from entity name | Jacopo Mondi |
2019-04-02 | libcamera: v4l2_device: Create device from entity name | Jacopo Mondi |