Age | Commit message (Expand) | Author |
2013-06-30 | GRAPHICS: Cleanup the YUV to RGB usage documentation | Matthew Hoops |
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko |
2013-04-16 | GRAPHICS: Fix quantization table id check | Matthew Hoops |
2013-02-01 | GRAPHICS: Let JPEGs pixelformat state 0 alpha bits. | Einar Johan Trøan Sømåen |
2013-01-26 | JANITORIAL: Enforce "} // End of namespace" with a single space after }. | Johannes Schickel |
2013-01-26 | GRAPHICS: Modify the JFIF version warning | Matthew Hoops |
2013-01-26 | Merge pull request #256 from lordhoto/thumbnail-pixelformat | Johannes Schickel |
2013-01-24 | JANITORIAL: Fix ){ -> ) { | Einar Johan Trøan Sømåen |
2013-01-24 | GRAPHICS: Fix leak in PNG-decoder. | Einar Johan Trøan Sømåen |
2013-01-06 | GRAPHICS: Delete iff.cpp and iff.h since all ILBM and PBM decoding is handled... | Tomas Jakobsson |
2013-01-06 | GRAPHICS: New IFFDecoder that decodes ILBM and PBM images | Tomas Jakobsson |
2012-12-26 | GRAPHICS: Add ability to override outputPitch to ILBM decoder. | D G Turner |
2012-12-26 | GRAPHICS: Allow ILBM bitmap loading for images with 6 planes. | D G Turner |
2012-12-26 | GRAPHICS: Add support for ILBM files containing uncompressed data. | D G Turner |
2012-10-23 | GRAPHICS: Mark decoders used by Wintermute as such. | Einar Johan Trøan Sømåen |
2012-10-21 | GRAPHICS: Rename NEON_ASPECT_CORRECTOR to USE_ARM_NEON_ASPECT_CORRECTOR | David-John Willis |
2012-10-16 | GRAPHICS: Make failing to find the PICT header return false from loadStream | Matthew Hoops |
2012-10-09 | GRAPHICS: Fix compilation of conversion.cpp on motomagx. | Johannes Schickel |
2012-10-08 | Merge pull request #257 from lordhoto/graphics-conversion | Johannes Schickel |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-09-25 | GRAPHICS: Slight formatting fixes in aspect.cpp. | Johannes Schickel |
2012-09-20 | Merge pull request #275 from clone2727/pegasus | clone2727 |
2012-09-19 | GRAPHICS: Update YUV410 conversion docs | 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-09-17 | SCALER: Neon code for aspect correction for OpenPandora | Bertrand Augereau |
2012-09-17 | GRAPHICS: Fix BMP palette color count with bpp != 8 | Matthew Hoops |
2012-09-16 | Merge pull request #278 from bluegr/pcxdecoder | Filippos Karapetis |
2012-09-15 | GRAPHICS: Reinsert attributeBits as a comment to the TGA-decoder | Einar Johan Trøan Sømåen |
2012-09-15 | GRAPHICS: Force alphaBits to 8 for 32bpp TGAs for now | Einar Johan Trøan Sømåen |
2012-09-12 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops |
2012-09-13 | GRAPHICS: Add a common PCX image decoder | Filippos Karapetis |
2012-09-09 | GRAPHICS: Fix ImageDecoder inconsistency with getPalette() | Matthew Hoops |
2012-09-06 | PNG: call png_set_interlace_handling() before calling png_read_update_info() | Filippos Karapetis |
2012-09-05 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops |
2012-09-03 | SCALER: No need to inline interpolate5Line, it just bloats stretch200To240 fo... | Bertrand Augereau |
2012-08-31 | ALL: Mark off some things as used by Pegasus | Matthew Hoops |
2012-08-31 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops |
2012-08-30 | GRAPHICS: Scope reduction of the sometimes unused alpha component in TGADecod... | Bertrand Augereau |
2012-08-30 | GRAPHICS: Undefined behaviour/warnings removal in the TGA decoder | Bertrand Augereau |
2012-08-29 | GRAPHICS: Slight formatting change for consistency. | Johannes Schickel |
2012-08-29 | GRAPHICS: Remove extra semicolon. | Johannes Schickel |
2012-08-29 | Merge pull request #263 from somaen/tgaloader | Johannes Schickel |
2012-08-29 | GRAPHICS: Add in a TGA-decoder | Einar Johan Trøan Sømåen |
2012-08-28 | GRAPHICS: Add an in-place Surface PixelFormat conversion. | Johannes Schickel |
2012-08-28 | GRAPHICS: Slight cleanup in crossBlit code. | Johannes Schickel |
2012-08-28 | GRAPHICS: Allow in-place conversion with any color formats in crossBlit. | Johannes Schickel |
2012-08-28 | GRAPHICS: Remove crossBlit's dstBpp >= srcBpp limitation. | Johannes Schickel |
2012-08-28 | GRAPHICS: Fix a bug in crossBlit with 3Bpp source. | Johannes Schickel |
2012-08-28 | GRAPHICS: Remove 3Bpp destination support in crossBlit. | Johannes Schickel |