summaryrefslogtreecommitdiff
path: root/sys/va
Commit message (Expand)AuthorAgeFilesLines
* va: caps: Make the template raw video caps classified by features.He Junyan2021-08-111-1/+44
* vapostproc: Inherit from GstVaBaseTransform.Víctor Manuel Jáquez Leal2021-08-101-745/+58
* va: Add base transform class.Víctor Manuel Jáquez Leal2021-08-103-0/+898
* va: pool: Add gst_va_pool_new_with_config().Víctor Manuel Jáquez Leal2021-08-102-0/+32
* va: vp8: fix the overflow in _fill_quant_matrix().He Junyan2021-07-291-1/+1
* va: filter: refactor convert_surface() to process()Víctor Manuel Jáquez Leal2021-07-273-4/+3
* va: filter: Refactor set_formats() to set_video_info().Víctor Manuel Jáquez Leal2021-07-273-4/+4
* vapostproc: Don't add video alignment option in buffer pool.Víctor Manuel Jáquez Leal2021-07-271-2/+0
* va: h265dec: Do not assign the frame->output_buffer until output_picture.He Junyan2021-07-231-3/+14
* va: H265: Add odd bit depth and chroma depth in get_rtformat.He Junyan2021-07-221-4/+9
* va: vp9dec: Minor cleanups.Víctor Manuel Jáquez Leal2021-07-171-4/+8
* va: decoder: Group decoder methods.Víctor Manuel Jáquez Leal2021-07-172-27/+28
* va: Refactor _format_changed() to _config_is_equal().Víctor Manuel Jáquez Leal2021-07-178-23/+30
* va: Refactor _change_resolution() to _update_frame_size().Víctor Manuel Jáquez Leal2021-07-173-4/+6
* va: Refactor _set_format() to _set_frame_size().Víctor Manuel Jáquez Leal2021-07-178-16/+26
* va: h265dec: Do not add non reference frames into ref list.He Junyan2021-07-161-3/+10
* va: h265dec: Fix a temp var overflow bug when write pred weight table.He Junyan2021-07-151-2/+2
* va: vp9dec: We need to check the resolution changes for every frame.He Junyan2021-07-151-0/+27
* va: vp9dec: Do not re-create context for dynamical resolution change.He Junyan2021-07-151-8/+35
* va: decoder: Add helper functions to get and change the resolution.He Junyan2021-07-152-0/+57
* 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