summaryrefslogtreecommitdiffstats
path: root/ui/gfx/codec
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in ui/gfx/.avi2015-12-234-3/+14
* Cleanup: Update the path to gfx size headers.tfarina2015-01-032-2/+2
* ui/gfx: optimize color format conversions by using memcpy in jpeg_codec.cchyunki.baik@samsung.com2014-07-221-13/+4
* ui/gfx: cleanup: change a function name for readabilityhyunki.baik@samsung.com2014-07-171-4/+4
* ui/gfx: optimize RGBA to RGB conversion by using memcpy in png_codec.cchyunki.baik@samsung.com2014-07-161-7/+2
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-07-013-11/+6
* Using grayscale screenshots for GestureNav so that the user can clearly tell ...mfomitchev@chromium.org2014-02-073-45/+127
* Revert 249431 "Using grayscale screenshots for GestureNav so tha..."acolwell@chromium.org2014-02-063-127/+45
* Using grayscale screenshots for GestureNav so that the user can clearly tell ...mfomitchev@chromium.org2014-02-063-45/+127
* replace setIsOpaque (deprecated) with explicit SkAlphaTypereed@google.com2013-10-241-1/+2
* remove PNGCodec::CreateSkBitmapFromBGRAFormat -- not referencedreed@google.com2013-10-012-30/+0
* Remove last dependencies on ui/base from ui/gfxben@chromium.org2013-09-272-3/+3
* Adds a gfx_export.h to ui/gfx and converts all code in ui/gfx toben@chromium.org2013-09-052-2/+2
* Use FastEncodeBGRASkBitmap in ClipboardMessageFilter.dcheng@chromium.org2013-08-263-80/+60
* Add OWNERS for ui/gfx/codec/.erg@chromium.org2013-08-221-0/+2
* linux_aura: Implement copying images to the clipboard.erg@chromium.org2013-08-222-2/+28
* Use a direct include of strings headers in ui/, part 3.avi@chromium.org2013-06-111-4/+4
* captureVisibleTab Extension API producing garbled PNG resultsqufighter@gmail.com2013-03-062-1/+44
* png_codec_unittest.cc leaks stl::vector row_pointers on encoding error.noel@chromium.org2013-01-251-30/+22
* Comment memory leak in the PNG encoder on encoding error.noel@chromium.org2013-01-251-1/+3
* Memory leak in module png_codec.cc on encoder error.noel@chromium.org2013-01-241-6/+9
* Memory leak in jpeg_codec.cc on encoder error.noel@chromium.org2013-01-181-4/+11
* ui/gfx: Convert scoped_arrays to the new scoped_ptr style.tfarina@chromium.org2013-01-121-1/+1
* Use generated shim headers for zlib.phajdan.jr@chromium.org2012-12-181-9/+1
* Generate shim headers for libpngphajdan.jr@chromium.org2012-12-182-10/+1
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-011-0/+4
* + Ensure that OnRobustJPEGDecodeImage only uses the codec of our choosing (IJ...saintlou@chromium.org2012-08-312-0/+20
* Add checks in the code so that we can guarantee that we are using the correct...saintlou@chromium.org2012-08-302-1/+4
* Fix the PNCodec error on Android caused by different Skia color format.shouqun.liu@intel.com2012-07-311-4/+7
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-112-2/+0
* Least surprise fixes of PNGCodec API.ivankr@chromium.org2012-06-281-1/+5
* Aura: Adds custom cursors for drag and drop (second attempt:varunjain@chromium.org2012-05-111-19/+2
* Revert r135533.thakis@chromium.org2012-05-081-2/+19
* Aura: Adds custom cursors for drag and drop.varunjain@chromium.org2012-05-051-19/+2
* Revert 135426 - Aura: Adds custom cursors for drag and drop.rvargas@google.com2012-05-041-2/+19
* Aura: Adds custom cursors for drag and drop.varunjain@chromium.org2012-05-041-19/+2
* Revert 135378 - Aura: Adds custom cursors for drag and drop.varunjain@chromium.org2012-05-041-2/+19
* Aura: Adds custom cursors for drag and drop.varunjain@chromium.org2012-05-041-19/+2
* Use RAII for write libpng structs.francoisk777@gmail.com2012-04-031-4/+22
* gfx::PNGCodec: User-defined error/warning handling functionsfrancoisk777@gmail.com2012-03-151-0/+23
* Adds unit tests which check that gfx::PNGCodec is able to decode grayscale an...francoisk777@gmail.com2012-03-131-14/+379
* Support for interlaced PNGs (in gfx::PNGCodec)francoisk777@gmail.com2012-03-082-147/+494
* Android fixes for gfx_unittests.jrg@chromium.org2012-01-311-7/+7
* Get rid of deadstore warning from clangdmaclach@chromium.org2011-11-031-1/+0
* Rename UI_API to UI_EXPORT.darin@chromium.org2011-08-062-5/+5
* Introduce ui.dll / libui.so for the component build.darin@chromium.org2011-07-172-3/+6
* Revert 86258 - Add a unit test for Motion JPEG frames.hbono@chromium.org2011-05-231-39/+0
* Add a unit test for Motion JPEG frames.hbono@chromium.org2011-05-231-0/+39
* Add some missing header files and fix a template parameter to fix compiler wa...mdm@chromium.org2011-05-161-1/+2
* Linux: include zlib headers to avoid a breakage with libpng-1.5phajdan.jr@chromium.org2011-05-121-0/+6