summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* d3d11: Suppress some warning logsSeungha Yang2021-05-291-5/+6
* libs: va: display: Handle auto clean up macros.Víctor Manuel Jáquez Leal2021-05-263-0/+6
* d3d11memory: Protect map and unmap with device lockSeungha Yang2021-05-201-26/+31
* d3d11memory: Add trace log for debugging locking threadSeungha Yang2021-05-201-2/+10
* libs: va: Documentation and annotations.Víctor Manuel Jáquez Leal2021-05-184-11/+87
* examples: va: Update the VA examples because of the new va lib.He Junyan2021-05-181-3/+1
* libs: va: display_wrapper: Use gpointer for VADisplay.Víctor Manuel Jáquez Leal2021-05-182-2/+2
* libs: va: Move the VA common logic as a lib.He Junyan2021-05-1810-0/+995
* webrtcbin: Hold lock while accessing the codec preferencesOlivier Crête2021-05-131-0/+8
* webrtc rtptransceiver: Implement "codec-preferences" propertyOlivier Crête2021-05-131-0/+20
* webrtc rtptransceiver: Implement "kind" propertyOlivier Crête2021-05-131-0/+17
* webrtc rtptransceiver: Implement "current-direction" propertyOlivier Crête2021-05-131-0/+22
* webrtc rtptransceiver: Implement "mid" propertyOlivier Crête2021-05-131-1/+27
* 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
* d3d11: Add support for BGRx and RGBx formatsSeungha Yang2021-04-212-2/+14
* codecs: vp9decoder: Update docsSeungha Yang2021-04-091-25/+70
* codecs: vp9decoder: Make duplicate_picture() vfunc optionalSeungha Yang2021-04-091-18/+10
* Tell programmers that set_volume uses linear scale (fixes https://gitlab.free...Matthieu De Beule2021-04-071-0/+4
* codecs: vp9decoder: Allow decoding start with intra-only frameSeungha Yang2021-04-071-4/+22