• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/libva


RSS
Rev. Zeit Autor
5645709 2013-05-28 17:19:09 Gwenole Beauchesne

API: h264 encode: add more explicit packed header types for H.264.

fbb0ce2 2013-05-28 17:19:09 Gwenole Beauchesne

API: h264 encode: move up num_macroblocks, next to macroblock_address.

1790dc2 2013-05-28 17:19:08 Gwenole Beauchesne

API: h264 encode: remove dec_ref_pic_marking().

8a88639 2013-05-28 17:19:08 Gwenole Beauchesne

API: h264 encode: remove ref_pic_list_modification().

f4f3b23 2013-05-28 17:19:08 Gwenole Beauchesne

API: h264 encode: fix comment for RefPicList0/1.

8f11b0a 2013-05-28 17:19:08 Gwenole Beauchesne

API: h264 encode: add intra_idr_period to sequence parameter.

737d47b 2013-05-28 17:19:08 Gwenole Beauchesne

API: h264 encode: document DPB usage.

a6c2efc 2013-05-28 17:19:08 Gwenole Beauchesne

API: h264 encode: drop extraneous comment.

f11b564 2013-05-28 17:19:08 Gwenole Beauchesne

API: h264 encode: drop profile_idc.

78e19a7 2013-05-28 17:19:08 Jonathan Bian

Added new VAEncPackedHeaderRawData value to VAEncPackedHeaderType

aaf51c3 2013-05-28 17:19:08 Austin Yuan

VAEncXXXH264Baseline: start to drop VAEncXXXXBaseline

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>

eef609e 2013-05-28 17:19:08 Austin Yuan

VACodedBufferSegment: correct the description

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>

f871a01 2013-05-28 17:19:08 Austin Yuan

VA_STATUS_ERROR_HW_BUSY: error code to indicate HW is busy

Example: the harward only supports one way encode, but we
start two encode apps. This error code can return to app

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>

037945c 2013-05-28 17:19:08 Austin Yuan

VAEncMiscParameterRateControl: add back some fields and refine the comments

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>

bcd686e 2013-05-28 17:19:08 Austin Yuan

VACodedBufferSegment: modify the semantics/description

VACodedBufferSegment may contain more than one NALs, and flag
VA_CODED_BUF_STATUS_SINGLE_NALU will be used to singal the
segment only contain one NAL

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>

6db64ea 2013-05-28 17:19:08 Xiang, Haihao

Add VAEncMiscParameterHRD data structure to pass HRD parameters to driver

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

7cdb20c 2013-05-28 17:19:08 Gwenole Beauchesne

API: encode: document VACodedBufferSegment.

Make it clear that there shall be one VACodedBufferSegment per NAL unit.
It's up to the driver to calculate the various offsets to the NAL units.

78c97c1 2013-05-28 17:19:08 Gwenole Beauchesne

API: h264 encode: add VA_RC_VBR_CONSTRAINED.

640953f 2013-05-28 17:19:08 Gwenole Beauchesne

API: h264 encode: fix VAConfigAttribEncMaxRefFrames semantics.

f24a627 2013-05-28 17:19:08 Gwenole Beauchesne

API: h264 encode: add packed SEI header.

f3a9f7c 2013-05-28 17:19:08 Gwenole Beauchesne

API: h264 encode: add macroblock-info config attribute.

ef26d43 2013-05-28 17:19:08 Gwenole Beauchesne

API: h264 encode: fix max-frame-size parameter buffer type.

e3a1e0d 2013-05-28 17:19:08 Gwenole Beauchesne

API: h264 encode: add max-frame-size misc buffer type.

e691f29 2013-05-28 17:19:08 Gwenole Beauchesne

API: h264 encode: remove TABs in newly added code.

8cb2758 2013-05-28 17:19:08 Gwenole Beauchesne

API: h264 encode: add constant QP rate control attribute.

e42350b 2013-05-28 17:19:08 Gwenole Beauchesne

API: h264 encode: fix comments.

ea0ed78 2013-05-28 17:19:08 Gwenole Beauchesne

API: h264 encode: add new VA config attributes (max-slices, slice-structure).

5966007 2013-05-28 17:19:08 Gwenole Beauchesne

API: h264 encode: renumber config attributes used for encoding.

acb72fe 2013-05-28 17:19:08 Gwenole Beauchesne

API: h264 encode: improve VA config attributes documentation.

2bdb19a 2013-05-28 17:19:08 Gwenole Beauchesne

API: h264 encode: add new config attributes for encoding (max-ref-frames).