News & Blog

News, Events & Blogs

News & Blog

The latest from our Open Source experts

Search the newsroom

GStreamer support for the RIST Specification

April 09, 2019 by Nicolas Dufresne  |   News & Events

Collabora contributes elements implementing the RIST Simple Profile to GStreamer. This specification adds retransmissions to RTP streams in a way that it compatible with existing broadcast encoders and decoders.

GStreamer support for the RIST Specification

An eBPF overview, part 1: Introduction

April 05, 2019 by Adrian Ratiu  |   Blog

Interested in learning more about low-level specifics of the eBPF stack? Read on as we take a deep dive, from its VM mechanisms and tools, to running traces on remote, resource-constrained embedded devices.

An eBPF overview, part 1: Introduction

Running Android next to Wayland

April 01, 2019 by Robert Foss  |   Blog

It's now possible to run Android applications in the same graphical environment as regular Wayland Linux applications with full 3D acceleration. Here's a look at SPURV, our experimental containerized Android environment.

Running Android next to Wayland

Linaro Connect meets Panfrost

March 29, 2019 by Mark Filion  |   News & Events

Next week, Collaborans will be in Bangkok, Thailand, to participate in the 25th edition of Linaro Connect, a gathering of the world's leading open source engineers working on Arm. Tomeu Vizoso and Gustavo Padovan will be in attendance to present Panfrost.

Linaro Connect meets Panfrost

Modern USB gadget on Linux & how to integrate it with systemd (Part 2)

March 27, 2019 by Andrzej Pietrasiewicz  |   Blog

In the previous post I introduced you to the subject of USB gadgets implemented as machines running Linux. In this post, we look at how to implement your very own USB function with FunctionFS and how to integrate that with systemd.

Modern USB gadget on Linux & how to integrate it with systemd (Part 2)

Bootstraping a minimal Arch Linux image

March 20, 2019 by André Almeida  |   Blog

In this tutorial, we'll look at how to create a functional and simple Arch Linux virtual machine image, that can have network access, display graphical windows and share a folder with the host.

Bootstraping a minimal Arch Linux image

Introducing: Monado

March 18, 2019 by Jakob Bornecrantz  |   News & Events

Following the release of the OpenXR 0.90 Provisional Specification by The Khronos Group, Collabora is proud to announce Monado, an open source implementation of the newly released OpenXR spec.

Introducing: Monado

European R-Car Consortium Forum 2019

March 13, 2019 by Mark Filion  |   News & Events

Tomorrow, March 14, Collabora will be in Düsseldorf, Germany, to take part and exhibit at the second edition of the Renesas European R-Car Consortium Forum!

European R-Car Consortium Forum 2019

An overview of the Panfrost driver

March 13, 2019 by Robert Foss  |   Blog

During the past few months significant progress has been made on the Open Source Arm Mali GPU driver front, culminating in the Panfrost driver targeting Mali T and G-series of GPUs being available now.

An overview of the Panfrost driver

Quick hack: Raspberry Pi meets Linux kernel mainline

March 12, 2019 by Helen Koike  |   Blog

With just a few simple steps, you can compile and boot a Raspberry Pi using the Linux kernel mainline source code. Here's how.

Quick hack: Raspberry Pi meets Linux kernel mainline

Linux Kernel 5.0

March 06, 2019 by Gaël Portay  |   News & Events

The first major release of Linux for the year 2019 was made available earlier this week, and with it came a new version number: 5.0. Here's a look at contributions made by Collaborans!

Linux Kernel 5.0

News from the Debian Cloud Team

March 05, 2019 by Lucas Kanashiro  |   Blog

Since the last Debian release, a number of changes have been made in the Debian Cloud Team, both on the technical & organisational level within the community. Here's a look at what's in store for Buster!

News from the Debian Cloud Team

Android: NXP i.MX6 Buffer Modifier Support

June 05, 2017 by Robert Foss  |   Blog

