summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: Add codecalpha plugin to the plugins cacheNicolas Dufresne2021-05-111-0/+151
* alphadecodebin: Add wrappers to decode VP8/VP9 alphaNicolas Dufresne2021-05-118-1/+499
* codecalpha: Implement alphacombine elementNicolas Dufresne2021-05-114-0/+637
* alphacodecdemux: Implement meta demuxingNicolas Dufresne2021-05-111-6/+217
* Introduce CODEC Alpha pluginNicolas Dufresne2021-05-116-1/+201
* openaptx: Fix to v0.2.0 due to license changeDaniel Stone2021-05-111-1/+1
* doc: Update cache after RGBP pixel format additionNicolas Dufresne2021-05-111-14/+14
* va: Do not use a common parent_class in vabasedec.He Junyan2021-05-108-40/+32
* libs: codecs: h264decoder: Assert output_picture virtual method.Víctor Manuel Jáquez Leal2021-05-071-0/+2
* wpe: Properly free property fieldsJan Alexander Steffens (heftig)2021-05-072-2/+6
* wpe: Properly lock property fieldsJan Alexander Steffens (heftig)2021-05-071-7/+30
* rtpsrc: Plug leak of rtcp_send_addrJan Alexander Steffens (heftig)2021-05-071-0/+2
* rtpsink: Return proper pad from _request_new_padJan Alexander Steffens (heftig)2021-05-071-2/+7
* rist: Plug leak of rtcp_send_addrJan Alexander Steffens (heftig)2021-05-071-0/+1
* va: av1dec: Avoid structure overwrite.Víctor Manuel Jáquez Leal2021-05-071-12/+11
* webrtc: only add nack pli by default if kind is videoMatthew Waters2021-05-062-2/+4
* webrtc: move webrtc_kind_from_caps() to utilsMatthew Waters2021-05-063-29/+33
* wasapi2: Propagate HRESULT error code everywhereSeungha Yang2021-05-065-157/+237
* hlssink(2): Don't write deprecated EXT-X-ALLOW-CACHE metadataSebastian Dröge2021-05-064-13/+5
* decklinkvideosrc: Fix crash when mode is not specifiedSeungha Yang2021-05-061-2/+4
* h265parse: don't invalidate the last PPS when parsing a new SPSNirbheek Chauhan2021-05-051-1/+1
* Use gst_element_request_pad_simple...François Laignel2021-05-0522-40/+43
* mxf: check EOS cond with any segment's flagStéphane Cerveau2021-05-041-2/+1
* mxfdemux: fix keyframe detection in indexStéphane Cerveau2021-05-041-2/+7
* Fix build with OpenEXR 3Antonio Rojas2021-05-041-0/+1
* codecs: gstvp9statefulparser: do not carry over segmentation flagsDaniel Almeida2021-04-301-0/+2
* d3d11desktopdup: Don't ignore error DXGI_ERROR_UNSUPPORTEDSeungha Yang2021-04-303-7/+56
* d3d11desktopdup: Support desktop switchesJakub Adam2021-04-301-0/+11
* dxgicapture: reinitialize duplication interface on ERROR_ACCESS_LOSTJakub Adam2021-04-301-13/+63
* msdk: set correct parameters for BGRx frameHaihao Xiang2021-04-302-0/+2
* webrtc: advertise support for transport-cc rtcp-fb by defaultMatthew Waters2021-04-291-3/+2
* webrtc/stats: provide the twcc stats when availableMatthew Waters2021-04-291-5/+25
* va: allocator: Disable derived for Gallium if RGB and reading.Víctor Manuel Jáquez Leal2021-04-281-0/+6
* va: allocator: Disable derived for i965 if YUV and writing.Víctor Manuel Jáquez Leal2021-04-281-5/+19
* va: display: Fix typo.Víctor Manuel Jáquez Leal2021-04-282-3/+3
* va: allocator: Hack for i965 to get linear RGB DMABufs.Víctor Manuel Jáquez Leal2021-04-281-2/+20
* va: postproc: Remove unused parameter.Víctor Manuel Jáquez Leal2021-04-281-4/+4
* va: postproc: Set usage hint generic if DMABuf.Víctor Manuel Jáquez Leal2021-04-281-0/+3
* va: postproc: Get info from caps in decide_allocation()Víctor Manuel Jáquez Leal2021-04-281-9/+9
* avtp: crf: Remove superfluous sink_event variableTimo Wischer2021-04-281-2/+0
* msdkh265dec: Add support for error report tooHaihao Xiang2021-04-281-0/+31
* msdkh264dec: report error to userHaihao Xiang2021-04-285-0/+136
* msdkdec: allow sub class to add extra parameters for additional configurationHaihao Xiang2021-04-282-0/+24
* d3d11: Handle device changeSeungha Yang2021-04-284-8/+310
* d3d11videosink: Delay window setup as much as possibleSeungha Yang2021-04-281-6/+37
* d3d11: Don't accept buffer pool which holds different deviceSeungha Yang2021-04-285-21/+59
* d3d11decoder: Run gst-indentSeungha Yang2021-04-281-3/+2
* onnx: add plugin to apply ONNX neural network models to videoAaron Boxer2021-04-2710-0/+1545
* decklinkvideosrc: Fix AFD/Bar VANC size checkSebastian Dröge2021-04-261-1/+1
* decklinkvideosrc: Automatically detect widescreen vs. normal NTSC/PALSebastian Dröge2021-04-262-21/+52