Helix Plugins: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
Line 81: Line 81:
=== Free Formats ===
=== Free Formats ===
These plugins are completely free.
These plugins are completely free.

|-
| hxsdp.so
|
|
|
|-
| hxxml.so
|
|
|


{| class="wikitable"
{| class="wikitable"
Line 90: Line 101:
|-
|-
| audplin.so
| audplin.so
|
|
|
|-
|-
| aufformat.so
| aufformat.so
|
|
|
|-
|-
| giffformat.so
| giffformat.so
Line 102: Line 119:
| renders GIF files
| renders GIF files
| image/gif
| image/gif

|-
|-
| jpgfformat.so
| jpgfformat.so
Line 136: Line 152:
| rtspclnt.so
| rtspclnt.so
| RTSP Client
| RTSP Client
|
|
|-
|-
| rtspfformat.so
| rtspfformat.so
| RTSP FileFormat
| RTSP FileFormat
|

|
|-
|-
| sdpplin.so
| sdpplin.so
|
|
|
|-
|-
| smlfformat.so
| smlfformat.so
Line 159: Line 181:
|-
|-
| tonerend.so
| tonerend.so
| tone renderer
|
|
|-
|-
| vorbisrend.so
| vorbisrend.so
Line 192: Line 217:
|-
|-
| cook.so
| cook.so
|

|
|
|-
|-
| drv1.so
| drv1.so
Line 205: Line 232:
|-
|-
| drvc.so
| drvc.so
|
|
|
|-
|-
| imgrender.so
| imgrender.so
Line 211: Line 241:
|-
|-
| ngtfformat.so
| ngtfformat.so
| Nugget file format
|
|
|-
|-
| raac.so
| raac.so
|
|
|-
|-
| ralf.so
| ralf.so
|
|
|
|-
|-
| ramfformat.so
| ramfformat.so
Line 222: Line 260:
|-
|-
| ramrender.so
| ramrender.so
| RAM renderer
|
|
| application/ram
| application/ram
|-
|-
| rarender.so
| rarender.so
| RealAudio renderer
| Real Audio Renderer
|
|
|-
|-
| rmfformat.so
| rmfformat.so
| Real Media File Format
| Real Media file format
|
|
|-
|-
| rpfformat.so
| rpfformat.so
| RealPix File Format
| RealPix file format
|
|
|
|
Line 267: Line 310:
|-
|-
| rv10.so
| rv10.so
|
|
|
|-
|-
| rv20.so
| rv20.so
|
|
|
|-
|-
| rv30.so
| rv30.so
|
|
|
|-
|-
| rv40.so
| rv40.so
|
|
|
|-
|-
| rvrender.so
| rvrender.so
Line 280: Line 335:
|-
|-
| sipr.so
| sipr.so
|
|
|
|-
|-
| smmrender.so
| smmrender.so
Line 307: Line 365:
| '''Description'''
| '''Description'''
| '''Mime'''
| '''Mime'''
|-
| amrff.so
| AMR file format
|
| audio/AMR
|-
|-
| amrn.so
| amrn.so
Line 320: Line 383:
| avc1.so
| avc1.so
| H.264 decoder front-end
| H.264 decoder front-end
|
|
|-
|-
| avifformat.so
| avifformat.so
| AVI file format
| AVI file format
|
|
|-
|-
| dmp4.so
| dmp4.so
| MP4 decoder
| MP4 decoder
|
|
|}
|
|-

| h263render.so

| H.263 renderer

|

|

|-

| h264dec.so

| H.264 decoder

|

|


|-
| hxsdp.so
|-
| hxxml.so
|-
|-
| i420render.so
| i420render.so
|
|
|
|-
|-
| imaprender.so
| imaprender.so
|-
| imgfformat.so
|
|
|
|
|

|-
|-
| mp3fformat.so
| MP3 file format
|
|
|-
| mp3metaff.so
| MP3 metadata file format
|
|
|-
| mp3render.so
| MP3 renderer
|
|
|-
| mp4arender.so
| MP4 Audio renderer
|
|
|-
| mp4fformat.so
| MP4 file format
|
|
|-
| mp4vrender.so
| MP4 video renderer
|
|
|-
| mpgfformat.so
| mpgfformat.so
|

|

|






|}
|}

Revision as of 14:42, 29 July 2008

Helix Plugins

The Helix Media engine uses a plugin system to provide an extensible framework. The purpose of this list is to describe in detail, the files that may be contained within a Watch & Listen bundle. This list may not be exhaustive but should contain most plugins.

