1. a161af9 Color conversion now supports YUV420p->RGB565 conversion even if the width is odd. by Andreas Huber · 13 years ago
  2. 94738e4 The color conversion from YUV420Planar to RGB only requires the image width to be a multiple of 2, not 4. by James Dong · 13 years ago
  3. f341eb5 Colorconverter may not support some src/dst bitmap configurations. by Andreas Huber · 14 years ago
  4. 1bb0ffd Squashed commit of the following: by Andreas Huber · 14 years ago
  5. c543a21 Support for vanilla YUV420sp => RGB565 color conversion. by Andreas Huber · 14 years ago
  6. 1314e73 AwesomePlayer now renders either remote (IOMXRenderer) or locally depending on what kind of decoder was instantiated. Split off color conversion code into its own shared library. by Andreas Huber · 15 years ago[Renamed from media/libstagefright/omx/ColorConverter.cpp]
  7. 53a76bd Split the ColorConverter off SoftwareRenderer, metadata support in stagefright. by Andreas Huber · 15 years ago