summaryrefslogtreecommitdiff
path: root/gst-libs/gst/codecs
Commit message (Expand)AuthorAgeFilesLines
* codecs: av1decoder: Use GstFlowReturn everywhereSeungha Yang2021-09-202-57/+78
* codecs: vp9decoder: Use GstFlowReturn everywhereSeungha Yang2021-09-202-21/+37
* codecs: vp8decoder: Use GstFlowReturn everywhereSeungha Yang2021-09-202-31/+71
* codecs: mpeg2decoder: Use tsg framerate for latency.Víctor Manuel Jáquez Leal2021-09-171-10/+16
* codecs: h264dec: Check bumping again after inserting current picture.He Junyan2021-09-151-27/+28
* codecs: h264: Add protection to to_insert picture in bump check.He Junyan2021-09-151-5/+6
* codecs: h264dec: Improve the policy to infer max_num_reorder_frames.He Junyan2021-09-151-3/+13
* codecs: h264dec: Improve the fast bump for the live mode.He Junyan2021-09-131-2/+39
* codecs: h264: Change the low_latency to an enum for dpb_needs_bump().He Junyan2021-09-132-19/+34
* codecs: h264dec: Add a compliance property to control behavior.He Junyan2021-09-132-0/+142
* codecs: gstvp9statefulparser: feature_data should be 0 if feature_enable is 0Daniel Almeida2021-09-091-2/+10
* codecs: av1dec: Fix to output frame with highest spatial layerMengkejiergeli Ba2021-08-271-3/+25
* codecs: h264dec: Output the picture directly if already a frame.He Junyan2021-08-121-1/+1
* codecs: h264dec: Improve the find_first_field_picture().He Junyan2021-07-281-31/+53
* codecs: h264dec: consider the last field when add picture to DPB.He Junyan2021-07-281-6/+28
* codecs: h264dec: Consider the field case when directly output.He Junyan2021-07-281-5/+73
* codecs: h264dec: Fix a error print of dpb_add.He Junyan2021-07-281-1/+1
* codecs: h264decoder: let print_ref_pic_list_b print the correct list name.He Junyan2021-07-231-10/+13
* codecs: h264dec: Fix a typo in construct_ref_field_pic_lists_b.He Junyan2021-07-231-1/+2
* codecs: h264dec: Improve the algorithm for low latency mode.He Junyan2021-07-213-13/+149
* codecs: h264dec: Add help function of dpb_set_max_num_reorder_frames.He Junyan2021-07-213-10/+35
* codecs: h264dec: Add a flag to record whether picture is reference.He Junyan2021-07-213-2/+11
* codecs: h264dec: Change the order of dpb_add and dpb_bump.He Junyan2021-07-211-33/+63
* codecs: h264dec: Modify the DPB need bump check.He Junyan2021-07-213-59/+41
* codecs: h264dec: Make dpb_has_empty_frame_buffer a codecs API.He Junyan2021-07-212-1/+12
* codecs: h264dec: Set picture to a small poc when mem_mgmt_5.He Junyan2021-07-211-0/+16
* codecs: h265decoder: Fix a typo of NumPocTotalCurr when process ref pic list.He Junyan2021-07-162-5/+5
* codecs: h265decoder: Always free messages while parsing SEIMads Buvik Sandvei2021-07-141-1/+2
* codecs: vp9statefulparser: not init segmentation_abs_or_delta_update.He Junyan2021-07-131-1/+0
* codecs: h265dec: Disable the POC order warning for negative POC.He Junyan2021-07-061-3/+5
* codecs: h264dec: Disable the POC order warning for negative POC.He Junyan2021-07-061-2/+4
* codecparsers: vp9statefulparser: Fix the gst_vp9_get_qindex clamp issue.He Junyan2021-07-021-1/+1
* codecs: h265decoder: Consider the conformance window changes when new_sequenc...He Junyan2021-07-011-1/+32
* h265decoder: Don't hold reference to GstVideoCodecFrame for dropped pictureSeungha Yang2021-07-011-2/+7
* av1decoder: Store display resolution for duplicated pictureSeungha Yang2021-06-291-0/+2
* av1decoder: Fix debug typoSeungha Yang2021-06-291-1/+1
* vp8decoder: Drain the output queue on EOS/finishNicolas Dufresne2021-06-161-1/+1
* v4l2slvp8dec: Only ask for output delay once per negotiationNicolas Dufresne2021-06-161-4/+6
* codecs: Fix the H265 poc out of order warning.He Junyan2021-06-101-0/+8
* codecs: Integrate H265 DPB full check into need_bump().He Junyan2021-06-023-24/+10
* codecs: gstvp8decoder: add support for render delayDaniel Almeida2021-05-312-2/+86
* libs: codecs: h264decoder: Assert output_picture virtual method.Víctor Manuel Jáquez Leal2021-05-071-0/+2
* codecs: gstvp9statefulparser: do not carry over segmentation flagsDaniel Almeida2021-04-301-0/+2
* codecs: vp9decoder: Update docsSeungha Yang2021-04-091-25/+70
* codecs: vp9decoder: Make duplicate_picture() vfunc optionalSeungha Yang2021-04-091-18/+10
* codecs: vp9decoder: Allow decoding start with intra-only frameSeungha Yang2021-04-071-4/+22
* codecs: vp9decoder: Pass GstVideoCodecFrame to duplicate_picture()Seungha Yang2021-04-072-3/+4
* codecs: vp9decoder: Port to GstVp9StatefulParserSeungha Yang2021-04-073-44/+17
* codecparsers: Reimplement VP9 parserSeungha Yang2021-04-073-0/+1560
* codecs: vp9decoder: Don't check codec change with show_existing_frameSeungha Yang2021-04-071-1/+3