home *** CD-ROM | disk | FTP | other *** search
/ Deathday Collection / dday.bin / vfw11d / readme.txt < prev    next >
Text File  |  1994-10-04  |  3KB  |  60 lines

  1. September 29, 1994
  2.  
  3.  
  4. Dear Video for Windows Developer:
  5.  
  6. Enclosed you will find the Video for Windows 1.1d Runtime.  This release includes some important
  7. enhancements requested by you, including improved palette support, Display Control Interface 
  8. (DCI) support and overall improvements in performance. 
  9.  
  10. The files that have changed are the following:
  11. File Name               Change Description
  12. AVICAP.DLL              Added application pre-roll and post-roll support.
  13. DCISVGA.DRV             DCI provider for S3 and Cirrus Logic display cards.
  14. DVA.386                 Added DCI support.
  15. ICCVID.DRV              Cinepak Codec: Added palette support.
  16. IMAADPCM.ACM            IMA ADPCM Codec: Change in the compression algorithm used in order to                           fully meet the official format specifications.
  17. IR32.DLL                Indeo Codec: Updated to version 3.2, added palette support.
  18. MSVIDEO.DLL             Added palette and DCI support.
  19. MSVIDEO.NT              Updated the Windows NT 3.5 to support 16 bit capture.
  20. OLE2DISP.DLL            Updated to current release of OLE.
  21. OLE2NLS.DLL             Updated to current release of OLE.
  22. SETUP.INF               Updated to new file sizes, versions and dates.
  23. STDOLE.TLB              OLE file missing from original VfW runtime.
  24. TYPELIB.DLL             Updated to current release of OLE.
  25.  
  26. Palette Support
  27. Video for Windows has always allowed the application to select a specific 
  28. palette for playback on 8 bit displays.  Unfortunately, the codecs 
  29. (compressor\decompressors) were never aware of this palette request.  
  30. Instead the codecs would dither to their own standard palette.  Video for 
  31. Windows would then further dither the video to the requested color palette.  
  32. The net result was 24 bit videos, when played back with a requested palette, 
  33. were dithered twice.  This would compromise the quality of the video.  
  34.  
  35. This problem has been solved with this new drop of MSVIDEO.DLL, and the 
  36. Cinepak and Indeo codecs.  The codecs will now decompress directly to a 
  37. requested palette.  You can request the codecs to use a palette with either 
  38. the SETVIDEO <alias> PALETTE HANDLE TO <hpal>, or REALIZE <alias> BACKGROUND 
  39. MCI commands.  You can find these commands in the Video for Windows 1.1 
  40. documentation.
  41.  
  42. DCI Support
  43. DCI allows Video for Windows to take advantage of the enhanced capabilities 
  44. of your display cards.  You will now see faster and smoother playback of 
  45. video on display cards that use the S3, Cirrus Logic, and many other chip 
  46. sets. Video for Windows will also support all DCI-enabled display adapters.  
  47. Furthermore, the performance of stretched and clipped videos will be 
  48. drastically improved for all displays.
  49.  
  50. For further information on API changes, please see the "New Performance 
  51. APIs" listed in the DEV_KIT.TXT of the Video for Windows SDK.  This SDK is 
  52. available from the Fall '94 addition of the MSDN Level II. 
  53.  
  54.  
  55. Sincerely,
  56.  
  57.  
  58. The Video for Windows Team
  59.  
  60.