| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-22 | Merge pull request #4548 from orryverducci/mkv-interlaced-fix | Joshua M. Boniface | |
| Revert "Fix frame rate probing for interlaced MKV files" | |||
| 2020-11-22 | Revert "Fix frame rate probing for interlaced MKV files" | Orry Verducci | |
| This reverts commit 84fd5a09532bd1e854ec3745609f845aa7098da2. | |||
| 2020-11-19 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-11-16 | Merge remote-tracking branch 'upstream/master' into fmp4-hls | nyanmisaka | |
| 2020-11-14 | Missed some stuff | Bond_009 | |
| 2020-11-11 | fix ci | nyanmisaka | |
| 2020-11-11 | adjust bitrate limit for HLS audio codecs | nyanmisaka | |
| 2020-10-25 | Fix frame rate probing for interlaced MKV files | Orry Verducci | |
| 2020-09-04 | Merge branch 'master' into tonemap | Nyanmisaka | |
| 2020-08-20 | Make MediaBrowser.MediaEncoding warnings free | Bond_009 | |
| 2020-08-04 | Add some analyzers to MediaBrowser.MediaEncoding | Bond-009 | |
| 2020-08-04 | Enable TreatWarningsAsErrors for MediaBrowser.MediaEncoding | Bond-009 | |
| 2020-08-03 | Merge branch 'master' into tonemap | Nyanmisaka | |
| 2020-07-29 | Optimize Substring and StringBuilder usage | Bond_009 | |
| 2020-07-25 | add Tonemapping relaying on nvdec and ocl | nyanmisaka | |
| 2020-07-04 | Use Array.Empty | Patrick Barron | |
| 2020-06-20 | brace multiline if statements (cont.) | telans | |
| 2020-06-20 | fix SA1503 for one line if statements | telans | |
| 2020-06-16 | Merge pull request #3343 from telans/comment-stops | Bond-009 | |
| Add full stop at end of comments (SA1629) | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-06 | Fix a small number of compile warnings | aled | |
| 2020-05-14 | Add color primaries to ffprobe output | MrTimscampi | |
| 2020-05-14 | Add color transfer to ffprobe results | MrTimscampi | |
| 2020-04-01 | Merge branch 'master' into usings | Bond-009 | |
| 2020-03-24 | Remove unused usings | Bond_009 | |
| 2020-02-23 | Minor improvements | Bond_009 | |
| 2020-02-17 | #2407: Prefer MP4-Metadata for episodes | Ulrich Wagner | |
| 2020-01-08 | fix build | Bond-009 | |
| 2020-01-08 | Merge branch 'master' into scanerrors | Bond-009 | |
| 2020-01-08 | Merge pull request #1838 from Unhelpful/media-attachments | dkanada | |
| Add support for embedded attachments in media files | |||
| 2020-01-08 | rename two properties based on code suggestions | dkanada | |
| 2020-01-06 | Update MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs | Bond-009 | |
| Co-Authored-By: dkanada <dkanada@users.noreply.github.com> | |||
| 2020-01-02 | Replace unicode char with its integer value | Bond_009 | |
| 2019-12-22 | Fix exceptions while scanning | Bond_009 | |
| Fixes these exceptions: ``` [2019-12-22 20:48:14.779 +01:00] [ERR] Error in WaitForExit System.InvalidOperationException: No process is associated with this object. at System.Diagnostics.Process.EnsureState(State state) at System.Diagnostics.Process.EnsureState(State state) at System.Diagnostics.Process.GetWaitState() at System.Diagnostics.Process.WaitForExitCore(Int32 milliseconds) at System.Diagnostics.Process.WaitForExit(Int32 milliseconds) at Emby.Server.Implementations.Diagnostics.CommonProcess.WaitForExit(Int32 timeMs) in /home/pi/dev/jellyfin/Emby.Server.Implementations/Diagnostics/CommonProcess.cs:line 100 at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StopProcess(ProcessWrapper process, Int32 waitTimeMs) in /home/pi/dev/jellyfin/MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs:line 785 [2019-12-22 20:48:14.790 +01:00] [INF] Killing ffmpeg process [2019-12-22 20:48:14.795 +01:00] [ERR] Error killing process System.InvalidOperationException: No process is associated with this object. at System.Diagnostics.Process.EnsureState(State state) at System.Diagnostics.Process.EnsureState(State state) at System.Diagnostics.Process.Kill() at Emby.Server.Implementations.Diagnostics.CommonProcess.Kill() in /home/pi/dev/jellyfin/Emby.Server.Implementations/Diagnostics/CommonProcess.cs:line 95 at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StopProcess(ProcessWrapper process, Int32 waitTimeMs) in /home/pi/dev/jellyfin/MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs:line 799 [2019-12-22 20:48:14.808 +01:00] [ERR] Error in "ffprobe" System.Text.Json.JsonException: The JSON value could not be converted to System.String. Path: $.streams[0].start_pts | LineNumber: 32 | BytePositionInLine: 26. ---> System.InvalidOperationException: Cannot get the value of a token type 'Number' as a string. at System.Text.Json.Utf8JsonReader.GetString() at System.Text.Json.Serialization.Converters.JsonConverterString.Read(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options) at System.Text.Json.JsonPropertyInfoNotNullable`4.OnRead(JsonTokenType tokenType, ReadStack& state, Utf8JsonReader& reader) at System.Text.Json.JsonPropertyInfo.Read(JsonTokenType tokenType, ReadStack& state, Utf8JsonReader& reader) at System.Text.Json.JsonSerializer.HandleValue(JsonTokenType tokenType, JsonSerializerOptions options, Utf8JsonReader& reader, ReadStack& state) at System.Text.Json.JsonSerializer.ReadCore(JsonSerializerOptions options, Utf8JsonReader& reader, ReadStack& readStack) --- End of inner exception stack trace --- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& readStack, Utf8JsonReader& reader, Exception ex) at System.Text.Json.JsonSerializer.ReadCore(JsonSerializerOptions options, Utf8JsonReader& reader, ReadStack& readStack) at System.Text.Json.JsonSerializer.ReadCore(JsonReaderState& readerState, Boolean isFinalBlock, ReadOnlySpan`1 buffer, JsonSerializerOptions options, ReadStack& readStack) at System.Text.Json.JsonSerializer.ReadAsync[TValue](Stream utf8Json, Type returnType, JsonSerializerOptions options, CancellationToken cancellationToken) at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, Boolean forceEnableLogging, CancellationToken cancellationToken) in /home/pi/dev/jellyfin/MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs:line 399 at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken) in /home/pi/dev/jellyfin/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs:line 122 at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken) in /home/pi/dev/jellyfin/MediaBrowser.Providers/Manager/MetadataService.cs:line 815 ``` | |||
| 2019-11-05 | Remove check for "[0]" in codec_tag. | Andrew Mahone | |
| 2019-10-22 | Add new MediaAttachment to store attachments found during media probing. | Andrew Mahone | |
| 2019-03-16 | Merge branch 'master' into subtitle-display-title | redSpoutnik | |
| 2019-03-14 | Change subtitles DisplayTitle behavior | redSpoutnik | |
| 2019-03-07 | Remove useless comments | Bond_009 | |
| 2019-01-17 | Reformat JustAMan review pt2 changes | Erwin de Haan | |
| Refs #575 | |||
| 2019-01-13 | ReSharper format: conform inline 'out' parameters. | Erwin de Haan | |
| 2019-01-13 | ReSharper conform to 'var' settings | Erwin de Haan | |
| 2019-01-13 | Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.Model | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: MediaBrowser.MediaEncoding | Erwin de Haan | |
| 2019-01-11 | Merge branch 'dev' into code-cleanup | Erwin de Haan | |
| 2019-01-10 | Mayor code cleanup | Erwin de Haan | |
| Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment. | |||
| 2019-01-07 | remove trailing whitespace | hawken | |
