summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-28Fix build issue on Androidww40.3_androidAustin Yuan1-2/+2
2010-09-28Add config.h/va_vesion.h for AndroidAustin Yuan3-1/+167
2010-09-28Correct a typoAustin Yuan1-1/+1
2010-09-28Squashed commit of the following:Austin Yuan1-7/+95
2010-09-27Merge commit 'umg/umg-stable'Jeff Rous1-0/+125
2010-09-26Merge branch 'fdva-master'Austin Yuan124-46/+10359
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-25Added libva-tpi.pc fileAustin Yuan3-2/+14
2010-09-21bump library version to 1.0.5libva-1.0.5Xiang, Haihao1-1/+1
2010-09-15i965_drv_video: deinterlacing & scalingXiang, Haihao11-15/+2584
2010-09-15i965_drv_video: add video processing kernelsXiang, Haihao109-1/+7730
2010-09-15add scaling flags for vaPutSurface()Xiang, Haihao1-0/+7
2010-07-29roll version to 1.0.4Stephen Ware1-4/+4
2010-07-29initial specfileStephen Ware1-0/+125
2010-07-26Merge branch 'fdva-master'20100818_5.3.0.002020100811_5.3.0.001920100804_5.3.0.001820100730_5.3.0.0017Austin Yuan16-99/+715
2010-07-26Bump to 1.0.4libva-1.0.4Austin Yuan1-1/+1
2010-07-26remove VADisplayAttribCSC* which is duplicated, and add VADisplayAttribCSCMat...Austin Yuan2-6/+13
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-21Fix to require libdrm 2.4.21 or newer for i965 video driver.Xiang, Haihao1-3/+3
2010-07-14Fix rendering of subpictures.Gwenole Beauchesne1-6/+2
2010-07-13Fix vaGetImage() for YV12 format.Gwenole Beauchesne1-9/+12
2010-07-13Simplify vaGetImage().Gwenole Beauchesne1-60/+56
2010-07-13Fix vaGetImage() to wait for pending operations to complete.Gwenole Beauchesne1-0/+3
2010-07-13Add NV12 image format.Gwenole Beauchesne2-1/+61
2010-07-12Fix vaGetImage() bounds checking code.Gwenole Beauchesne1-2/+4
2010-07-12Move initialization of render_state->interleaved_uv to vaCreateContext().Gwenole Beauchesne1-12/+11
2010-07-12Fix out-of-source builds.Gwenole Beauchesne1-1/+1
2010-07-12Add I420 image format.Gwenole Beauchesne2-2/+16
2010-07-12i965_drv_video: use original widht/height for renderingXiang, Haihao3-12/+19
2010-07-12Fix vaTerminate().Gwenole Beauchesne1-2/+2
2010-07-12 Implement vaGetImage().Gwenole Beauchesne1-1/+105
2010-07-12Add YV12 image format.Gwenole Beauchesne2-2/+32
2010-07-12Don't return VA_STATUS_SUCCESS for unimplemented functions.Gwenole Beauchesne1-7/+11
2010-07-12Add RGBA subpictures.Gwenole Beauchesne3-5/+24
2010-07-12Fix subpictures formats array terminator.Gwenole Beauchesne1-1/+1
2010-07-09Merge branch 'master' of ssh://git@moblin.intel.com/umg-moorestown-libva20100721_5.3.0.001520100713_5.3.0.0014Austin Yuan3-3/+33
2010-07-09Merge branch 'fdva-master'Austin Yuan13-63/+157
2010-07-08Fix vaErrorStr() for VA_STATUS_ERROR_INVALID_IMAGE_FORMAT.Gwenole Beauchesne1-0/+2
2010-07-07i965_drv_video: [H.264] fix slice_data_bit_offsetXiang, Haihao1-15/+54
2010-07-07i965_drv_video: [H.264] fix the start of a slice for a MBAFF pictureXiang, Haihao1-6/+2
2010-07-07i965_drv_video: fix BSD batch buffer size.Xiang, Haihao1-2/+4
2010-07-07libva: render front buffer for Pixmap.Xiang, Haihao3-2/+43
2010-07-07i965_drv_video: [H.264] fix different slice type in a same picture issue.Xiang, Haihao3-11/+10
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