summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* test/egl: Fix compiling error if GLESv1_CM isn't installed in the default ↵vaapi-extXiang, Haihao2012-03-291-2/+3
| | | | | | | | location Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> Signed-off-by: Hai Lan <hai.lan@intel.com> (cherry picked from commit af294d11c051342fbe22ab68f7117e1422956bc2)
* test/transcode/mpeg2transcode: set right picture width/height in macroblocksXiang, Haihao2012-02-291-2/+2
| | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Fix configure.acXiang, Haihao2012-02-071-0/+1
| | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* A simple JPEG example to use VAAPIZhao Halley2012-02-075-1/+1072
| | | | | | | | | | It is based on Luc Saillard <luc@saillard.org>'s JPEG program Usage: loadjpeg <input_filename.jpeg> Signed-off-by: Zhao Halley <halley.zhao@intel.com> Singed-off-by: Wind Yuan <feng.yuan@intel.com> Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Fix comment for JPEG quantization tableXiang, Haihao2012-02-061-1/+1
| | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Add HRD support in avcenc demo application.Zhou Chang2012-02-061-13/+89
|
* test/encode/avcenc: support I420/YV12 formatXiang, Haihao2012-02-011-3/+20
| | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* test/decode/jpegdecode: remove JPEG component id macrosXiang, Haihao2012-01-191-6/+6
| | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Remove the macros for JPEG componentsXiang, Haihao2012-01-191-6/+1
| | | | | | The range of component id is 0-255 (see B.2.2) Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Correct configure.ac after mergeXiang, Haihao2012-01-131-23/+23
| | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Merge branch 'master' into vaapi-extXiang, Haihao2012-01-131-1/+1
|\
| * Don't build egl case without EGLXiang, Haihao2012-01-131-1/+1
| | | | | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* | Merge branch 'master' into vaapi-extXiang, Haihao2012-01-1235-1377/+3583
|\ \ | |/ | | | | | | | | | | | | Conflicts: configure.ac test/Makefile.am Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
| * Remove dependency on X11/Xlib.hXiang, Haihao2012-01-103-4/+4
| | | | | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
| * Remove legacy DRI supportXiang, Haihao2012-01-107-1273/+0
| | | | | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
| * Don't build the EGL test case without GLESv1_CMXiang, Haihao2012-01-102-1/+4
| | | | | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
| * egl/va_egl_x11: fix the number of the allocated elementsXiang, Haihao2011-12-141-2/+2
| | | | | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
| * Array bound checkXiang, Haihao2011-12-143-3/+18
| | | | | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
| * Update VA/EGL test case as wellXiang, Haihao2011-12-141-4/+100
| | | | | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
| * Update the VA/EGL implementation in VAAPIXiang, Haihao2011-12-144-221/+268
| | | | | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
| * Update VA/EGL interfacesXiang, Haihao2011-12-141-16/+74
| | | | | | | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
| * Move va_egl.h to va/ to avoid compile errorXiang, Haihao2011-12-142-1/+1
| | | | | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
| * a test case to use VA/EGL interfacesXiang, Haihao2011-12-144-0/+522
| | | | | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
| * VA/EGL interfacesXiang, Haihao2011-12-149-12/+921
| | | | | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
| * New hooks to create/free native pixmapXiang, Haihao2011-12-142-0/+53
| | | | | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
| * declare vaGetDisplay in va.h instead of va_xxx.hXiang, Haihao2011-12-144-23/+8
| | | | | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
| * rename NativeDisplay to VANativeDisplayXiang, Haihao2011-12-141-1/+1
| | | | | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
| * va_tpi.h: corret a typo (Kbuf->KBuf)Austin Yuan2011-11-161-1/+1
| | | | | | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
| * configure: add check for EGL.Gwenole Beauchesne2011-11-031-3/+19
| | | | | | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
| * configure: simplify summary.Gwenole Beauchesne2011-11-031-19/+9
| | | | | | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
| * configure: cosmetics (clean up configure options).Gwenole Beauchesne2011-11-031-11/+12
| | | | | | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
| * configure: cosmetics (sort AC_OUTPUT Makefiles).Gwenole Beauchesne2011-11-031-22/+22
| | | | | | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
| * doc: add Doxygen templates.Gwenole Beauchesne2011-11-034-2/+1745
| | | | | | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
| * libva: bump version for development.Gwenole Beauchesne2011-11-021-2/+2
| | | | | | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
| * 1.0.15.libva-1.0.15Gwenole Beauchesne2011-10-282-3/+3
| | | | | | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
| * debian: add package for vainfo.Gwenole Beauchesne2011-10-283-0/+11
| | | | | | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
| * debian: don't use simple-patchsys (upstream has no patches).Gwenole Beauchesne2011-10-281-1/+0
| | | | | | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
| * Add NEWS file.Gwenole Beauchesne2011-10-261-0/+32
| | | | | | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* | Fix test/decode/Makefile.amXiang, Haihao2012-01-121-1/+3
| | | | | | | | Signed-off-by: Hai Lan <hai.lan@intel.com>
* | A simple case to decode a 8x8 JPEG imageXiang, Haihao2012-01-121-0/+418
| | | | | | | | | | Signed-off-by: Hai Lan <hai.lan@intel.com> Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* | Directly use component id instead of component index in ↵Xiang, Haihao2012-01-121-1/+1
| | | | | | | | | | | | | | | | VASliceParameterBufferJPEG The user application doesn't need to calculate the index anymore. Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* | Modify the interface of Huffman table for JPEG decodingXiang, Haihao2012-01-121-18/+10
| | | | | | | | | | | | | | | | The user application will send up to 4 huffman table to driver, and driver will select the right huffman table for each component via dc_selector and ac_selector. Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* | Support 16-bits quantization element for JPEG decodingXiang, Haihao2012-01-121-2/+8
| | | | | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* | Modify the interface of Quantization table for JPEG decodingXiang, Haihao2012-01-121-15/+5
| | | | | | | | | | | | | | | | | | The user application will send up to 4 quantization table to driver, and driver will select the right quantization table for each component via quantiser_table_selector. The quantization elements are specified in zig-zag scan order Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* | Add a flags field in VAProcPipelineParameterBufferXiang, Haihao2011-11-101-0/+5
| | | | | | | | | | | | Currently this field is used for scaling. Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* | Merge branch 'master' into vaapi-extXiang, Haihao2011-10-2456-1382/+907
|\ \ | |/ | | | | | | | | | | Conflicts: configure.ac test/encode/h264encode_common.c test/vainfo/vainfo.c
| * va: fix compiler warnings (drop unused variables).Gwenole Beauchesne2011-10-201-6/+0
| | | | | | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
| * Add auto-generated Debian packaging.Gwenole Beauchesne2011-10-2023-195/+139
| | | | | | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
| * libva: bump version for development.Gwenole Beauchesne2011-10-201-2/+2
| | | | | | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
| * libva: allow pre-releases.Gwenole Beauchesne2011-10-201-0/+4
| | | | | | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>