Age | Commit message (Collapse) | Author |
|
|
|
|
|
Since the returned int values from the decoding functions are just
0 for good or -1 for error, have changed these into an errorFlag
bool. This improves readability and cleans up some of the error
checking code. In addition, have fixed some oversights in formatting
spacing for readability.
|
|
|
|
Header was incorrectly documnented in reference documents.
Corrected with reference to FFMPEG.
Also, added missing buffering of last frame for P frame decoding.
|
|
|
|
This still requires some work to make it usuable, mainly changing the
Variable Length Code reader to work with Common::BitStream input.
|
|
This is based on the SVQ1 decoder from FFMPEG.
|