Commit History

Author SHA1 Message Date
  m9710797 fcc2ca6773 Ran include-what-you-use (iwyu) and remove some unnecessary #include's 5 years ago
  m9710797 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* 5 years ago
  m9710797 9bad18c57c Compiled with -Wsuggest-override and fixed all warnings 9 years ago
  m9710797 79aeb0df59 Make more use of MemBuffer 9 years ago
  Wouter Vermaelen d5ce250f1f Remove 'userData' from Schedulable 10 years ago
  Manuel Bilderbeek 9ea10a5210 Fix 2 doxygen warnings 10 years ago
  m9710797 c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 10 years ago
  m9710797 363502b6bf Inline trivial getter/setters 10 years ago
  m9710797 dc09548de7 Simplify PostProcessor::rotateFrames() interface 10 years ago
  m9710797 7de944350c lazily create RawFrames in PostProcessor 10 years ago
  wouter 4079387036 Implement de-flicker video filter 11 years ago
  wouter 9be5b10aa4 Added 'interleave_black_frame' 11 years ago
  wouter 7f058fb365 Refactor buffer management in video scaling code 11 years ago
  wouter d089095d55 Various text-processing stuff 11 years ago
  Wouter Vermaelen 23c793575c Remove layer name stuff 11 years ago
  Wouter Vermaelen 566103ccbd Made videosource setting values dynamic 11 years ago
  Wouter Vermaelen 7e6fe607d6 Replace NULL with nullptr 12 years ago
  Wouter Vermaelen 3979f87d52 Replace std::auto_ptr with std::unique_ptr 12 years ago
  Wouter Vermaelen a74376924c Extended PostProcessor to superimpose 2 VDP frames 12 years ago
  Wouter Vermaelen 3787f4fbb0 SuperImposedFrame -> SuperImposedVideoFrame 12 years ago
  Wouter Vermaelen 8acbfa5a33 Enable 'screenshot -raw' for video9000 12 years ago
  Wouter Vermaelen 6a1106e83b Use string_ref in Layer::getName() and Display::findLayer() 12 years ago
  Wouter Vermaelen 85814a6d5f Pass RawFrame objects around using auto_ptr's to make (transfer of) ownership explicit. 13 years ago
  Maarten ter Huurne 13186915a3 Renamed setSuperimposing() to setSuperimposeFrame(). Also removed one call that passed a boolean to this method instead of a pointer (amazing this compiled without even a warning). This fixes a crash when switching renderer or fullscreen while superimpose is active. Debugged on the Nijmegen 2010 fair with Wouter. 14 years ago
  Wouter Vermaelen 3344b82127 Preparation to implement superimpose for SDLGL-PP 15 years ago
  Wouter Vermaelen 94adbf641e Also support laserdisc for scale_factor 1 and 3 15 years ago
  Wouter Vermaelen aad2860701 small simplification in the PostProcessor interface. 15 years ago
  Wouter Vermaelen 49c97ebf5c pass OutputSurface parameter to Layer::paint() 15 years ago
  Wouter Vermaelen f4eb30d3bd pass EmuTime by-value on 64-bit CPUs 16 years ago
  Wouter Vermaelen fa2399d795 various minor layout fixes 16 years ago