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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. Wish list for the 1.3 development branch:
  2.  * Use /etc/fb.modes, if available, like GGI does
  3.  * Add mousewheel events (new unified event architecture?)
  4.  * DirectInput joystick support needs to be implemented
  5.  * Be able to enumerate and select available audio and video drivers
  6.  * Fullscreen video mode support for MacOS X
  7.  * Explicit vertical retrace wait (maybe separate from SDL_Flip?)
  8.  * Shaped windows, windows without borders
  9.  * Multiple windows, multiple display support
  10.  * SDL_INIT_EVENTTHREAD on Windows and MacOS?
  11.  * Add a timestamp to events
  12.  * Use RDTSC for timer resolution on x86 hardware
  13.  * Add audio input API
  14.  * Add hardware accelerated scaled blit
  15.  * Add hardware accelerated alpha blits
  16.  * Redesign blitting architecture to allow blit plugins
  17. In the jump from 1.2 to 1.3, we should change the SDL_Rect members to
  18. int and evaluate all the rest of the datatypes.  This is the only place
  19. we should do it though, since the 1.2 series should not break binary
  20. compatibility in this way.
  21. Requests:
  22.  * PCM and CDROM volume control (deprecated, but possible)