Age | Commit message (Expand) | Author |
2010-05-23 | FFMpeg switched to Git, so update link to original smacker decoder. | Eugene Sandulenko |
2010-05-23 | Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M... | Matthew Hoops |
2010-05-20 | Add a pause level system to VideoDecoder (blatantly ripped off from Engine) a... | Matthew Hoops |
2010-05-18 | Add a new class 'RewindableVideoDecoder' that allows a video to be rewound an... | Matthew Hoops |
2010-05-18 | Committing the rest of the VideoDecoder Rewrite from patch #2963496. | Matthew Hoops |
2010-05-18 | Fix currentFrame semantics in Flic player | Ori Avtalion |
2010-05-17 | Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th... | Matthew Hoops |
2010-05-10 | Revert r48979. Instead, make the HQ scalers depend on the normal ones. Config... | Andre Heider |
2010-05-09 | Since configure allows HQ scalers without the normal onces, allow this combin... | Andre Heider |
2010-05-09 | Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi... | Andre Heider |
2010-04-20 | Use the faster memset() in Surface::fillRect() for 16bit modes when possible. | Andre Heider |
2010-04-19 | Document that the current Hercules mode thumbnail scaler code is pretty much ... | Johannes Schickel |
2010-04-19 | Cleanup. | Johannes Schickel |
2010-04-19 | Do not call OSystem::grabPalette() for 16bit modes, when the result is not us... | Andre Heider |
2010-04-17 | Fixing some warnings (with gcc 3.3.6) | Max Horn |
2010-04-17 | Fix for ARM Normal2xAspect scaler that was causing crashes when the screen | Robin Watts |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-03-18 | Commit salty-horse's patch for VectorRendererSpec.cpp, which fixes the use of... | Johannes Schickel |
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn |
2010-03-15 | Changing Imd::renderFrame() and Vmd::renderFrame() to properly clip the drawi... | Sven Hesse |
2010-03-15 | The frame coordinate cropping for IMDs is wrong, and should be unnecessary an... | Sven Hesse |
2010-03-13 | Fix our DECLARE_SINGLETON macro to conform to the C++ specs. | Johannes Schickel |
2010-03-11 | Removing a debug warning() and adding some comments | Sven Hesse |
2010-03-11 | Adding support for the very primitive and simply early IMD format used in Fas... | Sven Hesse |
2010-03-09 | Fix missing definition of gBitFormat. | Robin Watts |
2010-03-08 | Conistenlty use USE_NASM instead of using HAVE_NASM in config.mk (this matche... | Johannes Schickel |
2010-03-08 | Use a template for hq2x and hq3x instead of using #include and defines. | Johannes Schickel |
2010-03-08 | Fix compilation. | Johannes Schickel |
2010-03-08 | Add new aspect ratio scaler variant, based on the Normal2xAspect ARM code | Max Horn |
2010-03-08 | Rewrite Normal1xAspect (untested, may be broken) | Max Horn |
2010-03-08 | Remove redundant code | Max Horn |
2010-03-08 | Rename PocketPCLandscapeAspect to Normal1xAspect and move it to | Max Horn |
2010-03-08 | Rename PocketPCPortrait scaler to DownscaleHorizByThreeQuarters, | Max Horn |
2010-03-08 | Move some var declarations into '#ifdef USE_NASM' | Max Horn |
2010-03-08 | SCALERS: Get rid of MAKE_WRAPPER; make RGBtoYUV internal | Max Horn |
2010-03-08 | Code formatting | Max Horn |
2010-03-08 | SCALERS: Change 'bitformat' template params to 'colormasks'; | Max Horn |
2010-03-08 | Move some aspect ratio related stuff to graphics/scaler/aspect.h | Max Horn |
2010-03-08 | Remove unnecessary #includes | Max Horn |
2010-02-13 | Document Normal2xAspect | Max Horn |
2010-02-06 | Revert r47944: useless debug messages, sorry for the wrong commit | Arnaud Boutonné |
2010-02-06 | Add an assert to avoid a crash when printing the character 0x00. | Arnaud Boutonné |
2010-02-05 | Silence a valgrind warning. The sound buffer should be created with malloc an... | Matthew Hoops |
2010-02-05 | Have SCI look through the patches directory (except in KQ6 where the patches ... | Matthew Hoops |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | Some more header modifications ("Graphic Adventure Engine" and the legal prop... | Arnaud Boutonné |
2010-01-22 | Silenced some more cppcheck warnings. Some of these may seem silly, but the way | Torbjörn Andersson |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |