profile/ivi/libva.git
16 years agoAdded some FOURCC definitions 40/340/1
Austin Yuan [Wed, 9 Jul 2008 11:26:10 +0000 (07:26 -0400)]
Added some FOURCC definitions

16 years agoAdded the missing frame_rate into SequenceParameterMPEG4 39/339/1
Austin Yuan [Wed, 2 Jul 2008 17:28:44 +0000 (13:28 -0400)]
Added the missing frame_rate into SequenceParameterMPEG4

16 years agoUpdate for: 38/338/1
Austin Yuan [Tue, 1 Jul 2008 13:57:16 +0000 (09:57 -0400)]
Update for:
1. SkipFrame for vaQuerySurfaceStatus
2. disable_deblocking_filter_idc for VAEncSliceParameterBuffer

16 years agoCorrection for PictureParameterH264 37/337/1
Austin Yuan [Wed, 14 May 2008 14:57:33 +0000 (10:57 -0400)]
Correction for PictureParameterH264

16 years agoTypo correction 36/336/1
Austin Yuan [Wed, 7 May 2008 23:11:25 +0000 (19:11 -0400)]
Typo correction

16 years agoCorrect some mistakes in va.h 35/335/1
Austin Yuan [Mon, 5 May 2008 21:30:11 +0000 (17:30 -0400)]
Correct some mistakes in va.h

16 years agoMerge branch 'master' into mrst-video 34/334/1
Austin Yuan [Tue, 29 Apr 2008 22:35:52 +0000 (18:35 -0400)]
Merge branch 'master' into mrst-video

16 years agoAdd data structures of encode into va.h 33/333/1
Austin Yuan [Tue, 29 Apr 2008 22:00:52 +0000 (18:00 -0400)]
Add data structures of encode into va.h

16 years agoFix interface revision of dummy driver. 31/331/1
Waldo Bastian [Tue, 29 Apr 2008 00:56:51 +0000 (17:56 -0700)]
Fix interface revision of dummy driver.

16 years agoCall vaPutSurface 29/329/1
Waldo Bastian [Sat, 15 Mar 2008 01:40:03 +0000 (18:40 -0700)]
Call vaPutSurface

16 years agoMPEG2 example stream 28/328/1
Waldo Bastian [Sat, 15 Mar 2008 01:37:03 +0000 (18:37 -0700)]
MPEG2 example stream

16 years agoThe HW specific driver depends on "-lXfixes -lXdamage" to do correct display 27/327/1
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

16 years agoAdd MPEG2 VLD test case 26/326/1
Waldo Bastian [Thu, 13 Mar 2008 20:51:05 +0000 (13:51 -0700)]
Add MPEG2 VLD test case

16 years agoUpdate error messages 25/325/1
Waldo Bastian [Mon, 10 Mar 2008 23:41:43 +0000 (16:41 -0700)]
Update error messages

16 years agoAdded VA_STATUS_ERROR_RESOLUTION_NOT_SUPPORTED (still v0.29) 24/324/1
Waldo Bastian [Wed, 5 Mar 2008 00:49:52 +0000 (16:49 -0800)]
Added VA_STATUS_ERROR_RESOLUTION_NOT_SUPPORTED (still v0.29)

16 years agoAdd VA_STATUS_ERROR_INVALID_PARAMETER 23/323/1
Waldo Bastian [Wed, 20 Feb 2008 02:19:15 +0000 (18:19 -0800)]
Add VA_STATUS_ERROR_INVALID_PARAMETER

16 years ago* VC1: Add 'quantizer' to pic params 22/322/1
Waldo Bastian [Thu, 7 Feb 2008 23:10:11 +0000 (15:10 -0800)]
* VC1: Add 'quantizer' to pic params
* Bump version to 0.29

16 years ago* Add additional error code 21/321/1
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

16 years agovainfo: Readd VA API version 19/319/1
Waldo Bastian [Fri, 7 Dec 2007 00:41:10 +0000 (16:41 -0800)]
vainfo: Readd VA API version

16 years agoUpdate to VA API 0.28 18/318/1
Waldo Bastian [Fri, 7 Dec 2007 00:04:09 +0000 (16:04 -0800)]
Update to VA API 0.28

16 years agoInclude vainfo in Debian package 17/317/1
Waldo Bastian [Thu, 6 Dec 2007 22:51:19 +0000 (14:51 -0800)]
Include vainfo in Debian package

16 years agoAdd vainfo utility to get baseic driver info from command line 16/316/1
Waldo Bastian [Thu, 6 Dec 2007 22:42:29 +0000 (14:42 -0800)]
Add vainfo utility to get baseic driver info from command line

