The Bugfree Blog ;-)

A blog about anything related to engineering, proudly hosted on a Raspberry Pi.

Close Menu
Open Source Projects PiOmxTextures

Binaries for Hardware Accelerated Qt Multimedia Backend on Raspberry Pi

Binaries for Hardware Accelerated Qt Multimedia Backend on Raspberry Pi
December 26, 2014December 26, 2014

As someone still have troubles building PiOmxTextures, I prepared a little package that contains the binaries needed to make it run and have a look. In the past I tried[...]

Read Full Read Full
Open Source Projects PiOmxTextures

Updates on Hardware Accelerated Qt Multimedia Backend on Raspberry Pi (23.12.2014)

Updates on Hardware Accelerated Qt Multimedia Backend on Raspberry Pi (23.12.2014)
December 24, 2014December 24, 2014

As I see some are still working on the Pi, and someone asked to “port” to Qt 5.4.0, this is a small update to the Qt Multimedia Backend POC. This[...]

Read Full Read Full
Notes for Devs

Having Fun with OpenGL, Android and Hardware Decoding

Having Fun with OpenGL, Android and Hardware Decoding
October 11, 2014October 11, 2014
Featured Video Play Icon

OpenGL is a good technology, and playing around with it on Android can be real fun! 🙂 By streaming a video to texture it is possible to create interesting effects,[...]

Read Full Read Full
Notes for Devs

Qt on Linux i.MX 6

Qt on Linux i.MX 6
October 11, 2014October 11, 2014
Featured Video Play Icon

i.MX 6 is a good device. Qt runs pretty well on it. Also a plugin for hardware accelerated and zero-copy rendering seems to work pretty well. Simply building Qt for[...]

Read Full Read Full
Wonderland

Video with Animations on Android using VLC for software decoding

Video with Animations on Android using VLC for software decoding
September 22, 2014September 22, 2014
Featured Video Play Icon

Again, video with animations: this time video is demuxed and decoded using the awesome VLC library. VLC is provided buffers from Java that are then drawn on a view. The[...]

Read Full Read Full
Notes for Devs

Video with Animations on Raspberry Pi and A31s Compared

Video with Animations on Raspberry Pi and A31s Compared
June 7, 2014June 7, 2014
Featured Video Play Icon

For many uses, playing video while animations are running is pretty useful and it is also considerably stressful for the GPU. I therefore tested a couple of cheap chips with[...]

Read Full Read Full
Notes for Devs

A Tribute to Qt Portability :-)

A Tribute to Qt Portability :-)
May 22, 2014May 22, 2014
Featured Video Play Icon

The new ports of Qt to mobile systems like Android, iOS and WinRT are getting more and more reliable. I just wanted to have a look at the current stage[...]

Read Full Read Full
Notes for Devs

FFmpeg gstreamer plugin on Ubuntu 14.04

FFmpeg gstreamer plugin on Ubuntu 14.04
May 6, 2014May 6, 2014

EDIT 02.25.2015: It seems to be missing even in Ubuntu 14.10. But probably the quickest way to install is: I was trying to develop an application that uses gstreamer 0.10[...]

Read Full Read Full
Open Source Projects PiOmxTextures

Updates on Hardware Accelerated Qt Multimedia Backend on Raspberry Pi (4.15.2014)

Updates on Hardware Accelerated Qt Multimedia Backend on Raspberry Pi (4.15.2014)
April 15, 2014April 15, 2014

For those of you still working on this exciting subject, I did some new changes to PiOmxTextures and it still works pretty good. To have more information on PiOmxTextures refer[...]

Read Full Read Full
Notes for Devs

Installing Meld on Mac OS X

Installing Meld on Mac OS X
March 21, 2014March 21, 2014

I really don’t like FileMerge.app: I’ve always been feeling that Mac OS was missing a good tool like meld. Actually this turns out to be simply false: installing meld on[...]

Read Full Read Full
Open Source Projects

Comfortable Logcat Output on Linux and Mac OS

Comfortable Logcat Output on Linux and Mac OS
March 21, 2014March 21, 2014

Android’s logcat is really a brilliant tool for analysis and debugging. Unfortunately I really don’t like using it from Eclipse and using from the shell is not entirely comfortable, being[...]

