summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/colorconversion
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_frameworks_a...Wolfgang Wiedmeyer2016-12-121-0/+6
|\
| * stagefright: Correct Exynos4 stride alignmentCaio Schnepper2016-05-231-0/+6
* | colorconversion: not only check for the emulator, but also for a device that ...Wolfgang Wiedmeyer2015-12-211-1/+6
|/
* libstagefright: squash exynos4 supportSimon Shields2015-12-081-1/+22
* fix soft renderer rotationChong Zhang2015-07-171-3/+5
* stagefright: add support for output frame rendered callbackLajos Molnar2015-06-091-11/+28
* SoftwareRenderer: sanity check buffer size before copying data.Wei Jia2015-06-081-1/+17
* stagefright: warnings be gone, some are now errors, use clangLajos Molnar2015-04-171-0/+3
* resolved conflicts for merge of ca509506 to masterLajos Molnar2015-02-061-2/+3
|\
| * stagefright: add software renderer support to OMX_COLOR_YUV420SemiPlanarLajos Molnar2015-02-051-4/+5
* | am 2b0fc07a: am c5a6db8d: am 5a52a060: stagefright: set consumer usage flags ...Lajos Molnar2015-02-061-0/+1
|\ \ | |/
| * stagefright: set consumer usage flags and desribe YV12 HAL formatLajos Molnar2015-02-051-0/+1
* | am f2b68be8: am 98d59462: Merge "stagefright: add adaptive playback support t...Ronghua Wu2014-09-131-2/+2
|\ \ | |/
| * stagefright: add adaptive playback support to SoftMPEG decoder.Ronghua Wu2014-09-111-2/+2
* | stagefright: SoftwareRenderer support for RGBA8888David Smith2014-09-041-0/+10
* | stagefright: SoftwareRenderer support ARGB, RGB888David Smith2014-08-221-28/+67
|/
* stagefright: Fix race condition between MediaCodec and SoftwareRendererRonghua Wu2014-08-151-40/+74
* stagefright: set crop rect in SoftwareRendererLajos Molnar2014-08-081-0/+11
* 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