Minimalist Video Player 0.2.0
   by Oscar Giner Martinez
     o_giner@hotmail.com

_______________________________________________________________________________

#include <std_disclaimer.h> 
  "I do not accept responsibility for any effects, adverse or otherwise, that
   this code may have on you, your computer, your sanity, your dog, and
   anything else that you can think of. Use it at your own risk." 
_______________________________________________________________________________

Know problems:

  - In windowed and non-overlay fullscreen modes the video always takes the
    full window, not caring about the video aspect ratio. Fullscreen overlay
    mode plays the video with the correct aspect ratio

  - If the movie cannot be played for any reason, the program will just exit,
    without giving any error message

  - There's no posibility to pause / seek / stop the movie. This means that you
    have to view the entire movie. In windowed and non-overlay fullscreen modes
    you can press CTRL+ALT+END to end the program. This is not posible to do in
    fullscreen overlay mode.
_______________________________________________________________________________

Copying:

  You can distribute this software freely as long as you distribute all files
  included in the package without any modification.
_______________________________________________________________________________

Changes:

  0.1.0 to 0.2.0
     - First public release
     - GUI added (cgui library)
     - Overlay fullscreen graphics mode added
_______________________________________________________________________________


Download newer versions and other stuff at
      http://usuarios.lycos.es/oscarginer/
