summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added 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 Yuan2009-06-241-1/+1
* Added more comments for vaCreateBufferFromV4L2BufferAustin Yuan2009-06-201-1/+24
* refine vaCreateSurfaceFromMrstV4L2Buf to vaCreateSurfaceFromV4L2Buf to make i...Austin Yuan2009-06-192-28/+17
* rename vaDbgCopySurfaceToBuffer ->vaCopySurfaceToBuffer, vaDbgCreateSurfaceFr...Austin Yuan2009-06-192-38/+61
* remove vaSetSubpicturePaletteAustin Yuan2009-06-132-31/+0
* Chage VASurfaceSkipped from 3 to 420090608_Alpha2.2Austin Yuan2009-06-051-1/+1
* Added va_dri2tokens.h for DRI2 tokens definitionAustin Yuan2009-06-033-2/+49
* Remove uncessary link form libva.so by adding flag RTLD_NODELETE intoAustin Yuan2009-06-032-2/+2
* Merge branch 'master' of ssh://git@moblin-mdi.jf.intel.com/umg-moorestown-libvamenlow-port_05282009_Alpha2.105282009_Alpha2.1Austin Yuan2009-05-251-1/+1
|\
| * Make libva pass compilation with old and new dri2proto05212009_Alpha1.5Jeff Rous2009-05-201-1/+1
* | Added "intra_period" into VAEncSequenceParameterBufferH263Austin Yuan2009-05-251-1/+2
|/
* Make libva pass compilation with old DRI2 proto which dri2tokens.h hasn't DRI...root2009-05-151-0/+5
* Added build information (build date/time, git commit point) into the librarymenlow-port-05142009_Alpha1.405142009_Alpha1.4Austin Yuan2009-05-122-0/+16
* Fix binary compatibility issue caused by VAAPI ISO-C conformance fixmenlow-port-05082009-Alpha1.305082009_Alpha1.304302009_Alpha1.204282009_ww18Austin Yuan2009-04-293-100/+105
* Added va_dri2str.h so that don't relay on dri2protoAustin Yuan2009-04-232-1/+194
* Must link with Xv, orelse segment fault when XCloseDisplayAustin Yuan2009-04-221-1/+1
* More update for DRI2 supportAustin Yuan2009-04-223-6/+13
* Merge branch 'DRI2' of ssh://git@moblin-mdi.jf.intel.com/umg-moorestown-libva...root2009-04-222-13/+83
|\
| * Initial support for DRI2Austin Yuan2009-04-222-13/+83
* | Added DRI2 filesroot2009-04-223-2/+375
|/
* Revert "patch 108_drivers_path.patch"04032009Austin Yuan2009-03-262-4/+3
* Add 'bits' field for structure VAEncSliceParameterBufferRen, Zhaohan2009-03-271-1/+1
* Add -DIN_LIBVARen, Zhaohan2009-03-262-2/+2
* Merge branch 'master' of ssh://git@moblin-mdi.jf.intel.com/umg-moorestown-libvaRen, Zhaohan2009-03-262-1/+10
|\
| * repatch 106_libva_includedir.patch, modify #include <va/va_x11.h> to #include...Ren, Zhaohan2009-03-262-1/+10
* | Move files from X11 to vaRen, Zhaohan2009-03-261-1/+1
|/
* patch 109_VA_FOURCC.patchRen, Zhaohan2009-03-261-1/+1
* patch 108_drivers_path.patchRen, Zhaohan2009-03-262-3/+4
* patch 106_libva_includedir.patchRen, Zhaohan2009-03-261-2/+3
* patch 105_libdrm_headers_check.patchRen, Zhaohan2009-03-261-1/+4
* patch 102_fix_make_dist.patchRen, Zhaohan2009-03-261-2/+0
* Merge branch VA-ISOC-conformanceRen, Zhaohan2009-03-251-1/+1
* Update from Jonathan's latest vaAPI_r030v2.txtAustin Yuan2009-03-033-72/+13
* Update from Jonathan,Austin Yuan2009-03-033-193/+240
* link with libXvmenlow-port-2009031420090323Austin Yuan2009-03-021-1/+1
* Merge branch 'master' of ssh://git@moblin-mdi.jf.intel.com/umg-moorestown-libva20090306Austin Yuan2009-02-162-5/+23
|\
| * Fixed the case that vaXXXX pass a corrupted vaDisplay pointAustin Yuan2009-02-112-5/+23
* | clean vaDbyCreateSurfaceFromMrstV4L2BufAustin Yuan2009-02-162-7/+19
|/
* Merge branch 'master' of ssh://git@moblin-mdi.jf.intel.com/umg-moorestown-libvaAustin Yuan2009-02-061-1/+1
|\
| * Fixed strncpy isssue, should copy "\0" tooAustin Yuan2009-02-051-1/+1
* | Added vaDbgCreateSurfaceFromUB for V4L2 buffer sharingAustin Yuan2009-02-062-0/+26
|/
* Prototype of vaCreateSurfaceFromCIFrameAustin Yuan2009-02-042-0/+21
* Fixed issues reported by KlockworkAustin Yuan2009-02-012-6/+6
* Fix path issue of "va_x11.h"Austin Yuan2009-01-218-7/+7
* not include header at right directory, Compile error fixedchenbinglin2009-01-191-1/+1
* Remove garbage filesAustin Yuan2009-01-125-1055/+0
* Apply the patch to split va and display/x11 from Gwenole Beauchesne [mailto:g...Austin Yuan2009-01-1215-263/+1492
* Add definition of FOURCC IYUVlincroft-gfx-video-prealpha-rc3lincroft-gfx-video-prealpha-rc2-encode-hotfixAustin Yuan2008-12-191-0/+1
* change video driver directory to /usr/lib/dri instead of /usr/X11R6/lib/modul...phase2-20081110root2008-10-221-2/+2
* Bump va to v0.30 delievered by JonathanAustin Yuan2008-08-293-371/+82