Age | Commit message (Expand) | Author |
2013-04-18 | VIDEO: Remove unused CDToonsDecoder::_currentFrame member var | Max Horn |
2013-01-24 | JANITORIAL: Fix ){ -> ) { | Einar Johan Trøan Sømåen |
2012-12-04 | VIDEO: Add some documentation to Codec and its derivatives | Matthew Hoops |
2012-12-04 | VIDEO: Improve performance of the Cinepak decoder | Matthew Hoops |
2012-11-18 | VIDEO: Fix SVQ1 videos to error out on B Frames. | D G Turner |
2012-11-18 | VIDEO: Fix compiler warning in SVQ1 codec. | D G Turner |
2012-11-14 | VIDEO: Improve a Cinepak heuristic | Matthew Hoops |
2012-09-19 | VIDEO: Fix SVQ1 color on right/bottom borders | Matthew Hoops |
2012-09-18 | GRAPHICS: Implement different luminance ranges | Matthew Hoops |
2012-09-17 | GRAPHICS: Rework YUV->RGB code a bit | Matthew Hoops |
2012-08-27 | Revert "VIDEO: Rework SVQ1 codebooks so they're endian-safe" | Matthew Hoops |
2012-06-12 | VIDEO: Make rpza decode to its own pixel format | Matthew Hoops |
2012-06-11 | VIDEO: Cleanup QTRLE | Matthew Hoops |
2012-04-14 | GRAPHICS: Make YUV410 conversion code use bilinear interpolation | 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 update to SVQ1 decoder, reversing sense of return flags. | D G Turner |
2012-04-08 | VIDEO: Fix SVQ1 plane pitch | Matthew Hoops |
2012-04-08 | VIDEO: Minor updates to SVQ1 decoder, mainly return flags to bool. | D G Turner |
2012-04-08 | VIDEO: Change SVQ1 decoder to skip rather than decode embedded string. | D G Turner |
2012-04-08 | VIDEO: Fix segfaults on different sized SVQ1 frames | Matthew Hoops |
2012-04-08 | VIDEO: Fix endian issue with SVQ1 | Matthew Hoops |
2012-04-08 | VIDEO: Add Missing Half-Pel Motion Compensation Code to SVQ1 Codec. | D G Turner |
2012-04-08 | VIDEO: Rework SVQ1 codebooks so they're endian-safe | Matthew Hoops |
2012-04-08 | VIDEO: Workaround for out of buffer accesses in SVQ1 codec. | D G Turner |
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 |
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 |
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 |
2012-04-08 | VIDEO: Migrate SVQ1 codec WIP to Common::BitStream. | D G Turner |
2012-04-08 | VIDEO: Add initial framework and data tables for Sorenson SVQ1 decoder. | D G Turner |
2012-03-20 | GRAPHICS: Convert JPEG to the ImageDecoder API | Matthew Hoops |
2011-11-21 | ALL: Remove unnecessary forward declarations. | Christoph Mallon |
2011-10-07 | VIDEO: Fix Cinepak variant detection | Matthew Hoops |
2011-07-03 | COMMON: Fix compilation when USE_HASHMAP_MEMORY_POOL is not defined. | Johannes Schickel |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-31 | Merge remote branch 'upstream/master' into t7g-ios | Matthew Hoops |
2011-05-25 | BUILD: Always enable indeo3 codec | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-11 | Merge remote branch 'upstream/master' into t7g-ios | Matthew Hoops |
2011-05-03 | VIDEO: Cleanup mixed array / type declaration | Max Horn |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel |
2011-04-28 | VIDEO: Fix compilation on SCUMM_BIG_ENDIAN backends | Ori Avtalion |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion |
2011-04-17 | VIDEO: Set up the pixel format for the TrueMotion1 codec properly. | Johannes Schickel |