Read Full Read Full
Open Source Projects

Export ratings to mp3 from the iTunes database with Qt and taglib

Export ratings to mp3 from the iTunes database with Qt and taglib
December 14, 2013December 14, 2013

I recently had some issues with iTunes and lost a few of the entries in the database. Maybe some little bug in iTunes, I don’t precisely know. Anyway, this led[...]

Read Full Read Full
Open Source Projects

Light Logging Facilities for Android/iOS/Linux/MacOS/Windows

Light Logging Facilities for Android/iOS/Linux/MacOS/Windows
September 12, 2013September 12, 2013

I don’t like to reinvent the wheel, and there are many logging codes out there, but still I couldn’t find what I wanted. Those were all either too complex or[...]

Read Full Read Full
Open Source Projects PiOmxTextures

A Sample to Use for Debugging and Testing Performance of the QtMultimedia Backend

A Sample to Use for Debugging and Testing Performance of the QtMultimedia Backend
August 14, 2013August 14, 2013
Featured Video Play Icon

In the github project for PiOmxTextures I recently uploaded also a sample player (tools/POCPlayer) that can be used for debugging and testing the performance. This is supposed to be a[...]

Read Full Read Full
Open Source Projects PiOmxTextures

Raspberry Pi Wheezy Image With OpenMAX-based Multimedia Backend

Raspberry Pi Wheezy Image With OpenMAX-based Multimedia Backend
August 8, 2013August 8, 2013

Please take into consideration that this firmware is based on an old firmware and an old PiOmxTextures version. As I see still someone has troubles building PiOmxTextures, I built a[...]

Read Full Read Full
Notes for Devs

Cross-building ICU for Applications on Embedded Devices

Cross-building ICU for Applications on Embedded Devices
May 26, 2013May 26, 2013

There are some pretty common libraries that come very handy in some situations when developing for common embedded systems like Android and iOS. One of this is the ICU library,[...]

Read Full Read Full
Open Source Projects PiOmxTextures

Hardware Accelerated QtMultimedia Backend for Raspberry Pi and OpenGL Shaders on Video

Hardware Accelerated QtMultimedia Backend for Raspberry Pi and OpenGL Shaders on Video
April 24, 2013April 24, 2013
Featured Video Play Icon

EDIT: This article is outdated. Refer to newer posts for properly working builds, instructions on how to build etc… In particular: “Using POT Builds” and “Build Procedure for PiOmxTextures“. EDIT:[...]

Read Full Read Full
Open Source Projects

Accelerated Video Decoding and Rendering in QML with Necessitas Qt 4 for Android

Accelerated Video Decoding and Rendering in QML with Necessitas Qt 4 for Android
April 19, 2013April 19, 2013
Featured Video Play Icon

Ok, I did this a couple of months ago but I just realized it might be of help to someone who is currently using Necessitas Qt4 for some project and[...]

Read Full Read Full
Notes for Devs

Raspberry Pi Wheezy Image With Qt and Wayland Support

Raspberry Pi Wheezy Image With Qt and Wayland Support
March 17, 2013March 17, 2013

According to what I read around, it should be possible to install some build of Qt 5 using apt on Raspberry by adding the Qt repo: read here. However, some[...]

Read Full Read Full
Notes for Devs

Bring up Qt 5 on Raspberry Pi with Wayland

Bring up Qt 5 on Raspberry Pi with Wayland
March 3, 2013March 3, 2013

Ok, I’ve been waiting to do this for quite some time but never had the time to actually do it. I tried this quickly twice but without success because of[...]

Read Full Read Full

Posts pagination

Previous page Page 1 … Page 4 Page 5 Page 6 Next page

