Age | Commit message (Expand) | Author |
2019-04-28 | Documentation: Drop install directive for Doxyfile | Niklas Söderlund |
2019-04-28 | libcamera: camera: Log proposed configuration in streamConfiguration() | Laurent Pinchart |
2019-04-28 | libcamera: camera: Check requests before queueing them | Niklas Söderlund |
2019-04-27 | test: signal: Exercise the signal delivery code paths for Object | Laurent Pinchart |
2019-04-27 | libcamera: Make libudev optional | Laurent Pinchart |
2019-04-27 | libcamera: v4l2_device: Prefix V4L2 direction in log messages | Kieran Bingham |
2019-04-26 | libcamera: Remove outdated \todo comments | Laurent Pinchart |
2019-04-26 | cam: options: Fix string concatenation | Laurent Pinchart |
2019-04-26 | cam: options: Don't initialise variable-length arrays | Laurent Pinchart |
2019-04-26 | test: v4l2_subdevice: Remove std::move() that prevents copy elision | Laurent Pinchart |
2019-04-26 | libcamera: v4l2_device: Buffer is not a struct | Laurent Pinchart |
2019-04-26 | libcamera: Mark overridden functions with override | Laurent Pinchart |
2019-04-26 | libcamera: log: Add a LogInvalid entry to LogSeverity | Laurent Pinchart |
2019-04-26 | libcamera: event_dispatcher_poll: Fix bitwise test | Laurent Pinchart |
2019-04-26 | libcamera: Correct struct forward declarations | Laurent Pinchart |
2019-04-26 | libcamera: utils: call secure_getenv() if it exists or workaround with issetu... | Giulio Benetti |
2019-04-26 | meson: check if secure_getenv() is present | Giulio Benetti |
2019-04-19 | libcamera: ipu3: Connect viewfinder's BufferReady signal | Jacopo Mondi |
2019-04-19 | libcamera: ipu3: Queue requests for multiple streams | Jacopo Mondi |
2019-04-19 | libcamera: ipu3: Add multiple stream memory management | Jacopo Mondi |
2019-04-19 | libcamera: ipu3: Use roles in stream configuration | Jacopo Mondi |
2019-04-19 | libcamera: ipu3: Create camera with 2 streams | Jacopo Mondi |
2019-04-19 | libcamera: camera: Reset basefield to decimal | Jacopo Mondi |
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 | test: geometry: Add tests for Size class comparison operators | 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-16 | libcamera: stream: Make Stream inheritable | Jacopo Mondi |
2019-04-14 | libcamera: pipeline_handler: Add missing forward declaration of StreamUsage | Niklas Söderlund |