summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: cast VA_STATSUS_ERROR_UNKNOWN to VAStatusU. Artie Eoff2020-05-141-1/+1
* ensure that all meson files are part of the release tarballMichael Olbrich2019-11-201-0/+1
* Add meson supportVíctor Manuel Jáquez Leal2018-02-111-0/+86
* build: EXTRA_DIST doesn't recognize wildcardsVíctor Manuel Jáquez Leal2018-02-111-2/+1
* build: test: enable out-of-source buildingVíctor Manuel Jáquez Leal2018-02-111-2/+3
* test: add virtual dtor to abstract classesU. Artie Eoff2018-02-021-0/+4
* ENC:fix min resolution check for encoderPengfei Qu2018-01-231-6/+26
* test/avce_context: update RC expectation for Stats entrypointU. Artie Eoff2018-01-231-1/+1
* Check the requirement on RC modeXiang, Haihao2018-01-221-4/+2
* ENC: enable avc encoder on cnlQu Pengfei2018-01-111-1/+2
* Stats/PreEnc: tests: Add VAEntryPointStatsSreerenj Balachandran2018-01-103-3/+56
* test: add null check assertions to object_heap testsU. Artie Eoff2017-11-301-2/+6
* test: fix use of uninitialized variableU. Artie Eoff2017-11-302-3/+3
* gtest: Fix 5 failed cases on legacy platformsXiang, Haihao2017-11-272-7/+49
* test/streamables: use new vaStr methods when appropriateU. Artie Eoff2017-10-171-74/+3
* Revert "test: ignore deprecated-declarations for GCC >= 6.x"Xiang, Haihao2017-09-271-1/+0
* Remove VAProfileH264Baseline from gtestXiang, Haihao2017-09-274-12/+0
* test: ignore deprecated-declarations for GCC >= 6.xU. Artie Eoff2017-09-271-0/+1
* FEI: test: update brc expectation for VAEntrypointFEIU. Artie Eoff2017-08-241-3/+7
* FEI: tests: Add VAEntrypointFEISreerenj Balachandran2017-08-234-2/+56
* test: fix AVCEContextTest/RateControl regressionU. Artie Eoff2017-08-111-1/+15
* test: add status expectation in I965TestFixture::createConfigU. Artie Eoff2017-08-112-6/+12
* test: fix GCC 7.1.1 warnings/errorsKelly Ledford2017-07-283-3/+6
* test/jpege: skip >4k res test cases on CHV/BSWU. Artie Eoff2017-05-032-7/+19
* test: check whether MVC encoding is supportXiang, Haihao2017-04-061-1/+3
* Encoder: AVC encoder improved on KBLPengfei Qu2017-03-221-5/+4
* Fix the quality range regression issuePengfei Qu2017-03-061-11/+30
* i965_test_config: return properly unsupported profileDaniel Charles2016-11-104-33/+174
* Add the missing filename to the listXiang, Haihao2016-11-101-0/+1
* test: use YUVImage in JPEG encode testsU. Artie Eoff2016-10-283-271/+86
* test: streamable valarrayU. Artie Eoff2016-10-281-0/+25
* test: add YUVImage classU. Artie Eoff2016-10-283-0/+815
* test: use C random library for random numbersU. Artie Eoff2016-10-283-12/+18
* test: add a timer classU. Artie Eoff2016-10-281-0/+26
* test: use valarray for raw image comparisonScott D Phillips2016-10-191-16/+13
* test: add some avce context testsU. Artie Eoff2016-10-135-0/+385
* test: allow default attribs param for create configU. Artie Eoff2016-10-132-3/+5
* test: allow default surface param for create contextU. Artie Eoff2016-10-132-3/+5
* test: use common I965ConfigTest fixture for jpeg enc/decU. Artie Eoff2016-10-065-40/+109
* test: add avce/avcd create config testsU. Artie Eoff2016-10-065-0/+304
* test: add ostream operators for VAProfile and VAEntrypointU. Artie Eoff2016-10-061-0/+84
* test: move vaInitialize/vaTerminate to a global test environmentU. Artie Eoff2016-10-066-158/+202
* test: add create surface testU. Artie Eoff2016-10-043-0/+122
* test: jpeg/enc: add tests for Y800 inputsU. Artie Eoff2016-10-033-5/+25
* test: jpeg/enc: add tests for YUY2 and UYVY inputsU. Artie Eoff2016-10-033-19/+104
* test: jpeg/enc: return empty TestInput::Shared if fourcc not handledU. Artie Eoff2016-10-032-41/+48
* test: jpeg/enc: improve random YUV data initializationU. Artie Eoff2016-10-032-9/+10
* test: jpeg/enc: move YUV conversion to TestInput classU. Artie Eoff2016-10-033-24/+28
* test: jpeg/enc: enable shared_from_this on TestInputU. Artie Eoff2016-10-033-3/+13
* test: jpeg/enc: move input creators to data fileU. Artie Eoff2016-10-033-80/+110