1、[h265d] skip decoder poc small then cra frame,fix seek picture mosaic

2、[h265d] skip hevcc case the steam is align with zero cause decoder fail
3、[mpp_dec] add fast dec path for mpp dec   

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@507 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenSiyong
2015-12-10 21:44:51 +00:00
parent 99112e287a
commit 0aabc8d9d9
16 changed files with 352 additions and 93 deletions

View File

@@ -78,6 +78,7 @@ typedef enum {
MPP_DEC_USE_PRESENT_TIME_ORDER,
MPP_DEC_SET_VC1_EXTRA_DATA,
MPP_DEC_SET_VP6_ID,
MPP_DEC_USE_FAST_MODE,
MPP_ENC_CMD_BASE = 0x50000,
MPP_ENC_SETCFG,
@@ -169,7 +170,8 @@ extern "C" {
/*
* mpp interface
*/
MPP_RET mpp_init(MppCtx *ctx, MppApi **mpi, MppCtxType type, MppCodingType coding);
MPP_RET mpp_construct(MppCtx *ctx, MppApi **mpi);
MPP_RET mpp_init(MppCtx ctx, MppCtxType type, MppCodingType coding);
MPP_RET mpp_deinit(MppCtx ctx);
#ifdef __cplusplus