summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* codecs: vp9decoder: Pass GstVideoCodecFrame to duplicate_picture()Seungha Yang2021-04-072-3/+4
* codecs: vp9decoder: Port to GstVp9StatefulParserSeungha Yang2021-04-073-44/+17
* codecparsers: Reimplement VP9 parserSeungha Yang2021-04-073-0/+1560
* codecs: vp9decoder: Don't check codec change with show_existing_frameSeungha Yang2021-04-071-1/+3
* vulkan: provide a custom VK_DEFINE_NON_DISPATCHABLE_HANDLEWim Taymans2021-04-068-16/+35
* Add @ prefix to enum-variant references in documentationMarijn Suijten2021-03-282-23/+23
* codecs: vp9decoder: Fix to output frame when show_existing_frame flag is setSeungha Yang2021-03-261-1/+1
* d3d11decoder: Resurrect zero-copy for fixed-size DPB poolSeungha Yang2021-03-242-0/+40
* d3d11: Implement memory poolSeungha Yang2021-03-246-978/+1368
* d3d11decoder: Temporarily remove zero-copy related codeSeungha Yang2021-03-242-44/+0
* h2645parser: Catch overflows in AVC/HEVC NAL unit length calculationsSebastian Dröge2021-03-242-2/+30
* gst: don't use volatile to mean atomicMatthew Waters2021-03-2229-33/+33
* Revert "d3d11: Enable native multi-thread protection layer and make use of it"Seungha Yang2021-03-203-24/+17
* d3d11: Enable native multi-thread protection layer and make use of itSeungha Yang2021-03-183-17/+24
* d3d11device: Hold ID3D11VideoDevice and ID3D11VideoContext objectSeungha Yang2021-03-142-0/+88
* d3d11device: Fix wrong printf formattingSeungha Yang2021-03-111-2/+3
* transcoder: Add state-changed signalPhilippe Normand2021-03-104-1/+110
* player: Rewrite as GstPlay wrapperPhilippe Normand2021-03-097-3429/+497
* play: Flush API bus before exiting main loopPhilippe Normand2021-03-091-0/+2
* play: Plug media_info leakPhilippe Normand2021-03-091-0/+2
* play: Rename internal buffering field to buffering_percentStephan Hesse2021-03-091-12/+13
* play: Introducing the new playback libraryStephan Hesse2021-03-0920-0/+8082
* d3d11memory: Fix for wrong texture_array_size returnsSeungha Yang2021-03-021-3/+3
* d3d11: Fix wrong preprocessing blocksSeungha Yang2021-03-021-5/+5
* transcoder: Add some missing API guardsThibault Saunier2021-03-011-4/+17
* transcoder: Fix potential use of uninitialized variablesThibault Saunier2021-03-011-2/+2
* transcoder: Rework the API to create/get SignalAdapterThibault Saunier2021-03-015-26/+107
* transcoder: Remove un-needed gst_init callPhilippe Normand2021-02-261-2/+0
* transcoder: Port to a GstBus API insteadThibault Saunier2021-02-266-486/+705