README 959 B

12345678910111213141516171819202122232425262728293031323334
  1. Texas Instruments provides DSP algorithms for the OMAP 3 platform used in a
  2. number of devices like beagleboard and N900.
  3. The gst-dsp project aims to provide GStreamer elements to take advantage of
  4. those algorithms. The list includes video/image decoders and encoders.
  5. Unlike other similar projects there are no dependencies (no openmax, no
  6. libtidspbridge).
  7. The features include:
  8. * video decoding (MPEG-4, H.263, H.264, WMV)
  9. * video encoding (MPEG-4, H.263, H.264)
  10. * image encoding/decoding (JPEG)
  11. * zero-copy
  12. The advantages over other solutions are:
  13. * simpler code (5k vs 50k)
  14. * better performance (4x)
  15. == building ==
  16. There are no dependencies, so just type 'make'. If you are using an old version
  17. of TI's dspbrdige driver, do 'make DSP_API=0'.
  18. == tidsp ==
  19. You'll need a kernel with tidspbridge driver, the DSP firmware in /lib/dsp, and
  20. the DSP running a proper baseimage (baseimage.dof).
  21. See:
  22. http://omapzoom.org/wiki/L23.i3.8_Release_Notes