LinuxBSDnews

Posts Tagged ‘software’

Flumotion Media Server

June 4th, 2010 • Category: linux news

This is a press release from Fluendo announcing the launch of Flumotion Media Server and its own website.

This press release marks the official launch of the free software version of Flumotion. Flumotion is a streaming media server with a modern distributed design and advanced extensibility. Flumotion is being developed by Linux multimedia specialist Fluendo.

Flumotion is available for immediate download through the public website, http://www.flumotion.net/, including the full source code, which is licensed under the standard license of the free software world: the GPL.

Lightworks Goes Open Source?

April 21st, 2010 • Category: Software

The makers of the powerful video editing suite Lightworks have announced plans to “open source” the project. Lightworks is an award winning editor with impressive workflow capability and an intuitive interface, receiving high marks from professional and industry veterans. The software was recently used to edit movies including Shutter Island and Centurion. This decision to open development and release the source could finally open the doors to a studio-quality FOSS editing suite, but details are scarce.

Using OpenCL with Qt

April 7th, 2010 • Category: Software

Qt SoftwareRecently we have been experimenting with OpenCL and Qt, to see what Qt needs to make it easier to use OpenCL and to see what Qt could use it for internally.  In this post we are going to give an introduction to OpenCL, the QtOpenCL wrapper library, show how to write your first QtOpenCL program, and tell you where to get more information on the project.

What is OpenCL anyway? – For those new to it, OpenCL is an open, royalty-free standard for parallel programming in a heterogeneous computing environment. The most common use you’ve probably heard of is to run arbitrary C code on your system’s GPU. These days GPU’s are more powerful than CPU’s, having been designed to pump out hundreds of thousands of textured triangles per second in your favorite shoot-em-up video game.  To do this, the GPU has access to parallel vector processing that far exceeds the capability of x86/SSE or ARM/NEON instructions on your average CPU.

Turbocharge OpenOffice.org Writer with AuthorSupportTool

March 15th, 2010 • Category: Software

OpenOffice.orgAlthough OpenOffice.org is a competent productivity suite, you can add some nifty features to it using extensions. There are hundreds of nifty extensions available in the official extension repository. Some of them add a feature or two, while others take OpenOffice.org to a whole new level. The AuthorSupportTool (AST) extension belongs to the latter category. AST not just adds some random features to OpenOffice.org Writer, it dramatically enhances the word processor’s functionality, turning it into a powerful tool for working on research papers and complex documents.

Add cloud storage to OpenOffice.org with SMECloud

February 19th, 2010 • Category: Software,Tutorials/Tips

OpenOffice.orgCloud computing is all the rage these days. But while the idea of using your browser to access your applications and documents sounds like a great idea on paper, in practice there are all kinds of reasons to stick to your desktop software. Take OpenOffice.org, for example. None of the available Web-based word processors can compete with Writer when it comes to features and flexibility. But even if you don’t subscribe to the idea of ditching OpenOffice.org in favor of a Web-based productivity suite like Google Docs or Zoho Docs, you can still put some useful Web-based services to some practical use.

OpenOffice.org: The Need for Style

February 19th, 2010 • Category: Software,Tutorials/Tips

OpenOffice.orgOffice applications like OpenOffice.org can bring out the worst in people. The same people who wouldn’t dream of driving a car without a few lessons will start pounding away in a word processor as though it were a typewriter, ignoring basic features like styles and templates. In the end, they may produce the documents they want, but only with far more effort than is necessary. They might as well be pushing a car instead of turning the ignition key.

Nothing stops you if you really want to format manually, any more than anything prevents you from using the soles of your shoes to slow down a car instead of the brake. OpenOffice.org does nothing to stop you from indenting each new paragraph in Writer or setting each number format in a Calc cell on its own. For small, unusual documents, manual formatting may even be quicker.

Qt 4.6.2 for Maemo 5 released

February 15th, 2010 • Category: Software

Qt SoftwareThe latest version of Qt for the Maemo platform has been released. See the official announcement page. Note that since Moblin and Maemo have been merged to form a single platform, this could be the last release of Qt for Maemo. Don’t quote me on this, but that’s what I think. Watch the video demo of some of the new features below.

