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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. All:
  2. Audio rate conversion is only implemented by multiplying or dividing
  3. by a power of two.  This is a side-effect of the requirement that the
  4. raw audio buffer size be a power of two, and can hopefully be fixed.
  5. This means 8 KHz audio converted to 22 KHz ends up being 16 KHz. :-/
  6. When the implementation is writing directly to video memory the mouse
  7. cursor doesn't work properly.  Applications which do this should use
  8. their own mouse cursor and call SDL_ShowCursor(0) to hide the system
  9. cursor.
  10. Linux:
  11. Wide UNICODE character input (Kanji, etc.) is not yet supported.
  12. It requires handling of keyboard mapping events and using the XIM
  13. input translation extension.  I will implement it as requested.
  14. Latin-1 keyboard input works fine.
  15. The keyboard modifiers are not set to the correct state on startup.
  16. The AAlib, GGI, and SVGAlib video drivers are not heavily tested.
  17. Win32:
  18. The MCI driver can't tell if the CD-ROM drive is paused or stopped.
  19. The SDL_INIT_EVENTTHREAD flag is not supported on Win32
  20. (Idea: create a separate DirectInput polling thread)
  21. The main purpose of this flag is for smooth cursor motion in
  22. fullscreen environments.
  23. Wide UNICODE character input (Kanji, etc.) is not yet supported.
  24. This requires the ToUnicode() API which is only implemented on
  25. Windows NT/2000, not on Windows 95/98.
  26. Latin-1 keyboard input works fine.
  27. Joysticks are only supported under the Win32 MultiMedia API,
  28. DirectInput support is not yet implemented.
  29. BeOS:
  30. BePPC is not supported, apparently not even by Be Inc.
  31. SDL_WM_GrabInput() is not implemented.
  32. Does anyone know how to do this?  SDL_WM_GrabInput() is designed
  33. to prevent the user from switching input and mouse focus away from
  34. the SDL application.
  35. Continuous relative mouse motion is not implemented.
  36. Wide UNICODE character input (Kanji, etc.) has not been tested.
  37. Latin-1 keyboard input works fine.
  38. MacOS:
  39. Palette handling isn't implemented in windowed mode yet.
  40. Audio hasn't been extensively tested, in particular the locking
  41. isn't implemented and mixer routines may not call malloc() or free()
  42. because they are called at interrupt time.
  43. SDL_WM_GrabInput() is not implemented.
  44. Does anyone know how to do this?  SDL_WM_GrabInput() is designed
  45. to prevent the user from switching input and mouse focus away from
  46. the SDL application.
  47. Continuous relative mouse motion is not implemented.
  48. SDL_AddTimer() and SDL_RemoveTimer() haven't been implemented yet.
  49. Not all of the keys are properly recognized on the keyboard.
  50. MacOS X:
  51. CD-ROM functions are not implemented yet.
  52. Joystick code is not extensively tested yet.
  53. Window may not close when unsetting video mode and resetting.
  54. Resizeable windows aren't implemented yet.
  55. Depth switching for windowed mode isn't implemented yet.
  56. Palette handling isn't implemented in windowed mode yet.
  57. Command-line arguments Dialog is not implemented yet.
  58. Fullscreen drawing has some artifacts.
  59. Fullscreen window covers *all* other windows - even force quit.
  60. Fullscreen OpenGL for the software renderer is broken.
  61. Some OpenGL parameters are not accounted for, for example color bits customization.
  62. Getting OpenGL context parameters is not implemented.
  63. Continuous mouse motion perhaps is not as smooth as it should be.
  64. SDL_WM_GrabInput() is implemented, but it "freezes" the hardware
  65. cursor in the center of the window/screen.  Also, mouse moved events
  66. are not generated, and the keyboard cannot be grabbed.
  67. MacOS X seems to have a broken pthread_cancel() implementation.
  68. FreeBSD:
  69. pthread_cancel() isn't supported by FreeBSD 3.X, so threads don't
  70. work on versions of FreeBSD earlier than 4.0.
  71. The CD-ROM handling doesn't work completely.
  72. Wide UNICODE character input (Kanji, etc.) is not yet supported.
  73. It requires handling of keyboard mapping events and using the XIM
  74. input translation extension.  I will implement it as requested.
  75. Latin-1 keyboard input works fine.
  76. The keyboard modifiers are not set to the correct state on startup.
  77. Solaris:
  78. The joystick functions are not implemented yet.
  79. Wide UNICODE character input (Kanji, etc.) is not yet supported.
  80. It requires handling of keyboard mapping events and using the XIM
  81. input translation extension.  I will implement it as requested.
  82. Latin-1 keyboard input works fine.
  83. The keyboard modifiers are not set to the correct state on startup.
  84. IRIX:
  85. The CD-ROM handling doesn't work completely.
  86. The joystick functions are not implemented yet.
  87. Wide UNICODE character input (Kanji, etc.) is not yet supported.
  88. It requires handling of keyboard mapping events and using the XIM
  89. input translation extension.  I will implement it as requested.
  90. Latin-1 keyboard input works fine.
  91. The keyboard modifiers are not set to the correct state on startup.
  92. EPOC:
  93.     Only Crystal version of Epoc/SymbianOS is currently supported.
  94.     SDL is implemented in static library only. SDL uses static/global
  95.     variables and that is not allowed in EPOC dll libraries.
  96.     Sound is not yet supported.
  97.     Joystick, OpenGL and cdrom is not supported (think about cdrom in a cell phone:-).
  98.     
  99.     No console output screen. Printing to stdout do not have any effect.
  100. OpenBSD:  -= NOT YET SUPPORTED =-
  101. This is reported to work, but I haven't verified this.
  102. Wide UNICODE character input (Kanji, etc.) is not yet supported.
  103. It requires handling of keyboard mapping events and using the XIM
  104. input translation extension.  I will implement it as requested.
  105. Latin-1 keyboard input works fine.
  106. The keyboard modifiers are not set to the correct state on startup.
  107. OSF/Tru64:  -= NOT YET SUPPORTED =-
  108. The audio functions are not implemented yet.
  109. Joysticks and CD-ROM functions are not implemented yet.
  110. Wide UNICODE character input (Kanji, etc.) is not yet supported.
  111. It requires handling of keyboard mapping events and using the XIM
  112. input translation extension.  I will implement it as requested.
  113. Latin-1 keyboard input works fine.
  114. The keyboard modifiers are not set to the correct state on startup.
  115. AIX:  -= NOT YET SUPPORTED =-
  116. This port has only been tested with AIX 4.3.3
  117. The OpenGL support doesn't work yet.
  118. The joystick subsystem isn't implemented yet.
  119. Endian detection doesn't work yet - needs a unique CPP symbol.
  120. Wide UNICODE character input (Kanji, etc.) is not yet supported.
  121. It requires handling of keyboard mapping events and using the XIM
  122. input translation extension.  I will implement it as requested.
  123. Latin-1 keyboard input works fine.
  124. The keyboard modifiers are not set to the correct state on startup.
  125. The AIX port was done by Carsten.Griwodz@KOM.tu-darmstadt.de
  126. More information on this port is available at:
  127. http://www.kom.e-technik.tu-darmstadt.de/~griff/SDL/
  128. QNX:  -= NOT YET SUPPORTED =-
  129. Only static libraries are being made, no shared ones.
  130.  
  131. The only hardware surface is the primary view surface.
  132.  
  133. Mouse events don't seem to be working right.
  134.  
  135. Fullscreen doesn't display correctly.
  136.  
  137. The software surfaces could use some speed up.
  138.  
  139. The mouse cursor doesn't look right.
  140. AmigaOS:  -= NOT YET SUPPORTED =-
  141. The OpenGL support isn't implemented yet.
  142. SDL_WM_GrabInput() is not implemented.
  143. Does anyone know how to do this?  SDL_WM_GrabInput() is designed
  144. to prevent the user from switching input and mouse focus away from
  145. the SDL application.
  146. Continuous relative mouse motion is not implemented.
  147. The AmigaOS port was done by Gabriele.Greco@galactica.it