summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libvaww49.1-videoww48.4-videoww48.3-videoww48.2-videoAustin Yuan2009-11-233-1/+5
|\
| * Added a "magic" number to VADisplayContext in case an illeal VA dpy passed inAustin Yuan2009-11-233-1/+5
* | Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva20091120_Alpha3Austin Yuan2009-11-2016-308/+344
|\ \ | |/
| * Added VA_STATUS_ERROR_SURFACE_IN_DISPLAYINGAustin Yuan2009-11-202-1/+4
| * fix rendering of RGBA subpictureGwenole Beauchesne2009-11-187-78/+16
| * simplify subpicture formats. make sure the returned VAImageFormats are correc...Gwenole Beauchesne2009-11-183-33/+74
| * fix upload of the subpicture palette.Gwenole Beauchesne2009-11-182-16/+45
| * implement vaSetImagePaletteGwenole Beauchesne2009-11-182-24/+37
| * the VA API spec metion that the dest rectangle to vaAssociateSubpicture() is ...Gwenole Beauchesne2009-11-183-57/+66
| * fix subpicture association and deassociationGwenole Beauchesne2009-11-181-12/+19
| * Add MAX helper functionGwenole Beauchesne2009-11-181-0/+1
| * cleanup vaCreateImage, make it possible to add formats laterGwenole Beauchesne2009-11-183-41/+75
| * fix vaDestroyImage()Gwenole Beauchesne2009-11-182-3/+9
| * Fix vaAssociateSubpicture() argumentsGwenole Beauchesne2009-11-181-2/+0
| * Fix VA driver version.Gwenole Beauchesne2009-11-181-2/+2
| * Fix vaQueryImageFormats() to return 0 image formats supported at this time.Gwenole Beauchesne2009-11-181-0/+3
| * Implement vaQueryDisplayAttributes() as a no-op.Gwenole Beauchesne2009-11-181-2/+4
| * i965_drv_driver: use the horizontal position of a slice.Xiang, Haihao2009-09-151-1/+1
| * Clean up NVIDIA driver detection code.Gwenole Beauchesne2009-09-141-62/+14
| * Drop assert() in isDRI1Connected().Gwenole Beauchesne2009-09-141-1/+0
| * Add VASliceParameterBufferMPEG2.slice_horizontal_position for i965 driver.Gwenole Beauchesne2009-09-141-0/+1
* | Merge branch 'master-fd.o'ww43.5-videoww37.4-video20091118_Alpha2.520091112_Alpha220091109_Alpha1Austin Yuan2009-09-101-8/+1
|\ \ | |/
| * Removes references to SDS versioning in libva master. (from Gwenole)Austin2009-09-101-8/+1
* | Merge branch 'master-fd.o'20090904_5.1.0.0123Austin Yuan2009-09-031-0/+2
|\ \ | |/
| * Update va.h version numberAustin Yuan2009-09-031-0/+2
* | Merge branch 'master-fd.o'ww36.4-videoAustin Yuan2009-09-036-25/+16
|\ \ | |/
| * Mv libva_display.pc.in -> libva-x11.pc.in to fix autogen.sh issueAustin Yuan2009-09-031-0/+0
| * Drop libva_display. Explicitly use libva-x11.Gwenole Beauchesne2009-09-033-11/+5
| * Fix libva-x11-VERSION.so.* dependencies.Gwenole Beauchesne2009-09-031-1/+1
| * Fix NVIDIA driver version string parser.Gwenole Beauchesne2009-09-031-1/+8
| * Add VA_STATUS_ERROR_UNIMPLEMENTATION string representation.Gwenole Beauchesne2009-09-031-0/+2
| * Drop references to SDS.Gwenole Beauchesne2009-09-032-12/+0
* | Merge branch 'master-fd.o'Austin Yuan2009-08-314-4/+19
|\ \ | |/
| * __vaDriverInit_0_30 --> __vaDriverInit_0_31 for libva31Austin Yuan2009-08-314-4/+19
* | Merge branch 'master-fd.o'Austin Yuan2009-08-2813-367/+220
|\ \ | |/
| * Remove context from vaSyncSurfaceAustin Yuan2009-08-286-19/+2
| * Split libva DSO into core (libva.so) and display-dependent parts (libva-x11.so).Gwenole Beauchesne2009-08-287-28/+40
| * Assgin VASurfaceRendering a non-zero value instead of 0Austin Yuan2009-08-271-4/+4
| * Combine vaPutImage/vaPutImage2, vaAssociateSubpicture/vaAssociateSubpicture2Austin Yuan2009-08-275-208/+11
| * Update VAAPI to 0.31, libva.so SONAME to libva.so.1Austin Yuan2009-08-271-4/+4
| * Add VA_STATUS_ERROR_UNIMPLEMENTED.Gwenole Beauchesne2009-09-011-0/+1
| * Fix bit-fields types.Gwenole Beauchesne2009-09-011-101/+100
| * Add new bit to signal VC-1 skipped P-frames.Gwenole Beauchesne2009-09-011-1/+1
| * Add new H.264 fields for XvBA backend.Gwenole Beauchesne2009-09-011-1/+5
| * Add new VC-1 fields for VDPAU backend.Gwenole Beauchesne2009-09-011-7/+21
| * Add new H.264 fields for VDPAU backend.Gwenole Beauchesne2009-09-011-0/+8
| * Merge branch 'test'libva30Austin Yuan2009-08-2518-140/+723
| |\
| | * Don't include VAAPI version to SONAMEtestAustin Yuan2009-08-141-3/+3
| | * Explicit API extensions versioning from SDS.Gwenole Beauchesne2009-08-143-2/+21
| | * Fix NVIDIA driver detection.Gwenole Beauchesne2009-08-144-2/+484