Internet Explorer’s dominant market share eroding

February 2nd, 2010 • Category: Software,privacy and licensing

IE logoRemember when Internet Explorer ruled the Web, to the tune of about 98% of the browser market share? Those were happy days for Internet Explorer. Until Firefox rose from the ashes of Netscape. Internet Explorer’s market share has been sliding ever since, and I think it got worse when Safari and then Google’s Chrome joined the browser market.

A new report shows that that slide has put Internet Explorer’s market share at just under 60%. That’s still a majority share, but nowhere near the 98% it used to be. The report by AT Internet Institute, a Web analytics and online intelligence outfit based in Mérignac France, shows that from June to December 2009, Internet Explorer lost about 3% of its market share in Europe. Within the same time period, Firefox gained 1.1%, Google’s Chrome 2%, and Safari just about 1%. Not major gains by the way, but they are not exactly standing still. The only well known browser that did not record any gains in market share was Opera. At 2.3%, its market share’s just .a tad higher than the 2.2% it recorded in the same time frame a year earlier.

KDE Gears Up to a Free Cloud

January 24th, 2010 • Category: Software,privacy and licensing

KDEDay 2 of Camp KDE kicked off with a bang when Frank Karlitschek announced the start of a significant new KDE project. The ownCloud initiative will complement the Social Desktop and Get Hot New Stuff efforts which are already dealing with social and collaborative data. Like those, the ownCloud initiative strives to combine the rich desktop interfaces made possible by the Qt and KDE libraries with the large amount of social information and data users are putting online.

Traditionally, a user has been limited to the data on the device he/she is using. Recently this has changed with the introduction of a variety of online services such as Last.fm, Pandora, Facebook and flickr – a significant portion of data is now in the cloud rather than local hosted. ownCloud will allow users more freedom in choosing and changing services, even in running their own hosted services.

Ask YouTube for Ogg support!

January 23rd, 2010 • Category: Software

Free Software FoundationPeople are voting for Google to offer HTML5/Ogg video support on YouTube, in Google’s own product ideas voting space.

This piece of Ogg activism is getting some traffic on identi.ca and Twitter right now. If you haven’t already, you should jump in.

YouTube is, obviously, the largest source of videos in the world by far, so keeping pressure on Google to support web standards and free formats (over proprietary formats like Flash) is really important.

Convert flash to Ogg with TinyOgg

January 14th, 2010 • Category: Software

TinyOggTinyOgg is a new Web application that makes it possible to “watch and listen to Flash-based videos without the need to Flash technology.” And it does this by first converting any flash video file to an Ogg (Theora) format. Ogg Theora is a “free and open video compression format from the Xiph.org Foundation”.

Qt Graphics and Performance – OpenGL

January 6th, 2010 • Category: Software

Introduction

Here’s the next instalment of the graphics performance blog series. We’ll begin by looking at some background about how OpenGL and QPainter work. We’ll then dive into how the two are married together in OpenGL 2 Paint Engine and finish off with some advice about how to get the best out of the engine. Enjoy!

Why OpenGL?

Before I dive into the OpenGL paint engine, I want to make sure we all understand the motivation for the OpenGL 2.0 paint engine. I’ve talked about this before in my article about hardware acceleration, but we still frequently get questions like “Why not implement a Direct2D paint engine?”.

LGPL-licensed Qt solutions released

March 12th, 2009 • Category: Software

Qt SoftwareQt software has released the first batch of Qt solutions licensed under the GNU Lesser General Public License (LGPL). According to the release announcement, this first batch will be followed in the coming weeks by the release of the full set of Qt components. The components that made it in this first batch are:

Free Software Office Suites, word processing, and spreadsheet applications

March 9th, 2009 • Category: Software

One of the advantages of using free and open source operating systems like Linux and BSD distros is that users have a wide range of applications to choose from. And we are not just talking about half-baked applications, but high quality software that rivals and in many cases are better than their proprietary equivalents. That holds true for the Office Suite category of applications (including standalone word processing and spreadsheet applications).

Copyright © • LinuxBSDos.com