GPUs like Intel and Vivante support storing contents of graphical buffers in different formats. Support for describing these formats using modifiers has now been added to Android and Mesa, enabling tiling artifact free running of Android on the iMX6 platform.

Android: NXP i.MX6 Buffer Modifier Support

Collabora contributions to GStreamer 1.12

May 04, 2017 by Olivier Crête  |   Blog

Along with the usual load of memory leaks, crashes and other bugs, Collabora's multimedia team once again contributed a number of improvements across a wide number of areas.

Collabora contributions to GStreamer 1.12

Android: Getting up and running on the iMX6

April 27, 2017 by Robert Foss  |   Blog

Getting Android up and running on the iMX6 platform using an open source graphics stack has been impossible up until recently, but now you can. Here's a guide through the steps.

Android: Getting up and running on the iMX6

Receiving an AES67 stream with GStreamer

April 25, 2017 by Olivier Crête  |   Blog

With GStreamer you can easily receive a AES67 stream, the standard which allows inter-operability between different IP based audio networking systems and transfers of live audio between profesionnal grade systems.

Receiving an AES67 stream with GStreamer

Quick hack: Changing the Android boot animation

April 21, 2017 by Robert Foss  |   Blog

If you're looking to change the Android boot animation to something other than the stock one, here's a hands-on guide to help you to do it.

Quick hack: Changing the Android boot animation

GStreamer 1.12: Intel Media SDK support and more

April 19, 2017 by Olivier Crête  |   Blog

With GStreamer 1.12's first release candidate out for testing and the final release expected soon, here's a brief preview of some of the (many) new features, bugfixes and improvements that will be arriving with this release.

GStreamer 1.12: Intel Media SDK support and more

Tracing user space and OS interactions

April 10, 2017 by Gabriel Krisman Bertazi  |   Blog

Like the bug that no one can solve, many issues occur on the interface between the user application and the operating system. But even in the good Open Source world, understanding what is happening at these interfaces is not always easy.

Tracing user space and OS interactions

Ubuntu rejoins the GNOME fold

April 05, 2017 by Daniel Stone  |   Blog

Today we all read the announcement of Ubuntu's decision to refocus on cloud and IoT activities, dropping Unity 8 to move back to a GNOME-based desktop for the 17.04 LTS.

Ubuntu rejoins the GNOME fold

Android: Enabling mainline graphics

March 29, 2017 by Robert Foss  |   Blog

Android uses the HWC API to communicate with graphics hardware. This API is not supported on the mainline Linux graphics stack, but by using drm_hwcomposer as a shim it now is.

Android: Enabling mainline graphics

Linux block I/O tracing

March 28, 2017 by Gabriel Krisman Bertazi  |   Blog

Like starting a car with the hood open, sometimes you need to run your program with certain analysis tools attached to get a full sense of what is going wrong – or right.

Linux block I/O tracing

GTK+ Hackfest 2017: D-Bus communication with containers

March 24, 2017 by Simon McVittie  |   Blog

At the GTK hackfest in London (which accidentally became mostly a Flatpak hackfest) I've mainly been looking into how to make D-Bus work better for app container technologies like Flatpak and Snap.

GTK+ Hackfest 2017: D-Bus communication with containers

Performance analysis in Linux

March 21, 2017 by Gabriel Krisman Bertazi  |   Blog

Modern CPUs implement a number of technologies that may affect application performance in unpredictable ways. Figuring out what is going wrong with an application can be a hard task, but it can become much easier with the correct analysis tools.

Performance analysis in Linux

Conformant open source support for Mali-G57

June 06, 2022 by Alyssa Rosenzweig  |   News & Events

Mali-G57 features in new MediaTek Chromebooks with the MT8192 and MT8195 system-on-chips. With Mesa 22.2 and an appropriate kernel, accelerated graphics will work out of the box on Linux on these laptops.

Conformant open source support for Mali-G57

Kernel 5.18: Milestones for the road ahead

June 02, 2022 by Dmitry Osipenko  |   News & Events