All of the listed plugins are available under the GPL or RPSL. They can all be built from source available on HelixCommunity.org. However, not all plugins (codecs) are royalty free.

Engine

These plugins make up the helix engine. They all perform a specific function.

File Name Description License
authmgr.so Authentication manager
clbascauth.so
clntxres.so
colorcvt.so Color Converter Plugin contains functions for converting between different types of color formats (ie. YUV -> RGB)
httpfsys.so HTTP File System Plugin for dealing with files retrived via the HTTP protocol
hxplay.so HXPlay Python extensions for the helix media player GPL / RPSL
hxmedpltfm.so
hxmedplyeng.so
hxnetwksvc.so
memfsys.so Memory Filesystem Reads media stored in memory
rn5auth.so
smplfsys.so Simple Filesystem Plugin for reading files from the local filesystem
vidsite.so Video Site Plugin for handling video output. Handles both creating windows and video overlays.

File Formats, Renderers, and Codecs

"Codecs" in helix are broken into pieces to make a more extensible system.

  • File format plugins read a specific type of container file.
  • Renderer plugins decode a specific media format.
  • Encoder/Decoders are used by renderer plugins.

For any media format that you wish to support you must have plugins to read the container and render the format.

Free Formats

These plugins are completely free.

|- | hxsdp.so | | | |- | hxxml.so | | |

File Format Description Mime
audplin.so
aufformat.so
giffformat.so GIF File Format Reads GIF files image/gif
gifrender.so GIF Renderer renders GIF files image/gif
jpgfformat.so JPG File Format image/jpeg
jpgrender.so JPG Renderer image/jpeg
oggfformat.so OGG File format audio/ogg, video/ogg
pcmrend.so raw PCM renderer audio/L8 and audio/L16 audio/x-adpcm
pngfformat.so PNG File Format image/png
pngrender.so PNG Renderer image/png
rtspclnt.so RTSP Client
rtspfformat.so RTSP FileFormat
sdpplin.so
smlfformat.so SMIL file format application/smil
smlrender.so SMIL renderer application/smil
theorarend.so Theora Renderer video/x-theora+ogg
tonerend.so tone renderer
vorbisrend.so Vorbis Renderer audio/x-vorbis+ogg
wbmpfformat.so Wireless Bitmap Fileformat image/vnd.wap.wbmp
wbmprend.so Wireless Bitmap renderer image/vnd.wap.wbmp

Real Media Formats

These plugins are owned by Real Networks but may be distributed royalty free per an agreement with OLPC

File Format Description Mime
atrc.so Real Audio 8 High Bitrate Decoder audio/vnd.rn-realaudio
cook.so
drv1.so Real Video 1.0 decoder
drv2.so Real Video G2 decoder
drvc.so
imgrender.so Image Renderer contains png/gif/jpg formats, for use with realpix plugin.
ngtfformat.so Nugget file format
raac.so
ralf.so
ramfformat.so RAM File Format application/ram
ramrender.so RAM renderer application/ram
rarender.so RealAudio renderer
rmfformat.so Real Media file format
rpfformat.so RealPix file format
rpgifplin.so RealPix GIF Plugin image/gif
rpjpgplin.so RealPix JPG Plugin image/jpg
rppngplin.so RealPix PNG Plugin image/png
rprender.so RealPix Renderer image/vnd.rn-realpix
rtfformat.so RealText File Format text/vnd.rn-realtext
rtrender.so RealText Renderer text/vnd.rn-realtext
rv10.so
rv20.so
rv30.so
rv40.so
rvrender.so RealVideo Renderer video/vnd.rn-realvideo
sipr.so
smmrender.so Real Events Renderer

Non-Free Formats

These plugins are patented but may be distributed by RealNetworks

File Format Description Mime

Non-Distributable Formats

These plugins have royalties associated with them and may not be distributed. To obtain these plugins you must build them from source code yourself. Please note that even if you have built the codecs from sourcecode you may still be in violation of patents.

File Format Description Mime
amrff.so AMR file format audio/AMR
amrn.so AMR-NB decoder audio/AMR
amrw.so AMR-WB decoder audio/AMR
avc1.so H.264 decoder front-end
avifformat.so AVI file format
dmp4.so MP4 decoder
h263render.so H.263 renderer
h264dec.so H.264 decoder
i420render.so
imaprender.so
mp3fformat.so MP3 file format
mp3metaff.so MP3 metadata file format
mp3render.so MP3 renderer
mp4arender.so MP4 Audio renderer
mp4fformat.so MP4 file format
mp4vrender.so MP4 video renderer
mpgfformat.so