| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused 'id' in va_wayland_drm_create | Lim Siew Hoon | 2016-08-22 | 1 | -1/+0 |
* | Remove unused variable 'id' in va_wayland_emgd_create. | Lim Siew Hoon | 2016-08-22 | 1 | -1/+0 |
* | Remove unused 'i' in va_TraceVAEncPackedHeaderParameterBufferType | Lim Siew Hoon | 2016-08-22 | 1 | -1/+0 |
* | Remove unused 'trace_index' in va_TraceInit | Lim Siew Hoon | 2016-08-22 | 1 | -1/+0 |
* | Remove unused 'j' in va_TraceVAPictureParameterBufferVP9. | Lim Siew Hoon | 2016-08-22 | 1 | -1/+1 |
* | Remove unused 'check_sum' and 'j' in va_TraceSurface | Lim Siew Hoon | 2016-08-22 | 1 | -2/+1 |
* | Remove unused 'i' and 'buf_list' in va_TraceDestroyBuffer | Lim Siew Hoon | 2016-08-22 | 1 | -3/+0 |
* | fix check NULL issues | peng.chen | 2016-05-27 | 1 | -3/+16 |
* | Add API for VP9 Encode | Wang, Ce | 2016-05-27 | 4 | -0/+601 |
* | Fix missing parameter of vatrace DisplayAttribute print | Austin Yuan | 2016-05-24 | 1 | -4/+5 |
* | trace: Cleanup some HEVC prints | Scott D Phillips | 2016-05-22 | 1 | -46/+62 |
* | trace: Add `va_TracePrint`, `va_TraceVPrint` static functions | Scott D Phillips | 2016-05-22 | 1 | -16/+34 |
* | add the support of multiple context tracing | peng.chen | 2016-05-13 | 3 | -219/+1069 |
* | Add Macroblock based rate control method. | pylee | 2016-05-09 | 1 | -0/+5 |
* | Merge ROI patches from staging branch | pylee | 2016-05-09 | 1 | -10/+80 |
* | Added VAEntrypointEncSliceLP for implementations to expose a low power/high p... | Jonathan Bian | 2016-05-09 | 1 | -0/+9 |
* | gcc suggests not putting ; at end of if statements | Alan Coopersmith | 2016-04-25 | 1 | -1/+1 |
* | Allow loading the backend driver built against VAAPI 0.38 | Xiang, Haihao | 2016-03-15 | 1 | -0/+1 |
* | glx: check OpenGL 3.1 extensions | Cyril Drouet | 2016-03-03 | 1 | -3/+26 |
* | driver_name_map: add nouveau and radeon for Mesa Gallium | Julien Isorce | 2016-02-02 | 1 | -0/+2 |
* | Add support for 10b vp9 decode | Wang, Ce | 2016-01-29 | 2 | -3/+11 |
* | Fix error caused by 'make distclean' with wayland disabled | Xiang, Haihao | 2015-12-11 | 3 | -31/+6 |
* | Added 10-bit YUV RT format value and fourcc codes | Jonathan Bian | 2015-12-07 | 1 | -0/+8 |
* | Add the new YV16 fourcc code | Zhao Yakui | 2015-12-07 | 1 | -0/+5 |
* | Revert "Added 10-bit YUV RT format value and fourcc codes" | Xiang, Haihao | 2015-12-07 | 1 | -14/+0 |
* | Added 10-bit YUV RT format value and fourcc codes | Jonathan Bian | 2015-12-02 | 1 | -0/+14 |
* | LIBVA_DRIVER_NAME needs to be used if set at all | Matthew Waters | 2015-11-23 | 1 | -2/+1 |
* | x11_screen driver context member initialization for X11 output | Alexandr | 2015-11-19 | 1 | -0/+1 |
* | va/x11: Don't crash the application if it does not have access to the DRI2 de... | Francois Gouget | 2015-09-29 | 1 | -1/+0 |
* | vatrace: add IVF header for VP8 coded buffer dump | Austin Yuan | 2015-09-06 | 1 | -1/+60 |
* | va_trace.c : Fix VAIQMatrixBufferHEVC tracing | Timo Rothenpieler | 2015-09-06 | 1 | -1/+1 |
* | va_trace.c : Fixes incorrect hardcode printfs message. | Lim Siew Hoon | 2015-07-17 | 1 | -3/+3 |
* | va_trace.c: add vp9 decoder trace info | Xu Guangxin | 2015-07-14 | 1 | -0/+140 |
* | va_trace.c: fixes incorrect use of signed decimal conversion in printfs. | Jonathan Bian | 2015-07-14 | 1 | -30/+30 |
* | Va_trace changes to dump the HEVC encode parameters | susheel | 2015-07-14 | 1 | -0/+253 |
* | vatrace: print frame_type for VP8 encoding | Austin Yuan | 2015-07-14 | 1 | -1/+2 |
* | vatrace: dump the right parameters for VP8 encode | Xiang, Haihao | 2015-07-14 | 1 | -38/+36 |
* | Enhance LIBVA_TRACE to dump SPS/PPS/ for VP8 encode. | Liu Bolun | 2015-07-14 | 1 | -0/+109 |
* | va_enc_hevc.h: Fix the description for slice_segment_address | Sreerenj Balachandran | 2015-06-02 | 1 | -1/+1 |
* | va_dec_hevc.h: Fix the misleading documentation | Sreerenj Balachandran | 2015-06-02 | 1 | -1/+0 |
* | Bump VA API to 0.38 | Xiang, Haihao | 2015-05-22 | 1 | -0/+1 |
* | Add one API to allow the user to specify the loaded backend driver | Zhao Yakui | 2015-05-22 | 3 | -5/+99 |
* | HEVC: type delta_chroma_log2_weight_denom as int8_t to match the spec | Xiang, Haihao | 2015-04-29 | 2 | -2/+2 |
* | Add VAConfigAttribEncSkipFrame and corresponding structures to support sendin... | pylee | 2015-04-03 | 1 | -0/+35 |
* | Merge VP9 decode API from staging branch | Wang, Ce | 2015-04-02 | 4 | -1/+321 |
* | libva:Add the bits mask of color-sapce conversion standards | yakui.zhao@intel.com | 2015-04-02 | 1 | -0/+1 |
* | Add support for querying slice decoding mode supported by the underlying driver | Jonathan Bian | 2015-04-02 | 1 | -0/+23 |
* | HEVC encode API | Wang, Ce | 2015-03-19 | 4 | -0/+704 |
* | Include sub core APIs in va.h as well | Xiang, Haihao | 2015-03-19 | 1 | -2/+9 |
* | Move VAHuffmanTableBufferJPEGBaseline to va.h | Xiang, Haihao | 2015-03-19 | 3 | -38/+39 |