summaryrefslogtreecommitdiff
path: root/va
Commit message (Expand)AuthorAgeFilesLines
* Remove unused 'id' in va_wayland_drm_createLim Siew Hoon2016-08-221-1/+0
* Remove unused variable 'id' in va_wayland_emgd_create.Lim Siew Hoon2016-08-221-1/+0
* Remove unused 'i' in va_TraceVAEncPackedHeaderParameterBufferTypeLim Siew Hoon2016-08-221-1/+0
* Remove unused 'trace_index' in va_TraceInitLim Siew Hoon2016-08-221-1/+0
* Remove unused 'j' in va_TraceVAPictureParameterBufferVP9.Lim Siew Hoon2016-08-221-1/+1
* Remove unused 'check_sum' and 'j' in va_TraceSurfaceLim Siew Hoon2016-08-221-2/+1
* Remove unused 'i' and 'buf_list' in va_TraceDestroyBufferLim Siew Hoon2016-08-221-3/+0
* fix check NULL issuespeng.chen2016-05-271-3/+16
* Add API for VP9 EncodeWang, Ce2016-05-274-0/+601
* Fix missing parameter of vatrace DisplayAttribute printAustin Yuan2016-05-241-4/+5
* trace: Cleanup some HEVC printsScott D Phillips2016-05-221-46/+62
* trace: Add `va_TracePrint`, `va_TraceVPrint` static functionsScott D Phillips2016-05-221-16/+34
* add the support of multiple context tracingpeng.chen2016-05-133-219/+1069
* Add Macroblock based rate control method.pylee2016-05-091-0/+5
* Merge ROI patches from staging branchpylee2016-05-091-10/+80
* Added VAEntrypointEncSliceLP for implementations to expose a low power/high p...Jonathan Bian2016-05-091-0/+9
* gcc suggests not putting ; at end of if statementsAlan Coopersmith2016-04-251-1/+1
* Allow loading the backend driver built against VAAPI 0.38Xiang, Haihao2016-03-151-0/+1
* glx: check OpenGL 3.1 extensionsCyril Drouet2016-03-031-3/+26
* driver_name_map: add nouveau and radeon for Mesa GalliumJulien Isorce2016-02-021-0/+2
* Add support for 10b vp9 decodeWang, Ce2016-01-292-3/+11
* Fix error caused by 'make distclean' with wayland disabledXiang, Haihao2015-12-113-31/+6
* Added 10-bit YUV RT format value and fourcc codesJonathan Bian2015-12-071-0/+8
* Add the new YV16 fourcc codeZhao Yakui2015-12-071-0/+5
* Revert "Added 10-bit YUV RT format value and fourcc codes"Xiang, Haihao2015-12-071-14/+0
* Added 10-bit YUV RT format value and fourcc codesJonathan Bian2015-12-021-0/+14
* LIBVA_DRIVER_NAME needs to be used if set at allMatthew Waters2015-11-231-2/+1
* x11_screen driver context member initialization for X11 outputAlexandr2015-11-191-0/+1
* va/x11: Don't crash the application if it does not have access to the DRI2 de...Francois Gouget2015-09-291-1/+0
* vatrace: add IVF header for VP8 coded buffer dumpAustin Yuan2015-09-061-1/+60
* va_trace.c : Fix VAIQMatrixBufferHEVC tracingTimo Rothenpieler2015-09-061-1/+1
* va_trace.c : Fixes incorrect hardcode printfs message.Lim Siew Hoon2015-07-171-3/+3
* va_trace.c: add vp9 decoder trace infoXu Guangxin2015-07-141-0/+140
* va_trace.c: fixes incorrect use of signed decimal conversion in printfs.Jonathan Bian2015-07-141-30/+30
* Va_trace changes to dump the HEVC encode parameterssusheel2015-07-141-0/+253
* vatrace: print frame_type for VP8 encodingAustin Yuan2015-07-141-1/+2
* vatrace: dump the right parameters for VP8 encodeXiang, Haihao2015-07-141-38/+36
* Enhance LIBVA_TRACE to dump SPS/PPS/ for VP8 encode.Liu Bolun2015-07-141-0/+109
* va_enc_hevc.h: Fix the description for slice_segment_addressSreerenj Balachandran2015-06-021-1/+1
* va_dec_hevc.h: Fix the misleading documentationSreerenj Balachandran2015-06-021-1/+0
* Bump VA API to 0.38Xiang, Haihao2015-05-221-0/+1
* Add one API to allow the user to specify the loaded backend driverZhao Yakui2015-05-223-5/+99
* HEVC: type delta_chroma_log2_weight_denom as int8_t to match the specXiang, Haihao2015-04-292-2/+2
* Add VAConfigAttribEncSkipFrame and corresponding structures to support sendin...pylee2015-04-031-0/+35
* Merge VP9 decode API from staging branchWang, Ce2015-04-024-1/+321
* libva:Add the bits mask of color-sapce conversion standardsyakui.zhao@intel.com2015-04-021-0/+1
* Add support for querying slice decoding mode supported by the underlying driverJonathan Bian2015-04-021-0/+23
* HEVC encode APIWang, Ce2015-03-194-0/+704
* Include sub core APIs in va.h as wellXiang, Haihao2015-03-191-2/+9
* Move VAHuffmanTableBufferJPEGBaseline to va.hXiang, Haihao2015-03-193-38/+39