summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update libva library version to 1.0.1. should increase the revision when the ...libva-1.0.1Austin Yuan2009-12-171-1/+1
* Add extra picture info fields for VDPAU/MPEG-4.Gwenole Beauchesne2009-12-171-0/+2
* remove the duplicated X11 subdirAustin Yuan2009-12-0810-2107/+0
* fix test build issueAustin Yuan2009-12-012-3/+5
* Merge branch 'sync-fdo-master'Austin Yuan2009-12-0131-131/+1294
|\
| * refine test program: putsurface/h264encodeAustin Yuan2009-12-013-53/+130
| * Assign the magic number to a macroAustin Yuan2009-11-303-2/+3
| * Add license headerAustin Yuan2009-11-272-0/+48
| * re-arrange test programsAustin Yuan2009-11-2727-129/+1166
* | 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