home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / libschroedinger-1.0-0 / README < prev    next >
Encoding:
Text File  |  2010-03-04  |  1.7 KB  |  58 lines

  1.  
  2. Schroedinger
  3. ============
  4.  
  5. Schroedinger (or "schro" for short) is an implementation of the
  6. Dirac and SMPTE VC-2 video compression specification.  Dirac was
  7. developed by BBC Research & Development (http://www.bbc.co.uk/rd/)
  8. as an open technology with open licensing.
  9.  
  10.  
  11. Schroedinger is the C library implementing video encoding and
  12. decoding.  Most end users will want to use an application that
  13. uses the Schroedinger library for encoding and decoding Dirac
  14. streams.  A few such applications are Totem, VLC, and Mplayer.
  15. In addition, media frameworks such as GStreamer and decoding
  16. libraries such as ffmpeg can be configured to use Schroedinger
  17. either internally or via plugins.
  18.  
  19.  
  20. Schroedinger requires Orc (the Oil Runtime Compiler) in order to
  21. processing.  Orc is a library that generates SIMD code at runtime
  22. based on simple rules and configurable parameters.  Information
  23. about Orc can be found here:
  24.  
  25.   http://code.entropywave.com/projects/orc/
  26.  
  27.  
  28. Schroedinger uses pkg-config both for finding Orc, and for allowing
  29. other build systems to find it.  If you are having trouble with
  30. configure scripts not finding Orc or Schroedinger, you probably need
  31. to set the PKG_CONFIG_PATH environment variable (substitute /usr/local
  32. as necessary):
  33.  
  34.   export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
  35.  
  36.  
  37. Schroedinger has a mailing list:
  38.  
  39.   https://lists.sourceforge.net/lists/listinfo/schrodinger-devel
  40.  
  41.   (Note that this is spelled with just an "o" instead of "oe" or
  42.    o-umlaut "├╢".)
  43.  
  44.  
  45. Web site:  http://diracvideo.org/
  46.  
  47. Download:  http://diracvideo.org/download/schroedinger/
  48.  
  49. Git repository:  http://diracvideo.org/git?p=schroedinger.git;a=summary
  50.  
  51. IRC Channel: #dirac at freenode.net
  52.  
  53. Bug tracking:  send mail.  bugzilla is down and not missed.
  54.  
  55. Maintainer: David Schleef <ds@entropywave.com>
  56.  
  57.  
  58.