Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-10-28 | test: use YUVImage in JPEG encode tests | U. Artie Eoff | 1 | -163/+33 |
2016-10-03 | test: jpeg/enc: add tests for Y800 inputs | U. Artie Eoff | 1 | -0/+12 |
2016-10-03 | test: jpeg/enc: add tests for YUY2 and UYVY inputs | U. Artie Eoff | 1 | -11/+86 |
2016-10-03 | test: jpeg/enc: return empty TestInput::Shared if fourcc not handled | U. Artie Eoff | 1 | -40/+47 |
2016-10-03 | test: jpeg/enc: improve random YUV data initialization | U. Artie Eoff | 1 | -8/+9 |
2016-10-03 | test: jpeg/enc: move YUV conversion to TestInput class | U. Artie Eoff | 1 | -0/+25 |
2016-10-03 | test: jpeg/enc: enable shared_from_this on TestInput | U. Artie Eoff | 1 | -1/+7 |
2016-10-03 | test: jpeg/enc: move input creators to data file | U. Artie Eoff | 1 | -0/+64 |
2016-10-03 | test: jpeg/enc: move TestInput impl to compilation unit | U. Artie Eoff | 1 | -0/+89 |
2016-09-28 | test: wrap jpeg decode tests and data in namespace | U. Artie Eoff | 1 | -0/+4 |
2016-09-28 | test: split jpeg test data into header and cpp | U. Artie Eoff | 1 | -0/+762 |