Difference between revisions of "Multimedia"

From eLinux.org
Jump to: navigation, search
(Alphabetize graphics list.)
(File:Robot64x64.png ELC2013 Tech Zone Contest)
 
(38 intermediate revisions by 16 users not shown)
Line 1: Line 1:
 +
==Introduction==
 
Here are some miscellaneous resources related to audio, video and graphics systems under Linux:
 
Here are some miscellaneous resources related to audio, video and graphics systems under Linux:
  
Line 12: Line 13:
  
 
Please see the CELF wiki for more information:
 
Please see the CELF wiki for more information:
[http://tree.celinuxforum.org/pubwiki/moin.cgi/AudioVideoGraphicsWorkingGroup Audio Video Graphics Working Group]
+
[http://www.celinuxforum.org/CelfPubWiki/AudioVideoGraphicsWorkingGroup Audio Video Graphics Working Group]
 +
 
 +
Some AVWG related [[Outdated pages]]
  
 
== DirectFB study ==
 
== DirectFB study ==
Line 30: Line 33:
 
*http://linuxconsole.sourceforge.net/fbdev/HOWTO/
 
*http://linuxconsole.sourceforge.net/fbdev/HOWTO/
 
*http://www.tldp.org/HOWTO/Framebuffer-HOWTO.html
 
*http://www.tldp.org/HOWTO/Framebuffer-HOWTO.html
 +
 +
 +
Stores the frame information in the videos ....
 +
 
====DirectFB====
 
====DirectFB====
 
*http://www.directfb.org/
 
*http://www.directfb.org/
 
*http://www.directfb.org/documentation/DirectFB_overview_V0.2.pdf
 
*http://www.directfb.org/documentation/DirectFB_overview_V0.2.pdf
====Gstreamer====
+
*[[DirectFB]]
*http://www.gstreamer.net/
+
====V4L2====
 +
*http://www.linuxtv.org/
 +
*http://www.linuxtv.org/downloads/video4linux/API/V4L2_API/spec-single/v4l2.html
 +
 
 +
====X11====
 +
*http://www.x.org/
 +
*[[X11]]
 
====NanoX====
 
====NanoX====
 
*http://www.microwindows.org/
 
*http://www.microwindows.org/
Line 41: Line 54:
 
*http://www.khronos.org/opengles/
 
*http://www.khronos.org/opengles/
 
====SDL====
 
====SDL====
*http://www.libsdl.org/
+
*http://www.libsdl.org/ immediate renderer library with very bare bones primitives like rectangle fill and blit. Since it exposes just framebuffer and few primitives, it's easy to port to different platforms, actually it was born as a way to port Windows games to Linux.
 +
====Cairo====
 +
*http://www.cairographics.org/ is an immediate renderer library that can do complex vector graphics, including matrix transforms. It runs on top of DirectFB, X11, memory buffers and more. It is the base of some toolkits like GTK and applications like Firefox.
 +
 
 +
====Clutter====
 +
*http://clutter-project.org/ is an object-oriented 3d canvas on top of OpenGL (or OpenGL-ES) with scene management. It is based on GLib/GObject and matches nicely GNOME platform. Many powerful Linux mobile devices will ship with Clutter-based intefaces in near future, like Intel's Moblin, Ubuntu Mobile and Maemo.
 +
====Enlightenment Foundation Libraries ([[EFL]])====
 +
[http://www.enlightenment.org/ The Enlightenment Foundation Libraries] contains Evas, an object-oriented 2d canvs on top of OpenGL/X11, XRender/X11, X11, FB, DirectFB, DirectDraw and more. It includes scene management and integrates with Ecore, matches nicely other EFL components like Edje. It's used by some media centers and the OpenMoko phone.
 +
See Gustavo Barbieri conference at Embedded Linux Conference Europe 2008, [http://tree.celinuxforum.org/CelfPubWiki/ELCEurope2008Presentations?action=AttachFile&do=get&target=Rich_GUI_without_pain.pdf slides] and [http://free-electrons.com/pub/video/2008/elce/elce2008-barbieri-rich-gui-without-pain.ogv video]. Gustavo's company, [http://profusion.mobi/ ProFUSION], offers services around EFL.
 +
 
 +
====Qt====
 +
*Qt is a crossplatform graphics toolkit with support for framebuffer and X. Has advanced animation capabilities using [http://doc.trolltech.com/4.5/graphicsview.html Graphics View] framework.
 +
 
 +
====Storyboard Suite (Storyboard Designer/Engine from Crank Software)====
 +
*http://www.cranksoftware.com/storyboard The Storyboard Suite from Crank Software provides a complete environment to design, develop and deploy embedded user interfaces across multiple rendering technologies (DirectFB, FBDev, SDL, OpenGL, OpenVG, ...), multiple operating systems (Linux, QNX, VxWorks, WinCE/Win32, ...) and multiple architectures (x86, ARM, PPC, SH, ...).  The Storyboard approach is unique in that it has been developed to incorporate content directly from graphic designers and deploy data bundles that are specifically optimized for each OS/CPU/Rendering technology set.
 +
 
 +
====GStreamer====
 +
*http://www.gstreamer.net/ is a open-source multimedia framework allowing the creation of multimedia applications by  assembling processing nodes (called elements) in a graph (called pipeline). The range of plugins available allow easy creation of playback applications, recorders, audio/video editors, streaming servers, visioconference system. The variety of plugins range from decoders, encoders, muxer, demuxers, network sources for a variety of protocols, hardware accelerated features (decoding, display, capture,..), video filters. Its low-level flexibility also makes it sometimes complex to use, but is assisted by several convenience plugins linke playbin, decodebin, camerabin making simple use-cases easy to use. It is built on top of GLib/GObject, making it easily portable to any new platform. It is being used in more and more in embedded devices due to the availability of quality LGPL plugins for various format support, support for lip-sync, support for network streaming, standard linux API, and easy wrapability of hardware devices like DSP-accelerated codecs.
 +
 
 +
====Xine====
 +
*http://xinehq.de/ is a playback media engine that handles most of the complexity for you. It's based on threads, so clock and synchronization are handled automatically. Note that this library is GPL licensed so your application must be GPL compatible to use it.
 +
 
 +
====MPlayer====
 +
*http://mplayerhq.hu/ it's not a library but an application, however it's controllable from other applications and it's used as media framework for some systems. It's GPL as well as xine, but since it's externally controlled you don't need to make your application GPL to use it.
 +
====Documentation====
 +
* Presentation [http://tree.celinuxforum.org/CelfPubWiki/ELCEurope2008Presentations?action=AttachFile&do=get&target=choosing-embedded-graphical-libraries.pdf Choosing embedded graphical libraries] held by Thomas Petazzoni at the ELCE 2008
  
 
=== Video in ===
 
=== Video in ===
 +
 +
 +
 +
 +
= '''V4L2 ELC Presentations''' =
 +
==Shifting Media App Development Into High Gear. ==
 +
'''Presenter:'''Helen Kolke, Collabora Ltd. <br>
 +
'''Summary:'''
 +
These slides cover the Classic V4L2 API which includes vivid driver <br>
 +
and Media API (extension) which includes Vimc Driver. <br>
 +
 +
* [[https://elinux.org/images/2/2c/Media-app-slides-koike-elc-2018  | [PDF] ]]  ELC 2018.
 +
 +
==2017 is the Year of the Linux Video Codec Drivers. ==
 +
'''Presenter:'''Laurent Pinchart, Ideas on Board <br>
 +
'''Summary:'''
 +
This presentation explains the reasons behind delayed support for video codecs <br>
 +
and the ways they can be implemented and used with free software and open APIs. <br>
 +
 +
* [[https://elinux.org/images/e/eb/Elc-20170223-v4l2-codec  | [PDF] ]] [[https://www.youtube.com/watch?v=Y5P8CE9RtFs | [VIDEO] ]] ELC 2017
 +
 +
==V4L2 & CEC Status Report. ==
 +
'''Presenter:'''Hans Verkuil, Cisco Systems Norway <br>
 +
'''Summary:'''
 +
This presentation provides all the information about the new drivers <br>
 +
in v4L2 Drivers and Upcoming V4L2 Drivers. <br>
 +
 +
* [[https://elinux.org/images/e/e1/Elc2017_0_verkuil  | [PDF] ]] [[https://www.youtube.com/watch?v=mzQJ6eb2Q8Y| [VIDEO] ]] ELC 2017
 +
 +
==V4L2 on Steroids: The Request API ==
 +
'''Presenter:'''Laurent Pinchart <br>
 +
'''Summary:'''
 +
This presentations explains  the design of the Request API and how to use <br>
 +
it in both applications and drivers. The focus will be put on two major use <br>
 +
cases, 2D hardware composers and Android camera HAL v3 implementation. <br>
 +
 +
* [[https://elinux.org/index.php?title=Special:Upload&wpDestFile=Pinchart  | [PDF] ]] [[https://youtu.be/k4hup25NBZQ | [VIDEO] ]] ELC 2016
 +
 +
==HDMI CEC: What? Why? How? ==
 +
'''Presenter:'''Hans Verkuil, Cisco Systems Norway <br>
 +
'''Summary:'''
 +
This Presentation includes a short introduction of the upcoming CEC <br>
 +
framework and the utilities that use it. <br>
 +
 +
* [[https://elinux.org/images/d/d9/Verkuil  | [PDF] ]] [[https://youtu.be/TOS_6Lg9aIg | [VIDEO] ]] ELC 2016.
 +
 +
==Maximize the Performance of HTML5 Video in RPi2==
 +
'''Presenter:'''Gwang Yoon Hwang, Igalia <br>
 +
'''Summary:'''
 +
This presentation talks about lessons learnt while executing rendering <br>
 +
and composing pipeline of WebKitGTK+, WebKitForWayland, and GStreamerGL <br>
 +
using OpenMAX and OpenGL in RPi2 device. <br>
 +
 +
* [[https://youtu.be/Gtmd2qlrwQc  | [VIDEO] ]]  ELC 2016
 +
 +
==Testing Video4Linux Applications and Drivers ==
 +
'''Presenter:'''Hans Verkuil <br>
 +
'''Summary:'''
 +
This presentation covers the  V4L2 compliance driver testing, <br>
 +
Qt test application and Test Drivers Cropping <br>
 +
 +
* [[https://elinux.org/images/0/0a/Testing_Video4Linux_Applications_and_Drivers  | [PDF] ]]  ELC 2015.
 +
 +
==Hardware Accelerated Video Streaming with V4L2. ==
 +
'''Presenter:'''Hardware Accelerated Video Streaming with V4L2. <br>
 +
'''Summary:'''
 +
This presentation gives introduction of Simple V4L2 applications and  V4L2 application <br>
 +
using OpenGL  as well vendor specific features. <br>
 +
 +
* [[https://elinux.org/images/1/13/Gabrielhuau  | [PDF] ]]  ELC 2014.
 +
 +
== An Introduction to the Video4Linux Framework. ==
 +
'''Presenter:''': Hans Verkuil, Cisco Systems Norway <br>
 +
'''Summary:'''
 +
These slides cover the V4L2 Framework, V4L2 PCI Skeleton Driver Control <br>
 +
Framework and Features of the Skeleton Driver. <br>
 +
 +
* [[https://elinux.org/images/8/89/V4l2-frameworks_0  | [PDF] ]]  ELC 2014
 +
 +
==Optimizing GStreamer Video Plugins: A Case Study with Renesas SoC Platform.==
 +
'''Presenter:'''Katsuya Matsubara, IGEL Co.Ltd <br>
 +
'''Summary:'''
 +
These slides cover the case study with Remesas SoC Platform for Optimizing GStreamer <br>
 +
Video Plugins and also contains the optimizing the video monitoring. <br>
 +
 +
* [[https://youtu.be/fCfuptSMYss  | [PDF] ]]  ELC 2013.
 +
 +
==Video4linux: Progress, New videobuf2 Framework and the Future.==
 +
'''Presenter:'''Hans Verkuil (Cisco) <br>
 +
'''Summary:'''
 +
This presentation provides information about external video and audio <br>
 +
codecs are linked to Stagefright through OpenMAX IL. <br>
 +
 +
* [[https://elinux.org/images/0/01/Elc2011_verkul.odp  | [PDF] ]]  ELC 2011
 +
 +
==Bringing up HDMI Display for OMAP4 Panda Board - Design, Challenges and Lessons Learned. ==
 +
'''Presenter:'''Mythri pk <br>
 +
'''Summary:'''
 +
This Presentation Provide information about the high level software, <br>
 +
audio data path, video data path,OMAP4 HDMI hardware and Use case of HDMI Hot-plug Enable. <br>
 +
 +
* [[https://elinux.org/images/8/8e/HDMI_ELC_mythripk  | [PDF] ]]  ELC 2011
 +
 +
 +
==Recent Developments in Open Video Technology.==
 +
'''Presenter:'''David Schleef <br>
 +
'''Summary:'''
 +
This presentation provides the information of Recent Developments in <br>
 +
open video technology and use of Open Video Technology.<br>
 +
 +
* [[https://elinux.org/images/0/09/David-Schleef-CELF2010.pdf  | [PDF] ]]  ELC 2010
 +
 +
== A Linux multimedia framework for SH-Mobile processors.==
 +
'''Presenter:'''Conrad Parker <br>
 +
'''Summary:'''
 +
These slides cover the working of VPU: Video Processing Unit and VOU: Video Output, <br>
 +
Sound I/O I USB and related Linux Kernel interfaces required for inter-operation. <br>
 +
 +
* [[https://elinux.org/images/7/78/Elc-shmobile-multimedia.article.pdf  | [PDF] ]]  ELC 2009
 +
 +
== Video4Linux: What about Output? ==
 +
'''Presenter:'''Matthew Porter <br>
 +
'''Summary:'''
 +
These slides cover the video capture drives under a unified interface and usually <br>
 +
considered as a video capture framework- Cameras, TV tuners and radio. <br>
 +
 +
* [[https://www.elinux.org/images/5/59/Elc09_mattporter_v4l.pdf | [PDF] ]]  ELC 2009
 +
 +
== Basic video editing on embedded devices using GStreamer.==
 +
'''Presenter:'''Christian F.K. Schaller <br>
 +
'''Summary:'''
 +
This presentation provides the overview of gstreaer, <br>
 +
whats new since last year and multimedia framework. <br>
 +
 +
* [[https://elinux.org/images/5/5a/Celinux-sanfran-gstreamer.ppt  | [PDF] ]]  ELC 2009
 +
 +
==Framework for digital camera in Linux.==
 +
'''Presenter:''': Dongsoo Kim, HeungJun Kim <br>
 +
'''Summary:'''
 +
This presentation provides information of the new V4L2 APIs for digital camera <br>
 +
lens control, object recognition and abstract work flow of switching camera <br>
 +
 +
* [[http://Framework_for_digital_camera_in_linux-in_detail.ppt  | [PDF] ]]  ELC 2009
 +
 +
==Adding Framebuffer support for Freescale SoCs.==
 +
'''Presenter:'''York Sun <br>
 +
'''Summary:'''
 +
This presentation introduces the Key Features of MPC8610 like Display <br>
 +
Interface Unit (DIU), DIU Modes of Operations, DIU: Pixel Structure, <br>
 +
Area Descriptors, Software Components used on MPC8610 HPCD. <br>
 +
 +
* [[https://elinux.org/images/b/be/Adding_Framebuffer_support_to_Freescale_SoCs_York_Sun.ppt | [PDF] ]] ELC 2008.
 +
 +
==Video Clip Player – Philips Nexperia™ PNX0106 and Linux based platform.==
 +
'''Presenter:'''Armin Gerritsen<br>
 +
'''Summary:'''
 +
This presentation covers the introduction of Video Clip Player, <br>
 +
followed by System Overview and Use Cases. in addition to vide <br>
 +
software architecture in Linux. It also covers Framebuffer <br>
 +
Implementation ,VoIP application and its prototyping on Linux <br>
 +
 +
* [[https://elinux.org/images/5/53/CELF-ELC_VideoClipPlayer  | [PDF] ]]  ELC 2006.
 +
 
====V4L[2]====
 
====V4L[2]====
 
*http://www.kernel.org/ (1) KD26/video4linux
 
*http://www.kernel.org/ (1) KD26/video4linux
*http://bytesex.org/v4l/
+
*http://www.linuxtv.org
 +
*http://www.linuxtv.org/downloads/video4linux/API/V4L2_API/spec-single/v4l2.html
 +
 
 
====OpenML====
 
====OpenML====
 
*http://www.khronos.org/openml/  
 
*http://www.khronos.org/openml/  
Line 61: Line 264:
 
====OpenAL====
 
====OpenAL====
 
*http://www.openal.org/
 
*http://www.openal.org/
 +
====PulseAudio====
 +
*http://pulseaudio.org PulseAudio is a multi-platform sound server which brings a lot of cool features to Linux sound. Why you want to use it for for embedded systems (besides having support for cool stuff like bluetooth audio, apple airport etc) is described here: http://0pointer.de/blog/projects/pulse-glitch-free.html
  
 
=== Users of AVG ===
 
=== Users of AVG ===
Line 108: Line 313:
 
'''Note (1)''' - KD26 refers to the [http://www.kernel.org/pub/linux/kernel/v2.6/ Linux 2.6.X kernel] tree, which has a "Documentation" sub-directory.
 
'''Note (1)''' - KD26 refers to the [http://www.kernel.org/pub/linux/kernel/v2.6/ Linux 2.6.X kernel] tree, which has a "Documentation" sub-directory.
  
[[Category:Multimedia| ]]
+
[[Category:Multimedia]]
 +
[[Category:CE Linux Working Groups]]

Latest revision as of 16:58, 24 August 2023

Contents

Introduction

Here are some miscellaneous resources related to audio, video and graphics systems under Linux:

Also see the section on User Interfaces.

CELF 2.0 Specification for AVG

(more like a set of recommendations rather than a specification)


Audio Video Working Group

Please see the CELF wiki for more information: Audio Video Graphics Working Group

Some AVWG related Outdated pages

DirectFB study

What is DirectFB, How Does DirectFB Work

DirectFB

Sample Implementation of DirectFB on an embedded Linux platform

Porting DirectFB

Some DirectFB benchmark on embedded Linux platform

Benchmark DirectFB

Related Projects

Graphics/Video out

Framebuffer


Stores the frame information in the videos ....

DirectFB

V4L2

X11

NanoX

OpenGL (OpenML)

SDL

  • http://www.libsdl.org/ immediate renderer library with very bare bones primitives like rectangle fill and blit. Since it exposes just framebuffer and few primitives, it's easy to port to different platforms, actually it was born as a way to port Windows games to Linux.

Cairo

  • http://www.cairographics.org/ is an immediate renderer library that can do complex vector graphics, including matrix transforms. It runs on top of DirectFB, X11, memory buffers and more. It is the base of some toolkits like GTK and applications like Firefox.

Clutter

  • http://clutter-project.org/ is an object-oriented 3d canvas on top of OpenGL (or OpenGL-ES) with scene management. It is based on GLib/GObject and matches nicely GNOME platform. Many powerful Linux mobile devices will ship with Clutter-based intefaces in near future, like Intel's Moblin, Ubuntu Mobile and Maemo.

Enlightenment Foundation Libraries (EFL)

The Enlightenment Foundation Libraries contains Evas, an object-oriented 2d canvs on top of OpenGL/X11, XRender/X11, X11, FB, DirectFB, DirectDraw and more. It includes scene management and integrates with Ecore, matches nicely other EFL components like Edje. It's used by some media centers and the OpenMoko phone. See Gustavo Barbieri conference at Embedded Linux Conference Europe 2008, slides and video. Gustavo's company, ProFUSION, offers services around EFL.

Qt

  • Qt is a crossplatform graphics toolkit with support for framebuffer and X. Has advanced animation capabilities using Graphics View framework.

Storyboard Suite (Storyboard Designer/Engine from Crank Software)

  • http://www.cranksoftware.com/storyboard The Storyboard Suite from Crank Software provides a complete environment to design, develop and deploy embedded user interfaces across multiple rendering technologies (DirectFB, FBDev, SDL, OpenGL, OpenVG, ...), multiple operating systems (Linux, QNX, VxWorks, WinCE/Win32, ...) and multiple architectures (x86, ARM, PPC, SH, ...). The Storyboard approach is unique in that it has been developed to incorporate content directly from graphic designers and deploy data bundles that are specifically optimized for each OS/CPU/Rendering technology set.

GStreamer

  • http://www.gstreamer.net/ is a open-source multimedia framework allowing the creation of multimedia applications by assembling processing nodes (called elements) in a graph (called pipeline). The range of plugins available allow easy creation of playback applications, recorders, audio/video editors, streaming servers, visioconference system. The variety of plugins range from decoders, encoders, muxer, demuxers, network sources for a variety of protocols, hardware accelerated features (decoding, display, capture,..), video filters. Its low-level flexibility also makes it sometimes complex to use, but is assisted by several convenience plugins linke playbin, decodebin, camerabin making simple use-cases easy to use. It is built on top of GLib/GObject, making it easily portable to any new platform. It is being used in more and more in embedded devices due to the availability of quality LGPL plugins for various format support, support for lip-sync, support for network streaming, standard linux API, and easy wrapability of hardware devices like DSP-accelerated codecs.

Xine

  • http://xinehq.de/ is a playback media engine that handles most of the complexity for you. It's based on threads, so clock and synchronization are handled automatically. Note that this library is GPL licensed so your application must be GPL compatible to use it.

MPlayer

  • http://mplayerhq.hu/ it's not a library but an application, however it's controllable from other applications and it's used as media framework for some systems. It's GPL as well as xine, but since it's externally controlled you don't need to make your application GPL to use it.

Documentation

Video in

V4L2 ELC Presentations

Shifting Media App Development Into High Gear.

Presenter:Helen Kolke, Collabora Ltd.
Summary: These slides cover the Classic V4L2 API which includes vivid driver
and Media API (extension) which includes Vimc Driver.

2017 is the Year of the Linux Video Codec Drivers.

Presenter:Laurent Pinchart, Ideas on Board
Summary: This presentation explains the reasons behind delayed support for video codecs
and the ways they can be implemented and used with free software and open APIs.

V4L2 & CEC Status Report.

Presenter:Hans Verkuil, Cisco Systems Norway
Summary: This presentation provides all the information about the new drivers
in v4L2 Drivers and Upcoming V4L2 Drivers.

V4L2 on Steroids: The Request API

Presenter:Laurent Pinchart
Summary: This presentations explains the design of the Request API and how to use
it in both applications and drivers. The focus will be put on two major use
cases, 2D hardware composers and Android camera HAL v3 implementation.

HDMI CEC: What? Why? How?

Presenter:Hans Verkuil, Cisco Systems Norway
Summary: This Presentation includes a short introduction of the upcoming CEC
framework and the utilities that use it.

Maximize the Performance of HTML5 Video in RPi2

Presenter:Gwang Yoon Hwang, Igalia
Summary: This presentation talks about lessons learnt while executing rendering
and composing pipeline of WebKitGTK+, WebKitForWayland, and GStreamerGL
using OpenMAX and OpenGL in RPi2 device.

Testing Video4Linux Applications and Drivers

Presenter:Hans Verkuil
Summary: This presentation covers the V4L2 compliance driver testing,
Qt test application and Test Drivers Cropping

Hardware Accelerated Video Streaming with V4L2.

Presenter:Hardware Accelerated Video Streaming with V4L2.
Summary: This presentation gives introduction of Simple V4L2 applications and V4L2 application
using OpenGL as well vendor specific features.

An Introduction to the Video4Linux Framework.

Presenter:: Hans Verkuil, Cisco Systems Norway
Summary: These slides cover the V4L2 Framework, V4L2 PCI Skeleton Driver Control
Framework and Features of the Skeleton Driver.

Optimizing GStreamer Video Plugins: A Case Study with Renesas SoC Platform.

Presenter:Katsuya Matsubara, IGEL Co.Ltd
Summary: These slides cover the case study with Remesas SoC Platform for Optimizing GStreamer
Video Plugins and also contains the optimizing the video monitoring.

Video4linux: Progress, New videobuf2 Framework and the Future.

Presenter:Hans Verkuil (Cisco)
Summary: This presentation provides information about external video and audio
codecs are linked to Stagefright through OpenMAX IL.

Bringing up HDMI Display for OMAP4 Panda Board - Design, Challenges and Lessons Learned.

Presenter:Mythri pk
Summary: This Presentation Provide information about the high level software,
audio data path, video data path,OMAP4 HDMI hardware and Use case of HDMI Hot-plug Enable.


Recent Developments in Open Video Technology.

Presenter:David Schleef
Summary: This presentation provides the information of Recent Developments in
open video technology and use of Open Video Technology.

A Linux multimedia framework for SH-Mobile processors.

Presenter:Conrad Parker
Summary: These slides cover the working of VPU: Video Processing Unit and VOU: Video Output,
Sound I/O I USB and related Linux Kernel interfaces required for inter-operation.

Video4Linux: What about Output?

Presenter:Matthew Porter
Summary: These slides cover the video capture drives under a unified interface and usually
considered as a video capture framework- Cameras, TV tuners and radio.

Basic video editing on embedded devices using GStreamer.

Presenter:Christian F.K. Schaller
Summary: This presentation provides the overview of gstreaer,
whats new since last year and multimedia framework.

Framework for digital camera in Linux.

Presenter:: Dongsoo Kim, HeungJun Kim
Summary: This presentation provides information of the new V4L2 APIs for digital camera
lens control, object recognition and abstract work flow of switching camera

Adding Framebuffer support for Freescale SoCs.

Presenter:York Sun
Summary: This presentation introduces the Key Features of MPC8610 like Display
Interface Unit (DIU), DIU Modes of Operations, DIU: Pixel Structure,
Area Descriptors, Software Components used on MPC8610 HPCD.

Video Clip Player – Philips Nexperia™ PNX0106 and Linux based platform.

Presenter:Armin Gerritsen
Summary: This presentation covers the introduction of Video Clip Player,
followed by System Overview and Use Cases. in addition to vide
software architecture in Linux. It also covers Framebuffer
Implementation ,VoIP application and its prototyping on Linux

V4L[2]

OpenML

LinuxTV (DVB API)

Audio in/out

OSS

ALSA

OpenAL

PulseAudio

Users of AVG

Video Lan

Freevo

LinuxTV

MythTV

DVR

OpenPVR

Morphine.TV

Other

ARIB architecture

Boot Splash

Digital Home Working Group

Disko Framework

Free Type

UPnP

TV Anytime

TV Linux Alliance

Note (1) - KD26 refers to the Linux 2.6.X kernel tree, which has a "Documentation" sub-directory.