summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* webrtc lib: Make the DTLSTransport struct privateOlivier Crête2021-06-213-32/+34
* webrtc lib: Make the icetransport struct privateOlivier Crête2021-06-213-40/+43
* webrtc lib: Make the rtpreceiver struct privateOlivier Crête2021-06-212-30/+33
* webrtc lib: Make the rtpsender struct privateOlivier Crête2021-06-213-42/+43
* webrtc lib: Make the transceiver struct privateOlivier Crête2021-06-213-61/+93
* transcoder: Fix usage of g_error_propagateThibault Saunier2021-06-211-2/+1
* transcoder: Add a missing object unlockingThibault Saunier2021-06-211-0/+2
* libs: d3d11: Port to C++Seungha Yang2021-06-207-236/+211
* 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
* jpeg2000parse, openjpeg: add support for YCrCb 4:1:1 samplingStéphane Cerveau2021-06-142-12/+24
* codecs: Fix the H265 poc out of order warning.He Junyan2021-06-101-0/+8
* d3d11memory: Implement GstAllocator::mem_copy methodSeungha Yang2021-06-103-2/+104
* vkinstance: Don't abort in case that system has no available vulkan deviceSeungha Yang2021-06-041-1/+9
* d3d11: Add support for YV12 and NV21 formatsSeungha Yang2021-06-032-3/+17
* 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