summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-30libcamera: Use the Size class through libcameraLaurent Pinchart
2019-04-30libcamera: pipeline_handler: Remove duplicated log from uvc and vimcLaurent Pinchart
2019-04-29libcamera: device_enumerator_udev: Include missing headerLaurent Pinchart
2019-04-29libcamera: Don't ignore the return value of read() and write()Laurent Pinchart
2019-04-28libcamera: camera: Log proposed configuration in streamConfiguration()Laurent Pinchart
2019-04-28libcamera: camera: Check requests before queueing themNiklas Söderlund
2019-04-27libcamera: Make libudev optionalLaurent Pinchart
2019-04-27libcamera: v4l2_device: Prefix V4L2 direction in log messagesKieran Bingham
2019-04-26libcamera: Remove outdated \todo commentsLaurent Pinchart
2019-04-26cam: options: Fix string concatenationLaurent Pinchart
2019-04-26cam: options: Don't initialise variable-length arraysLaurent Pinchart
2019-04-26libcamera: v4l2_device: Buffer is not a structLaurent Pinchart
2019-04-26libcamera: Mark overridden functions with overrideLaurent Pinchart
2019-04-26libcamera: log: Add a LogInvalid entry to LogSeverityLaurent Pinchart
2019-04-26libcamera: event_dispatcher_poll: Fix bitwise testLaurent Pinchart
2019-04-26libcamera: Correct struct forward declarationsLaurent Pinchart
2019-04-26libcamera: utils: call secure_getenv() if it exists or workaround with issetu...Giulio Benetti
2019-04-19libcamera: ipu3: Connect viewfinder's BufferReady signalJacopo Mondi
2019-04-19libcamera: ipu3: Queue requests for multiple streamsJacopo Mondi
2019-04-19libcamera: ipu3: Add multiple stream memory managementJacopo Mondi
2019-04-19libcamera: ipu3: Use roles in stream configurationJacopo Mondi
2019-04-19libcamera: ipu3: Create camera with 2 streamsJacopo Mondi
2019-04-19libcamera: camera: Reset basefield to decimalJacopo Mondi
2019-04-19libcamera: stream: Document protected membersJacopo Mondi
2019-04-19libcamera: Include header related to source file firstLaurent Pinchart
2019-04-19libcamera: stream: Add and use toString() method to StreamConfigurationLaurent Pinchart
2019-04-19libcamera: pipeline: rkisp1: Don't hardcode NV12 in configureStreams()Laurent Pinchart
2019-04-19libcamera: Document documentation style and update the code accordinglyLaurent Pinchart
2019-04-18libcamera: pipeline: Add RKISP1 pipelineLaurent Pinchart
2019-04-18libcamera: pipeline: ipu3: Use the new CameraSensor classLaurent Pinchart
2019-04-18libcamera: camera_sensor: Add a new class to model a camera sensorLaurent Pinchart
2019-04-18libcamera: v4l2_subdevice: Add method to retrieve the media entityLaurent Pinchart
2019-04-18libcamera: v4l2_subdevice: Close subdevice when destroyedLaurent Pinchart
2019-04-18libcamera: utils: Add set_overlap() functionLaurent Pinchart
2019-04-18libcamera: geometry: Add comparison operators to geometry classesLaurent Pinchart
2019-04-18libcamera: geometry: Use Size to store min and max in SizeRangeLaurent Pinchart
2019-04-18libcamera: geometry: Sort classes alphabeticallyLaurent Pinchart
2019-04-18libcamera: camera: Log requested configuration in configureStreams()Laurent Pinchart
2019-04-18libcamera: log: Mark Loggable::_log() methods as constLaurent Pinchart
2019-04-18Install the cam and qcam utilitiesLaurent Pinchart
2019-04-18libcamera: buffer: Store Request reference in BufferJacopo Mondi
2019-04-18libcamera: request: Expose the Stream to Buffers mapJacopo Mondi
2019-04-18libcamera: camera: Validate Request before queueing itJacopo Mondi
2019-04-18libcamera: request: Add hasPendingBuffers() methodJacopo Mondi
2019-04-18libcamera: v4l2_device: Propagate releaseBuffers() errorJacopo Mondi
2019-04-18libcamera: camera: Don't call freeBuffer() on allocateBuffer() errorJacopo Mondi
2019-04-17libcamera: camera: Pass the stream set to allocate/freeBuffers()Jacopo Mondi
2019-04-14libcamera: pipeline_handler: Add missing forward declaration of StreamUsageNiklas Söderlund
2019-04-09libcamera: Add missing header files to meson.buildNiklas Söderlund
2019-04-09cam: Allow cameras with more than one streamNiklas Söderlund