summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-05Add one flag to use the qp_delta instead of qp priority for ROI under non-CQP...stagingjialipen1-16/+63
2016-04-28Add the missing entrypoints in vainfo listYuan, Shengquan1-0/+3
2015-12-14Add API for VP9 EncodeWang, Ce4-0/+603
2015-12-10Add flags to report encoder errorsxsang1-0/+18
2015-09-06vatrace: add IVF header for VP8 coded buffer dumpAustin Yuan1-1/+60
2015-09-06va_trace.c : Fix VAIQMatrixBufferHEVC tracingTimo Rothenpieler1-1/+1
2015-08-14Add VP9 profile to vainfoKibey, Sameer1-0/+1
2015-07-14va_trace.c: add vp9 decoder trace infoXu Guangxin1-0/+144
2015-06-17Add 2 new featuers in VP8 Encode interfaceMaggie Sun1-3/+53
2015-06-12test/decode/tinyjpeg: make sure the pointer is valid before dereferencing itXiang, Haihao1-1/+1
2015-06-02va_enc_hevc.h: Fix the description for slice_segment_addressSreerenj Balachandran1-1/+1
2015-06-02va_dec_hevc.h: Fix the misleading documentationSreerenj Balachandran1-1/+0
2015-05-26Fix the error instroduced in 1ef7a7b when resolving cherry-pick conflictXiang, Haihao1-7/+0
2015-05-25Add one API to allow the user to specify the loaded backend driverZhao Yakui3-5/+106
2015-04-29HEVC: type delta_chroma_log2_weight_denom as int8_t to match the specXiang, Haihao2-2/+2
2015-04-12Added additional VUI parameters in VAEncSequenceParameterBufferH264 structure.Jonathan Bian1-0/+6
2015-04-02va_trace.c: fixes incorrect use of signed decimal conversion in printfs.Jonathan Bian1-30/+30
2015-03-26Va_trace changes to dump the HEVC encode parameterssusheel1-0/+252
2015-03-24Va trace changes to add missing AVC params to the dumpsusheel1-2/+111
2015-03-06h264encode: add "-surface_num <value>" to limite surface number. Useful for 4...Austin Yuan1-25/+30
2015-03-04test: fix h264encode integer calculation overflow issue for 4KAustin Yuan1-6/+6
2015-02-15Correct parameter namesAustin Yuan2-2/+2
2015-02-15Remove dummy_drv_videoAustin Yuan8-1683/+1
2015-02-15va: use system headers instead of framework onesThierry Strudel4-149/+89
2015-02-13h264encode support for file size over 2GAustin Yuan2-5/+5
2015-02-10Add support for 10b vp9 decodeWang, Ce2-5/+13
2015-01-16Change comment for num_token_partionionsZhong Li1-1/+1
2014-12-23HEVC encode APIWang, Ce4-0/+715
2014-12-17Added new RT format for 10-bit per component RGB surfaces.Jonathan Bian1-0/+6
2014-12-16STDE Optimization: Added code in the unit test to support optimization of STDE.Sirisha Muppavarapu2-1/+13
2014-12-13JPEG Encode: Added support for UYVY/YUY2/Y8 formatsSirisha Muppavarapu2-101/+76
2014-12-09Allow driver built against older version (0.34) of staging branchXiang, Haihao1-0/+1
2014-11-19Bump a big version number for developmentXiang, Haihao1-1/+1
2014-11-19Include sub core APIs in va.h as wellXiang, Haihao1-2/+10
2014-11-19Move VAHuffmanTableBufferJPEGBaseline to va.hXiang, Haihao3-38/+39
2014-11-13JPEG Encode: Added Unit Test for testing jpeg encode feature.Sirisha Muppavarapu3-1/+1357
2014-10-11Added 10-bit YUV RT format value and fourcc codesJonathan Bian1-0/+8
2014-10-10va: hide most private va_Trace* symbolsEmil Velikov3-5/+28
2014-10-10va_x11: hide private symbolsEmil Velikov5-1/+6
2014-10-10glx: Hide private symbol va_glx_init_contextEmil Velikov3-1/+3
2014-10-10debian: distclean the *install filesEmil Velikov1-1/+3
2014-10-10configure: use top_builddir for wayland_scanner_rulesEmil Velikov1-1/+1
2014-10-10Fix out of tree buildsEmil Velikov1-1/+1
2014-10-10.gitignore: add mpeg2vaencEmil Velikov1-0/+1
2014-09-27Move common HEVE structure/flags to va.hPenne3-75/+68
2014-09-27Add a new profile for VP9Penne1-1/+2
2014-09-27Add a new coded buffer flagPenne1-0/+11
2014-09-27Add new encoding attribute to indicate whether encoder is capable to support ...Penne1-0/+9
2014-09-27Add new encoding attribute to enable Dynamic ScalingPenne1-1/+13
2014-09-27Add support for Parallel Rate Control (hierachical B)Penne1-1/+38