summaryrefslogtreecommitdiff
path: root/gst-libs
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
* player: Fix/add various annotationsSebastian Dröge2021-09-204-70/+83
* player: Add missing nullable annotationsMarijn Suijten2021-09-192-11/+12
* play: Add missing nullable annotationsMarijn Suijten2021-09-192-7/+8
* 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
* gsth264parser: Fix handling of NALs with emulation byte setMarek Vasut2021-09-091-4/+8
* gsth264parser: reject memory management control op greater than 6Aaron Boxer2021-09-091-1/+1
* vulkan: don't link to XOpenDisplay in documentationMathieu Duponchelle2021-09-081-1/+1
* codecs: av1dec: Fix to output frame with highest spatial layerMengkejiergeli Ba2021-08-271-3/+25
* gsth264parser: fix typo in debug messageBrad Hards2021-08-271-1/+1
* webrtc: Split sctptransport into lib and implementation partsJohan Sternerup2021-08-255-0/+147
* d3d11bufferpool: Hide buffer_size field from headerSeungha Yang2021-08-222-6/+1
* va: Use GST_CAPS_FEATURE_MEMORY_VA to replace "memory:VAMemory".He Junyan2021-08-161-0/+7
* codecs: h264dec: Output the picture directly if already a frame.He Junyan2021-08-121-1/+1
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-08-054-11/+11
* d3d11: Disable packed and subsampled YUV formatsSeungha Yang2021-07-292-2/+17
* 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
* player: Add static keyword to _config_quark_tableImanol Fernandez2021-07-282-2/+2
* 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
* codecparsers: av1: fix underflow in last_frame_idxDaniel Almeida2021-07-121-1/+1
* play: Emit correct signalGuido Günther2021-07-121-2/+1
* vulkan: Declare missing auto-pointer cleanup functions.Víctor Manuel Jáquez Leal2021-07-1212-6/+24
* vulkan: filter: Use filter variable name for choosing queue.Víctor Manuel Jáquez Leal2021-07-121-4/+4
* gst-libs/gst/wayland: handle display passing betterDominique Martinet2021-07-091-3/+6
* 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