Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-04 | VIDEO: Add some documentation to Codec and its derivatives | Matthew Hoops | |
2012-04-14 | VIDEO: Change 'class' to 'struct' to match declaration | Ori Avtalion | |
2012-04-08 | VIDEO: Clean up the SVQ1 code | Matthew Hoops | |
2012-04-08 | VIDEO: Minor updates to SVQ1 decoder, mainly return flags to bool. | D G Turner | |
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. | |||
2012-04-08 | VIDEO: Fix segfaults on different sized SVQ1 frames | Matthew Hoops | |
2012-04-08 | VIDEO: Correct SVQ1 Header Decoding and Last Frame Buffering. | D G Turner | |
Header was incorrectly documnented in reference documents. Corrected with reference to FFMPEG. Also, added missing buffering of last frame for P frame decoding. | |||
2012-04-08 | VIDEO: Rewrite the SVQ1 VLC code to use Common::Huffman | Matthew Hoops | |
2012-04-08 | VIDEO: Add remaining SVQ1 code derived from FFMPEG. | D G Turner | |
This still requires some work to make it usuable, mainly changing the Variable Length Code reader to work with Common::BitStream input. | |||
2012-04-08 | VIDEO: Add initial framework and data tables for Sorenson SVQ1 decoder. | D G Turner | |
This is based on the SVQ1 decoder from FFMPEG. |