summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-26libcamera: Print backtrace on fatal errorsLaurent Pinchart
2019-11-26cam: options: Fix unitialized variable warningLaurent Pinchart
2019-11-25test: controls: control_list: Add status checkJacopo Mondi
2019-11-21meson: Really define _FORTIFY_SOURCE for optimised buildsLaurent Pinchart
2019-11-20libcamera: Fix typo related to serializationLaurent Pinchart
2019-11-20test: ipa: Add IPA wrappers testLaurent Pinchart
2019-11-20ipa: Allow short-circuiting the ipa_context_opsLaurent Pinchart
2019-11-20ipa: Declare the ipaCreate() function prototypeLaurent Pinchart
2019-11-20ipa: Switch to the plain C APIJacopo Mondi
2019-11-20ipa: Define a plain C APILaurent Pinchart
2019-11-20ipa: Pass ControlInfoMap references to IPAInterface::configure()Laurent Pinchart
2019-11-20test: Add control serialization testJacopo Mondi
2019-11-20libcamera: Add controls serializerLaurent Pinchart
2019-11-20test: Add ByteStreamBuffer testLaurent Pinchart
2019-11-20libcamera: Add ByteStreamBufferJacopo Mondi
2019-11-20ipa: Define serialized controlsJacopo Mondi
2019-11-20libcamera: buffer: Add const accessor to Buffer planesLaurent Pinchart
2019-11-20libcamera: v4l2_controls: Fix control range construction for boolLaurent Pinchart
2019-11-20libcamera: controls: Catch type mismatch in ControlInfoMapLaurent Pinchart
2019-11-20libcamera: controls: Store reference to the InfoMapJacopo Mondi
2019-11-20libcamera: controls: Make ControList constructor publicLaurent Pinchart
2019-11-20libcamera: controls: Make ControlId constructor publicJacopo Mondi
2019-11-20libcamera: controls: Add move constructor to ControlInfoMapLaurent Pinchart
2019-11-20libcamera: controls: Index ControlList by unsigned intLaurent Pinchart
2019-11-20libcamera: controls: Add operator== and operator!= to ControlRangeLaurent Pinchart
2019-11-20libcamera: controls: Avoid exception in ControlInfoMap count() and find()Laurent Pinchart
2019-11-20test: controls: Add ControlInfoMap testLaurent Pinchart
2019-11-20test: Extract CameraTest class out of camera tests to libtestLaurent Pinchart
2019-11-20libcamera: pipeline: Drop forward declaration of BufferPoolNiklas Söderlund
2019-11-20cam: Store camera as shared pointer everywhereNiklas Söderlund
2019-11-20libcamera: pipeline_handler: Do not use argument as local variableNiklas Söderlund
2019-11-20libcamera: v4l2_videodevice: Simplify error checking for requestBuffers()Niklas Söderlund
2019-11-20cam: BufferWriter: Use the libcamera namespaceNiklas Söderlund
2019-11-19libcamera: camera: Remove explicit stream to buffer map in requestCompleted s...Niklas Söderlund
2019-11-19libcamera: buffer: Drop friend statementNiklas Söderlund
2019-11-19libcamera: buffer: Plane: Drop friend statementNiklas Söderlund
2019-11-19libcamera: buffer: Drop forward declaration of BufferPoolNiklas Söderlund
2019-11-18libcamera: Fix compilation with uClibc and uClibc-ngLaurent Pinchart
2019-11-18README: Simplify a bit the build instructionsEzequiel Garcia
2019-11-18libcamera: Remove space between empty curly bracketsLaurent Pinchart
2019-11-08libcamera: Remove unneeded semicolonsLaurent Pinchart
2019-10-30android: Replace ThreadRPC with blocking method callJacopo Mondi
2019-10-29test: object-invoke: Invoke method in blocking modeJacopo Mondi
2019-10-29libcamera: object: Add connection type parameter to invokeMethod()Jacopo Mondi
2019-10-29libcamera: object: Use bound method activePack() for invokeMethod()Laurent Pinchart
2019-10-29libcamera: signal: Specify connection type for signalsLaurent Pinchart
2019-10-29libcamera: bound_method: Support connection typesLaurent Pinchart
2019-10-29libcamera: bound_method: Store connection type in BoundMethodBaseLaurent Pinchart
2019-10-29libcamera: bound_method: Define connection type for method invocationJacopo Mondi
2019-10-28libcamera: Add Semaphore classLaurent Pinchart