Author Info
Acer (1) AI (1) Allwinner (2) Alma (1) Android (12) Android NDK (6) angular (4) AppImage (2) appimage-builder (1) ARM (2) ARM64 (1) AUR (1) B-Spline (2) Bezier (4) BLE (1) Bluetooth (2) C/C++ (20) cgrc (2) Chromium (1) CI (4) continuous integration (4) cross-build (6) Cygwin (2) docker (11) docker-mldonkey (5) docker-opevpn (1) docker-qt (3) docker-vnc-desktop (1) DVB-S (1) DVB-T (1) EGL (9) FEM (2) ffmpeg (7) Finite Element Method (2) FontAwesome (1) gcc (3) git (1) gitea (1) gitlab (3) gitlab-runner (1) gstreamer (1) Hardware-acceleration (1) Hardware-decoding (1) HTTP (2) i.MX 6 (1) ICU (1) IGA (8) Intel HD (1) iOS (5) Islam (1) Isogeometric Analysis (8) iTunes (1) jenkins (1) JNI (5) jquery (1) KDE (1) kernel (2) Lagrange Polynomials (1) Linux (21) linuxdeployqt (1) logcat (3) logging (3) lqobjectserializer (1) lqtutils (8) lxqt (1) MacBook (1) machine learning (1) Mac OS (5) macports (2) Manjaro (2) mediawiki (1) meld (1) mldonkey (6) mldonkey-next (6) Multimedia (46) Necessitas (2) Nexus (1) NURBS (2) nVidia (1) Objective-C++ (1) Octave (5) OpenGL (11) OpenMAX (36) openvpn (1) PhotoPrism (1) PiOmxTextures (33) Plasma (1) polr (1) Power Basis (1) procweb (1) QML (35) Qt (71) qt-dev (1) Qt6 (7) Qt Creator (4) QtMultimedia (41) QtWayland (2) QtWebEngine (7) QtWebKit (13) qzxing (1) Raspberry Pi (61) raspbian (10) requirejs (1) Rust (5) snapcraft (1) SQLCipher (1) Streaming (3) subversion (1) SVN (1) taglib (1) TypeScript (4) ubuntu (1) v4l2 (1) vc4 (1) VLC (2) vmware (1) vnc (1) Wayland (2) WebKit (6) Windows (2) Windows 8 (1) Windows Phone (1) WinRT (1) wordpress (2) xcode (1) xfce (2) Xubuntu (1) Yocto (1) YouTube (5)

Pages

  • Home
  • About Me
  • Approximation, Finite Elements and Isogeometric Analysis (with Matlab implementation)
  • Using POT Builds
  • Build Procedure for PiOmxTextures
  • Docker Images for Continuous Integration with Qt on Android and Linux
  • Docker Images for the mldonkey Service
  • MLdonkey wiki pages
  • FlashbackPrism – Revisit Today’s Photos from n Years Ago with PhotoPrism
  • mldonkey-next: modern client for mldonkey

Isogeometric Analysis

  • Isogeometric Analysis and Finite Element Method
  • Isogeometric Analysis: Bezier Curves and Surfaces in Octave and TypeScript
  • Isogeometric Analysis: B-spline Curves and Surfaces in Octave and TypeScript
  • Isogeometric Analysis: NURBS curves and surfaces in Octave and TypeScript
  • Isogeometric Analysis: Knot Insertion for NURBS
  • Isogeometric Analysis: Bézier Curves and Surfaces in Rust

Popular Posts

Recent Posts

  • mldonkey: HTTPS support April 20, 2025
  • mldonkey-next: bandwidth charts December 31, 2024
  • mldonkey-next: New Native Android and Linux Clients for mldonkey November 8, 2024
  • mldonkey-next: added log stream and system info August 16, 2024
  • Machine Learning: definitions August 14, 2024

Recent Comments

  • luca on Docker Image for Qt Development and Continuous Integration for Linux and Android
  • vdave007 on Docker Image for Qt Development and Continuous Integration for Linux and Android
  • luca on mldonkey: HTTPS support
  • Edu on mldonkey: HTTPS support
  • Ignacio Seijo on mldonkey: HTTPS support

Archive

  • 2025 (1)
  • 2024 (8)
  • 2023 (10)
  • 2022 (7)
  • 2021 (18)
  • 2020 (3)
  • 2019 (1)
  • 2018 (2)
  • 2017 (4)
  • 2016 (10)
  • 2015 (18)
  • 2014 (11)
  • 2013 (12)
  • 2012 (9)

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Scroll Up

The Bugfree Theme is a fork of Ultimate Blogger by Buywptemplate

Copyright (c) 2025 Luca Carlon. All rights reserved.