16 years agoGenerate proper error for NULL display. 15/315/1
Waldo Bastian [Sun, 11 Nov 2007 01:52:43 +0000 (17:52 -0800)]
Generate proper error for NULL display.

16 years agoDo no attempt vaCreateBuffer with VAImageBufferType 14/314/1
Waldo Bastian [Thu, 8 Nov 2007 23:14:37 +0000 (15:14 -0800)]
Do no attempt vaCreateBuffer with VAImageBufferType

16 years agoUpdate to VA API 0.26 13/313/1
Waldo Bastian [Wed, 7 Nov 2007 18:47:56 +0000 (10:47 -0800)]
Update to VA API 0.26
- Combine vaCreateBuffer and vaBufferData

16 years agoDefine VA_LSB_FIRST / VA_MSB_FIRST 12/312/1
Waldo Bastian [Thu, 1 Nov 2007 19:26:37 +0000 (12:26 -0700)]
Define VA_LSB_FIRST / VA_MSB_FIRST

16 years agoUpdate version numbers to 0.25 11/311/1
Waldo Bastian [Wed, 31 Oct 2007 17:03:53 +0000 (10:03 -0700)]
Update version numbers to 0.25

16 years agoUpdate to VA API v0.25 10/310/1
Waldo Bastian [Mon, 29 Oct 2007 23:17:23 +0000 (16:17 -0700)]
Update to VA API v0.25

16 years ago* Improve validation of input parameters & error reporting 09/309/1
Waldo Bastian [Thu, 25 Oct 2007 21:37:43 +0000 (14:37 -0700)]
* Improve validation of input parameters & error reporting

16 years ago* foward_mb -> forward_mb 08/308/1
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

16 years agopic_quantizer_scale needs 5 bits instead of 1 07/307/1
Waldo Bastian [Mon, 15 Oct 2007 18:10:21 +0000 (11:10 -0700)]
pic_quantizer_scale needs 5 bits instead of 1

16 years agoMore tests 05/305/1
Waldo Bastian [Tue, 25 Sep 2007 23:13:14 +0000 (16:13 -0700)]
More tests

16 years agoHandle some of the newer buffer types in vaCreateBuffer 04/304/1
Waldo Bastian [Tue, 25 Sep 2007 23:12:07 +0000 (16:12 -0700)]
Handle some of the newer buffer types in vaCreateBuffer

16 years agoMore tests 03/303/1
Waldo Bastian [Tue, 25 Sep 2007 13:43:03 +0000 (06:43 -0700)]
More tests

16 years agoFirst test cases 02/302/1
Waldo Bastian [Mon, 24 Sep 2007 19:34:03 +0000 (12:34 -0700)]
First test cases

16 years agoUpdate library version 01/301/1
Waldo Bastian [Thu, 20 Sep 2007 16:14:17 +0000 (09:14 -0700)]
Update library version

16 years agopreparing for release of v0.24 00/300/1
Waldo Bastian [Thu, 20 Sep 2007 16:10:29 +0000 (09:10 -0700)]
preparing for release of v0.24

16 years agoSwapped vaGetConfigAttributes and vaQueryConfigAttributes for API consistency 99/299/1
Waldo Bastian [Thu, 20 Sep 2007 15:38:06 +0000 (08:38 -0700)]
Swapped vaGetConfigAttributes and vaQueryConfigAttributes for API consistency

16 years agoUpdate to libva 0.24 98/298/1
Waldo Bastian [Thu, 20 Sep 2007 14:57:45 +0000 (07:57 -0700)]
Update to libva 0.24

16 years agoPlan for better test coverage. 97/297/1
Waldo Bastian [Wed, 19 Sep 2007 13:03:25 +0000 (06:03 -0700)]
Plan for better test coverage.

16 years agoweighted_bipred_idc needs 2 bits 96/296/1
Waldo Bastian [Mon, 17 Sep 2007 16:31:19 +0000 (09:31 -0700)]
weighted_bipred_idc needs 2 bits

16 years agoFix sign of some H264 params 95/295/1
Waldo Bastian [Fri, 14 Sep 2007 16:18:26 +0000 (09:18 -0700)]
Fix sign of some H264 params

16 years agobump libva to 23 93/293/1
Austin Yuan [Thu, 13 Sep 2007 02:12:28 +0000 (10:12 +0800)]
bump libva to 23

16 years agoInstall dummy driver to /usr/X11R6/lib/modules/dri 92/292/1
Waldo Bastian [Fri, 7 Sep 2007 15:50:47 +0000 (08:50 -0700)]
Install dummy driver to /usr/X11R6/lib/modules/dri

