summaryrefslogtreecommitdiff
path: root/sys/va/gstvavp9dec.c
Commit message (Expand)AuthorAgeFilesLines
* codecs: vp9decoder: Use GstFlowReturn everywhereSeungha Yang2021-09-201-19/+28
* va: Use GST_CAPS_FEATURE_MEMORY_VA to replace "memory:VAMemory".He Junyan2021-08-161-2/+4
* va: vp9dec: Minor cleanups.Víctor Manuel Jáquez Leal2021-07-171-4/+8
* va: Refactor _format_changed() to _config_is_equal().Víctor Manuel Jáquez Leal2021-07-171-1/+1
* va: Refactor _change_resolution() to _update_frame_size().Víctor Manuel Jáquez Leal2021-07-171-1/+1
* va: Refactor _set_format() to _set_frame_size().Víctor Manuel Jáquez Leal2021-07-171-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: vp9dec: update segmentation and store the result.He Junyan2021-07-021-42/+68
* va: Do not use a common parent_class in vabasedec.He Junyan2021-05-101-5/+3
* codecs: vp9decoder: Pass GstVideoCodecFrame to duplicate_picture()Seungha Yang2021-04-071-1/+3
* codecs: vp9decoder: Port to GstVp9StatefulParserSeungha Yang2021-04-071-41/+101
* va: vp8dec, vp9dec: only set NV12 color format for documentationVíctor Manuel Jáquez Leal2021-03-021-1/+1
* va: Remove gst_va_decoder_destroy_buffers()Víctor Manuel Jáquez Leal2020-11-301-18/+1
* va: Destroy picture unreleased buffers when finalize.He Junyan2020-11-301-1/+2
* va: Add VP9 decoderVíctor Manuel Jáquez Leal2020-10-191-0/+623