summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-27va: add new ABGR/XBGR fourcc codes.staging-rebasedVictor Ying1-0/+2
2013-08-27jpeg: include <va/va_dec_jpeg.h> into core VA header.Gwenole Beauchesne1-0/+2
2013-08-27vaimage: extend VAImage to support 4 planesAustin Yuan1-1/+7
2013-08-27libva: change the types of all fields in VABoolCoderContextVPXTianmi Chen1-3/+3
2013-08-27va.h: move the parameter of VP8 encoding into misc data structureAustin Yuan1-1/+18
2013-08-27vatrace: check the pointer against NULL before using itXiang, Haihao1-8/+9
2013-08-27vatrace: dump the right parameters for VP8 encodeXiang, Haihao1-37/+37
2013-08-27vatrace: Initialize the local variable 'i'Xiang, Haihao1-1/+1
2013-08-27Enhance LIBVA_TRACE to dump SPS/PPS/ for VP8 encode.Liu Bolun1-0/+174
2013-08-27Add support for dumping AVC short format related fields in libvawfeng61-0/+3
2013-08-27va_enc_vp8: update the vp8 interface againAustin Yuan1-7/+17
2013-08-27va: release VADisplayContext at the end of vaTerminate()Xiang, Haihao1-3/+3
2013-08-27Removed fields in VP8 structures that duplicate VAEncMiscParameter structures...Jonathan Bian1-34/+35
2013-08-27vatrace: fix compile warnings and refine some formatAustin Yuan1-59/+62
2013-08-27vatrace/vafool: save the context data into display contextAustin Yuan4-988/+984
2013-08-27MPEG2ENC: Initialize the f_code based on supported level instead of hacked se...Zhao Yakui1-6/+22
2013-08-27Added VAConfigEncQualityRange attribute and VAEncMiscParameterBufferQualityLe...Jonathan Bian1-0/+26
2013-08-27Added additional fields needed by certain types of hardware to the VAPictureP...Jonathan Bian1-0/+2
2013-08-27Added additional output surfaces to the pipeline parameter and cap structures...Jonathan Bian1-0/+6
2013-08-27vatrace: always printf RefPicListAustin Yuan1-41/+40
2013-08-27va: Allow attribute-by-attribute configuration of the TCC filterOscar Mateo1-28/+31
2013-08-27va_trace: avoid to dereference a NULL pointerXiang, Haihao1-1/+2
2013-08-27test/decode/tinyjpeg: use the fourcc format Y800 for grayscale imagesXiang, Haihao1-1/+1
2013-08-27test/decode/tinyjpeg: create VA surface with right render target formatXiang, Haihao1-1/+1
2013-08-27Relocate VAProcFilterDeblocking in VAProcFilterTypeXiang, Haihao1-2/+2
2013-08-27vatrace: trace JPEG encode parameters and vaQuerySurfaceAttributesAustin Yuan3-34/+199
2013-08-27va: Add new color standard types to VPPOscar Mateo1-0/+8
2013-08-27va.h:Add new VAConfigAttribEncAutoReferenceAustin Yuan1-0/+14
2013-08-27va_android: allow app to specify which driver it wants to loadAustin Yuan1-1/+12
2013-08-27va: Add new non-linear anamorphic scaling filterOscar Mateo1-0/+24
2013-08-27Extended existing JPEG encoding data structures and added configuration attri...Jonathan Bian5-22/+202
2013-08-27Enhanced JPEG VA test appminu.mathai2-184/+296
2013-08-27va: Remove user_data from MPEG-2 encoding APIsXiang, Haihao1-1/+0
2013-08-27Refined TCC filter and added cap structure.Jonathan Bian1-12/+28
2013-08-27Added new status flag to VACodedBufferSegment for exchanging private data bet...Jonathan Bian1-0/+10
2013-08-27va/android.mk: install va_dec_vp8.h fileAustin Yuan2-0/+3
2013-08-27Check the returned handleXiang, Haihao2-7/+7
2013-08-27Check the device name before opening the deviceXiang, Haihao1-3/+2
2013-08-27Remove dummy backendAustin Yuan1-24/+0
2013-08-27Added support for VP8 encoding.Jonathan Bian4-0/+321
2013-08-27Added mirroring, STE and TCC filters to the VPP pipeline.Jonathan Bian2-0/+55
2013-08-27Changes to VASliceParameterBufferVP8 to make it consistent with slice paramet...Jonathan Bian1-11/+18
2013-08-27Renamed num_ref_ifx_lX_active_minus1 in VAPictureParameterBufferH264 to match...Jonathan Bian1-6/+2
2013-08-27Added new attribute and data structure to support slice decoding base mode.Jonathan Bian1-1/+51
2013-08-27Added VASliceParameterBufferVP8 to describe data partition related fields.Jonathan Bian1-2/+18
2013-08-27vaPutSurface test on Android: fix build isste on Android JBAustin Yuan1-6/+5
2013-08-27vaPutSurface on Android: move the drawable to ANativeWindowAustin Yuan2-4/+4
2013-08-27Relocate rotation/blending related fields in VAProcPipelineParameterBuffer an...Jonathan Bian1-56/+56
2013-08-27vainfo: Add the support for the new VA profilesXiang, Haihao1-1/+3
2013-08-27Added luma_scale2 and luma_shift2 to VAPictureParameterBufferVC1 to support i...Jonathan Bian1-0/+2