summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libva 1.2.0libva-1.2.0Xiang, Haihao2013-06-251-1/+1
* NEWS: updatesXiang, Haihao2013-06-251-2/+15
* Remove the dummy driver dependency on X11Zhao Yakui2013-06-251-2/+2
* Remove the EGL dependency on X11Zhao Yakui2013-06-251-2/+2
* h264encode: fix mmap out of memmory issueAustin Yuan2013-06-251-80/+61
* h264encode: add more cmdline optionsAustin Yuan2013-06-251-8/+34
* h264encode: fix ftell overflow issue when open large source YUV filesAustin Yuan2013-06-251-4/+13
* h264encode: coding 1920x1080 with cropAustin Yuan2013-06-251-9/+54
* h264encode: print correct number of RefPicList0/1Austin Yuan2013-06-251-1/+2
* h264encode: fix thread lockup issueAustin Yuan2013-06-251-4/+1
* h264encode: fix thread lockup issueAustin Yuan2013-06-251-4/+11
* h264encode: fix idr_pic_id issue when encode multiple IDR framesAustin Yuan2013-06-251-3/+3
* h264encode: reset IDR poc to 0Elaine Wang2013-06-251-1/+1
* h264encode: dump reconstructed frame and calc PSNRAustin Yuan2013-06-254-123/+405
* h264encode: use frame height not the height from VAImage which may be wrongAustin Yuan2013-06-251-3/+3
* h264encode: correct negative POC after a new IDRAustin Yuan2013-06-251-4/+6
* h264encode: fix encode corruption issue with multiple IDR (-idr_period XX)Austin Yuan2013-06-251-18/+28
* h264encode: add some commentsElaine Wang2013-06-251-11/+3
* h264encode: refine calculation logic of reference frame settingElaine Wang2013-06-251-137/+263
* h264encode: fix wrong print informationElaine Wang2013-06-251-5/+7
* AVCENC: Pass the H264 RefPicList0/1 by using slice_param instead of hacked DP...Zhao Yakui2013-06-241-0/+19
* Fix possible memory leakXiang, Haihao2013-06-192-3/+10
* va.c: need to check the symbol before calling itAustin Yuan2013-06-191-1/+1
* va: fix vaErrorStr() to support new error codes.Gwenole Beauchesne2013-06-191-0/+6
* va_x11: fix klockscan issue (details is bellow)Austin Yuan2013-06-191-1/+3
* vatrace: print target_percentageAustin Yuan2013-06-191-0/+1
* vatrace: trace coded buffer create/destroyAustin Yuan2013-06-193-2/+81
* vatrace: dump unknonw private misc parametersAustin Yuan2013-06-191-1/+2
* vatrace: remove the delimiter of every elements dumpAustin Yuan2013-06-191-6/+0
* vatrace: refine the format of buf data dumpElaine Wang2013-06-191-3/+3
* vatrace: refine VAEncPackedHeaderParameterBufferType formatAustin Yuan2013-06-191-2/+6
* vatrace: print VAEncPackedHeaderParameterBufferTypeAustin Yuan2013-06-191-0/+28
* libva: Add VABuffer dumping for JPEG parametersCheng Yao2013-06-191-5/+140
* vatrace: only print info of valid reference framesAustin Yuan2013-06-191-6/+10
* vatrace: dump flags of VAPictureH264Elaine Wang2013-06-191-15/+21
* LIBVA_DRIVER_NAME still needs va_getDriverName to open DRM deviceFei Jiang2013-06-191-6/+12
* va_trace: refine the log formatElaine Wang2013-06-194-26/+36
* vatrace: print function name for vaMapBuffer trace with coded bufferAustin Yuan2013-06-191-7/+9
* vatrace: buffer_type_to_string: add missing VABufferTypeAdrian Marius Negreanu2013-06-191-0/+8
* va_parseConfig: still need to check env_valueAustin Yuan2013-06-191-1/+2
* vatrace: fix build issueAustin Yuan2013-06-191-3/+3
* va_trace: dump basic_unit_size/rc_flags in RateControl data structAustin Yuan2013-06-191-0/+4
* vatrace: Fix encoded coded buffer dump functionElaine Wang2013-06-191-8/+7
* vatrace: fix vatrace crash during video recordingElaine Wang2013-06-191-7/+12
* va_trace: allow surface trace to dump part of surface contentAustin Yuan2013-06-191-9/+44
* va_trace_surface: dumpe surface content after vaEndPicture callAustin Yuan2013-06-192-21/+16
* Fix va_fool.c klocwork issueElaine Wang2013-06-191-1/+1
* klockwork: Fix libva klocwork scaning issuesElaine Wang2013-06-193-21/+26
* tests: cope with new vaQuerySurfaceAttributes() API.Gwenole Beauchesne2013-06-071-36/+152
* test: add color conversion test option in putsurfaceZhao Halley2013-06-071-16/+217