summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Austin Yuan [Tue, 29 Apr 2008 22:35:52 +0000 (18:35 -0400)]
Merge branch 'master' into mrst-video
Austin Yuan [Tue, 29 Apr 2008 22:00:52 +0000 (18:00 -0400)]
Add data structures of encode into va.h
Waldo Bastian [Tue, 29 Apr 2008 00:56:51 +0000 (17:56 -0700)]
Fix interface revision of dummy driver.
Waldo Bastian [Sat, 15 Mar 2008 01:40:03 +0000 (18:40 -0700)]
Call vaPutSurface
Waldo Bastian [Sat, 15 Mar 2008 01:37:03 +0000 (18:37 -0700)]
MPEG2 example stream
Austin Yuan [Fri, 14 Mar 2008 22:44:32 +0000 (18:44 -0400)]
The HW specific driver depends on "-lXfixes -lXdamage" to do correct display
under rotation mode, but a issue is found that after vaTerminate, XCloseDisplay
will meet a SIGSEGV, and debuging shows libXdamage is unloaded from application
address space after vaTerminate, and keeping libXdamage all along can workaround
this issue. So always link libva with libXdamage here
Waldo Bastian [Thu, 13 Mar 2008 20:51:05 +0000 (13:51 -0700)]
Add MPEG2 VLD test case
Waldo Bastian [Mon, 10 Mar 2008 23:41:43 +0000 (16:41 -0700)]
Update error messages
Waldo Bastian [Wed, 5 Mar 2008 00:49:52 +0000 (16:49 -0800)]
Added VA_STATUS_ERROR_RESOLUTION_NOT_SUPPORTED (still v0.29)
Waldo Bastian [Wed, 20 Feb 2008 02:19:15 +0000 (18:19 -0800)]
Add VA_STATUS_ERROR_INVALID_PARAMETER
Waldo Bastian [Thu, 7 Feb 2008 23:10:11 +0000 (15:10 -0800)]
* VC1: Add 'quantizer' to pic params
* Bump version to 0.29
Waldo Bastian [Tue, 5 Feb 2008 02:46:07 +0000 (18:46 -0800)]
* Add additional error code
* VC1: reference_distance can have values of 0 - 16 inclusive and needs 5 bits
Waldo Bastian [Fri, 7 Dec 2007 00:41:10 +0000 (16:41 -0800)]
vainfo: Readd VA API version
Waldo Bastian [Fri, 7 Dec 2007 00:04:09 +0000 (16:04 -0800)]
Update to VA API 0.28
Waldo Bastian [Thu, 6 Dec 2007 22:51:19 +0000 (14:51 -0800)]
Include vainfo in Debian package
Waldo Bastian [Thu, 6 Dec 2007 22:42:29 +0000 (14:42 -0800)]
Add vainfo utility to get baseic driver info from command line
Waldo Bastian [Sun, 11 Nov 2007 01:52:43 +0000 (17:52 -0800)]
Generate proper error for NULL display.
Waldo Bastian [Thu, 8 Nov 2007 23:14:37 +0000 (15:14 -0800)]
Do no attempt vaCreateBuffer with VAImageBufferType
Waldo Bastian [Wed, 7 Nov 2007 18:47:56 +0000 (10:47 -0800)]
Update to VA API 0.26
- Combine vaCreateBuffer and vaBufferData
Waldo Bastian [Thu, 1 Nov 2007 19:26:37 +0000 (12:26 -0700)]
Define VA_LSB_FIRST / VA_MSB_FIRST
Waldo Bastian [Wed, 31 Oct 2007 17:03:53 +0000 (10:03 -0700)]
Update version numbers to 0.25
Waldo Bastian [Mon, 29 Oct 2007 23:17:23 +0000 (16:17 -0700)]
Update to VA API v0.25
Waldo Bastian [Thu, 25 Oct 2007 21:37:43 +0000 (14:37 -0700)]
* Improve validation of input parameters & error reporting
Waldo Bastian [Tue, 16 Oct 2007 19:00:32 +0000 (12:00 -0700)]
* foward_mb -> forward_mb
* Expand mv_mode from 2 to 3 bits
Waldo Bastian [Mon, 15 Oct 2007 18:10:21 +0000 (11:10 -0700)]
pic_quantizer_scale needs 5 bits instead of 1
Waldo Bastian [Tue, 25 Sep 2007 23:13:14 +0000 (16:13 -0700)]
More tests
Waldo Bastian [Tue, 25 Sep 2007 23:12:07 +0000 (16:12 -0700)]
Handle some of the newer buffer types in vaCreateBuffer
Waldo Bastian [Tue, 25 Sep 2007 13:43:03 +0000 (06:43 -0700)]
More tests
Waldo Bastian [Mon, 24 Sep 2007 19:34:03 +0000 (12:34 -0700)]
First test cases
Waldo Bastian [Thu, 20 Sep 2007 16:14:17 +0000 (09:14 -0700)]
Update library version
Waldo Bastian [Thu, 20 Sep 2007 16:10:29 +0000 (09:10 -0700)]
preparing for release of v0.24
Waldo Bastian [Thu, 20 Sep 2007 15:38:06 +0000 (08:38 -0700)]
Swapped vaGetConfigAttributes and vaQueryConfigAttributes for API consistency
Waldo Bastian [Thu, 20 Sep 2007 14:57:45 +0000 (07:57 -0700)]
Update to libva 0.24
Waldo Bastian [Wed, 19 Sep 2007 13:03:25 +0000 (06:03 -0700)]
Plan for better test coverage.
Waldo Bastian [Mon, 17 Sep 2007 16:31:19 +0000 (09:31 -0700)]
weighted_bipred_idc needs 2 bits
Waldo Bastian [Fri, 14 Sep 2007 16:18:26 +0000 (09:18 -0700)]
Fix sign of some H264 params
Austin Yuan [Thu, 13 Sep 2007 02:12:28 +0000 (10:12 +0800)]
bump libva to 23
Waldo Bastian [Fri, 7 Sep 2007 15:50:47 +0000 (08:50 -0700)]
Install dummy driver to /usr/X11R6/lib/modules/dri
Waldo Bastian [Fri, 7 Sep 2007 11:59:42 +0000 (04:59 -0700)]
Make dummy driver compile & load
Waldo Bastian [Fri, 7 Sep 2007 11:34:25 +0000 (04:34 -0700)]
Updated for 0.22
root [Fri, 7 Sep 2007 11:29:54 +0000 (04:29 -0700)]
Include sub-picture support (va 0.22)
Waldo Bastian [Wed, 5 Sep 2007 00:13:02 +0000 (17:13 -0700)]
Merge branch 'master' of ssh://wbastian@umd-repo.jf.intel.com/home/repos/development-repositories/poulsbo-graphics/libva
Waldo Bastian [Thu, 30 Aug 2007 23:37:17 +0000 (16:37 -0700)]
Explicit license text
Waldo Bastian [Thu, 30 Aug 2007 23:37:17 +0000 (16:37 -0700)]
Explicit license text
Waldo Bastian [Thu, 30 Aug 2007 23:30:49 +0000 (16:30 -0700)]
Replace autogen.sh with our own version
Austin Yuan [Thu, 30 Aug 2007 08:23:52 +0000 (16:23 +0800)]
add "is_first_field" into VAPictureParameterBufferMPEG2
Waldo Bastian [Wed, 22 Aug 2007 19:27:00 +0000 (12:27 -0700)]
Update H.264 params
Waldo Bastian [Mon, 20 Aug 2007 22:22:09 +0000 (15:22 -0700)]
H264 slice params: Fix typo "10" -> "l0"
Waldo Bastian [Thu, 9 Aug 2007 23:19:00 +0000 (16:19 -0700)]
Bump version to 0.20
Waldo Bastian [Thu, 9 Aug 2007 16:47:08 +0000 (09:47 -0700)]
Added num_skipped_macroblocks to MPEG2 MC params
Waldo Bastian [Wed, 8 Aug 2007 22:14:00 +0000 (15:14 -0700)]
VC1 params: add loopfilter
Waldo Bastian [Wed, 8 Aug 2007 20:48:00 +0000 (13:48 -0700)]
Fix typo (choma -> chroma)
Waldo Bastian [Wed, 8 Aug 2007 20:20:58 +0000 (13:20 -0700)]
rev 0.20 (08/07/07 Jonathan Bian) - Added missing fields to VC-1 PictureParameter structure.
Waldo Bastian [Tue, 7 Aug 2007 18:45:16 +0000 (11:45 -0700)]
Include & export DRI interface as part of VA namespace
Waldo Bastian [Tue, 7 Aug 2007 00:08:57 +0000 (17:08 -0700)]
Fix compile
Waldo Bastian [Mon, 6 Aug 2007 23:27:32 +0000 (16:27 -0700)]
libva 0.19 -> remove VAPictureBitPlaneBufferType
Waldo Bastian [Fri, 20 Jul 2007 21:08:16 +0000 (14:08 -0700)]
range_reduction_frame -> PICTURE_LAYER::RANGEREDFRM
Waldo Bastian [Fri, 20 Jul 2007 18:02:25 +0000 (11:02 -0700)]
Add comment describing when to send picture parameters
root [Tue, 3 Jul 2007 21:34:36 +0000 (14:34 -0700)]
Define VA_INVALID_SURFACE
root [Thu, 21 Jun 2007 00:08:55 +0000 (17:08 -0700)]
Fix build dependencies
root [Tue, 19 Jun 2007 23:09:11 +0000 (16:09 -0700)]
Initial commit of libva