Released by Linus Torvalds on May 22 after a busy two-month development cycle, Linux kernel 5.18 brings new features and lights up new hardware. Let's take a look at the contributions made by our engineering team.

Kernel 5.18: Milestones for the road ahead

Finding the secret ingredient at Embedded and Kernel Recipes

May 26, 2022 by Kara Bembridge  |   News & Events

After a two-year hiatus, the City of Lights is shinning brightly again to welcome the community for a full week of engaging talks at Embedded Recipes and Kernel Recipes conferences.

Finding the secret ingredient at Embedded and Kernel Recipes

Talks of the town: Software engineering edition

May 17, 2022 by Kara Bembridge  |   News & Events

Less than a day away, May 18th looks to be a very busy time. With Live Embedded Event and Embedded Vision Summit taking place almost simultaneously, Collabora will be presenting four different talks!

Talks of the town: Software engineering edition

PipeWire: Bluetooth support status update

April 29, 2022 by Frederic Danis  |   News & Events

Over the last two years, Bluetooth® audio support has steadily grown in PipeWire and has become a featureful, stable, conformant, open source Bluetooth® audio stack implementation. Here's a look at where things stand.

PipeWire: Bluetooth support status update

SocketCAN x Kubernetes

April 27, 2022 by Jakub Piotr Cłapa  |   News & Events

Looking to use hardware-backed and virtual SocketCAN interfaces inside your Kubernetes Pods? A new device plugin now allows processes inside a pod to communicate with each other using the full Linux SocketCAN API.

SocketCAN x Kubernetes

Monado accepted in GSoC 2022!

April 06, 2022 by Frédéric Plourde  |   News & Events

Monado has been accepted for the first time as a mentoring organization for the 2022 Google Summer of Code (GSoC)! Collabora will be providing three mentors to support contributors who want to work on Monado-related projects.

Monado accepted in GSoC 2022!

Kernel 5.17: Solid & steady

March 31, 2022 by Sebastian Fricke  |   News & Events

While eastern Europe has experienced ghastly events that have shaken the world, the latest Linux kernel release could aptly be named "Solid & Steady." Here's a look at some of the contributions made by Collabora's kernel team.

Kernel 5.17: Solid & steady

School's back in session at Open Source 101

March 24, 2022 by Kara Bembridge  |   News & Events

Join us next week for Open Source 101, a one-day conference where we'll dive into the latest around FOSS virtual & augmented reality, and look at the implications of enabling automated testing upstream.

School's back in session at Open Source 101

Portable Linux gaming with the Steam Deck

March 01, 2022 by Simon McVittie  |   News & Events

Congratulations to Valve on the release of the Steam Deck, their new handheld gaming PC! With it comes a new release of SteamOS, complete with a brand new A/B design for seamless system updates.

Portable Linux gaming with the Steam Deck

New faces for new challenges

February 28, 2022 by Kara Bembrirdge  |   News & Events

As the globe still navigates the twists and turns of the times, Collabora can confidently say we've been steadily on the rise. We've added brand new members to our crew who are more than equipped to keep pace.

New faces for new challenges

GStreamer 1.20: Embedded & WebRTC lead the way

February 18, 2022 by Olivier Crête  |   News & Events

At the forefront of contributors for this latest release, our team's work focused on two areas in which we believe GStreamer shines the brightest: embedded systems, and network streaming, in particular WebRTC.

GStreamer 1.20: Embedded & WebRTC lead the way

Search the newsroom

Upcoming Events

Here are the events we'll be attending in the coming weeks – come say hello!

OpenXR Winter F2F

February 26-29, Seattle, WA, USA
 

Embedded World

April 9-11, Nuremberg, Germany

 

Featured Video

Open Since 2005 logo

We use cookies on this website to ensure that you get the best experience. By continuing to use this website you are consenting to the use of these cookies. To find out more please follow this link.

Collabora Ltd © 2005-2024. All rights reserved. Privacy Notice. Sitemap.