summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libva: change the types of all fields in VABoolCoderContextVPXTianmi Chen2014-02-131-3/+3
* Changes to VASliceParameterBufferVP8 to make it consistent with slice paramet...Jonathan Bian2014-02-131-11/+18
* Added VASliceParameterBufferVP8 to describe data partition related fields.Jonathan Bian2014-02-131-2/+18
* Add VP8 decoding APIJonathan Bian2014-02-133-1/+213
* do not request any GLX_DEPTH_SIZE in create_tfp_surfaceRinat Ibragimov2014-01-161-1/+0
* MPEG2ENC: Initialize the f_code based on supported level instead of hacked se...Zhao Yakui2013-09-131-6/+22
* va: add new ABGR/XBGR fourcc codes.Victor Ying2013-08-271-0/+2
* drm: improve check for authentication.Gwenole Beauchesne2013-07-151-1/+18
* build: fix make dist.Gwenole Beauchesne2013-06-272-3/+1
* libva: bump version for development.Gwenole Beauchesne2013-06-271-2/+2
* libva 1.2.1libva-1.2.1Xiang, Haihao2013-06-272-2/+6
* dummy_drv_video: add back VA_DRIVER_INIT_FUNC definition for __vaDriverInit_*()Vincent Bernat2013-06-271-0/+5
* tests: rename mpeg2enc to mpeg2vaencXiang, Haihao2013-06-272-4/+4
* New version for developmentXiang, Haihao2013-06-251-2/+2
* libva 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