summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-13MPEG2ENC: Initialize the f_code based on supported level instead of hacked se...HEADmasterZhao Yakui1-6/+22
2013-08-27va: add new ABGR/XBGR fourcc codes.Victor Ying1-0/+2
2013-07-15drm: improve check for authentication.Gwenole Beauchesne1-1/+18
2013-06-27build: fix make dist.Gwenole Beauchesne2-3/+1
2013-06-27libva: bump version for development.Gwenole Beauchesne1-2/+2
2013-06-27libva 1.2.1libva-1.2.1Xiang, Haihao2-2/+6
2013-06-27dummy_drv_video: add back VA_DRIVER_INIT_FUNC definition for __vaDriverInit_*()Vincent Bernat1-0/+5
2013-06-27tests: rename mpeg2enc to mpeg2vaencXiang, Haihao2-4/+4
2013-06-25New version for developmentXiang, Haihao1-2/+2
2013-06-25libva 1.2.0Xiang, Haihao1-1/+1
2013-06-25NEWS: updatesXiang, Haihao1-2/+15
2013-06-25Remove the dummy driver dependency on X11Zhao Yakui1-2/+2
2013-06-25Remove the EGL dependency on X11Zhao Yakui1-2/+2
2013-06-25h264encode: fix mmap out of memmory issueAustin Yuan1-80/+61
2013-06-25h264encode: add more cmdline optionsAustin Yuan1-8/+34
2013-06-25h264encode: fix ftell overflow issue when open large source YUV filesAustin Yuan1-4/+13
2013-06-25h264encode: coding 1920x1080 with cropAustin Yuan1-9/+54
2013-06-25h264encode: print correct number of RefPicList0/1Austin Yuan1-1/+2
2013-06-25h264encode: fix thread lockup issueAustin Yuan1-4/+1
2013-06-25h264encode: fix thread lockup issueAustin Yuan1-4/+11
2013-06-25h264encode: fix idr_pic_id issue when encode multiple IDR framesAustin Yuan1-3/+3
2013-06-25h264encode: reset IDR poc to 0Elaine Wang1-1/+1
2013-06-25h264encode: dump reconstructed frame and calc PSNRAustin Yuan4-123/+405
2013-06-25h264encode: use frame height not the height from VAImage which may be wrongAustin Yuan1-3/+3
2013-06-25h264encode: correct negative POC after a new IDRAustin Yuan1-4/+6
2013-06-25h264encode: fix encode corruption issue with multiple IDR (-idr_period XX)Austin Yuan1-18/+28
2013-06-25h264encode: add some commentsElaine Wang1-11/+3
2013-06-25h264encode: refine calculation logic of reference frame settingElaine Wang1-137/+263
2013-06-25h264encode: fix wrong print informationElaine Wang1-5/+7
2013-06-24AVCENC: Pass the H264 RefPicList0/1 by using slice_param instead of hacked DP...Zhao Yakui1-0/+19
2013-06-19Fix possible memory leakXiang, Haihao2-3/+10
2013-06-19va.c: need to check the symbol before calling itAustin Yuan1-1/+1
2013-06-19va: fix vaErrorStr() to support new error codes.Gwenole Beauchesne1-0/+6
2013-06-19va_x11: fix klockscan issue (details is bellow)Austin Yuan1-1/+3
2013-06-19vatrace: print target_percentageAustin Yuan1-0/+1
2013-06-19vatrace: trace coded buffer create/destroyAustin Yuan3-2/+81
2013-06-19vatrace: dump unknonw private misc parametersAustin Yuan1-1/+2
2013-06-19vatrace: remove the delimiter of every elements dumpAustin Yuan1-6/+0
2013-06-19vatrace: refine the format of buf data dumpElaine Wang1-3/+3
2013-06-19vatrace: refine VAEncPackedHeaderParameterBufferType formatAustin Yuan1-2/+6
2013-06-19vatrace: print VAEncPackedHeaderParameterBufferTypeAustin Yuan1-0/+28
2013-06-19libva: Add VABuffer dumping for JPEG parametersCheng Yao1-5/+140
2013-06-19vatrace: only print info of valid reference framesAustin Yuan1-6/+10
2013-06-19vatrace: dump flags of VAPictureH264Elaine Wang1-15/+21
2013-06-19LIBVA_DRIVER_NAME still needs va_getDriverName to open DRM deviceFei Jiang1-6/+12
2013-06-19va_trace: refine the log formatElaine Wang4-26/+36
2013-06-19vatrace: print function name for vaMapBuffer trace with coded bufferAustin Yuan1-7/+9
2013-06-19vatrace: buffer_type_to_string: add missing VABufferTypeAdrian Marius Negreanu1-0/+8
2013-06-19va_parseConfig: still need to check env_valueAustin Yuan1-1/+2
2013-06-19vatrace: fix build issueAustin Yuan1-3/+3