summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* codecparsers: vp9parser: Use macro to define the size of filter_level in Segm...He Junyan2021-07-021-1/+1
* codecparsers: vp9parser: Delete the verbose redefine of MAX_LOOP_FILTER.He Junyan2021-07-021-1/+0
* 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
* opencv: Fix build error on macOSyoungsoo.lee2021-06-301-0/+1
* av1decoder: Store display resolution for duplicated pictureSeungha Yang2021-06-291-0/+2
* av1decoder: Fix debug typoSeungha Yang2021-06-291-1/+1
* av1parser: Fix tile size calculationSeungha Yang2021-06-291-1/+1
* webrtcbin: Sync to the clock per stream and not per bundleSebastian Dröge2021-06-281-1/+1
* webrtc: Remove the webrtc-priv.h header from public headersOlivier Crête2021-06-282-2/+1
* webrtc: Re-add WebRTC object docs to the public headersSebastian Dröge2021-06-282-6/+30
* d3d11: Add support for GRAY and more YUV formatsSeungha Yang2021-06-232-2/+79
* webrtc lib: Make the datachannel struct privateOlivier Crête2021-06-213-63/+64