jellyfin/MediaBrowser.MediaEncoding
gnattu 486c7fa51e Check attachment path for null before use
This one is particularly nasty because the `Path` is not supposed to be nullable. However, fixing it in the parser and type constructor is beyond the scope of the 10.9 release. For now, just check with `IsNullOrEmpty`.

Signed-off-by: gnattu <gnattuoc@me.com>
2024-08-14 04:44:35 +08:00
..
Attachments Check attachment path for null before use 2024-08-14 04:44:35 +08:00
BdInfo Make files readonly 2023-10-08 00:40:58 +02:00
Configuration Add some analyzers to MediaBrowser.MediaEncoding 2020-08-04 17:08:09 +02:00
Encoder fix SA1201 issue 2024-08-05 13:22:24 +02:00
Probing Fix localization of audio title 2024-07-15 14:27:12 +02:00
Properties Add tests for EncoderValidator 2019-09-28 19:41:34 +02:00
Subtitles Clean up synchronization (#11458) 2024-05-05 19:21:54 -06:00
Transcoding Fix compatibility between TranscodingThrottler and FFmpeg 7.0 (#12374) 2024-08-04 20:00:57 -06:00
MediaBrowser.MediaEncoding.csproj AsyncKeyedLock migration 2024-01-03 16:47:25 +01:00