summaryrefslogtreecommitdiff
path: root/sys/va
Commit message (Expand)AuthorAgeFilesLines
* codecs: av1decoder: Use GstFlowReturn everywhereSeungha Yang2021-09-201-19/+28
* codecs: vp9decoder: Use GstFlowReturn everywhereSeungha Yang2021-09-201-19/+28
* codecs: vp8decoder: Use GstFlowReturn everywhereSeungha Yang2021-09-201-12/+19
* meson: va: Make AV1 support always optionalSeungha Yang2021-09-191-1/+2
* va: caps: Don't use image formats for decoded frames.Víctor Manuel Jáquez Leal2021-09-191-54/+2
* va: h264dec: Try to use ConstrainedBaseline or Main to decode BaseLine.He Junyan2021-09-131-2/+10
* va: Update vapostproc documentation.Víctor Manuel Jáquez Leal2021-09-101-0/+9
* va: Update todo lists, removing deinterlacing.Víctor Manuel Jáquez Leal2021-09-102-2/+0
* Add vadeinterlace element.Víctor Manuel Jáquez Leal2021-09-104-1/+905
* va: filter: Add past and future frames in GstVaSample.Víctor Manuel Jáquez Leal2021-09-102-0/+10
* va: filter: Add gst_va_filter_add_deinterlace_buffer()Víctor Manuel Jáquez Leal2021-09-102-0/+46
* va: filter: Add deinterlacing method parameter.Víctor Manuel Jáquez Leal2021-09-102-0/+134
* va: filter: Protect filters array of overwrite.Víctor Manuel Jáquez Leal2021-09-101-23/+24
* va: filter: Add helper function to query pipeline caps.Víctor Manuel Jáquez Leal2021-09-101-24/+41
* va: filter: Shuffle _destroy_filters_unlocked().Víctor Manuel Jáquez Leal2021-09-101-31/+31
* vapostproc: Move up color balance detection to plugin.Víctor Manuel Jáquez Leal2021-09-103-11/+24
* va: basetransform: Update documentation.Víctor Manuel Jáquez Leal2021-09-101-0/+9
* va: basetransform: Add autoptr clean up function.Víctor Manuel Jáquez Leal2021-09-101-0/+2
* va: basetransform: Use copy_metadata() at buffer import.Víctor Manuel Jáquez Leal2021-09-101-4/+4
* vapostproc: don't chain up transform_meta()Víctor Manuel Jáquez Leal2021-09-101-2/+1
* vapostproc: Use vapostproc as debug category name.Víctor Manuel Jáquez Leal2021-08-181-1/+1
* vapostproc: Disable cropping in pass-through mode.Víctor Manuel Jáquez Leal2021-08-181-36/+14
* vapostproc: Update filters update_properties().Víctor Manuel Jáquez Leal2021-08-181-0/+1
* va: Use GST_CAPS_FEATURE_MEMORY_VA to replace "memory:VAMemory".He Junyan2021-08-1610-22/+35
* va: Use MEMORY_DMABUF definition to replace "memory:DMABuf" strings.He Junyan2021-08-162-2/+2
* 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