Age | Commit message (Expand) | Author |
2019-11-21 | meson: Really define _FORTIFY_SOURCE for optimised builds | Laurent Pinchart |
2019-11-20 | libcamera: Fix typo related to serialization | Laurent Pinchart |
2019-11-20 | test: ipa: Add IPA wrappers test | Laurent Pinchart |
2019-11-20 | ipa: Allow short-circuiting the ipa_context_ops | Laurent Pinchart |
2019-11-20 | ipa: Declare the ipaCreate() function prototype | Laurent Pinchart |
2019-11-20 | ipa: Switch to the plain C API | Jacopo Mondi |
2019-11-20 | ipa: Define a plain C API | Laurent Pinchart |
2019-11-20 | ipa: Pass ControlInfoMap references to IPAInterface::configure() | Laurent Pinchart |
2019-11-20 | test: Add control serialization test | Jacopo Mondi |
2019-11-20 | libcamera: Add controls serializer | Laurent Pinchart |
2019-11-20 | test: Add ByteStreamBuffer test | Laurent Pinchart |
2019-11-20 | libcamera: Add ByteStreamBuffer | Jacopo Mondi |
2019-11-20 | ipa: Define serialized controls | Jacopo Mondi |
2019-11-20 | libcamera: buffer: Add const accessor to Buffer planes | Laurent Pinchart |
2019-11-20 | libcamera: v4l2_controls: Fix control range construction for bool | Laurent Pinchart |
2019-11-20 | libcamera: controls: Catch type mismatch in ControlInfoMap | Laurent Pinchart |
2019-11-20 | libcamera: controls: Store reference to the InfoMap | Jacopo Mondi |
2019-11-20 | libcamera: controls: Make ControList constructor public | Laurent Pinchart |
2019-11-20 | libcamera: controls: Make ControlId constructor public | Jacopo Mondi |
2019-11-20 | libcamera: controls: Add move constructor to ControlInfoMap | Laurent Pinchart |
2019-11-20 | libcamera: controls: Index ControlList by unsigned int | Laurent Pinchart |
2019-11-20 | libcamera: controls: Add operator== and operator!= to ControlRange | Laurent Pinchart |
2019-11-20 | libcamera: controls: Avoid exception in ControlInfoMap count() and find() | Laurent Pinchart |
2019-11-20 | test: controls: Add ControlInfoMap test | Laurent Pinchart |
2019-11-20 | test: Extract CameraTest class out of camera tests to libtest | Laurent Pinchart |
2019-11-20 | libcamera: pipeline: Drop forward declaration of BufferPool | Niklas Söderlund |
2019-11-20 | cam: Store camera as shared pointer everywhere | Niklas Söderlund |
2019-11-20 | libcamera: pipeline_handler: Do not use argument as local variable | Niklas Söderlund |
2019-11-20 | libcamera: v4l2_videodevice: Simplify error checking for requestBuffers() | Niklas Söderlund |
2019-11-20 | cam: BufferWriter: Use the libcamera namespace | Niklas Söderlund |
2019-11-19 | libcamera: camera: Remove explicit stream to buffer map in requestCompleted s... | Niklas Söderlund |
2019-11-19 | libcamera: buffer: Drop friend statement | Niklas Söderlund |
2019-11-19 | libcamera: buffer: Plane: Drop friend statement | Niklas Söderlund |
2019-11-19 | libcamera: buffer: Drop forward declaration of BufferPool | Niklas Söderlund |
2019-11-18 | libcamera: Fix compilation with uClibc and uClibc-ng | Laurent Pinchart |
2019-11-18 | README: Simplify a bit the build instructions | Ezequiel Garcia |
2019-11-18 | libcamera: Remove space between empty curly brackets | Laurent Pinchart |
2019-11-08 | libcamera: Remove unneeded semicolons | Laurent Pinchart |
2019-10-30 | android: Replace ThreadRPC with blocking method call | Jacopo Mondi |
2019-10-29 | test: object-invoke: Invoke method in blocking mode | Jacopo Mondi |
2019-10-29 | libcamera: object: Add connection type parameter to invokeMethod() | Jacopo Mondi |
2019-10-29 | libcamera: object: Use bound method activePack() for invokeMethod() | Laurent Pinchart |
2019-10-29 | libcamera: signal: Specify connection type for signals | Laurent Pinchart |
2019-10-29 | libcamera: bound_method: Support connection types | Laurent Pinchart |
2019-10-29 | libcamera: bound_method: Store connection type in BoundMethodBase | Laurent Pinchart |
2019-10-29 | libcamera: bound_method: Define connection type for method invocation | Jacopo Mondi |
2019-10-28 | libcamera: Add Semaphore class | Laurent Pinchart |
2019-10-28 | libcamera: Switch PixelFormat to DRM FourCC values | Jacopo Mondi |
2019-10-28 | libcamera: v4l2_videodevice: Add PixelFormat conversion | Jacopo Mondi |
2019-10-28 | libcamera: stream: Use the newly defined PixelFormat | Jacopo Mondi |