summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2021-09-20codecs: av1decoder: Use GstFlowReturn everywhereSeungha Yang2-57/+78
2021-09-20codecs: vp9decoder: Use GstFlowReturn everywhereSeungha Yang2-21/+37
2021-09-20codecs: vp8decoder: Use GstFlowReturn everywhereSeungha Yang2-31/+71
2021-09-20player: Fix/add various annotationsSebastian Dröge4-70/+83
2021-09-19player: Add missing nullable annotationsMarijn Suijten2-11/+12
2021-09-19play: Add missing nullable annotationsMarijn Suijten2-7/+8
2021-09-17codecs: mpeg2decoder: Use tsg framerate for latency.Víctor Manuel Jáquez Leal1-10/+16
2021-09-15codecs: h264dec: Check bumping again after inserting current picture.He Junyan1-27/+28
2021-09-15codecs: h264: Add protection to to_insert picture in bump check.He Junyan1-5/+6
2021-09-15codecs: h264dec: Improve the policy to infer max_num_reorder_frames.He Junyan1-3/+13
2021-09-13codecs: h264dec: Improve the fast bump for the live mode.He Junyan1-2/+39
2021-09-13codecs: h264: Change the low_latency to an enum for dpb_needs_bump().He Junyan2-19/+34
2021-09-13codecs: h264dec: Add a compliance property to control behavior.He Junyan2-0/+142
2021-09-09codecs: gstvp9statefulparser: feature_data should be 0 if feature_enable is 0Daniel Almeida1-2/+10
2021-09-09gsth264parser: Fix handling of NALs with emulation byte setMarek Vasut1-4/+8
2021-09-09gsth264parser: reject memory management control op greater than 6Aaron Boxer1-1/+1
2021-09-08vulkan: don't link to XOpenDisplay in documentationMathieu Duponchelle1-1/+1
2021-08-27codecs: av1dec: Fix to output frame with highest spatial layerMengkejiergeli Ba1-3/+25
2021-08-27gsth264parser: fix typo in debug messageBrad Hards1-1/+1
2021-08-25webrtc: Split sctptransport into lib and implementation partsJohan Sternerup5-0/+147
2021-08-22d3d11bufferpool: Hide buffer_size field from headerSeungha Yang2-6/+1
2021-08-16va: Use GST_CAPS_FEATURE_MEMORY_VA to replace "memory:VAMemory".He Junyan1-0/+7
2021-08-12codecs: h264dec: Output the picture directly if already a frame.He Junyan1-1/+1
2021-08-05Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller4-11/+11
2021-07-29d3d11: Disable packed and subsampled YUV formatsSeungha Yang2-2/+17
2021-07-28codecs: h264dec: Improve the find_first_field_picture().He Junyan1-31/+53
2021-07-28codecs: h264dec: consider the last field when add picture to DPB.He Junyan1-6/+28
2021-07-28codecs: h264dec: Consider the field case when directly output.He Junyan1-5/+73
2021-07-28codecs: h264dec: Fix a error print of dpb_add.He Junyan1-1/+1
2021-07-28player: Add static keyword to _config_quark_tableImanol Fernandez2-2/+2
2021-07-23codecs: h264decoder: let print_ref_pic_list_b print the correct list name.He Junyan1-10/+13
2021-07-23codecs: h264dec: Fix a typo in construct_ref_field_pic_lists_b.He Junyan1-1/+2
2021-07-21codecs: h264dec: Improve the algorithm for low latency mode.He Junyan3-13/+149
2021-07-21codecs: h264dec: Add help function of dpb_set_max_num_reorder_frames.He Junyan3-10/+35
2021-07-21codecs: h264dec: Add a flag to record whether picture is reference.He Junyan3-2/+11
2021-07-21codecs: h264dec: Change the order of dpb_add and dpb_bump.He Junyan1-33/+63
2021-07-21codecs: h264dec: Modify the DPB need bump check.He Junyan3-59/+41
2021-07-21codecs: h264dec: Make dpb_has_empty_frame_buffer a codecs API.He Junyan2-1/+12
2021-07-21codecs: h264dec: Set picture to a small poc when mem_mgmt_5.He Junyan1-0/+16
2021-07-16codecs: h265decoder: Fix a typo of NumPocTotalCurr when process ref pic list.He Junyan2-5/+5
2021-07-14codecs: h265decoder: Always free messages while parsing SEIMads Buvik Sandvei1-1/+2
2021-07-13codecs: vp9statefulparser: not init segmentation_abs_or_delta_update.He Junyan1-1/+0
2021-07-12codecparsers: av1: fix underflow in last_frame_idxDaniel Almeida1-1/+1
2021-07-12play: Emit correct signalGuido Günther1-2/+1
2021-07-12vulkan: Declare missing auto-pointer cleanup functions.Víctor Manuel Jáquez Leal12-6/+24
2021-07-12vulkan: filter: Use filter variable name for choosing queue.Víctor Manuel Jáquez Leal1-4/+4
2021-07-09gst-libs/gst/wayland: handle display passing betterDominique Martinet1-3/+6
2021-07-06codecs: h265dec: Disable the POC order warning for negative POC.He Junyan1-3/+5
2021-07-06codecs: h264dec: Disable the POC order warning for negative POC.He Junyan1-2/+4
2021-07-02codecparsers: vp9statefulparser: Fix the gst_vp9_get_qindex clamp issue.He Junyan1-1/+1