1. cd548ed vainfo: dynamically allocate memory for VAEntrypoint list by Sreerenj Balachandran · 6 years ago
  2. e5c2de2 Stats/PreEnc: vainfo: Add PreEnc entrypoint by Sreerenj Balachandran · 7 years ago
  3. be2cdc7 fix the regression of unit test by Pengfei Qu · 6 years ago
  4. 7eab433 test/data: define more bitmask data for config attributes by U. Artie Eoff · 6 years ago
  5. 3185565 test/fixture: remove legacy config and surface methods by U. Artie Eoff · 6 years ago
  6. 258f28b test/createcontext: use new getMinMaxSurfaceResolution method by U. Artie Eoff · 6 years ago
  7. db37306 test/createsurfaces: refactor and fix test bugs by U. Artie Eoff · 6 years ago
  8. 8233c42 test/data: define bitmask data for surface attributes by U. Artie Eoff · 6 years ago
  9. dfec7ba test/fixture: consolidate surface methods by U. Artie Eoff · 6 years ago
  10. cde70e1 test/get_create_config: fix test cases by U. Artie Eoff · 6 years ago
  11. d663ed8 test/data: define config attribute BitMask map by U. Artie Eoff · 6 years ago
  12. eb91e3c test/createcontext: use new fixture config methods by U. Artie Eoff · 6 years ago
  13. 4dc4307 test/create_buffer: use new fixture config methods by U. Artie Eoff · 6 years ago
  14. b66e14f test/config_attribs: use new fixture config methods by U. Artie Eoff · 6 years ago
  15. 7123066 test/data: add rate control and decode slice mode values by U. Artie Eoff · 6 years ago
  16. c17bbc0 test/fixture: consolidate config methods by U. Artie Eoff · 6 years ago
  17. ebe0e51 test/data: use g_ prefix for global vars, not m_ by U. Artie Eoff · 6 years ago
  18. 71abeb2 test/data: add new VA_RT_FORMAT_RGB32_BPP by U. Artie Eoff · 6 years ago
  19. 7b85ff4 test/query_config: cleanup test cases by Jayesh Kumar Tank · 6 years ago
  20. 712ed54 test/queryvendor: cleanup test cases by Jayesh Kumar Tank · 6 years ago
  21. 7a08da0 test/init_terminate: cleanup test cases by U. Artie Eoff · 6 years ago
  22. 39e9331 test/get_max_values: cleanup test cases by U. Artie Eoff · 6 years ago
  23. 79e14c9 test/get_create_config: cleanup test cases by U. Artie Eoff · 6 years ago
  24. d7ccf14 test/display_attribs: cleanup test cases by U. Artie Eoff · 6 years ago
  25. 75a94e7 test/createsurfaces: cleanup test cases by U. Artie Eoff · 6 years ago
  26. 91f13b3 test/createcontext: cleanup test cases by U. Artie Eoff · 6 years ago
  27. 1c9d266 test/createbuffer: cleanup test cases by U. Artie Eoff · 6 years ago
  28. 62028d2 test/config_attribs: cleanup test cases by U. Artie Eoff · 6 years ago
  29. c0ab3b9 test/fixture: const and var reference corrections by U. Artie Eoff · 6 years ago
  30. ff0d21e test: use common typedefs by U. Artie Eoff · 6 years ago
  31. 27e027f test: add some common typedefs by U. Artie Eoff · 6 years ago
  32. a95be99 test: remove local va_version.h.in by U. Artie Eoff · 6 years ago
  33. 57bd8db test/fixture: remove shadow variable by U. Artie Eoff · 6 years ago
  34. 9cf3c47 decode/loadjpeg: Add return value check for fread. by Jun Zhao · 6 years ago
  35. aa563e2 vp9enc: set a reasonable bitrate for VBR when the max bitrate isn't specified by Xiang, Haihao · 6 years ago
  36. 6da04bc vp9enc: Add an option to specify whether low power mode is used by Xiang, Haihao · 6 years ago
  37. b9d60da vp9enc: try low power mode if non-low power mode isn't supported by Xiang, Haihao · 6 years ago
  38. dbdcc10 test/createcontext: check min surface resolution by U. Artie Eoff · 6 years ago
  39. e6a5bc0 test/fixture: add doGetMinSurfaceResolution by U. Artie Eoff · 6 years ago
  40. dfc6ff4 test/fixture: set default max surface resolution by U. Artie Eoff · 6 years ago
  41. 2db00b1 test: use Resolution struct instead of std::pair by U. Artie Eoff · 6 years ago
  42. f0a5963 test/internal: add interal test for Resolution definition by U. Artie Eoff · 6 years ago
  43. 9973b64 test/utils: define Resolution structure by U. Artie Eoff · 6 years ago
  44. 0c43cd0 test: fix header guards by U. Artie Eoff · 6 years ago
  45. b1f2c83 test/VAAPIQueryVendor: combine .h and .cpp contents by U. Artie Eoff · 6 years ago
  46. bf6d91a test/VAAPIQueryConfig: combine .h and .cpp contents by U. Artie Eoff · 6 years ago
  47. ea2e002 test/VAAPIInitTerminate: combine .h and .cpp contents by U. Artie Eoff · 6 years ago
  48. e2b5fec test/VAAPIGetMaxValues: combine .h and .cpp contents by U. Artie Eoff · 6 years ago
  49. fd34b32 test/VAAPIDisplayAttribs: combine .h and .cpp contents by U. Artie Eoff · 6 years ago
  50. 090bd84 test/VAAPICreateBuffer: combine .h and .cpp contents by U. Artie Eoff · 6 years ago
  51. 4c5e42a test/VAAPICreateContext: combine .h and .cpp contents by U. Artie Eoff · 6 years ago
  52. 8fe96ac test/VAAPIQuery/CreateSurfaces: combine .h and .cpp contents by U. Artie Eoff · 6 years ago
  53. 380cb1e test/VAAPIConfigAttribs: combine .h and .cpp contents by U. Artie Eoff · 6 years ago
  54. cce43a4 test/VAAPIGetCreateConfig: combine .h and .cpp contents by U. Artie Eoff · 6 years ago
  55. 7b4827e vavpp: read / write RGB32 surface by Xiang, Haihao · 7 years ago
  56. 61a21b9 test: Fix leak on getDisplay test by Victor Toso · 6 years ago
  57. 3c45590 test: Fix leak on bad vaSetDriverName() test by Victor Toso · 6 years ago
  58. a2cc490 wayland: Fix small leak of wl_registry on VADisplay by Victor Toso · 6 years ago
  59. f007a4f test: improve create_buffer test logging by U. Artie Eoff · 6 years ago
  60. f3481ce test: use new convenience macros by U. Artie Eoff · 6 years ago
  61. 074185c test: add more convenience macros and wrap VAStatus by U. Artie Eoff · 8 years ago
  62. 5f3de45 tests: Return NULL if you can't get VADisplay by Victor Toso · 6 years ago
  63. 9b954dc tests: Don't return VADisplay if vaInitialize() fails by Victor Toso · 6 years ago
  64. 428f20a avcenc: remove extra arguments on calling local function by Victor Toso · 6 years ago
  65. e04103f encoders: Remove extra parentheses by Victor Toso · 6 years ago
  66. 9c129d7 tinyjpeg: remove 'old-style' to set struct's field by Victor Toso · 6 years ago
  67. a5a0210 tinyjpeg: Fix self-assign by Victor Toso · 6 years ago
  68. b3aa231 tinyjpeg: Use assigned variable by Victor Toso · 6 years ago
  69. 3a83ce4 Remove some unused variables by Victor Toso · 6 years ago
  70. 5975415 test: vaMaxNumConfigAttributes is implementation specific by U. Artie Eoff · 6 years ago
  71. 5e945b7 test: appropriately name driver specific tests by U. Artie Eoff · 6 years ago
  72. c3210a7 test: fix VAAPIInitTerminate BadDriverName_Macro test by U. Artie Eoff · 6 years ago
  73. d52969f test: allow user-defined driver name for test execution by U. Artie Eoff · 6 years ago
  74. 071dd74 Merge branch 'v2.0-branch' into master by Xiang, Haihao · 7 years ago
  75. 505216d libva-utils 2.0.0 by Xiang, Haihao · 7 years ago upstream/v2.0-branch 2.0.0
  76. 34e706c test/streamables: use vaStr methods by U. Artie Eoff · 7 years ago
  77. 74a8502 libva-utils 2.0.0.pre3 by Xiang, Haihao · 7 years ago 2.0.0.pre3
  78. 4341558 libva-utils 2.0.0.pre2 by Xiang, Haihao · 7 years ago 2.0.0.pre2
  79. 2385910 Build libva-utils on Android by Xiang, Haihao · 7 years ago
  80. 624b382 Bump libva-utils to 2.0.1.pre1 for development by Xiang, Haihao · 7 years ago
  81. 51d30d8 Update NEWS by Xiang, Haihao · 7 years ago 2.0.0.pre1
  82. 3e6b380 Entrypoint index should start from 0 (#63) by Xiang, Haihao · 7 years ago
  83. cebc426 vainfo: Use new va*Str() functions by Kelly Ledford · 7 years ago
  84. d8003f6 Revert "test: ignore deprecated-declarations for GCC >= 6.x" by Xiang, Haihao · 7 years ago
  85. 865c6fd Remove VAProfileH264Baseline from gtest by Xiang, Haihao · 7 years ago
  86. 942f1c2 Fix deprecated warning by Xiang, Haihao · 7 years ago
  87. c38f080 Fix a typo in VAConfigAttribValEncROI by Xiang, Haihao · 7 years ago
  88. 4176f9e test: ignore deprecated-declarations for GCC >= 6.x by U. Artie Eoff · 7 years ago
  89. f448a68 libva-utils 2.0.0.pre1 for development by Xiang, Haihao · 7 years ago
  90. 7eff5d0 Add vp9enc tool for testing driver by Zhao Yakui · 7 years ago
  91. d941b8b vavpp: Add support for P010/I010 YUV surface by Xiang, Haihao · 7 years ago
  92. e9f41e1 vavpp: Add support for NV12 input file by Xiang, Haihao · 8 years ago
  93. 079c03b vavpp: User can set output file format by Xiang, Haihao · 8 years ago
  94. b843b74 vavpp: support YUY2 / UYVY source file by Xiang, Haihao · 8 years ago
  95. c187d36 vavpp: User can set the source YUV file format by Xiang, Haihao · 8 years ago
  96. 65ae167 vavpp: Added code in the unit test to support optimization of STDE. by Sirisha Muppavarapu · 9 years ago
  97. 3498707 vavpp: Add STDE(Skin tone detection and enhancement) test case. by Sirisha Muppavarapu · 10 years ago
  98. 62ffe37 vavpp: add video processing test case by Li Xiaowei · 10 years ago
  99. 222133a FEI: Bump the required VA-API version by Sreerenj Balachandran · 7 years ago
  100. 10a5e9a FEI: Add test cases by Sreerenj Balachandran · 7 years ago