summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-09-10Merge branch 'master-fd.o'ww43.5-videoww37.4-video20091118_Alpha2.520091112_Alpha220091109_Alpha1Austin Yuan1-8/+1
2009-09-10Removes references to SDS versioning in libva master. (from Gwenole)Austin1-8/+1
2009-09-03Merge branch 'master-fd.o'20090904_5.1.0.0123Austin Yuan1-0/+2
2009-09-03Update va.h version numberAustin Yuan1-0/+2
2009-09-03Merge branch 'master-fd.o'ww36.4-videoAustin Yuan3-8/+11
2009-09-03Fix libva-x11-VERSION.so.* dependencies.Gwenole Beauchesne1-1/+1
2009-09-03Fix NVIDIA driver version string parser.Gwenole Beauchesne1-1/+8
2009-09-03Add VA_STATUS_ERROR_UNIMPLEMENTATION string representation.Gwenole Beauchesne1-0/+2
2009-09-03Drop references to SDS.Gwenole Beauchesne1-6/+0
2009-08-31Merge branch 'master-fd.o'Austin Yuan2-2/+17
2009-08-31__vaDriverInit_0_30 --> __vaDriverInit_0_31 for libva31Austin Yuan2-2/+17
2009-08-28Merge branch 'master-fd.o'Austin Yuan5-262/+154
2009-08-28Remove context from vaSyncSurfaceAustin Yuan3-4/+1
2009-08-28Split libva DSO into core (libva.so) and display-dependent parts (libva-x11.so).Gwenole Beauchesne3-24/+15
2009-08-27Assgin VASurfaceRendering a non-zero value instead of 0Austin Yuan1-4/+4
2009-08-27Combine vaPutImage/vaPutImage2, vaAssociateSubpicture/vaAssociateSubpicture2Austin Yuan3-126/+4
2009-09-01Add VA_STATUS_ERROR_UNIMPLEMENTED.Gwenole Beauchesne1-0/+1
2009-09-01Fix bit-fields types.Gwenole Beauchesne1-101/+100
2009-09-01Add new bit to signal VC-1 skipped P-frames.Gwenole Beauchesne1-1/+1
2009-09-01Add new H.264 fields for XvBA backend.Gwenole Beauchesne1-1/+5
2009-09-01Add new VC-1 fields for VDPAU backend.Gwenole Beauchesne1-7/+21
2009-09-01Add new H.264 fields for VDPAU backend.Gwenole Beauchesne1-0/+8
2009-08-25Sync latest fd.o libva:master20090820_5.1.0.0121Austin Yuan21-46/+3161
2009-08-14Explicit API extensions versioning from SDS.Gwenole Beauchesne2-1/+14
2009-08-14Fix NVIDIA driver detection.Gwenole Beauchesne4-2/+484
2009-08-14Add <va_version.h> for versioning helpers.Gwenole Beauchesne4-17/+101
2009-07-08Add VASliceParameterBufferBase.Gwenole Beauchesne1-13/+21
2009-07-08Remove obsolete fields.Gwenole Beauchesne2-4/+0
2009-07-08Add new DSO versioning (SONAME changed to libva-VERSION.so.CURRENT.REVISION.A...Gwenole Beauchesne1-1/+4
2009-07-08Fix memory leak (VADriverContext.dri_state).Gwenole Beauchesne1-2/+7
2009-07-08Add VA_INVALID_ID helper macro.Gwenole Beauchesne1-1/+2
2009-07-08Fix make install (<va/va_x11.h>). Actually drop extraneous space. ;-)Gwenole Beauchesne1-1/+1
2009-07-08Fix driver name retrieval for dri1 and dri2.Gwenole Beauchesne3-95/+6
2009-07-08Fix va_DisplayContextGetDriverName() to check for LIBVA_DRIVER_NAME first.Gwenole Beauchesne1-16/+9
2009-07-08Install drivers into pkglibdir/va/.Gwenole Beauchesne2-3/+3
2009-07-08Fix includes.Gwenole Beauchesne3-1/+5
2009-07-08Drop explicit CFLAGS override.Gwenole Beauchesne2-2/+0
2009-07-08Fix make dist (i965_drv_video missing files, Paul Bender).Gwenole Beauchesne1-0/+2
2009-07-08Fix build after X11 -> x11 moveGwenole Beauchesne1-1/+1
2009-07-06X11->x11 per the suggestion from GwenoleAustin Yuan15-7/+7
2009-07-03Move back dri --> src/X11Austin Yuan16-3/+2600
2009-07-01Added the patch from Zou Naihai to correct DRI2XXX --> VA_DRI2XXXAustin Yuan1-1/+1
2009-07-01va_backend.h: X11/va_x11.h --> dri/va_x11.hAustin Yuan1-1/+1
2009-07-01Remove vaSetSubpicturePalette, please use vaSetImagePaletteAustin Yuan2-5/+0
2009-07-02Refine the directory, move src/X11 to dri/Austin Yuan15-2601/+4
2009-07-02Apply the patch from Nanhai to support MPEG2 VLD on Intel integrated G45 grap...Austin Yuan8-6/+519
2009-06-26Added missing file test/mpeg2-I.jpg, mpeg2-i.mpgAustin Yuan1-1/+1
2009-06-24Added version number for libVA. Current version is 0.30.4ww32.1-videoww31.2-videoww31.2-pm-videoww30.5-videoww30.3-videoww30.1-rar-videovideo-img1.5-pocmenlow-beta20091103_PreAlpha520091021_5.1.0.012620091015_5.1.0.012520091002_PreAlpha_Int20090909_5.1.0.012420090821_5.1.0.012220090821_5.1.0.0120.120090820_5.1.0.0120.120090806_5.1.0.012020090731_5.1.0.011920090727_5.1.0.011820090724_5.1.0.011720090723_5.1.0.011620090716_5.1.0.011520090710_5.1.0.011420090707_5.1.0.011320090702_5.1.0.011220090625_5.1.0.0111Austin Yuan1-1/+1
2009-06-20Proposed new vaCreateSurfaceFromV4L2Buffer to replace origin vaCreateSurfaceF...Austin Yuan2-29/+41
2009-06-20Added more comments for vaCreateBufferFromV4L2BufferAustin Yuan1-1/+24