summaryrefslogtreecommitdiff
path: root/sys/va/gstvavp8dec.c
Commit message (Expand)AuthorAgeFilesLines
* codecs: vp8decoder: Use GstFlowReturn everywhereSeungha Yang2021-09-201-12/+19
* va: Use GST_CAPS_FEATURE_MEMORY_VA to replace "memory:VAMemory".He Junyan2021-08-161-2/+4
* va: vp8: fix the overflow in _fill_quant_matrix().He Junyan2021-07-291-1/+1
* va: Refactor _format_changed() to _config_is_equal().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/+1
* va: Do not use a common parent_class in vabasedec.He Junyan2021-05-101-5/+3
* 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/+2
* va: Destroy picture unreleased buffers when finalize.He Junyan2020-11-301-1/+2
* va: basedec: copy frames logic to decide_allocation()Víctor Manuel Jáquez Leal2020-10-101-12/+3
* va: basedec: add gstvabasedec helperVíctor Manuel Jáquez Leal2020-10-101-586/+63
* va: vp8dec: add element documentationVíctor Manuel Jáquez Leal2020-10-101-0/+21
* va: allocator: add _set_format() and _get_format()Víctor Manuel Jáquez Leal2020-10-091-62/+12
* va: dec, vpp: don't get buffer size from allocatorsVíctor Manuel Jáquez Leal2020-10-091-9/+5
* va: caps: centralize caps feature discoveringVíctor Manuel Jáquez Leal2020-10-041-23/+3
* va: Implement the VA vp8 decoder.He Junyan2020-09-251-0/+1197