Moonlight Gets Generic GPU Video Acceleration

Posted by Michael Larabel on March 23, 2011

Miguel de Icaza, David Reveman, and their Novell team working on Mono/Moonlight began working on GPU acceleration support. This initial GPU acceleration support was largely focused on accelerating 3D transforms of objects -- just not videos, but all of the Silverlight content -- and other surfaces. They also landed a new rendering pipeline and other work. Pushed into Moonlight's Git repository today is more GPU acceleration work, but this time focusing upon optimizing Moonlight's engine for video rendering operations.

This video acceleration work in Moonlight, which makes Microsoft Silverlight content available under Linux and other non-Windows platforms, does not use VA-API, VDPAU, or any of the other Linux video acceleration APIs. It's a custon OpenGL shader-based solution.

Up to this point when handling video playback, Moonlight has converted H.264 video frames to YUV buffers, perform YUV to RGB conversions, scaled the frame (as an RGB bitmap) to the desired size, and then displayed the frame via transferring its contents through X. Thus it's very dependent upon the CPU and system memory.

With the just-committed GPU hardware accelerated video playback method, the H.264 video frame is still decoded to a YUV buffer by Moonlight, but then submitted directly to the graphics processor. There is then a custom OpenGL shader that's doing the pixel scaling/conversion. That transformed buffer is then composited using the new rendering pipeline already introduced in Moonlight 4.

Using this method, Moonlight is still doing the H.264 video decoding on the CPU, but the frames are being immediately offloaded to the GPU for the rest of the work. On the plus side, this should be quite portable with any OpenGL GPU/driver and does not depend upon any particular video API (VA-API, XvBA, X-Video, XvMC, VDPAU, etc) or Gallium3D state tracker.

For those not concerned with Microsoft Silverlight but the much more abundant Adobe Flash/SWF content, Gnash is carrying VA-API support, Lightspark is using an OpenGL engine (they've even debated having their own Gallium3D state tracker), and Adobe's official Flash Linux plug-in as of a few months back officially supports NVIDIA VDPAU and Broadcom's Crystal HD chipset. Intel VA-API support is forthcoming. Right now though for NVIDIA customers with the binary graphics driver, VDPAU with Flash works well.

This video acceleration work that was just pushed into their Git repository was mentioned on Miguel's blog.
Although native video playback solutions have been doing similar things for a while on Linux, we had to integrate this into the larger retained graphics system that is Moonlight. We might be late to the party, but it is now a hardware accelerated and smooth party.

And what does this looks like? It looks like heaven.

We were watching 1080p videos, running at full screen in David's office and it is absolutely perfect.

Discuss this article in our forums, IRC channel, or email the author. You can also follow our content via RSS and on social networks like Facebook, Identi.ca, and Twitter (@Phoronix and @MichaelLarabel). Subscribe to Phoronix Premium to view our content without advertisements, view entire articles on a single page, and experience other benefits.
Latest Hardware Reviews
  1. Sumo Lounge Emperor
  2. Gallium3D Continues Improving OpenGL For Older Radeon GPUs
  3. 15-Way Open vs. Closed Source NVIDIA/AMD Linux GPU Comparison
  4. Nouveau vs. NVIDIA Linux Comparison Shows Shortcomings
Latest Software Articles
  1. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
  2. AMD Radeon R600 GPU LLVM 3.3 Back-End Testing
  3. F2FS File-System Shows Regressions On Linux 3.10
  4. Previewing The Radeon Gallium3D Shader Optimizations
Latest Linux News
  1. Mageia 3 Released, Still Using Legacy GRUB
  2. NetBSD 6.1 Brings In More Features
  3. Using Six Monitors With AMD's Open-Source Linux Driver
  4. Benchmarking The Intel P-State, CPUfreq Changes
  5. FreeBSD Still Working On Next-Gen Package Manager
  6. DNF Still Advancing As Experimental Yum For Fedora
  7. Logitech Begins Supporting Linux Users
  8. Modern Intel Gallium3D Driver Still Being Toyed With
  9. Linux 3.10 Kernel Benchmarks On A Core i7 Laptop
  10. GCC 4.8.1 Compiler Due To Be Out Next Week
  11. Linux 3.10 Kernel Benchmarks For Intel Ivy Bridge
Latest Forum Talk
  1. Mageia 3 Released, Still Using Legacy GRUB
  2. Logitech Begins Supporting Linux Users
  3. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
  4. Kubuntu, KDE Has Little Hope For Ubuntu's Mir
  5. OpenSUSE Considers Replacing LXDE With E17
  6. Using Six Monitors With AMD's Open-Source Linux...
  1. Computers
  2. Display Drivers
  3. Graphics Cards
  4. Motherboards
  5. Peripherals
  6. Processors
  7. Software
  8. Operating Systems
  9. All Articles
  1. Linux Benchmarking
  2. OpenBenchmarking.org
  3. Phoronix Test Suite