summaryrefslogtreecommitdiff
path: root/va
AgeCommit message (Expand)AuthorFilesLines
2011-06-10Revert the change in VA_DRI2SwapBuffers: _XReply -->_XSendAustin Yuan1-2/+2
2011-06-09Corrected trace prints (updated, change format, etc), replaced \t by spaces i...Alexander Osin1-62/+116
2011-05-30libva: several changesAustin Yuan7-22/+67
2011-05-16va: always create a new VA display on X11Xiang, Haihao1-38/+6
2011-05-06va: fix build issueXiang, Haihao1-2/+2
2011-05-051) test/*: enable/refine the test/* for both X11 and AndroidAustin Yuan2-16/+12
2011-05-06corrected vaBufferInfo interfaceAlexander I Osin1-5/+4
2011-05-06corrected vaBufferInfo interfaceAlexander I Osin1-1/+1
2011-05-06Fixed number bugs in va_TraceSurface.Alexander I Osin1-8/+10
2011-04-01Use constant instead of enum for RenderDevice/RenderModeAustin Yuan1-14/+8
2011-04-01Fix build issue againAustin Yuan1-2/+2
2011-04-01Fix build issueAustin Yuan1-1/+1
2011-04-01 1. add interface VARenderDevice for output the video into an external dev...Austin Yuan11-30/+154
2011-02-09Fix build issueAustin Yuan1-1/+5
2011-02-08 1) cleanup for VA_FOOLAustin Yuan11-32/+274
2011-02-09Make VADriverContext.vtable a pointer.Gwenole Beauchesne4-54/+80
2011-02-09Bump VA-API version to 0.32.0. Fix __vaDriverInit*() function name.Gwenole Beauchesne1-4/+2
2011-01-27Update VAAPI to 0.32Xiang, Haihao1-3/+3
2011-01-26Add profile into VAPictureParameterBufferVC1Xiang, Haihao1-0/+1
2011-01-14 Refine VA_FOOL, and delete the hard coded clip va_fool_264.hAustin Yuan15-19074/+984
2010-12-21Fix the build issue on AndroidAustin Yuan1-12/+16
2010-12-21Remove config.h va/va_version.h (from Gwenole)Austin Yuan1-87/+0
2010-12-21Add sysdeps.h for system-dependent definitions. e.g. Android.Gwenole Beauchesne6-11/+49
2010-12-21Android: try to auto generate <va/version.h>Gwenole Beauchesne1-1/+10
2010-10-28Added the missing filesAustin Yuan4-0/+19522
2010-10-28libva-1.0.6Austin Yuan9-503/+1379
2010-09-26For VAEncPictureParameterBufferH264:last_pictureAustin Yuan1-1/+3
2010-09-25Remove VADisplayAttribCSCFormatAustin Yuan1-9/+1
2010-09-25Fix x11/Makefile.am license headerAustin Yuan1-17/+19
2010-09-15add scaling flags for vaPutSurface()Xiang, Haihao1-0/+7
2010-07-26remove VADisplayAttribCSC* which is duplicated, and add VADisplayAttribCSCMat...Austin Yuan1-5/+8
2010-07-26Fix detection of fglrx.Gwenole Beauchesne5-4/+283
2010-07-26Fix H.264 PicParam buffer trace.Gwenole Beauchesne1-1/+1
2010-07-26Fix va_TraceEndPicture() to unlock the VA surface.Gwenole Beauchesne1-1/+5
2010-07-26Fix VA trace warnings.Gwenole Beauchesne3-34/+123
2010-07-08Fix vaErrorStr() for VA_STATUS_ERROR_INVALID_IMAGE_FORMAT.Gwenole Beauchesne1-0/+2
2010-07-07libva: render front buffer for Pixmap.Xiang, Haihao3-2/+43
2010-07-07Drop GLX 1.3 requirement.Gwenole Beauchesne1-6/+0
2010-07-07Call GLX Pixmap related functions through the vtable.Gwenole Beauchesne2-11/+32
2010-06-08Added VA_STATUS_ERROR_INVALID_IMAGE_FORMATAustin Yuan1-0/+1
2010-06-08Merge branch 'i965_h264'Xiang, Haihao4-17/+103
2010-06-04Link libva-android with libva for vaDisplayIsValidAustin Yuan1-0/+2
2010-06-04Follow up the change of "LIBVA_DRIVER_NAME", remove it from va_android.cppAustin Yuan3-110/+92
2010-06-04Move LIBVA_DRIVER_NAME check in vaInitialize().Gwenole Beauchesne2-28/+31
2010-06-04VA/GLX cosmetics (indentation, declarations)Gwenole Beauchesne2-1/+3
2010-06-02Don't search LIBGL_DRIVERS_PATH, stick to LIBVA_DRIVERS_PATH only or the defa...Gwenole Beauchesne1-4/+0
2010-06-02Don't dump VA surface pixels if driver doesn't return VA surface buffer.Gwenole Beauchesne1-2/+3
2010-06-02Fix VA tracer to correctly dump array of bytes.Gwenole Beauchesne1-4/+4
2010-06-02Call va_TraceEndPicture() after the actual vaEndPicture(). i.e. let the drive...Gwenole Beauchesne1-1/+3
2010-06-02libva: update DRI2 to support swapbufferXiang, Haihao4-16/+102