16 years agoMake dummy driver compile & load 91/291/1
Waldo Bastian [Fri, 7 Sep 2007 11:59:42 +0000 (04:59 -0700)]
Make dummy driver compile & load

16 years agoUpdated for 0.22 90/290/1
Waldo Bastian [Fri, 7 Sep 2007 11:34:25 +0000 (04:34 -0700)]
Updated for 0.22

16 years agoInclude sub-picture support (va 0.22) 89/289/1
root [Fri, 7 Sep 2007 11:29:54 +0000 (04:29 -0700)]
Include sub-picture support (va 0.22)

16 years agoMerge branch 'master' of ssh://wbastian@umd-repo.jf.intel.com/home/repos/development... 88/288/1
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

16 years agoExplicit license text 87/287/1
Waldo Bastian [Thu, 30 Aug 2007 23:37:17 +0000 (16:37 -0700)]
Explicit license text

16 years agoExplicit license text 86/286/1
Waldo Bastian [Thu, 30 Aug 2007 23:37:17 +0000 (16:37 -0700)]
Explicit license text

16 years agoReplace autogen.sh with our own version 85/285/1
Waldo Bastian [Thu, 30 Aug 2007 23:30:49 +0000 (16:30 -0700)]
Replace autogen.sh with our own version

16 years agoadd "is_first_field" into VAPictureParameterBufferMPEG2 84/284/1
Austin Yuan [Thu, 30 Aug 2007 08:23:52 +0000 (16:23 +0800)]
add "is_first_field" into VAPictureParameterBufferMPEG2

16 years agoUpdate H.264 params 83/283/1
Waldo Bastian [Wed, 22 Aug 2007 19:27:00 +0000 (12:27 -0700)]
Update H.264 params

16 years agoH264 slice params: Fix typo "10" -> "l0" 82/282/1
Waldo Bastian [Mon, 20 Aug 2007 22:22:09 +0000 (15:22 -0700)]
H264 slice params: Fix typo "10" -> "l0"

16 years agoBump version to 0.20 81/281/1
Waldo Bastian [Thu, 9 Aug 2007 23:19:00 +0000 (16:19 -0700)]
Bump version to 0.20

16 years agoAdded num_skipped_macroblocks to MPEG2 MC params 80/280/1
Waldo Bastian [Thu, 9 Aug 2007 16:47:08 +0000 (09:47 -0700)]
Added num_skipped_macroblocks to MPEG2 MC params

16 years agoVC1 params: add loopfilter 79/279/1
Waldo Bastian [Wed, 8 Aug 2007 22:14:00 +0000 (15:14 -0700)]
VC1 params: add loopfilter

16 years agoFix typo (choma -> chroma) 78/278/1
Waldo Bastian [Wed, 8 Aug 2007 20:48:00 +0000 (13:48 -0700)]
Fix typo (choma -> chroma)

16 years agorev 0.20 (08/07/07 Jonathan Bian) - Added missing fields to VC-1 PictureParameter... 77/277/1
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.

16 years agoInclude & export DRI interface as part of VA namespace 76/276/1
Waldo Bastian [Tue, 7 Aug 2007 18:45:16 +0000 (11:45 -0700)]
Include & export DRI interface as part of VA namespace

16 years agoFix compile 75/275/1
Waldo Bastian [Tue, 7 Aug 2007 00:08:57 +0000 (17:08 -0700)]
Fix compile

16 years agolibva 0.19 -> remove VAPictureBitPlaneBufferType 74/274/1
Waldo Bastian [Mon, 6 Aug 2007 23:27:32 +0000 (16:27 -0700)]
libva 0.19 -> remove VAPictureBitPlaneBufferType

17 years agorange_reduction_frame -> PICTURE_LAYER::RANGEREDFRM 73/273/1
Waldo Bastian [Fri, 20 Jul 2007 21:08:16 +0000 (14:08 -0700)]
range_reduction_frame -> PICTURE_LAYER::RANGEREDFRM

17 years agoAdd comment describing when to send picture parameters 72/272/1
Waldo Bastian [Fri, 20 Jul 2007 18:02:25 +0000 (11:02 -0700)]
Add comment describing when to send picture parameters

17 years agoDefine VA_INVALID_SURFACE 71/271/1
root [Tue, 3 Jul 2007 21:34:36 +0000 (14:34 -0700)]
Define VA_INVALID_SURFACE

17 years agoFix build dependencies 70/270/1
root [Thu, 21 Jun 2007 00:08:55 +0000 (17:08 -0700)]
Fix build dependencies

17 years agoInitial commit of libva 69/269/1
root [Tue, 19 Jun 2007 23:09:11 +0000 (16:09 -0700)]
Initial commit of libva