summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* d3d11decoder: Don't print error log when no DPB texture is availableSeungha Yang2021-06-146-7/+12
* msdkenc: add extbrc support in ext-coding-props propertyYinhang Liu2021-06-111-2/+10
* msdkenc: add ext-coding-props for external coding optionsYinhang Liu2021-06-113-0/+175
* codecs: Fix the H265 poc out of order warning.He Junyan2021-06-101-0/+8
* wasapi2sink: Fix ringbuffer object leakSeungha Yang2021-06-101-0/+1
* wasapi2ringbuffer: Implement GstAudioRingBuffer::pause()Seungha Yang2021-06-101-9/+64
* d3d11memory: Implement GstAllocator::mem_copy methodSeungha Yang2021-06-103-2/+104
* wasapi2src: Add support for loopback recordingSeungha Yang2021-06-097-40/+460
* wasapi2: Rewrite plugin and implement audioringbuffer subclassSeungha Yang2021-06-0813-1684/+1629
* wasapi2: Use AUDCLNT_STREAMFLAGS_NOPERSIST flagSeungha Yang2021-06-081-9/+4
* wasapi2src: Fix doc typoSeungha Yang2021-06-081-4/+4
* wpe: Rename `undeserializable_type` to `not_deserializable_type`Thibault Saunier2021-06-081-4/+4
* wpe: Make forwarded messages layout more like GstBinForwaded messagesThibault Saunier2021-06-083-51/+61
* wpe: Make wpesrc!video pad an always padThibault Saunier2021-06-083-40/+29
* wpe: Remove unused env varThibault Saunier2021-06-081-4/+0
* wpe: Fix atomic usageThibault Saunier2021-06-081-2/+1
* wpe: Add a note able requiring tracing subsystem for message forwardingThibault Saunier2021-06-081-0/+2
* wpe: Fix check on whether MEMFD_CREATE is availableThibault Saunier2021-06-081-1/+2
* wpe: Plug a leakThibault Saunier2021-06-082-3/+7
* Revert "wpe: Properly respect LIBGL_ALWAYS_SOFTWARE"Thibault Saunier2021-06-081-15/+13
* debugutils: Introduce videocodectestsinkNicolas Dufresne2021-06-076-12/+509
* vkinstance: Don't abort in case that system has no available vulkan deviceSeungha Yang2021-06-041-1/+9
* tsdemux: Clear all streams when rewindingEdward Hervey2021-06-031-4/+21
* d3d11: Add support for YV12 and NV21 formatsSeungha Yang2021-06-034-114/+216
* d3d11window_win32: Ensure closing internal HWND from window threadSeungha Yang2021-06-031-56/+101
* doc: Update cache after pixel format reorderNicolas Dufresne2021-06-031-14/+14
* doc: add the msdk elementsYinhang Liu2021-06-0316-1/+2082
* waylandsink: Fix for missing initial configureNicolas Dufresne2021-06-021-1/+1
* test: camerabin: Fix buffer size calculationNicolas Dufresne2021-06-021-1/+5
* codecs: Integrate H265 DPB full check into need_bump().He Junyan2021-06-023-24/+10
* Back to developmentTim-Philipp Müller2021-06-011-1/+1
* Release 1.19.11.19.1Tim-Philipp Müller2021-06-016-1993/+12257
* v4l2codecs: gstv4l2codecsvp8dec: implement a render delayDaniel Almeida2021-05-311-1/+25
* codecs: gstvp8decoder: add support for render delayDaniel Almeida2021-05-312-2/+86
* webrtcbin: Stop transceivers update after first SDP errorPhilippe Normand2021-05-301-0/+2
* d3d11: Suppress some warning logsSeungha Yang2021-05-292-6/+32
* hlssink2: Initialize debug category to prevent an assert with `fatal-warnings`Roman Sivriver2021-05-281-1/+4
* d3d11compositor: Reuse converter on alpha updateSeungha Yang2021-05-281-2/+12
* d3d11converter: Introduce config to be extensibleSeungha Yang2021-05-289-66/+278
* d3d11shader: Don't hold state object in GstD3D11QuadSeungha Yang2021-05-285-48/+32
* v4lcodecs: Validate src formatsNicolas Dufresne2021-05-275-8/+49
* v4l2codecs: add wrappers for alpha decodeDaniel Almeida2021-05-277-11/+357
* codecalpha: alphacombine: add support for NV12/AV12Daniel Almeida2021-05-272-11/+47
* interlace: Don't set field-order field for progressive capsSeungha Yang2021-05-271-0/+4
* interlace: Drop framerate from query caps of sinkpadSeungha Yang2021-05-271-7/+14
* d3d11compositor: Fix caps update handlingSeungha Yang2021-05-261-25/+7
* libs: va: display: Handle auto clean up macros.Víctor Manuel Jáquez Leal2021-05-263-0/+6
* va: h265dec: Add current picture into reference list for SCC.He Junyan2021-05-251-0/+14
* va: h265dec: Set Screen Content extension (SCC) for picture parameters.He Junyan2021-05-251-4/+71
* va: h265dec: Use get_profile_from_sps() to recognize the profile.He Junyan2021-05-251-2/+1