Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-08 | VIDEO: Correct delete type in SVQ1 decoder. | D G Turner | |
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: SVQ1 - Add table_size default setting for VLC Table setup. | D G Turner | |
2012-04-08 | VIDEO: Fix remaining missing code (getVlc2()) in SVQ1 Codec. | D G Turner | |
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: Corrected minor mistake in SVQ1 decoder. | D G Turner | |
2012-04-08 | VIDEO: Update SVQ1 WIP with minor corrections. | D G Turner | |
This mainly fixes the Bitstream to Big Endian, MSB to LSB. | |||
2012-04-08 | VIDEO: Migrate SVQ1 codec WIP to Common::BitStream. | D G Turner | |
2012-04-08 | VIDEO: Hookup SVQ1 codec to build system and QT Decoder. | D G Turner | |
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. | |||
2012-04-08 | GRAPHICS: Add YUV410 to RGB Conversion Functions, required for SVQ1. | D G Turner | |
Thanks to clone2727 for these. | |||
2012-04-07 | COMMON: Hopefully fix AppleDouble files with directories | Matthew Hoops | |
2012-04-07 | PEGASUS: Fix potentially uninitialized hotspot pointer | Matthew Hoops | |
Should fix some crashes on Windows | |||
2012-04-06 | PEGASUS: Use an Array instead of a List for NotificationReceivers | Matthew Hoops | |
Fixes occasional crashes with the norad sub controls. CodeWarrior's iterators used indices unlike our List iterators, thus necessitating the change here. | |||
2012-04-06 | PEGASUS: Silence an MSVC warning | Matthew Hoops | |
2012-04-06 | PEGASUS: More MSVC "fixes" | Matthew Hoops | |
2012-04-06 | PEGASUS: Attempt to fix compilation on MSVC | Matthew Hoops | |
2012-04-06 | PEGASUS: Fix setChar() call fail | Matthew Hoops | |
Thanks to Tommy for reporting | |||
2012-04-05 | PEGASUS: Silence a gcc 4.6 warning | Matthew Hoops | |
2012-04-05 | PEGASUS: Warn when a sound file can't be found | Matthew Hoops | |
2012-04-04 | SCUMM: Fix spelling of length | Joel Teichroeb | |
2012-04-04 | PARALLACTION: Fix spelling of length | Joel Teichroeb | |
2012-04-04 | COMMON: Fix spelling of length | Joel Teichroeb | |
2012-04-05 | KYRA: Silence const away cast warning by using non-const versions of strpbrk ↵ | Johannes Schickel | |
and strchr. | |||
2012-04-05 | GROOVIE: Do not cast away const qualifier. | Johannes Schickel | |
2012-04-05 | SWORD25: Do not cast away const qualifier. | Johannes Schickel | |
2012-04-05 | SCI: Do not cast away const qualifier. | Johannes Schickel | |
2012-04-04 | Merge pull request #221 from klusark/const | Johannes Schickel | |
Fix casting away const | |||
2012-04-04 | SCUMM/ARM: Fix crashes in ARM asm costume renderer | Willem Jan Palenstijn | |
It was possible to bypass the initialization of r11, and mask was being read before the corresponding bounds check. Thanks to fuzzie for analysis and LordHoto for testing. This fixes bug #3500023 and a crash in the DOTT ending. | |||
2012-04-04 | SCI: Bugfix for the GetAngle workarounds | Filippos Karapetis | |
Return a fake value instead of leaving random values in the accumulator | |||
2012-04-03 | GRAPHICS: Fix casting away const | Joel Teichroeb | |
2012-04-03 | SCUMM: Fix casting away const | Joel Teichroeb | |
2012-04-03 | PEGASUS: Fix file permissions | Matthew Hoops | |
2012-04-03 | PEGASUS: Add safety check around decodeNextFrame() when playing the Bandai logo | Matthew Hoops | |
2012-04-03 | PEGASUS: Implement saving/restoring the in-game AI data | Matthew Hoops | |
AI data should now be restored properly after the space chase | |||
2012-04-02 | PEGASUS: Remove some ancient svn tags | Matthew Hoops | |
2012-04-02 | PEGASUS: Add 'Demo' to the demo's extra field | Matthew Hoops | |
2012-04-02 | PEGASUS: Add some braces | Matthew Hoops | |
Silences digitall's compiler :P | |||
2012-04-02 | PEGASUS: Remove some useless const modifiers | Matthew Hoops | |
Thanks to digitall for spotting | |||
2012-04-02 | PEGASUS: Remove stray semicolon | Matthew Hoops | |
2012-04-02 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-04-02 | AGOS: Expand fix for bug #3512776 - SIMON1DOS French: Subtitle glitch in ↵ | Travis Howell | |
introduction. | |||
2012-04-02 | IPHONE: Use InternalEvent directly. | Johannes Schickel | |
2012-04-02 | IPHONE: Move event fetching implementation to iPhoneView. | Johannes Schickel | |
2012-04-02 | IPHONE: Protect access to the event list via a mutex. | Johannes Schickel | |
2012-04-02 | IPHONE: Use Common::List to store the event queue. | Johannes Schickel | |
2012-04-01 | Merge pull request #219 from bohm/master | David Turner | |
GUI: Scrollbar button highlighting fix. | |||
2012-04-01 | BASE: Construct empty String instead of using "". | Johannes Schickel | |
2012-04-01 | AGOS: Fix bug #3512776 - SIMON1DOS French: Subtitle glitch in introduction. | Travis Howell | |