summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/colorconversion
Commit message (Expand)AuthorAgeFilesLines
* stagefright: set PTS for SoftwareRendererLajos Molnar2014-05-071-1/+6
* fix the OS X builds until we can fix compiler warnings that apparentlyAndreas Huber2014-02-111-2/+0
* warnings be gone.Andreas Huber2014-02-111-0/+2
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-1/+1
* Update ANativeWindow client code for syncJamie Gennis2012-06-211-4/+4
* Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong2012-06-132-0/+190
* Until we have emulator support for YUV12 rendering do software color conversion.Andreas Huber2012-05-041-4/+14
* Switched to use the header files in /frameworks/nativeJames Dong2012-03-121-1/+1
* remove dependency on unneeded headersMathias Agopian2012-02-271-2/+0
* fix libgui header locationMathias Agopian2012-02-271-1/+0
* remove dependency on android_native{s_priv|buffer}.hMathias Agopian2012-02-241-1/+1
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-1/+1
* Remove the restriction that the width must be a multiple of 4 or 2 for thumbn...James Dong2012-02-011-22/+35
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* use SurfaceTexture new scaling mode in SFMathias Agopian2011-07-191-0/+5
* Fix the new color converter to respect the destination crop rect.Andreas Huber2011-06-272-78/+82
* Integrating TI OMAP4 Video DecoderAnu Sundararajan2011-06-231-0/+101
* This device-specific workaround is no longer necessary.Andreas Huber2011-06-082-11/+1
* Move OMX_QCOM_COLOR_FormatYVU420SemiPlanar definition to OMX_IVCommon.hJames Dong2011-06-031-2/+0
* Disable yuv->yuv mode and external display support until various driver fixes...Andreas Huber2011-05-162-1/+11
* Merge "Instead of using an RGB surface and conversion yuv420->rgb565"Andreas Huber2011-05-161-7/+58
|\
| * Instead of using an RGB surface and conversion yuv420->rgb565Andreas Huber2011-05-051-7/+58
* | Leave the number of output buffers up to surface flinger and friends.Andreas Huber2011-05-101-2/+0
* | Color conversion now supports YUV420p->RGB565 conversion even if the width is...Andreas Huber2011-05-051-6/+9
|/
* frameworks/base: android_native_buffer_t -> ANativeWindowBufferIliyan Malchev2011-05-031-1/+1
* Merge "The color conversion from YUV420Planar to RGB only requires the image ...James Dong2011-02-281-1/+1
|\
| * The color conversion from YUV420Planar to RGB only requires the image width t...James Dong2011-02-111-1/+1
* | Bug 3438258 Add SurfaceTexture as MediaPlayer sinkGlenn Kasten2011-02-231-10/+11
|/
* Colorconverter may not support some src/dst bitmap configurations.Andreas Huber2011-01-061-26/+49
* Squashed commit of the following:Andreas Huber2010-11-223-196/+159
* Set the external display usage bit in Stagefright.Jamie Gennis2010-11-181-1/+1
* Support post-decode video rotation.Andreas Huber2010-11-161-1/+16
* Fix build (bad merge)Jean-Baptiste Queru2010-10-181-1/+1
* Merge fb474872 from gingerbread-plus-aospJean-Baptiste Queru2010-10-181-1/+1
|\
| * Include the framework copy of the OpenMAX headers instead of referencing exte...Andreas Huber2010-10-151-1/+1
* | Some instrumentation of OMXCodec for future investigation and a possibly temp...Andreas Huber2010-10-071-0/+3
* | Don't assert on unexpected surface flinger dequeue/enqueueBuffer errors, log ...Andreas Huber2010-09-071-2/+9
* | Account for the _ADRENO constant being moved.Jamie Gennis2010-08-232-1/+5
* | Squashed commit of the following:Andreas Huber2010-08-232-33/+142
|/
* Support for vanilla YUV420sp => RGB565 color conversion.Andreas Huber2010-06-301-0/+68
* For issue #2651381, allow library prelinking.Dan Bornstein2010-05-051-2/+0
* Apparently a MemoryHeapPMem must be slap()ed for SurfaceFlinger to use the co...Andreas Huber2010-03-081-1/+3
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-112-2/+4
* Support for rendering through an overlay on the droid even if a software rend...Andreas Huber2010-02-111-1/+0
* Use physical memory for software rendering to take a fast path through surfac...Andreas Huber2010-02-011-1/+10
* AwesomePlayer now renders either remote (IOMXRenderer) or locally depending o...Andreas Huber2009-12-143-0/+395