summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* va: keep compatibility with the backend driver built against 0.34.xXiang, Haihao2014-03-181-0/+1
* va: Bump VA-API to 0.35 and libva to 1.3.0.pre1Xiang, Haihao2014-03-172-3/+8
* vatrace: fix a missing field of va_TraceMsgAustin Yuan2014-03-171-2/+2
* vatrace: simplify coded buffer traceAustin Yuan2014-03-171-39/+5
* vatrace: Remove VA_TRACE_LOGSIZE because it is uselessAustin Yuan2014-03-171-51/+0
* vatrace: print VASurfaceAttribExternalBufferDescriptorAustin Yuan2014-03-171-7/+38
* Dump max frame size in libva trace.liubolun2014-03-171-0/+8
* Add more VA Buffer print to ease debugwfeng62014-03-171-34/+34
* vatrace: add trace for VP8 decodingZhao Halley2014-03-171-0/+230
* vatrace: fix UV data offset issue of LIBVA_TRACE_SURFACE_GEOMETRYAustin Yuan2014-03-171-1/+1
* vatrace: refine the log formatAustin Yuan2014-03-171-52/+46
* vatrace: Partial dumping of VAProcPipelineParameterBufferXiang, Haihao2014-03-171-0/+230
* vatrace: check the pointer against NULL before using itXiang, Haihao2014-03-171-8/+9
* vatrace: Initialize the local variable 'i'Xiang, Haihao2014-03-171-1/+1
* vatrace: fix compile warnings and refine some formatAustin Yuan2014-03-171-58/+61
* vatrace/vafool: save the context data into display contextAustin Yuan2014-03-174-964/+960
* vatrace: always printf RefPicListAustin Yuan2014-03-171-41/+40
* va_trace: avoid to dereference a NULL pointerXiang, Haihao2014-03-171-1/+2
* vatrace: trace vaQuerySurfaceAttributesAustin Yuan2014-03-173-34/+151
* vainfo: Query the supported profile list before listing profile/entrypointXiang, Haihao2014-03-031-2/+17
* vainfo: clean up resource in the error handling pathXiang, Haihao2014-03-031-2/+5
* vainfo: Add the support for the new VA profilesXiang, Haihao2014-03-031-1/+3
* tests: basic: add missing string representation for VP8 profiles.Gwenole Beauchesne2014-03-031-0/+1
* va: drop VAEntrypointMax enumeration.Gwenole Beauchesne2014-03-032-3/+10
* va: include <stdint.h> header.Gwenole Beauchesne2014-03-031-0/+1
* vp8 dec: add clear notation for qindexZhong Li2014-02-131-0/+1
* vp8 dec: refine va_dec_vp8.hZhao, Halley2014-02-131-7/+17
* libva: change the types of all fields in VABoolCoderContextVPXTianmi Chen2014-02-131-3/+3
* Changes to VASliceParameterBufferVP8 to make it consistent with slice paramet...Jonathan Bian2014-02-131-11/+18
* Added VASliceParameterBufferVP8 to describe data partition related fields.Jonathan Bian2014-02-131-2/+18
* Add VP8 decoding APIJonathan Bian2014-02-133-1/+213
* do not request any GLX_DEPTH_SIZE in create_tfp_surfaceRinat Ibragimov2014-01-161-1/+0
* MPEG2ENC: Initialize the f_code based on supported level instead of hacked se...Zhao Yakui2013-09-131-6/+22
* va: add new ABGR/XBGR fourcc codes.Victor Ying2013-08-271-0/+2
* drm: improve check for authentication.Gwenole Beauchesne2013-07-151-1/+18
* build: fix make dist.Gwenole Beauchesne2013-06-272-3/+1
* libva: bump version for development.Gwenole Beauchesne2013-06-271-2/+2
* libva 1.2.1libva-1.2.1Xiang, Haihao2013-06-272-2/+6
* dummy_drv_video: add back VA_DRIVER_INIT_FUNC definition for __vaDriverInit_*()Vincent Bernat2013-06-271-0/+5
* tests: rename mpeg2enc to mpeg2vaencXiang, Haihao2013-06-272-4/+4
* New version for developmentXiang, Haihao2013-06-251-2/+2
* libva 1.2.0Xiang, Haihao2013-06-251-1/+1
* NEWS: updatesXiang, Haihao2013-06-251-2/+15
* Remove the dummy driver dependency on X11Zhao Yakui2013-06-251-2/+2
* Remove the EGL dependency on X11Zhao Yakui2013-06-251-2/+2
* h264encode: fix mmap out of memmory issueAustin Yuan2013-06-251-80/+61
* h264encode: add more cmdline optionsAustin Yuan2013-06-251-8/+34
* h264encode: fix ftell overflow issue when open large source YUV filesAustin Yuan2013-06-251-4/+13
* h264encode: coding 1920x1080 with cropAustin Yuan2013-06-251-9/+54
* h264encode: print correct number of RefPicList0/1Austin Yuan2013-06-251-1/+2