summaryrefslogtreecommitdiff
path: root/sys/va
Commit message (Expand)AuthorAgeFilesLines
* va: vpp: Improve the color properties setting.He Junyan2021-07-081-48/+69
* va: basedec: Fix some artifact when do the crop copy.He Junyan2021-07-051-0/+6
* va: Consider the compatibility when we get_profile() for H265 decoder.He Junyan2021-07-021-1/+32
* va: vp9dec: update segmentation and store the result.He Junyan2021-07-021-42/+68
* va: allocator: dma: Fail when mapping the non-linear buffer.He Junyan2021-07-021-12/+10
* va: change AV1 GstVideoAlignment setting to left-top corner.He Junyan2021-06-281-1/+1
* va: h264dec: Set the GstVideoAlignment correctly.He Junyan2021-06-281-2/+18
* va: h265dec: Set the GstVideoAlignment correctly.He Junyan2021-06-281-2/+18
* va: pool: Add VideoCropMeta to the buffer if crop_top/left > 0.He Junyan2021-06-281-8/+34
* va: basedec: Copy the frames into other_pool if needed.He Junyan2021-06-282-12/+88
* va: basedec: Setup the other_pool to copy output if crop_left/top.He Junyan2021-06-282-12/+220
* va: No need to set the alignment for VideoMetaHe Junyan2021-06-281-37/+7
* va: Delete the useless align expand in va_pool_set_config().He Junyan2021-06-281-9/+0
* va: Improve the default mapping between rt_format and video format.He Junyan2021-06-161-3/+16
* va: Add 12 bits rt_format setting in H265.He Junyan2021-06-161-0/+8
* va: Fix a typo in video format mapping.He Junyan2021-06-161-1/+1
* va: h265dec: Add current picture into reference list for SCC.He Junyan2021-05-251-0/+14
* va: h265dec: Set Screen Content extension (SCC) for picture parameters.He Junyan2021-05-251-4/+71
* va: h265dec: Use get_profile_from_sps() to recognize the profile.He Junyan2021-05-251-2/+1
* va: h265dec: Set range extension for picture and slice parameters.He Junyan2021-05-251-2/+96
* va: h265dec: Use picture and slide extension parameters.Víctor Manuel Jáquez Leal2021-05-251-36/+41
* va: h265dec: Set LastSliceOfPic for multi sliced frames.He Junyan2021-05-211-33/+119
* libs: va: display_wrapper: Use gpointer for VADisplay.Víctor Manuel Jáquez Leal2021-05-181-1/+1
* libs: va: Move the VA common logic as a lib.He Junyan2021-05-1820-861/+176
* va: Do not use a common parent_class in vabasedec.He Junyan2021-05-108-40/+32
* va: av1dec: Avoid structure overwrite.Víctor Manuel Jáquez Leal2021-05-071-12/+11
* va: allocator: Disable derived for Gallium if RGB and reading.Víctor Manuel Jáquez Leal2021-04-281-0/+6
* va: allocator: Disable derived for i965 if YUV and writing.Víctor Manuel Jáquez Leal2021-04-281-5/+19
* va: display: Fix typo.Víctor Manuel Jáquez Leal2021-04-282-3/+3
* va: allocator: Hack for i965 to get linear RGB DMABufs.Víctor Manuel Jáquez Leal2021-04-281-2/+20
* va: postproc: Remove unused parameter.Víctor Manuel Jáquez Leal2021-04-281-4/+4
* va: postproc: Set usage hint generic if DMABuf.Víctor Manuel Jáquez Leal2021-04-281-0/+3
* va: postproc: Get info from caps in decide_allocation()Víctor Manuel Jáquez Leal2021-04-281-9/+9
* va: allocator: Fix an unmap typo in _va_copy.He Junyan2021-04-131-1/+0
* va: allocator: Implement mem_copy for VA memory.Víctor Manuel Jáquez Leal2021-04-081-1/+67
* codecs: vp9decoder: Pass GstVideoCodecFrame to duplicate_picture()Seungha Yang2021-04-071-1/+3
* codecs: vp9decoder: Port to GstVp9StatefulParserSeungha Yang2021-04-071-41/+101
* va: filter: remove unsupported formats because driver's bugsVíctor Manuel Jáquez Leal2021-04-071-1/+25
* va: videoformats: Map more color formats.Víctor Manuel Jáquez Leal2021-04-071-0/+10
* va: videoformats: Fix RGB32 mapping between VA and GStreamer.Víctor Manuel Jáquez Leal2021-04-073-6/+157
* va: postproc, filter: add disable-passthrough propertyVíctor Manuel Jáquez Leal2021-04-033-0/+20
* va: postproc: enable cropping by crop metaVíctor Manuel Jáquez Leal2021-04-031-22/+42
* va: filter: add gst_va_filter_enable_cropping ()Víctor Manuel Jáquez Leal2021-04-032-3/+39
* va: filter, vpp: add and use GstVaSample structVíctor Manuel Jáquez Leal2021-04-033-26/+60
* va: postproc: Use allocation caps when creating sink pool.Víctor Manuel Jáquez Leal2021-04-031-13/+26
* va: allocator: Use derived images only if not mapped for reading.Víctor Manuel Jáquez Leal2021-04-021-21/+36
* va: caps: Add image formats in raw caps only for non-iHD.Víctor Manuel Jáquez Leal2021-04-021-2/+10
* va: postproc: Set one buffer in pools as minimum.Víctor Manuel Jáquez Leal2021-03-241-4/+5
* va: postproc: disable passthrough as soon as possibleVíctor Manuel Jáquez Leal2021-03-221-6/+15
* va: postproc: rename function to gst_va_vpp_update_passthroughVíctor Manuel Jáquez Leal2021-03-221-6/+6