summaryrefslogtreecommitdiffstats
path: root/sec_mm
Commit message (Collapse)AuthorAgeFilesLines
...
* SEC_OMX Bug FixSeungBeom Kim2010-10-268-25/+91
| | | | | | | | | This patch is to fix the following bug: http://b/issue?id=3127000 - Make up for Flush Buffer Number Count - Bug fix is EOS Frame timestamp error and player hang Change-Id: I6ea46a0b8e91381216a7d2bc0e4bd20e3391f628 Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
* SEC_OMX Thread Terminate Bug FixSeungBeom Kim2010-10-241-6/+16
| | | | | | | | Bug Number : 3090226 This bug is H.263 Test player hang. Change-Id: I6c9312a18fb808803822df8f781d06cc824bfdd0 Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
* SEC_OMX SEC_OMX_ComponentStateSet API Bug FixSeungBeom Kim2010-10-181-2/+2
| | | | | | | | | call SEC_OSAL_SemaphoreTerminate Bug in (OMX_StateIdle to OMX_StateLoaded) and (OMX_StateLoaded to OMX_StateIdle) Change-Id: I4c79a861392bf07aa40273ba2cc69df5ef518037 Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
* Bug Fix Video decode color converter for H/W ThumbnailSeungBeom Kim2010-10-184-26/+106
| | | | | | | | | | | | | | | | | | | | | | | related-to-bug: 3106534 Real OMX_COLOR_FormatYUV420Planar Data return. if Use Thumbnail Mode then set as follows before Decoding /************************************************/ OMX_ERRORTYPE ret = OMX_ErrorNone; OMX_BOOL param = OMX_TRUE; ret = OMX_GetExtensionIndex( mHandle, "OMX.SEC.index.ThumbnailMode", &eIndexParamFilename); if (ret == OMX_ErrorNone) OMX_SetConfig( mHandle, eIndexParamFilename, &param); /***********************************************/ Change-Id: Ia2cf2c4145687c45fb8f2987e66db59434266f34 Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
* H.263 Decode Component Bug FixSeungBeom Kim2010-10-181-1/+4
| | | | | | | | omx_tests H.263 Seek test Error return "SsbSipMfcDecExe: IOCTL_MFC_DEC_EXE failed(ret : -2007)" Change-Id: I815a3cee467169f9dae1b0e60abbfdf3fd26ca1e Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
* Switch to use the correct xml fileJames Dong2010-10-051-166/+0
| | | | Change-Id: I214df6cbf8f8e39f3f6fa645eb7a99d36a70993e
* Fix End of Stream Problemsbcrux.kim2010-10-042-0/+6
| | | | | Change-Id: I5c25b6fe0da4a91733a9334aeecdf022c2579a05 Signed-off-by: sbcrux.kim <sbcrux.kim@samsung.com>
* Patch video encode componentsbcrux.kim2010-10-042-3/+3
| | | | | | | | | | | - change default output buffer number - change Mpeg4 eProfile default : OMX_VIDEO_MPEG4ProfileSimple - change Mpeg4 eLevel default : OMX_VIDEO_MPEG4Level4 Change-Id: Ib9bb9f33fbceef9e8dae2b5107db178ca218d358 Signed-off-by: sbcrux.kim <sbcrux.kim@samsung.com>
* Upload additional feature for full frame search and error detectSeungBeom Kim2010-09-296-114/+196
| | | | | | | | | this feature is disabled by default. for using this feature add "#define FULL_FRAME_SEARCH" in SEC_OMX_H264dec.c, SEC_OMX_Mpeg4dec.c Change-Id: I6225f7ab5aff4c66f19893a3048bdae721b095d8 Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
* S5PC11X: OMX: Change TimeStamp processing routine for Stagefright SeekingSeungBeom Kim2010-09-2723-190/+565
| | | | | Change-Id: I6a75b7a70013794e8c77bf43dd0ca288e9566235 Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
* S5PC11X: OMX: Added SEC_OMX(OpenMAX IL)SeungBeom Kim2010-09-2177-0/+22860
Component name 1. OMX.SEC.AVC.Decoder 2. OMX.SEC.MPEG4.Decoder 3. OMX.SEC.H263.Decoder 4. OMX.SEC.AVC.Encoder 5. OMX.SEC.MPEG4.Encoder 6. OMX.SEC.H263.Encoder Change-Id: I4ae562c6d44fac8c376a8f60fd376c46bd1e721d Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>