README_ORIGINAL
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. Quicktime for Linux
  2. Author: Adam Williams    quicktime@altavista.net
  3. Homepage: heroinewarrior.com/quicktime
  4. Requires: libpthread
  5. ------------------------------------------------------------------------
  6. ***** 
  7. This is a Quicktime library for UNIX in a freely redistributable,
  8. statically linkable library.  You can statically link it in a program
  9. and charge money for the program.  The only condition is that if you
  10. use it in a program, you must put the author's name and email
  11. somewhere.  If you improve the library itself or add a free codec to
  12. it, you should release your improvements.  If you redistribute the
  13. code, you must also redistribute the author information and
  14. documentation.  At this time it's very popular to license stuff under
  15. the GPL.  You are free to include this library in a derived work and
  16. license the derived work under GPL.
  17. *****
  18. Building:
  19. type "make" in the quicktime/quicktime directory.
  20. type "make util" to get some Small Utilities.
  21. Configuration:
  22. The file "config.h" defines the size of a 16 bit word and what the
  23. maximum file size is.
  24. /*******************************************************
  25.  * References:
  26.  *********************************/
  27. Apple's quicktime file format information:
  28. http://developer.apple.com/techpubs/quicktime/qtdevdocs/REF/refQTFileFormat.htm
  29. Color space conversions:
  30. http://www.neuro.sfc.keio.ac.jp/~aly/polygon/info/color-space-faq.html