creating pgsql development branch

This commit is contained in:
2026-02-19 09:20:41 -05:00
parent ddf6ff69be
commit 1c6730e2ad
2317 changed files with 21904 additions and 9834 deletions
@@ -1,3 +1,7 @@
// <copyright file="BaseEncodingJobOptions.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
@@ -1,3 +1,7 @@
// <copyright file="BitStreamFilterOptionType.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace MediaBrowser.Controller.MediaEncoding;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="DownMixAlgorithmsHelper.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using MediaBrowser.Model.Entities;
@@ -1,3 +1,7 @@
// <copyright file="EncodingHelper.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
@@ -1,3 +1,7 @@
// <copyright file="EncodingJobInfo.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591, SA1401
@@ -1,3 +1,7 @@
// <copyright file="FilterOptionType.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace MediaBrowser.Controller.MediaEncoding
{
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="IAttachmentExtractor.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
@@ -1,3 +1,7 @@
// <copyright file="IMediaEncoder.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
@@ -1,3 +1,7 @@
// <copyright file="ISubtitleEncoder.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
@@ -1,3 +1,7 @@
// <copyright file="ITranscodeManager.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Threading;
using System.Threading.Tasks;
@@ -1,3 +1,7 @@
// <copyright file="JobLogger.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
@@ -1,3 +1,7 @@
// <copyright file="MediaInfoRequest.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
@@ -1,3 +1,7 @@
// <copyright file="TranscodingJob.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Diagnostics;
using System.Threading;
@@ -1,3 +1,7 @@
// <copyright file="TranscodingJobType.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace MediaBrowser.Controller.MediaEncoding
{
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="TranscodingSegmentCleaner.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.IO;
@@ -1,3 +1,7 @@
// <copyright file="TranscodingThrottler.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Threading;
using System.Threading.Tasks;