summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* transcoder: Remove un-needed gst_init callPhilippe Normand2021-02-262-4/+1
* transcoder: Port to a GstBus API insteadThibault Saunier2021-02-267-493/+716
* transcoder: Automatically generate enums GTypesThibault Saunier2021-02-264-27/+21
* transcoder: Port to G_DECLAREThibault Saunier2021-02-261-10/+6
* decklinkvideosink: Use correct numerator for 29.97fpsSebastian Dröge2021-02-261-1/+1
* decklinksrc: Use a more accurate capture timeEdward Hervey2021-02-261-0/+35
* va: allocator: No need of fourcc to create surface.Víctor Manuel Jáquez Leal2021-02-251-2/+2
* va: vpp: implement GstColorBalance interfaceVíctor Manuel Jáquez Leal2021-02-255-8/+219
* va: filter: add controllable and mutable playing to GParamFlagsVíctor Manuel Jáquez Leal2021-02-251-5/+4
* vulkan: Fix elements long name.Víctor Manuel Jáquez Leal2021-02-243-4/+4
* msdk: allow user specify a drm device via an env variableHaihao Xiang2021-02-242-2/+29
* VA: Add the vaav1dec element as the av1 decoder.He Junyan2021-02-236-2/+1062
* VA: Add the aux surface for gst buffer used by decoder.He Junyan2021-02-234-3/+144
* VA: Add a helper function of decoder_add_slice_buffer_with_n_params.He Junyan2021-02-232-4/+21
* codecs: AV1decoder: Add the AV1 decoder base class.He Junyan2021-02-235-0/+1146
* va: allocator: replace assert with error log in va alloc.He Junyan2021-02-231-1/+4
* d3d11: Documentation updateSeungha Yang2021-02-2315-76/+1702
* d3d11: Reorganize class hierarchy of convert elementsSeungha Yang2021-02-232-119/+188
* d3d11deinterlace: Add missing system memory caps features on templatesSeungha Yang2021-02-211-7/+26
* va: filter, vpp: process colorimetryVíctor Manuel Jáquez Leal2021-02-203-27/+255
* va: filter: check if filter is open on set_orientation()Víctor Manuel Jáquez Leal2021-02-201-0/+3
* va: filter: human readable background colorVíctor Manuel Jáquez Leal2021-02-201-1/+1
* va: filter: fail immediately if vaBeginPicture() failsVíctor Manuel Jáquez Leal2021-02-201-1/+1
* va: filter: destroy pipeline buffer after destroying filtersVíctor Manuel Jáquez Leal2021-02-201-1/+12
* va: vpp: Add raw buffer copy when needed.He Junyan2021-02-191-11/+142
* sdpsrc: fix double free if sdp is provided as string via the propertyTim-Philipp Müller2021-02-191-1/+4
* wasapi2device: Make wasapi2 device distinguishable from wasapi deviceSeungha Yang2021-02-181-2/+2
* wasapi2: Always build if Windows 10 SDK is availableSeungha Yang2021-02-181-4/+37
* dtls: use GST_WARNING instead of g_warningStéphane Cerveau2021-02-173-5/+16
* h264parse: don't invalidate the last PPS when parsing a new SPSMichael Olbrich2021-02-172-1/+71
* h265parse: Detect height change on field-based interlaced filesVivia Nikolaidou2021-02-171-2/+4
* va: add multiple-vpp exampleVíctor Manuel Jáquez Leal2021-02-172-0/+266
* va: allocator: set workaround only for i965 driverVíctor Manuel Jáquez Leal2021-02-171-3/+4
* h265parse: Fix FPS/duration for interlaced filesVivia Nikolaidou2021-02-171-43/+61
* va: allocator: MT-safe queue & dequeue dmabuf-based memoriesVíctor Manuel Jáquez Leal2021-02-171-27/+101
* va: pool, allocator: free memories at bufferpool's stop()Víctor Manuel Jáquez Leal2021-02-171-11/+16
* va: allocator: remove unused public functionsVíctor Manuel Jáquez Leal2021-02-172-65/+0
* va: pool: simplify the logicVíctor Manuel Jáquez Leal2021-02-171-78/+2
* va: pool: use allocator pool at alloc()Víctor Manuel Jáquez Leal2021-02-173-6/+27
* va: allocator: log buffer at dmabuf setup and prepareVíctor Manuel Jáquez Leal2021-02-171-5/+6
* d3d11: Add support for deinterlacing by using ID3D11VideoProcessor interfaceSeungha Yang2021-02-174-0/+2409
* d3d11: Add a method for conversion from DXGI format to GstVideoFormatSeungha Yang2021-02-172-0/+44
* h264parse: fix timestamping of interlaced fields in outputMathieu Duponchelle2021-02-161-3/+100
* d3d11decoder: Take account of min buffers of downstream buffer poolSeungha Yang2021-02-157-36/+85
* openh264enc: Add support for main and high profilesThibault Saunier2021-02-112-8/+37
* codecs: mpeg2decoder: Move frame_unref to handle_frame.He Junyan2021-02-111-2/+1
* d3d11h265dec: Add support for interlaced streamSeungha Yang2021-02-092-24/+134
* codecs: h265decoder: Add support for interlaced streamSeungha Yang2021-02-093-16/+166
* vah265dec: Don't need to pass picture structure to VASeungha Yang2021-02-091-14/+0
* nvh265sldec: Remove pointless field picture parameter setupSeungha Yang2021-02-091-6/+0