| Commit message (Expand) | Author | Age | Files | Lines |
* | Encoding: Add ROI example | Zhao Yakui | 2016-08-22 | 1 | -6/+92 |
* | Changed 'c' variable 'char' data type to 'int' data type (v3) | Lim Siew Hoon | 2016-08-22 | 3 | -3/+3 |
* | Clean up the duplicate checking for unsuported source YUV format | Lim Siew Hoon | 2016-08-22 | 1 | -3/+0 |
* | avoid U_row overwrite NULL value if src_fourcc and dst_fourcc is NV12 | Lim Siew Hoon | 2016-08-22 | 1 | -6/+12 |
* | Fix infinite loop | Lim Siew Hoon | 2016-08-22 | 1 | -2/+3 |
* | Add assert check memory allocation potential NULL issue | Lim Siew Hoon | 2016-08-22 | 1 | -0/+3 |
* | Fix memory leak issue in open_display func | Lim Siew Hoon | 2016-08-22 | 1 | -1/+3 |
* | Fix test_06 failed and hitting assert check | Lim Siew Hoon | 2016-08-22 | 1 | -0/+7 |
* | Avoid access invalid memory location huffman_table for index 2..3 (v2) | Lim Siew Hoon | 2016-08-22 | 1 | -8/+8 |
* | Fix buffer overflow for array index out of bounds in test_07 | Lim Siew Hoon | 2016-08-22 | 1 | -2/+2 |
* | add assert check for potential NULL issue in test/encode/ | Lim Siew Hoon | 2016-08-22 | 4 | -0/+7 |
* | add assert to check for potential NULL issue in test_XX | Lim Siew Hoon | 2016-08-22 | 5 | -0/+7 |
* | check memory alloc to avoid NULL and initialize value in YUV_blend_with_pic (v2) | Lim Siew Hoon | 2016-08-22 | 1 | -2/+21 |
* | check memory allocation and initialize to zero value in save_recyuv (v2) | Lim Siew Hoon | 2016-08-22 | 1 | -0/+34 |
* | fix buffer overflow for dc_values and ac_values (v2) | Lim Siew Hoon | 2016-08-22 | 1 | -8/+12 |
* | Remove unused local varibles in upload_source_YUV_once_for_all. | Lim Siew Hoon | 2016-08-22 | 1 | -3/+0 |
* | Remove unused 'k' in test func and pre func. | Lim Siew Hoon | 2016-08-22 | 3 | -3/+3 |
* | test/encode/avcenc: Add support for low power mode | Xiang, Haihao | 2016-05-09 | 1 | -4/+11 |
* | test/encode/avcenc: use getopt_long_only() to parse optional command-line opt... | Xiang, Haihao | 2016-05-09 | 1 | -33/+59 |
* | Add the missing entrypoints in vainfo list | Yuan, Shengquan | 2016-05-09 | 1 | -0/+1 |
* | add the support of enum VAProfileVP9Profile1~3 for vainfo | peng.chen | 2016-01-29 | 1 | -0/+3 |
* | Avoid reaching div by zero | Lim Siew Hoon | 2016-01-11 | 1 | -1/+1 |
* | vainfo: Add option --display | Xiang, Haihao | 2015-11-18 | 1 | -0/+2 |
* | test/encode: remove unused variables and functions | U. Artie Eoff | 2015-09-16 | 3 | -63/+6 |
* | avcenc: support large source file | Xiang, Haihao | 2015-09-15 | 1 | -4/+4 |
* | Add VP9 profile to vainfo | Kibey, Sameer | 2015-08-14 | 1 | -0/+1 |
* | test/decode/tinyjpeg: make sure the pointer is valid before dereferencing it | Xiang, Haihao | 2015-06-12 | 1 | -1/+1 |
* | test/decode/tinyjpeg: use the fourcc format Y800 for grayscale images | Xiang, Haihao | 2015-06-10 | 1 | -1/+1 |
* | test/decode/tinyjpeg: create VA surface with right render target format | Xiang, Haihao | 2015-06-10 | 1 | -1/+1 |
* | Enhanced JPEG VA test app | minu.mathai | 2015-06-10 | 2 | -184/+296 |
* | Added normalization and scaling of the quality factor and Quantization tables | Sirisha Muppavarapu | 2015-03-26 | 1 | -4/+34 |
* | vainfo: Add support for HEVC profiles | Xiang, Haihao | 2014-12-29 | 1 | -0/+2 |
* | test/encode/jpegenc: Add jpegenc_utils.h to EXTRA_DIST | Xiang, Haihao | 2014-12-29 | 1 | -0/+4 |
* | JPEG Encode: Added support for UYVY/YUY2/Y8 formats | Sirisha Muppavarapu | 2014-12-14 | 2 | -101/+76 |
* | Encoding/avcenc: Optimize the allocated VA surfaces to reduce the memory pres... | Zhao Yakui | 2014-11-26 | 1 | -2/+43 |
* | JPEG Encode: Added Unit Test for testing jpeg encode feature. | Sirisha Muppavarapu | 2014-11-19 | 3 | -1/+1357 |
* | tests: try a render-node device first for VA/DRM displays. | Gwenole Beauchesne | 2014-09-25 | 1 | -5/+21 |
* | Test/encode/avcenc: Follow the H264 spec to fix wrong SEI parameter setting f... | Zhao, Yakui | 2014-09-09 | 1 | -27/+167 |
* | test/encode/avcenc: Follow the idea in h264encode to generalize avcenc test case | Zhao Yakui | 2014-09-09 | 1 | -126/+306 |
* | test/encode/avcenc: update the SPS parameter for encoding | Zhao Yakui | 2014-09-09 | 1 | -2/+9 |
* | test/avcenc: Fix the incorrect parameter setting for SPS under CBR mode | Zhao Yakui | 2014-09-09 | 1 | -12/+19 |
* | test/avcenc: Remove the dynamic shrink of coded buffer | Zhao Yakui | 2014-09-09 | 1 | -15/+1 |
* | avcenc: only support chroma_format_idc with 1 | Xiang, Haihao | 2014-08-04 | 1 | -0/+2 |
* | h264encode: check driver supports the RateControl control mode or not | Xiang, Haihao | 2014-08-04 | 1 | -3/+26 |
* | h264encode: Make it runnable with the latest libva-intel-driver (1.3.2) | Xiang, Haihao | 2014-07-31 | 1 | -1/+164 |
* | Merge H.264 MVC profiles from staging branch. | Gwenole Beauchesne | 2014-06-16 | 2 | -0/+4 |
* | vainfo: Query the supported profile list before listing profile/entrypoint | Xiang, Haihao | 2014-03-03 | 1 | -2/+17 |
* | vainfo: clean up resource in the error handling path | Xiang, Haihao | 2014-03-03 | 1 | -2/+5 |
* | vainfo: Add the support for the new VA profiles | Xiang, Haihao | 2014-03-03 | 1 | -1/+3 |
* | tests: basic: add missing string representation for VP8 profiles. | Gwenole Beauchesne | 2014-03-03 | 1 | -0/+1 |