SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

SDL-1.2.7-ETV\README.TXT

Patch to add soundbuffer positioning-reporting

New functions to detect the amount of audio still to play:

Determine if we have the ability to detect the audio buffer delay:

int SDL_HasAudioDelayMsec(void)

Determine the audio buffer delay in milliseconds:

int SDL_AudioDelayMsec(void)

Credits go to the MPEG4IP projects at http://mpeg4ip.sourceforge.net for the original version of the patch.

Platforms supported and their status:

  • linux OSS Clean patch as from MPEG4IP version. Is tested on Linux 2.4 with ALSA OSS emulation and working correctly.
  • linux ALSA Clean patch as from MPEG4IP version. Is compiling on linux, not tested.
  • Windows DirectX Lot of bugfixes on the MPEG4IP version. Is tested on Windows 98SE with DirectX 8.1 and working correctly.

Other platforms are not supported (yet) and cannot be used for ETV.

Patch to add destination colorkey support to overlays

I added a new function to SDL to set the destination colorkey for overlays:

void SDL_SetDestColorKeyYUVOverlay(SDL_Overlay *overlay, Uint32 colorkey)

Platforms supported and their status:

  • linux X11 The overlays default recognize destination colorkey support. This function is ignored
  • Windows DirectX Supported, tested & working.

Other platforms ignore this function. If ETV is usable depends on the natural behaviour of overlays with respect to colorkeys.

Patch to add unicode support to keyboard input

The keyboard processing was improved to add real UTF-16 support beyond the 0x00FF characters.

Platforms supported and their status:

  • Windows DirectX Supported, tested & working.

Other platforms are not supported (yet) and cannot be used to input Unicode characters over 0x00FF for ETV.


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.