summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* transcoder: Automatically generate enums GTypesThibault Saunier2021-02-264-27/+21
* transcoder: Port to G_DECLAREThibault Saunier2021-02-261-10/+6
* codecs: AV1decoder: Add the AV1 decoder base class.He Junyan2021-02-235-0/+1146
* d3d11: Add a method for conversion from DXGI format to GstVideoFormatSeungha Yang2021-02-172-0/+44
* codecs: mpeg2decoder: Move frame_unref to handle_frame.He Junyan2021-02-111-2/+1
* codecs: h265decoder: Add support for interlaced streamSeungha Yang2021-02-093-16/+166
* d3d11memory: Add a method for querying texture array sizeSeungha Yang2021-02-032-0/+53
* codecs: h264decoder: Add support for output delaySeungha Yang2021-01-292-7/+92
* d3d11: Suppress some warning debug messagesSeungha Yang2021-01-271-6/+13
* codecparsers: av1: Fix a typo in frame_restoration_type setting.He Junyan2021-01-231-3/+3
* vulkan: remove duplicated checkMatthew Waters2021-01-221-2/+0
* codecparsers: Exclude the size of obu_size when identify OBU.He Junyan2021-01-191-1/+5
* codecs: mpeg2decoder: Fix a typo in header file's comment.He Junyan2021-01-201-1/+1
* d3d11: Allow building UWP features with Desktop features if possibleSeungha Yang2021-01-192-6/+11
* webrtc: expose transport property on sender and receiverMathieu Duponchelle2021-01-132-1/+42
* d3d11: Move core methods to gst-libsSeungha Yang2021-01-1317-0/+4767
* codecs: h264picture: Count only complete complementary field pair for dpb ful...Seungha Yang2021-01-101-2/+3
* codecs: h264decoder: Add support for field-pair input frameSeungha Yang2021-01-101-2/+30
* codecs: h264decoder: Remove unused private variablesSeungha Yang2021-01-101-22/+19
* codecs: mpeg2decoder: decode only if B and not closed gopVíctor Manuel Jáquez Leal2021-01-061-0/+5
* codecs: mpeg2decoder: rename variablesVíctor Manuel Jáquez Leal2021-01-061-3/+4