This program is Copyright 2006 Ben Greenwood, and is distributed
under the terms of the GNU General Public License.

Normal installation:
Right-click on lagarith.inf and select install to install the codec. If you
do not see an install option, make sure you extracted the files, and are using
the extracted lagarith.inf file.

Installing the 32bit version on Windows 64
Extract all the files to a folder
Open up a command prompt (start->run: cmd)
Change directories to sysWOW64 ("cd C:\windows\syswow64")
Type the following (replace example_path with the actual path to the extracted files), then hit enter: rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 0 c:\example_path\lagarith.inf
This method can also be used for installing other 32bit codecs such as Huffyuv that install via a .inf file.

If you have problems installing the files on Vista, make sure you are either running
as administrator, or run the .bat file/cmd.exe as administrator


If you find any errors in my codec, please let me know, my email is brg0853@rit.edu
and AIM is "slrlagsalot"

Format constraints:
All formats require a MMX capable processor.
YUY2 should have a width divisible by 8 and YV12 should be divisible by 16; other
resolutions are accepted and may or may not work (or even crash) depending on encoding
and decoding formats.
YV12 requires an even height.
Reduced resolution and YV12 modes cannot be used with a UYVY video source
UYVY encoding is not supported for Windows 64 yet.