Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
2.6 KiB

  1. Notes
  2. 05/02 - added EncDec\encdec.inc to control build issues such as turning of DRM - see it
  3. 03/28 - code timebombed since full DRM not in. Need to remove in final shippng stuff..
  4. 03/28 - DRM use turned off (pain to debug with it in) - see flag in encdec.inc
  5. default to using DogFood XOR encryption
  6. 03/28 - Fast DRM encryption requires a new DrmClien.dll, so turned off by default
  7. See flag in encdec.inc to turn it on.
  8. Problems
  9. 04/17 - Get Luke to add authentication code into VidControl.
  10. 04/17 - Remove self-authentication code
  11. 04/17 - Need to use Matthij's SBE versions of media subtype/format rather than mine (2 copies of same GUID)
  12. 04/17 - Need to get new DRM licenses for shipping
  13. 04/17 - Need to remove timebomb when everything works
  14. 04/17 - 4 DropQueue threads in VidControl are sort of annoying - any way to have fewer?
  15. 04/13 - support Max ratings for non-freestyle apps (persist most recent max rating?)
  16. 04/15 - methods to override XDSToRat and RatEval CLSID for CoCreate in XDSCodec and Decrypter filters.
  17. 04/10 - methods to extend ratings information over a media sample.
  18. 03/28 - Need private DRMClien.dll to run fast encrypter. Only one I have is noInt3, so won't publish
  19. 03/28 - no license backup and restore support
  20. 03/28 - consider pulling MSRatings code from the source tree
  21. 03/11 - SYNCRONIZE_BLOCK/DRAIN required in ETFilter/DLL sources files, annoying
  22. To Test/Verify
  23. 04/09 - Rate segment code untested.
  24. 04/08 - Delayed Block-Unrated event untested
  25. 03/27 - need to push methods though the vid control.
  26. Fixed
  27. 04/17 - 04/16 - Possible race condition in the HookupGraphEventService methods
  28. 04/09 - 03/28 - need to put .idl files in correct publish location
  29. 04/05 - 03/27 - no Null renderer-like sample dropping support
  30. 04/05 - 03/28 - no Rate Segment Support - can do trick play with DVR with it (still untested)
  31. 03/27 - need to put in freestyle (XPSP1_Freestyle) branch
  32. 03/27 - no KsProperty support in decrypter filter
  33. 03/25 - no DRM integration
  34. 03/25 - need to finalize the MSRatings format
  35. 03/13 - no XDSCodec filter
  36. 03/13 - do we need to allocate encrypted samples? (read only media samples?)
  37. 03/12 03/07 - no decoder filter
  38. 03/12 03/07 - no prop pages
  39. 03/11 03/11 - doesn't connect
  40. 03/11 03/11 - multi-process build fails
  41. 03/11 03/11 - build environment doesn't work
  42. 03/11 03/11 - check into lab01_ private branch
  43. 03/07 - no passing of minor type through format block
  44. 03/07 - no guts - doesn't do anything yet