| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-17 | #2407: Prefer MP4-Metadata for episodes | Ulrich Wagner | |
| 2020-01-31 | Fix warnings | Bond_009 | |
| 2020-01-28 | Update deps | Bond_009 | |
| 2020-01-22 | Remove FileSystem.GetStream | Bond-009 | |
| 2020-01-16 | Address comments | Bond-009 | |
| 2020-01-16 | Add back support for DVDs copied as folders | Bond-009 | |
| 2020-01-16 | Merge pull request #2251 from nyanmisaka/master | dkanada | |
| add support for AMD AMF hardware encoding on Windows & Linux | |||
| 2020-01-15 | turn on indentation. | Nyanmisaka | |
| 2020-01-12 | Attempt #3 | Bond_009 | |
| 2020-01-11 | Fix build | Bond_009 | |
| 2020-01-10 | Merge branch 'master' into embytv | Bond_009 | |
| 2020-01-11 | add support for AMD h264_amf & hevc_amf | Nyanmisaka | |
| 2020-01-08 | Rename function | Bond-009 | |
| 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-08 | Minor improvements | Bond_009 | |
| 2020-01-08 | Fix build and address comments | Bond_009 | |
| 2020-01-08 | merge branch master into media-attachments | dkanada | |
| 2020-01-07 | Update MediaBrowser.MediaEncoding/Probing/MediaFormatInfo.cs | Bond-009 | |
| Co-Authored-By: Erwin de Haan <EraYaN@users.noreply.github.com> | |||
| 2020-01-07 | Update MediaBrowser.MediaEncoding/Probing/MediaChapter.cs | Bond-009 | |
| Co-Authored-By: Erwin de Haan <EraYaN@users.noreply.github.com> | |||
| 2020-01-06 | Merge pull request #2220 from Bond-009/unicode | dkanada | |
| Replace unicode char with its integer value | |||
| 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 | |
| 2020-01-02 | Fix JSON subtitle writer | Bond-009 | |
| 2019-12-28 | Merge pull request #1891 from stanionascu/bdinfo-uhd | dkanada | |
| Upgrade BDInfo plugin to UHD/Atmos/DTS:X support | |||
| 2019-12-23 | Fix typo | 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-12-10 | Merge branch 'master' into mediaencoding | Bond_009 | |
| 2019-12-04 | Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs | Bond_009 | |
| 2019-11-25 | Add full Raspberry Pi hardware decoding support | ferferga | |
| 2019-11-25 | Make probesize and analyzeduration configurable and simplify circular | Bond_009 | |
| dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`) | |||
| 2019-11-24 | Merge pull request #1991 from Bond-009/transtemp | Joshua M. Boniface | |
| Don't append transcodes to transcoding temp path | |||
| 2019-11-21 | Update deps | Bond_009 | |
| 2019-11-21 | Don't append transcodes to transcoding temp path | Bond-009 | |
| 2019-11-17 | Replace BDInfo plugin with nupkg and UHD/Atmos/DTS:X support | Stanislav Ionascu | |
| 2019-11-13 | Throw InvalidOperationException when attachment extraction exits abnormally ↵ | Andrew Mahone | |
| or doesn't produce output. | |||
| 2019-11-07 | Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into ↵ | Andrew Mahone | |
| media-attachments | |||
| 2019-11-07 | Remove use of ProcessFactory, as well as arbitrary timeout in ↵ | Andrew Mahone | |
| AttachmentExtractor. | |||
| 2019-11-07 | Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs | Andrew Mahone | |
| formatting / style Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into ↵ | Andrew Mahone | |
| media-attachments | |||
| 2019-11-07 | Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Don't user ILoggerFactory. | Andrew Mahone | |
| 2019-11-07 | Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs | Andrew Mahone | |
| String -> string Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Check for attachment file before trying to remove it during cleanup. | Andrew Mahone | |
| 2019-11-06 | Clean up handling of missing source/attachment in AttachmentExtractor. | Andrew Mahone | |
| 2019-11-05 | Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
