| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | va: drop VAEntrypointMax enumeration. | Gwenole Beauchesne | 2014-03-03 | 1 | -2/+10 |
* | MPEG2ENC: Initialize the f_code based on supported level instead of hacked se... | Zhao Yakui | 2013-09-13 | 1 | -6/+22 |
* | tests: rename mpeg2enc to mpeg2vaenc | Xiang, Haihao | 2013-06-27 | 2 | -4/+4 |
* | h264encode: fix mmap out of memmory issue | Austin Yuan | 2013-06-25 | 1 | -80/+61 |
* | h264encode: add more cmdline options | Austin Yuan | 2013-06-25 | 1 | -8/+34 |
* | h264encode: fix ftell overflow issue when open large source YUV files | Austin Yuan | 2013-06-25 | 1 | -4/+13 |
* | h264encode: coding 1920x1080 with crop | Austin Yuan | 2013-06-25 | 1 | -9/+54 |
* | h264encode: print correct number of RefPicList0/1 | Austin Yuan | 2013-06-25 | 1 | -1/+2 |
* | h264encode: fix thread lockup issue | Austin Yuan | 2013-06-25 | 1 | -4/+1 |
* | h264encode: fix thread lockup issue | Austin Yuan | 2013-06-25 | 1 | -4/+11 |
* | h264encode: fix idr_pic_id issue when encode multiple IDR frames | Austin Yuan | 2013-06-25 | 1 | -3/+3 |
* | h264encode: reset IDR poc to 0 | Elaine Wang | 2013-06-25 | 1 | -1/+1 |
* | h264encode: dump reconstructed frame and calc PSNR | Austin Yuan | 2013-06-25 | 4 | -123/+405 |
* | h264encode: use frame height not the height from VAImage which may be wrong | Austin Yuan | 2013-06-25 | 1 | -3/+3 |
* | h264encode: correct negative POC after a new IDR | Austin Yuan | 2013-06-25 | 1 | -4/+6 |
* | h264encode: fix encode corruption issue with multiple IDR (-idr_period XX) | Austin Yuan | 2013-06-25 | 1 | -18/+28 |
* | h264encode: add some comments | Elaine Wang | 2013-06-25 | 1 | -11/+3 |
* | h264encode: refine calculation logic of reference frame setting | Elaine Wang | 2013-06-25 | 1 | -137/+263 |
* | h264encode: fix wrong print information | Elaine Wang | 2013-06-25 | 1 | -5/+7 |
* | AVCENC: Pass the H264 RefPicList0/1 by using slice_param instead of hacked DP... | Zhao Yakui | 2013-06-24 | 1 | -0/+19 |
* | tests: cope with new vaQuerySurfaceAttributes() API. | Gwenole Beauchesne | 2013-06-07 | 1 | -36/+152 |
* | test: add color conversion test option in putsurface | Zhao Halley | 2013-06-07 | 1 | -16/+217 |
* | tests: cope with new vaCreateSurfaces() API. | Gwenole Beauchesne | 2013-06-05 | 11 | -28/+40 |
* | test: update MPEG-2 encoding case | Xiang, Haihao | 2013-05-28 | 1 | -12/+0 |
* | tests: disable v4l demo for now. | Gwenole Beauchesne | 2013-05-28 | 1 | -1/+1 |
* | vaPutSurface test on Android: fix build isste on Android JB | Austin Yuan | 2013-05-28 | 5 | -123/+102 |
* | h264encode: fix build warning on Android | Austin Yuan | 2013-05-28 | 2 | -11/+11 |
* | h264encode: remove the leftover file h264encode_android.cpp | Austin Yuan | 2013-05-28 | 1 | -70/+0 |
* | h264encode: fix some issues | Elaine Wang | 2013-05-28 | 1 | -0/+1906 |
* | test/h264encode: refine the h264encode to support advanced mode | Austin Yuan | 2013-05-28 | 6 | -562/+53 |
* | test/putsurface_x11.c: don't hard code the DISPLAY to ":0.0" | Austin Yuan | 2013-05-28 | 1 | -1/+1 |
* | mpeg2enc: find the proper profile and level | Xiang, Haihao | 2013-05-28 | 1 | -3/+54 |
* | mpeg2enc: Fix the picture header for B frame | Xiang, Haihao | 2013-05-28 | 1 | -1/+2 |
* | mpeg2enc: Fix time_code_seconds in time_code | Xiang, Haihao | 2013-05-28 | 1 | -1/+1 |
* | mpeg2enc: temporal_referenc and GOP header follow MPEG-2 Spec. | Xiang, Haihao | 2013-05-28 | 1 | -43/+67 |
* | mpeg2enc: Silence compiler warning | Xiang, Haihao | 2013-05-28 | 1 | -2/+2 |
* | test/encode: Add -Wall option to default build flags | Xiang, Haihao | 2013-05-28 | 1 | -0/+1 |
* | mpeg2enc: Simplify the mapping between display order and encoding order | Xiang, Haihao | 2013-05-28 | 1 | -98/+70 |
* | mpeg2enc: set the frames between I and P frames | Xiang, Haihao | 2013-05-28 | 1 | -1/+3 |
* | mpeg2enc: forward and backword referenc follow the picture type | Xiang, Haihao | 2013-05-28 | 1 | -0/+7 |
* | mpeg2enc: Remove the assertion for mode 1 | Xiang, Haihao | 2013-05-28 | 1 | -1/+0 |
* | mpeg2enc: f_code[s][t] follows the picture coding type | Xiang, Haihao | 2013-05-28 | 1 | -0/+19 |
* | mpeg2enc: level and profile follow the user setting | Xiang, Haihao | 2013-05-28 | 1 | -4/+38 |
* | mpeg2enc: Options for profile and level | Xiang, Haihao | 2013-05-28 | 1 | -0/+39 |
* | mpeg2enc: enumerate mode type | Xiang, Haihao | 2013-05-28 | 1 | -5/+11 |
* | mpeg2enc: fix a typo | Xiang, Haihao | 2013-05-28 | 1 | -8/+8 |