IRIXDiVX Changes
================

Release 0.94 (February 27th, 2003)
==================================
* Fixed segfaults occuring with the -n flag.  This was related to some
    audio initialization that was being done whether or not the -n flag
    was specified (the -n flag disables audio).
    (Reported by spidy)
* Fixed a bug in the video display code that was causing random lock-ups
    and startup issues with certain videos.  This was happening on all
    systems with the exception of Odyssey graphics.  The Odyssey code was
    incorrectly setting the video display buffer to be too large, and
    therefore wasn't having this problem.
* Fixed a bug where Odyssey was allocating too large of a video display
    buffer for screen draws.
* Fixed a color-bleeding issue in certain variables.  There was a problem
    with the 64-bit alignment of certain block decoding with DiVX files.
    (Reported by max_impact)
* Improved performance on NEWPORT and EXPRESS graphics by default.
* Added audio data to verbose AVI output.
* Fixed user reported bug that was causing issues with some MPEG's, where
    audio was being generated in a loosely interleaved fashion.
    (Reported by max_impact)
* While fixing a used reported bug, I came up with a way to generate
    some nice speed improvements in the DiVX code which result in 10-15%
    performance gain.