summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix tab error, tabs should only be used in makefiles for action clauses.20101013_5.3.0.0026Fei Jiang2010-10-131-3/+3
* Fix whitespace error and remove dpy hard code setting.Fei Jiang2010-10-122-4/+3
* Fix white space error.ww42.1_androidFei Jiang2010-10-124-10/+10
* Update VAAPI for dynamic bit rate control/AIR/maximum slice size ctrl for Cis...Binglin Chen2010-10-061-10/+16
* Added VA_STATUS_ERROR_DECODING/ENCODING_ERROR to report decode/encode error20101005_5.3.0.0025Austin Yuan2010-09-301-0/+2
* Fix build issue on Androidww40.3_androidAustin Yuan2010-09-281-2/+2
* Add config.h/va_vesion.h for AndroidAustin Yuan2010-09-283-1/+167
* Correct a typoAustin Yuan2010-09-281-1/+1
* Squashed commit of the following:Austin Yuan2010-09-281-7/+95
* Merge commit 'umg/umg-stable'Jeff Rous2010-09-271-0/+125
|\
| * roll version to 1.0.4Stephen Ware2010-07-291-4/+4
| * initial specfileStephen Ware2010-07-291-0/+125
* | Merge branch 'fdva-master'Austin Yuan2010-09-26124-46/+10359
|\ \ | |/ |/|
| * For VAEncPictureParameterBufferH264:last_pictureAustin Yuan2010-09-261-1/+3
| * Remove VADisplayAttribCSCFormatAustin Yuan2010-09-251-9/+1
| * Fix x11/Makefile.am license headerAustin Yuan2010-09-251-17/+19
| * Added libva-tpi.pc fileAustin Yuan2010-09-253-2/+14
| * bump library version to 1.0.5libva-1.0.5Xiang, Haihao2010-09-211-1/+1
| * i965_drv_video: deinterlacing & scalingXiang, Haihao2010-09-1511-15/+2584
| * i965_drv_video: add video processing kernelsXiang, Haihao2010-09-15109-1/+7730
| * add scaling flags for vaPutSurface()Xiang, Haihao2010-09-151-0/+7
* | Merge branch 'fdva-master'20100818_5.3.0.002020100811_5.3.0.001920100804_5.3.0.001820100730_5.3.0.0017Austin Yuan2010-07-2616-99/+715
|\ \ | |/
| * Bump to 1.0.4libva-1.0.4Austin Yuan2010-07-261-1/+1
| * remove VADisplayAttribCSC* which is duplicated, and add VADisplayAttribCSCMat...Austin Yuan2010-07-262-6/+13
| * Fix detection of fglrx.Gwenole Beauchesne2010-07-265-4/+283
| * Fix H.264 PicParam buffer trace.Gwenole Beauchesne2010-07-261-1/+1
| * Fix va_TraceEndPicture() to unlock the VA surface.Gwenole Beauchesne2010-07-261-1/+5
| * Fix VA trace warnings.Gwenole Beauchesne2010-07-263-34/+123
| * Fix to require libdrm 2.4.21 or newer for i965 video driver.Xiang, Haihao2010-07-211-3/+3
| * Fix rendering of subpictures.Gwenole Beauchesne2010-07-141-6/+2
| * Fix vaGetImage() for YV12 format.Gwenole Beauchesne2010-07-131-9/+12
| * Simplify vaGetImage().Gwenole Beauchesne2010-07-131-60/+56
| * Fix vaGetImage() to wait for pending operations to complete.Gwenole Beauchesne2010-07-131-0/+3
| * Add NV12 image format.Gwenole Beauchesne2010-07-132-1/+61
| * Fix vaGetImage() bounds checking code.Gwenole Beauchesne2010-07-121-2/+4
| * Move initialization of render_state->interleaved_uv to vaCreateContext().Gwenole Beauchesne2010-07-121-12/+11
| * Fix out-of-source builds.Gwenole Beauchesne2010-07-121-1/+1
| * Add I420 image format.Gwenole Beauchesne2010-07-122-2/+16
| * i965_drv_video: use original widht/height for renderingXiang, Haihao2010-07-123-12/+19
| * Fix vaTerminate().Gwenole Beauchesne2010-07-121-2/+2
| *  Implement vaGetImage().Gwenole Beauchesne2010-07-121-1/+105
| * Add YV12 image format.Gwenole Beauchesne2010-07-122-2/+32
| * Don't return VA_STATUS_SUCCESS for unimplemented functions.Gwenole Beauchesne2010-07-121-7/+11
| * Add RGBA subpictures.Gwenole Beauchesne2010-07-123-5/+24
| * Fix subpictures formats array terminator.Gwenole Beauchesne2010-07-121-1/+1
* | Merge branch 'master' of ssh://git@moblin.intel.com/umg-moorestown-libva20100721_5.3.0.001520100713_5.3.0.0014Austin Yuan2010-07-093-3/+33
|\ \
| * | Add "Android.mk" for "vainfo"; update "vainfo.c" for AndroidJerry Dong2010-07-073-3/+33
* | | Merge branch 'fdva-master'Austin Yuan2010-07-0913-63/+157
|\ \ \ | |/ / |/| / | |/
| * Fix vaErrorStr() for VA_STATUS_ERROR_INVALID_IMAGE_FORMAT.Gwenole Beauchesne2010-07-081-0/+2
| * i965_drv_video: [H.264] fix slice_data_bit_offsetXiang, Haihao2010-07-071-15/+54