summaryrefslogtreecommitdiffstats
path: root/media/tests/omxjpegdecoder
Commit message (Expand)AuthorAgeFilesLines
* Remove outdated tests for custom decoder.Leon Scroggins III2014-10-226-498/+0
* SkBitmap::Config is deprecated, use SkColorTypeMike Reed2014-07-071-4/+4
* Fix build.Ying Wang2014-06-201-3/+2
* stop using (deprecated) SkBitmap::ConfigMike Reed2014-06-202-12/+5
* jpeg_bench: Fix checkbuildJi-Hwan Lee2014-06-131-1/+3
* Remove SkOmxPixelRef to fix build.Leon Scroggins2014-03-275-117/+0
* Merge "Fix includes so that they no longer rely on the global Skia includes d...Derek Sollenberger2014-02-281-1/+1
|\
| * Fix includes so that they no longer rely on the global Skia includes director...Derek Sollenberger2014-02-271-1/+1
* | Cleanup unnecessary includes for libskia.Derek Sollenberger2014-02-271-5/+0
|/
* Remove calls to deprecated SkBitmap::setIsOpaque()Leon Scroggins III2014-01-151-2/+2
* Add liblogYing Wang2013-04-091-0/+1
* Update framework to support r5967 of Skia.Derek Sollenberger2012-12-121-0/+1
* Remove JNI in LOCAL_C_INCLUDE from non-JNI related Android.mk files.James Dong2012-03-241-1/+0
* Switched to use the header files in /frameworks/nativeJames Dong2012-03-121-2/+2
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-104-6/+7
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
* Remove unnecessary SkImageDecoder_libjpeg.cppChih-Wei Huang2011-03-111-5/+0
* 64-bit file size/offset support for media frameworkJames Dong2010-11-182-4/+4
* Include the framework copy of the OpenMAX headers instead of referencing exte...Andreas Huber2010-10-151-1/+1
* Remove most stagefright property overrides, remove VorbisPlayer and VorbisMet...Andreas Huber2010-06-231-3/+0
* add optional preftable to image codecs, for more control over the resulting b...Mike Reed2010-03-033-6/+4
* Add missing libjpeg in linker option. Currently this library is used by theDoug Kwan2010-01-191-1/+2
* Add missing shared libraries in linker commands. Currently these libraries areDoug Kwan2009-12-221-1/+3
* Fix full stagefright build in master, various warnings/errors in omx_jpeg_dec...Andreas Huber2009-12-165-18/+18
* Fix the broken build of omxjpegdecoder: http://b/2299035.Wei-Ta Chen2009-12-034-4/+16
* Implement OmxJpegImageDecoder.Wei-Ta Chen2009-09-168-0/+619