History log of /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/Exynos_OMX_VdecControl.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bd09b8148180c902648b5ac57d024f457f852efa 17-Sep-2013 SeungBeom Kim <sbcrux.kim@samsung.com> exynos_omx: multi_thread: Fix for dynamic resolution change timing issue.

Change-Id: I302de465745513a29dcacb33fe623c3cad7f6b1d
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
Bug: 10192533
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/Exynos_OMX_VdecControl.c
7987a0882319055826a1426b7c31c9424575d34a 16-Sep-2013 SeungBeom Kim <sbcrux.kim@samsung.com> exynos_omx: multi_thread: Fix the return data length with EOS in meta data mode.

Change-Id: Ia65b6da0e4ce6b4f8bbc4fa2ffaa8b8c359f2ad3
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
Bug: 10704989
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/Exynos_OMX_VdecControl.c
c01f2434dc56e71482229e8ab8c7d5cda7c46d01 02-Aug-2013 SeungBeom Kim <sbcrux.kim@samsung.com> exynos_omx: multi_thread: add Dynamic resolution change support code.

Added Dynamic resolution change to H.264 Component.

Change-Id: I73a2d1eaa3412199f886a9a4a4a046c234c06350
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
Bug: 10192533
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/Exynos_OMX_VdecControl.c
f8d511af096144c3c33d823f879ae0e471ae5284 02-Aug-2013 SeungBeom Kim <sbcrux.kim@samsung.com> exynos_omx: multi_thread: Code clean up.

for GED Code and S.LSI code synchronization.

Change-Id: I10f450cbd688a7802ade7bbb6e3623646611062b
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
Bug: 10192533
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/Exynos_OMX_VdecControl.c
3b1c2e30b8c73bb51c3e2c93504e3571ab851268 31-Jul-2013 SeungBeom Kim <sbcrux.kim@samsung.com> exynos_omx: multi_thread: Add dynamic DPB change scheme.

- Decode output port supported StoreMetaDataBuffer.
- Dynamic DPB change supported.

Change-Id: If23a5eb5cc6fef3781c4a45fb06fe7eab41b1b5b
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
Bug: 10192533
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/Exynos_OMX_VdecControl.c
e8aae8edcacf01c588e0bd0ba2c3ca64aa54e107 12-Jun-2013 SeungBeom Kim <sbcrux.kim@samsung.com> exynos_omx: multi_thread: Add ThumbnailMode decoding.

Extension name:
- EXYNOS_INDEX_PARAM_ENABLE_THUMBNAIL "OMX.SEC.index.enableThumbnailMode"

if you want enable thumbnail decoding,
Use SetParameter and EXYNOS_OMX_VIDEO_THUMBNAILMODE struct.

typedef struct _EXYNOS_OMX_VIDEO_THUMBNAILMODE {
OMX_U32 nSize;
OMX_VERSIONTYPE nVersion;
OMX_U32 nPortIndex;
OMX_BOOL bEnable;
} EXYNOS_OMX_VIDEO_THUMBNAILMODE;

Change-Id: I199f286bfbd35266b6f319538a55e64a71070f8e
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
Bug: 10192533
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/Exynos_OMX_VdecControl.c
81a947bab57706cee77c14a4f47522ae8b400689 16-Jan-2013 SeungBeom Kim <sbcrux.kim@samsung.com> exynos_omx: multi_thread: Support EOSBehavior.

Support EOSBehavior for testEOSBehaviorH263 & testEOSBehaviorH264.

Bug: 7961269

Change-Id: I13f93b2bfd01fb5c0678da3b0c9b9de7f4a863ee
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/Exynos_OMX_VdecControl.c
21015d703f7036313fffc6d5dda821e81ac52a59 04-Jul-2012 SeungBeom Kim <sbcrux.kim@samsung.com> exynos_omx: multi_thread: Modified AllocateBuffer & FreeBuffer.

- Modified Exynos_OMX_AllocateBuffer in video decode.
- Modified Exynos_OMX_FreeBuffer in video decode.

Change-Id: Ic1c8577ac7befd59c3a6b5d1e96b6e01828027d0
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/Exynos_OMX_VdecControl.c
54cbf397a1e177ea34b304b6951d4f7eb571c259 04-Jul-2012 SeungBeom Kim <sbcrux.kim@samsung.com> exynos_omx: multi_thread: enhance the exception handling.

in case of first frame EOS, enhance the exception handling.

Change-Id: I72f74d4c5389119a499f74abb68f08bbe9cadd7a
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/Exynos_OMX_VdecControl.c
440252358aa79ef5e411b8f57c3359376e650e51 04-Jul-2012 SeungBeom Kim <sbcrux.kim@samsung.com> exynos_omx: multi_thread: Add error handling.

Change-Id: I279d1e893589179a573224c383d414fbb165fc40
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/Exynos_OMX_VdecControl.c
3e79a27e56341c1ae1038773875512dbd37de3b7 03-Jul-2012 SeungBeom Kim <sbcrux.kim@samsung.com> exynos_omx: multi_thread: Code clean-up.

- remove tab & line.
- remove log message.

Change-Id: I0e21ff7da9b1d4e3533e340be276e98e82f6f6e7
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/Exynos_OMX_VdecControl.c
01fa64f5f096690c95b2fd1d3a875d7a1aeefe53 14-Jun-2012 Dima Zavin <dima@android.com> exynos5: omx: convert to using DMABUF to pass shared buffers

Currently, h264/mpeg4/vp8 decoders have been updated and verified
to work.

The encode side has only been modified to make things compile. It
needs to be fixed to actually work.

Change-Id: I06d6942b5ea9ae5c09f480bfd7711a77c8feca74
Signed-off-by: Dima Zavin <dima@android.com>
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/Exynos_OMX_VdecControl.c
38ef2572d26fc760c584a1855a3d002f34eb0231 01-Jun-2012 Jiho Chang <jiho04.chang@samsung.com> hardware: samsung_slsi: exynos5: exynos_omx: added newly organized omx

The new exynos omx support mfc output buffer sharing.
This version does not support the new fd mecahnism of ion.

Change-Id: Ie225227a5a5c88ee5275588a18ec6219077c6065
Signed-off-by: Jiho Chang <jiho04.chang@samsung.com>
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/Exynos_OMX_VdecControl.c