summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed dummy driver compile issue20090618_Alpha2.3Austin Yuan2009-06-191-4/+10
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* refine vaCreateSurfaceFromMrstV4L2Buf to vaCreateSurfaceFromV4L2Buf to make ↵Austin Yuan2009-06-192-28/+17
| | | | | | it more generic Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* rename vaDbgCopySurfaceToBuffer ->vaCopySurfaceToBuffer, ↵Austin Yuan2009-06-192-38/+61
| | | | | | vaDbgCreateSurfaceFromMRSTVL42Buffer->vaCreateSurfaceFromMRSTVL42Buffer Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Fix vaSetSubpicturePalette compile issue20090616_Alpha2.2.1Austin Yuan2009-06-131-1/+0
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* remove vaSetSubpicturePaletteAustin Yuan2009-06-132-31/+0
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Chage VASurfaceSkipped from 3 to 420090608_Alpha2.2Austin Yuan2009-06-051-1/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* remove Xv checkouk in configAustin Yuan2009-06-031-2/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Added va_dri2tokens.h for DRI2 tokens definitionAustin Yuan2009-06-033-2/+49
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Remove uncessary link form libva.so by adding flag RTLD_NODELETE intoAustin Yuan2009-06-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dlopen Here is the background of this fix Investigation indicates MRST Moblin Alpha1 0529 and 0520 uses the same libva source package (which is from graphics Alpha1.4 pakcage \\mid-depot.amr.corp.intel.com\Exchange\Moblin2\PackageSubmit\1.0.7_05142009-4_Alpha1.4), and the rootcause is that the linkage of libva dependence libraries is chaned in 0529 build. I am not sure why 0529 build has this change, and this change indeed causes libva application segment fault issue. See the detailed investigation and explanation in the attached libva-0520-vs-0529.PNG picture. Reproduce Steps(steps,current result, reproduce possibility) =========================================================== (1) boot 0529 build (2) Install libva testsuits into 0529 build (3) run "mpeg4vld -x -i /var/clips/demo.m4v" Expected result: =========================================================== libVA application should exit cleanly Possible root cause: ================================ There was a global change which helps reduce unnecessary linking utilizing a feature in binutils. We could opt liva out of this easily, however I would recommend fixing the package to do the right linking instead of relying on the tools to do so, Arjan, any suggestions? Anas ============================= summary of the picture: the "new" libva does no longer link to * libXv * libdrm * librt * libpthread HOWEVER; libva doesn't USE any of these! I don't see how not linking to these could lead to a crash, since they truely are not used. ================================ Basically it is a known issue. If we remove these library link from libVA, we will always get a segment fault when XCloseDisplay is called in application. Libva doesn't use these liXv/libdrm libraries, but libVA will dlopen HW specific driver, and the driver links with these libXv/libdrm libraries. We found the issue can be worked around by adding the link into libVA. Using binutil to remove unnecessary link makes sense for most of libraries, but for libva, it disables our workaround. Austin Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* 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
|/ | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Make libva pass compilation with old DRI2 proto which dri2tokens.h hasn't ↵root2009-05-151-0/+5
| | | | | | DRI2DriverDRI definition Signed-off-by: root <root@Austin-Develop.localdomain>
* Added build information (build date/time, git commit point) into the librarymenlow-port-05142009_Alpha1.405142009_Alpha1.4Austin Yuan2009-05-123-0/+16
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* 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
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Added va_dri2str.h so that don't relay on dri2protoAustin Yuan2009-04-232-1/+194
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Merge branch 'DRI2'menlow-port-rework-drm-04232009local-branch-testing-rework-drm-0423200904212009_Alpha1.1-DRI2Austin Yuan2009-04-227-18/+467
|\
| * Must link with Xv, orelse segment fault when XCloseDisplayAustin Yuan2009-04-222-1/+2
| | | | | | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
| * More update for DRI2 supportAustin Yuan2009-04-224-8/+13
| | | | | | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
| * Merge branch 'DRI2' of ↵root2009-04-222-13/+83
| |\ | | | | | | | | | ssh://git@moblin-mdi.jf.intel.com/umg-moorestown-libva into DRI2
| | * Initial support for DRI2Austin Yuan2009-04-222-13/+83
| | | | | | | | | | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
| * | Added DRI2 filesroot2009-04-223-2/+375
| |/
* | Fix vainfo unsupported_profile vastatus issue04212009_Alpha1.1041420090413200904082009Austin Yuan2009-04-031-1/+4
|/ | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* vainfo: print more information about supported profile:entrypointsAustin Yuan2009-04-031-8/+60
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Revert "patch 108_drivers_path.patch"04032009Austin Yuan2009-03-265-13/+4
| | | | This reverts commit adac1a519de44803b0cdfff29829508cdd419a01.
* 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 ↵Ren, Zhaohan2009-03-262-1/+10
| | | | | | | | #include <X11/va_x11.h>
* | Move files from X11 to vaRen, Zhaohan2009-03-262-1/+2
|/
* patch 107_cosmetics.patchRen, Zhaohan2009-03-261-1/+7
|
* patch 109_VA_FOURCC.patchRen, Zhaohan2009-03-261-1/+1
|
* patch 108_drivers_path.patchRen, Zhaohan2009-03-265-4/+13
|
* patch 106_libva_includedir.patchRen, Zhaohan2009-03-263-4/+5
|
* patch 105_libdrm_headers_check.patchRen, Zhaohan2009-03-262-2/+10
|
* patch 103_fix_includes.patchRen, Zhaohan2009-03-261-0/+1
|
* patch 102_fix_make_dist.patchRen, Zhaohan2009-03-263-2/+2
|
* Merge branch VA-ISOC-conformanceRen, Zhaohan2009-03-251-1/+1
|
* Update from Jonathan's latest vaAPI_r030v2.txtAustin Yuan2009-03-033-72/+13
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Update from Jonathan,Austin Yuan2009-03-033-193/+240
| | | | | | | | | 1. Updated copyright notices, change history, acknowledge, and overview sections 2. Added two new flags to vaPutSurface to convey whether the source is BT601 or BT709 3. Incorporated the ISO C conformance fixes from Gwenole. 4. Updates about encode API/data structures Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* link with libXvmenlow-port-2009031420090323Austin Yuan2009-03-021-1/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* 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
| | | | | | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* | clean vaDbyCreateSurfaceFromMrstV4L2BufAustin Yuan2009-02-162-7/+19
|/ | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* 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
| | | | | | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* | Added vaDbgCreateSurfaceFromUB for V4L2 buffer sharingAustin Yuan2009-02-062-0/+26
|/ | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Fix vainfo build issueAustin Yuan2009-02-042-3/+3
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Prototype of vaCreateSurfaceFromCIFrameAustin Yuan2009-02-042-0/+21
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Fixed issues reported by KlockworkAustin Yuan2009-02-013-6/+12
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>