summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | i965_drv_video: fix the pixel format of the derived imageXiang, Haihao2011-07-281-38/+42
* | i965_drv_video: implement vaPutImage by post process pipelineXiang, Haihao2011-07-2814-117/+1439
* | Merge branch 'master' of git+ssh://git.freedesktop.org/git/libva into vaapi-extXiang, Haihao2011-07-2828-228/+490
|\ \ | |/
| * bump to 1.0.14libva-1.0.14Xiang, Haihao2011-07-281-1/+1
| * i965_drv_video: don't export internal driver functions.Gwenole Beauchesne2011-07-273-1/+20
| * va.h: VA_DECODE_ERROR_TYPE changed to VADecodeErrorType for unified codying s...Austin Yuan2011-07-261-4/+4
| * dri2: ignore BadDrawable errors.Gwenole Beauchesne2011-07-261-1/+20
| * Fix make dist.Gwenole Beauchesne2011-07-264-2/+7
| * Fix out-of-source builds.Gwenole Beauchesne2011-07-269-17/+18
| * i965_drv_video: cosmetics (cleanup Makefile).Gwenole Beauchesne2011-07-261-40/+58
| * cosmetics: clean up Makefiles.Gwenole Beauchesne2011-07-263-73/+108
| * VA/X11: drop useless casts.Gwenole Beauchesne2011-07-264-18/+18
| * VA/GLX: drop useless casts.Gwenole Beauchesne2011-07-261-19/+19
| * vatrace: trace JPEG encode parametersAustin Yuan2011-07-261-0/+109
| * Update on vatrace/test and va.hAustin Yuan2011-07-148-51/+107
* | i965_drv_video: code clean upXiang, Haihao2011-07-281-499/+161
* | Merge branch 'vaapi-ext' of ssh://bee/git/libva into vaapi-extZhou Chang2011-07-271-1/+1
|\ \
| * | test/encode/Makefile.am: add -lpthread for build errorHai Lan2011-07-271-1/+1
* | | Simplify the IPB pattern file uploadZhou Chang2011-07-271-4/+6
* | | Fixed bug about B frame display order wrong.Zhou Chang2011-07-271-37/+40
|/ /
* | avcenc:correct the description for the mode parameterHai Lan2011-07-251-1/+1
* | i965_drv_video: enable AVS for scalingXiang, Haihao2011-07-211-1/+1
* | Fixed a vme search path bug, current search area is 48x40.Zhou Chang2011-07-216-20/+27
* | i965_drv_video: handle VPP buffersXiang, Haihao2011-07-152-0/+13
* | i965_drv_video: check the internal format of a surface before renderingXiang, Haihao2011-07-152-11/+7
* | i965_drv_video: support for Video Proc Pipeline (VPP)Xiang, Haihao2011-07-144-166/+389
* | va: vaQueryVideoProcPipelineCap and vaQueryVideoProcFilterCapXiang, Haihao2011-07-142-0/+43
* | vainfo: update vainfo for Video Proc PipelineXiang, Haihao2011-07-141-1/+3
* | Improve VME search area from 32x32 to 48x48.Zhou Chang2011-07-145-15/+22
* | i965_drv_video: add missed breakXiang, Haihao2011-07-131-0/+1
* | Merge branch 'master' of git+ssh://git.freedesktop.org/git/libva into vaapi-extXiang, Haihao2011-07-128-290/+322
|\ \ | |/
| * i965_drv_video: update post processing interfaceXiang, Haihao2011-07-125-263/+282
| * i965_drv_video: fixes assertion failureXiang, Haihao2011-07-083-26/+39
| * i965_drv_video: fix next slice vertical position for field pictureXiang, Haihao2011-07-071-1/+1
* | i965_drv_video: deallocate all unused surfacesXiang, Haihao2011-07-091-0/+6
* | test/encode/avcenc: close filesXiang, Haihao2011-07-081-0/+5
* | VPP interface updatedayakove12011-07-071-50/+105
* | test/encode/avcenc: re-try until successXiang, Haihao2011-07-071-2/+2
* | Merge branch 'master' of git+ssh://git.freedesktop.org/git/libva into vaapi-extXiang, Haihao2011-07-0529-718/+29815
|\ \ | |/
| * vatrace: print MPEG4/H263 encode parameters informationAustin Yuan2011-06-302-24/+188
| * i965_drv_video: add support for VA_SUBPICTURE_DESTINATION_IS_SCREEN_COORD.Gwenole Beauchesne2011-06-293-16/+21
| * i965_drv_video: fix subpicture scale factor for Y axis.Gwenole Beauchesne2011-06-291-1/+1
| * i965_drv_video: simplify put_surface() and put_subpicture() args.Gwenole Beauchesne2011-06-295-371/+221
| * va/test/putsurface_x11: avoid warning 'warning: ‘win’ is used uninitializ...Xiang, Haihao2011-06-241-0/+3
| * va/test: return a value to silence compiler waringXiang, Haihao2011-06-242-1/+3
| * va: fix warning about memset.Xiang, Haihao2011-06-242-2/+2
| * test/putsurface: more cleanup, remove #ifdef ANDROID from putsurface_common.cAustin Yuan2011-06-205-148/+182
| * test/putsurface: add UV element into the auto-generated imageAustin Yuan2011-06-195-4/+28967
| * Fix vaTerminate() with non DRI-based drivers.Gwenole Beauchesne2011-06-171-1/+1
| * va-android: same as X11, also always create a new VA display on androidAustin Yuan2011-06-161-40/+13