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="CodecType.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace MediaBrowser.MediaEncoding.Probing;
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="FFProbeHelpers.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.Globalization;
@@ -1,3 +1,7 @@
// <copyright file="InternalMediaInfoResult.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
using System.Collections.Generic;
@@ -1,3 +1,7 @@
// <copyright file="MediaChapter.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
@@ -1,3 +1,7 @@
// <copyright file="MediaFormatInfo.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
using System.Collections.Generic;
@@ -1,3 +1,7 @@
// <copyright file="MediaFrameInfo.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using System.Text.Json.Serialization;
@@ -1,3 +1,7 @@
// <copyright file="MediaFrameSideDataInfo.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Text.Json.Serialization;
namespace MediaBrowser.MediaEncoding.Probing;
@@ -1,3 +1,7 @@
// <copyright file="MediaStreamInfo.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
using System.Collections.Generic;
@@ -1,3 +1,7 @@
// <copyright file="MediaStreamInfoSideData.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Text.Json.Serialization;
namespace MediaBrowser.MediaEncoding.Probing
@@ -1,3 +1,7 @@
// <copyright file="ProbeResultNormalizer.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
using System;