• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

標籤
無標籤

Frequently used words (click to add to your profile)

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

hardware/intel/libva


RSS
修訂. 時間 作者
dbc6ef6 2013-05-28 17:32:18 Xiang, Haihao

va: Remove VAProcFilterColorStandard

Color primary conversion is an implicit operation for the pipeline,
surface_color_standard (input) and output_color_standard (output)
in VAProcPipelineParameterBuffer are used to indicate the color
primary conversion.

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

5fd07b2 2013-05-28 17:32:18 Jonathan Bian

Renamed de-interlacing flags to be more general and added new flag VA_DEINTERLACING_ONE_FIELD

8ff89a5 2013-05-28 17:32:18 Jonathan Bian

Added "flags" field to VAProcFilterParameterBufferDeinterlacing to indicate TOP/BOTTOM field in the input frame and which field to use for BOB deinterlacing.

65bb17e 2013-05-28 17:32:18 Binglin Chen

Add maximum type number define, and one addition VPP flag

Add maximum type number define for VAEntryPoint,
VAConfigAttribTypeMax, VABufferTypeMax, which can be used as
the current total number of entrypoint/attribute/buffer type.

Add END of stream flag for VPP pipeline which indicates it's
the last frames in the pipeline.

Signed-off-by: Binglin Chen <binglin.chen@intel.com>

f210a6f 2013-05-28 17:32:18 Austin Yuan

VAProcPipelineParameterBufferType: start from 41 in case there are more encode buffer types to be added in future

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

e955066 2013-05-28 17:32:18 Gwenole Beauchesne

API: vpp: remove extraneous flags member.

VAProcPipelineCaps contained an extra flags member which existed before
its split into pipeline_flags and filter_flags.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>

6c7262d 2013-05-28 17:32:18 Xiang, Haihao

Fix sample code for VPP

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

abc36e0 2013-05-28 17:32:18 Gwenole Beauchesne

vpp: fix comments for *Count enumerations.

2be38ed 2013-05-28 17:32:18 Gwenole Beauchesne

vpp: allow input/output color primaries as requested.

XXX: this is still a complicated usage model. The color primary could
be a surface atttribute instead.

1b9f7fc 2013-05-28 17:32:18 Gwenole Beauchesne

vpp: move reference frames to pipeline parameter buffer.

a10087d 2013-05-28 17:32:18 Gwenole Beauchesne

vpp: note that application of subpictures is now optional.

919dbe5 2013-05-28 17:32:18 Gwenole Beauchesne

vpp: add pipeline flags.

85953d9 2013-05-28 17:32:18 Gwenole Beauchesne

vpp: explain filter flags more.

0b49902 2013-05-28 17:32:18 Gwenole Beauchesne

vpp: add auto-saturation, auto-brightness, auto-contrast attributes.

161cef0 2013-05-28 17:32:18 Gwenole Beauchesne

vpp: clarify background color semantics and driver behaviour.

1649f42 2013-05-28 17:32:18 Gwenole Beauchesne

vpp: keep VAProcFilterParameterBuffer value type as float.

e60978f 2013-05-28 17:32:18 Gwenole Beauchesne

vpp: fix vaQueryVideoProcPipelineCaps() semantics.

e58b556 2013-05-28 17:32:18 Gwenole Beauchesne

vpp: mention that source surface also covers its associated subpictures.

3e491dc 2013-05-28 17:32:18 Gwenole Beauchesne

vpp: improve documentation for VAProcPipelineParameterBuffer.

d87e181 2013-05-28 17:32:18 Gwenole Beauchesne

vpp: fix vaQueryVideoProcFilterCaps() prototype.

fc1072c 2013-05-28 17:32:18 Gwenole Beauchesne

vpp: remove obsolete sample code.

018d6f7 2013-05-28 17:32:18 Gwenole Beauchesne

vpp: fix VAProcPipelineParameterBuffer typedef.

e907827 2013-05-28 17:32:18 Gwenole Beauchesne

vpp: add video processing hooks.

0c097f5 2013-05-28 17:32:18 Gwenole Beauchesne

API: add video processing interfaces.

b7ccd93 2013-05-28 17:32:18 Xiang, Haihao

va: Remove user_data from MPEG-2 encoding APIs

The application can insert a raw packed header if user data is needed

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

1948e5f 2013-05-28 17:32:18 Xiang, Haihao

API for MPEG-2 encoding

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

0e3c19e 2013-05-28 17:32:08 Xiang, Haihao

va: Add a flag to signal APP whether the driver support raw packed header

Modify the comments for VAEncPackedHeaderRawData as well

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

d288216 2013-05-28 17:32:05 Xiang, Haihao

install va_enc_h264.h

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

9696ad1 2013-05-28 17:19:09 Jonathan Bian

Added baseline to the list of profiles for the documentation.

6c0d111 2013-05-28 17:19:09 Jonathan Bian

Added aspect ratio related fields to VAEncSequenceParameterBufferH264

Signed-off-by: Jonathan Bian <jonathan.bian@intel.com>