summaryrefslogtreecommitdiff
path: root/sys/va/gstvah264dec.c
Commit message (Expand)AuthorAgeFilesLines
* va: h264dec: Try to use ConstrainedBaseline or Main to decode BaseLine.He Junyan2021-09-131-2/+10
* va: Update todo lists, removing deinterlacing.Víctor Manuel Jáquez Leal2021-09-101-1/+0
* va: Use GST_CAPS_FEATURE_MEMORY_VA to replace "memory:VAMemory".He Junyan2021-08-161-2/+4
* 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/+2
* va: h264dec: Set the GstVideoAlignment correctly.He Junyan2021-06-281-2/+18
* va: Do not use a common parent_class in vabasedec.He Junyan2021-05-101-5/+3
* va: h264dec: remove spurious if validationVíctor Manuel Jáquez Leal2021-02-051-1/+1
* va: Remove gst_va_decoder_destroy_buffers()Víctor Manuel Jáquez Leal2020-11-301-20/+4
* va: Destroy picture unreleased buffers when finalize.He Junyan2020-11-301-2/+4
* va: h264dec: Add support for interlaced streamSeungha Yang2020-11-171-12/+48
* va: h264dec: implement gst_va_h264_dec_new_field_picture()Víctor Manuel Jáquez Leal2020-11-171-0/+23
* va: h264dec: Fix picture_height_in_mbs_minus1Seungha Yang2020-11-171-1/+2
* va: h264dec: admit baseline if stream obeys A.2Víctor Manuel Jáquez Leal2020-11-171-1/+3
* codecs: h264decoder: Add more option arguments for reference picture getterSeungha Yang2020-11-171-2/+2
* vah264dec: Fix for long term reference picture signallingSeungha Yang2020-11-161-10/+25
* vah264dec: Allow missing reference pictureSeungha Yang2020-11-141-1/+7
* codecs: h264decoder: Store reference picture type using enum valueSeungha Yang2020-11-131-2/+2
* va: h264dec: Set the padding to VideoAlignment's right.He Junyan2020-10-271-1/+1
* va: basedec: copy frames logic to decide_allocation()Víctor Manuel Jáquez Leal2020-10-101-15/+3
* va: basedec: add gstvabasedec helperVíctor Manuel Jáquez Leal2020-10-101-560/+66
* va: h264dec: set video alignment definition earlierVíctor Manuel Jáquez Leal2020-10-101-9/+15
* va: allocator: add _set_format() and _get_format()Víctor Manuel Jáquez Leal2020-10-091-64/+13
* 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/+1
* va: util: make the _format_changed a common decoder function.He Junyan2020-09-251-18/+2
* va: h264dec: allocate output buffers according DPB sizeVíctor Manuel Jáquez Leal2020-09-241-2/+2
* va: decoder: store output buffer rather than surfaceVíctor Manuel Jáquez Leal2020-09-241-6/+4
* va: vah264dec: fix documentationVíctor Manuel Jáquez Leal2020-09-231-2/+4
* va: h264dec: add documentationVíctor Manuel Jáquez Leal2020-09-201-0/+25
* va: h264dec: check is pad has fixed caps at caps queryVíctor Manuel Jáquez Leal2020-09-191-1/+5
* va: h264dec: Don't need to set pts/dts/duration on outputting frameSeungha Yang2020-09-181-8/+0
* Revert "va: h264dec: set latency"Víctor Manuel Jáquez Leal2020-09-141-35/+0
* va: h264dec: check va allocator at decide allocationVíctor Manuel Jáquez Leal2020-08-241-5/+7
* va: h264dec: set latencyVíctor Manuel Jáquez Leal2020-08-171-0/+35
* va: h264dec: remove spurious commentVíctor Manuel Jáquez Leal2020-08-101-2/+0
* va: h264dec: check return value of gst_va_handle_set_context()Víctor Manuel Jáquez Leal2020-08-101-2/+5
* va: h264dec: log if upstream pool is keptVíctor Manuel Jáquez Leal2020-08-041-0/+2
* va: context: instanciate VA display through GstContextVíctor Manuel Jáquez Leal2020-08-031-7/+49
* va: h264dec: don't copy frames if VAMemory capsfeature is negotiatedVíctor Manuel Jáquez Leal2020-08-031-2/+12
* va: h264dec: copy render_device_path in klassVíctor Manuel Jáquez Leal2020-08-031-1/+2
* va: decoder: remove unused argumentVíctor Manuel Jáquez Leal2020-08-031-1/+1
* va: allocator: get a surface format from a image formatVíctor Manuel Jáquez Leal2020-08-031-2/+5
* vah264dec: add documentation caps for pad templatesVíctor Manuel Jáquez Leal2020-07-211-6/+22
* codecs: h264decoder: Pass GstVideoCodecFrame to output_picture()Seungha Yang2020-07-211-5/+4
* codecs: h264decoder: Don't attach extra ref of GstH264Picture to GstVideoCode...Seungha Yang2020-07-211-8/+5
* va: VA-API H.264 decoder and infrastructureVíctor Manuel Jáquez Leal2020-06-281-0/+1416