Age | Commit message (Expand) | Author |
2020-04-15 | libcamera: v4l2_videodevice: Map V4L2_PIX_FMT_GREY to DRM FourCC | Laurent Pinchart |
2020-04-15 | libcamera: v4l2_videodevice: Downgrade 4CC conversion errors to warnings | Laurent Pinchart |
2020-04-15 | libcamera: v4l2_videodevice: Expose the device capabilities | Laurent Pinchart |
2020-04-15 | libcamera: v4l2_subdevice: Don't use doxygen \ref needlessly | Laurent Pinchart |
2020-04-15 | libcamera: v4l2_subdevice: Extend [gs]etFormat() to specify format type | Laurent Pinchart |
2020-04-15 | libcamera: utils: Add string join function | Laurent Pinchart |
2020-04-14 | libcamera: ipa: Remove IPAModuleInfo license field | Laurent Pinchart |
2020-04-14 | libcamera: ipa_manager: Verify IPA module signature | Laurent Pinchart |
2020-04-14 | libcamera: ipa_manager: Embed IPA module signing public key | Laurent Pinchart |
2020-04-14 | libcamera: Add PubKey class | Laurent Pinchart |
2020-04-14 | libcamera: ipa_module: Load IPA module signature | Laurent Pinchart |
2020-04-14 | libcamera: ipa_module: Use Span class to tie data and size | Laurent Pinchart |
2020-04-14 | libcamera: ipa_module: Simplify error handling in loadIPAModuleInfo() | Laurent Pinchart |
2020-04-14 | test: Add File class tests | Laurent Pinchart |
2020-04-14 | libcamera: Add File helper class | Laurent Pinchart |
2020-04-14 | libcamera: Add IPA module signing infrastructure | Laurent Pinchart |
2020-04-14 | ipa: vimc: Remove isolated VIMC IPA module | Laurent Pinchart |
2020-04-14 | libcamera: ipa_manager: Proxy open-source IPAs to a thread | Laurent Pinchart |
2020-04-14 | libcamera: pipeline: vimc: Call IPA start() and stop() | Niklas Söderlund |
2020-04-14 | libcamera: pipeline: rkisp1: Call IPA start() and stop() | Niklas Söderlund |
2020-04-14 | libcamera: pipeline: rkisp1: Do not try to process cancelled frames | Niklas Söderlund |
2020-04-14 | libcamera: pipeline: rkisp1: Add clear() to RkISP1Frames | Niklas Söderlund |
2020-04-14 | libcamera: pipeline: rkisp1: Initialize IPA | Niklas Söderlund |
2020-04-14 | libcamera: pipeline: rkisp1: Queue parameters even if they are not ready | Niklas Söderlund |
2020-04-14 | ipa: Add start() and stop() operations | Niklas Söderlund |
2020-04-04 | libcamera: pixelformats: Replace set of modifiers with single value | Kaaira Gupta |
2020-03-29 | libcamera: pipeline: ipu3: Fix compilation on gcc 5 and 6 | Laurent Pinchart |
2020-03-27 | libcamera: ipu3: Add support for a RAW still capture stream | Niklas Söderlund |
2020-03-27 | libcamera: ipu3: Do not unconditionally queue buffers to CIO2 | Niklas Söderlund |
2020-03-27 | libcamera: FrameBuffer: Add a setRequest() interface | Niklas Söderlund |
2020-03-27 | libcamera: FrameBuffer: Add a method to copy buffer content | Niklas Söderlund |
2020-03-27 | include: drm_fourcc: Add Bayer FourCC and modifiers | Niklas Söderlund |
2020-03-27 | cam: Add option to capture StillCaptureRaw stream | Niklas Söderlund |
2020-03-27 | libcamera: stream: Add StillCaptureRaw role | Niklas Söderlund |
2020-03-27 | libcamera: v4l2PixelFormat: Replace hex with fourCC | Kaaira Gupta |
2020-03-26 | test: ipa: Fix path to VIMC IPA | Niklas Söderlund |
2020-03-26 | qcam: Print whole stream configuration when adjusted | Laurent Pinchart |
2020-03-25 | libcamera: Make pipeline handlers selectable at compile time | Laurent Pinchart |
2020-03-25 | ipa: Move vimc to a subdirectory | Laurent Pinchart |
2020-03-25 | libcamera: pipeline: Move uvcvideo and vimc to subdirectories | Laurent Pinchart |
2020-03-24 | qcam: main_window: Prefer stream formats that don't require conversion | Laurent Pinchart |
2020-03-24 | qcam: viewfinder: Report the natively supported pixel formats | Laurent Pinchart |
2020-03-24 | qcam: viewfinder: Print message to report format converter usage | Laurent Pinchart |
2020-03-24 | qcam: viewfinder: Add support for more native formats | Laurent Pinchart |
2020-03-24 | qcam: viewfinder: Display icon when stopping capture | Laurent Pinchart |
2020-03-24 | qcam: viewfinder: Avoid memory copy when conversion isn't needed | Laurent Pinchart |
2020-03-24 | qcam: viewfinder: Reorder methods to match header file | Laurent Pinchart |
2020-03-24 | qcam: viewfinder: Use PixelFormat default constructor | Laurent Pinchart |
2020-03-24 | qcam: viewfinder: Embed QImage in ViewFinder | Laurent Pinchart |
2020-03-24 | qcam: viewfinder: Make the viewfinder hold a reference to a buffer | Laurent Pinchart |