[Libva] h264encode libva 1.5.1 CBR seg fault

2015-04-14 Thread Nikita Orlov
Hello! I have such problem: $ ./h264encode --rcmode CBR INPUT:Try to encode H264... INPUT: RateControl : CBR INPUT: Resolution : 176x144, 60 frames INPUT: FrameRate: 30 INPUT: Bitrate : 182476 INPUT: Slieces : 1 INPUT: IntraPeriod : 30 INPUT: IDRPeriod: 60 INPUT: IpPeriod

[Libva] [PATCH] HEVC enc:Added 4K2K support; Added ProfileLevel 5.1 above

2015-04-14 Thread Qu,Pengfei
Signed-off-by: Qu,Pengfei pengfei...@intel.com --- src/gen9_mfc_hevc.c | 317 +++- 1 file changed, 164 insertions(+), 153 deletions(-) diff --git a/src/gen9_mfc_hevc.c b/src/gen9_mfc_hevc.c index 927e36b..94eb38a 100644 --- a/src/gen9_mfc_hevc.c

[Libva] [PATCH] HEVC ENC: 4K2K and 5.1 profile level support

2015-04-14 Thread Qu,Pengfei
added feature as the following: 1. 4K2K resolution support 2. ProfileLevel 5.1 above support Qu,Pengfei (1): HEVC enc:Added 4K2K support; Added ProfileLevel 5.1 above src/gen9_mfc_hevc.c | 317 +++- 1 file changed, 164 insertions(+),