summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-28Define the pipeline parameter for extensional VPPcl_branchZhao Yakui2-0/+82
2013-10-28Add the flag for extensional Video post-processingZhao Yakui1-0/+6
2013-10-17vatrace: print frame_type for VP8 encodingstagingAustin Yuan1-1/+2
2013-10-17vatrace: make LIBVA_TRACE_SURFACE work even without LIBVA_TRACEAustin Yuan3-8/+14
2013-10-17vatrace: fix UV data offset issue of LIBVA_TRACE_SURFACE_GEOMETRYAustin Yuan1-1/+1
2013-10-17vatrace: refine the log formatAustin Yuan1-52/+46
2013-10-14Added encoding attributes and associated data structures for quantization and...Jonathan Bian1-0/+108
2013-09-16vatrace: Partial dumping of VAProcPipelineParameterBufferXiang, Haihao1-0/+228
2013-09-10avcenc: support large source fileXiang, Haihao1-5/+5
2013-09-07Add frame_type to VP8 encoderAustin Yuan1-1/+2
2013-09-07Add new BRC encoder mode, Constant Rate Factor (CRF)Austin Yuan1-0/+2
2013-08-27va: add new ABGR/XBGR fourcc codes.Victor Ying1-0/+2
2013-08-27jpeg: include <va/va_dec_jpeg.h> into core VA header.Gwenole Beauchesne1-0/+2
2013-08-13vaimage: extend VAImage to support 4 planesAustin Yuan1-1/+7
2013-08-13libva: change the types of all fields in VABoolCoderContextVPXTianmi Chen1-3/+3
2013-08-13va.h: move the parameter of VP8 encoding into misc data structureAustin Yuan1-1/+18
2013-08-12vatrace: check the pointer against NULL before using itXiang, Haihao1-8/+9
2013-08-12vatrace: dump the right parameters for VP8 encodeXiang, Haihao1-37/+37
2013-08-12vatrace: Initialize the local variable 'i'Xiang, Haihao1-1/+1
2013-08-02Enhance LIBVA_TRACE to dump SPS/PPS/ for VP8 encode.Liu Bolun1-0/+174
2013-08-02Add support for dumping AVC short format related fields in libvawfeng61-0/+3
2013-08-02va_enc_vp8: update the vp8 interface againAustin Yuan1-7/+17
2013-08-02Remove the EGL dependency on X11Zhao Yakui1-2/+2
2013-08-02Remove the dummy driver dependency on X11Zhao Yakui1-2/+2
2013-07-23va: release VADisplayContext at the end of vaTerminate()Xiang, Haihao1-3/+3
2013-07-20Removed fields in VP8 structures that duplicate VAEncMiscParameter structures...Jonathan Bian1-34/+35
2013-07-16drm: improve check for authentication.Gwenole Beauchesne1-1/+18
2013-07-14vatrace: fix compile warnings and refine some formatAustin Yuan1-59/+62
2013-07-13vatrace/vafool: save the context data into display contextAustin Yuan4-988/+984
2013-07-12tests: rename mpeg2enc to mpeg2vaencXiang, Haihao2-4/+4
2013-07-12MPEG2ENC: Initialize the f_code based on supported level instead of hacked se...Zhao Yakui1-6/+22
2013-07-12Added VAConfigEncQualityRange attribute and VAEncMiscParameterBufferQualityLe...Jonathan Bian1-0/+26
2013-07-12Added additional fields needed by certain types of hardware to the VAPictureP...Jonathan Bian1-0/+2
2013-07-11Added additional output surfaces to the pipeline parameter and cap structures...Jonathan Bian1-0/+6
2013-06-28vatrace: always printf RefPicListAustin Yuan1-41/+40
2013-06-26va: Allow attribute-by-attribute configuration of the TCC filterOscar Mateo1-28/+31
2013-06-21AVCENC: Pass the H264 RefPicList0/1 by using slice_param instead of hacked DP...Zhao Yakui1-0/+19
2013-06-20va_trace: avoid to dereference a NULL pointerXiang, Haihao1-1/+2
2013-06-20test/decode/tinyjpeg: use the fourcc format Y800 for grayscale imagesXiang, Haihao1-1/+1
2013-06-20test/decode/tinyjpeg: create VA surface with right render target formatXiang, Haihao1-1/+1
2013-06-20Relocate VAProcFilterDeblocking in VAProcFilterTypeXiang, Haihao1-2/+2
2013-06-08vatrace: trace JPEG encode parameters and vaQuerySurfaceAttributesAustin Yuan3-34/+199
2013-06-07va: Add new color standard types to VPPOscar Mateo1-0/+8
2013-06-05va.h:Add new VAConfigAttribEncAutoReferenceAustin Yuan1-0/+14
2013-06-05va_android: allow app to specify which driver it wants to loadAustin Yuan1-1/+12
2013-06-05va: Add new non-linear anamorphic scaling filterOscar Mateo1-0/+24
2013-06-05Extended existing JPEG encoding data structures and added configuration attri...Jonathan Bian5-22/+202
2013-05-29Enhanced JPEG VA test appminu.mathai2-184/+296
2013-05-27tests: cope with new vaQuerySurfaceAttributes() API.Gwenole Beauchesne1-36/+152
2013-05-27Add default implementation for vaQuerySurfaceAttributes().Gwenole Beauchesne1-1/+138