| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 2022-03-22 | Fix releasing lock | Nils Fürniß | |
| 2022-03-22 | Improve code | Nils Fürniß | |
| 2022-03-22 | add extracting attachments from external subs | Nils Fürniß | |
| 2022-02-10 | add extracting attachments for ffmpeg to burn subs | Nils Fürniß | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-11-09 | Fix some warnings | Bond_009 | |
| down to 580 | |||
| 2021-09-02 | Use async FileStreams where it makes sense | Bond_009 | |
| 2021-05-20 | Enable nullable reference types for MediaBrowser.MediaEncoding.Subtitles | Bond_009 | |
| 2020-12-01 | Merge pull request #4169 from stanionascu/bdiso-playback | Joshua M. Boniface | |
| Playback (direct-stream/transcode) of BDISO/BDAV containers | |||
| 2020-11-13 | Fix nullability errors in MediaBrowser.MediaEncoding | crobibero | |
| 2020-10-01 | Remove PlayableStreamFileNames as unused | Stanislav Ionascu | |
| Since ffmpeg can play and transcode ISO files and BDMV folders directly, there's no use of that property. | |||
| 2020-10-01 | Add probe / direct-stream / transcoding support for BluRays | Stanislav Ionascu | |
| This commit (and ffmpeg built with libbluray support), adds support for playback of bluray images (bd-iso) and bluray folders. | |||
| 2020-08-20 | Make MediaBrowser.MediaEncoding warnings free | Bond_009 | |
| 2020-08-04 | Enable TreatWarningsAsErrors for MediaBrowser.MediaEncoding | Bond-009 | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-04-11 | Fix style issues | Mark Monteiro | |
| 2020-04-11 | Use a separate line for each property initializer | Mark Monteiro | |
| 2020-04-03 | Merge remote-tracking branch 'upstream/master' into remove-common-process | Mark Monteiro | |
| 2020-04-03 | Add missing call to ConfigureAwait() | Mark Monteiro | |
| 2020-03-27 | Dispose of process correctly in AttachmentExtractor | Mark Monteiro | |
| 2020-03-27 | Use WaitForExitAsync extension method in AttachmentExtractor | Mark Monteiro | |
| 2020-03-24 | Remove unused usings | Bond_009 | |
| 2020-01-11 | Fix build | Bond_009 | |
| 2020-01-08 | Fix build and address comments | Bond_009 | |
| 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> | |||
| 2019-11-04 | Return path of extracted attachment, which is always a file, instead of ↵ | Andrew Mahone | |
| AttachmentInfo with path and protocol. | |||
| 2019-11-04 | Convert exceptions for missing MediaSource or MediaAttachment to ↵ | Andrew Mahone | |
| ResourceNotFoundException with appropriate message. | |||
| 2019-11-04 | AttachmentExtractor code cleanup. | Andrew Mahone | |
| 2019-11-04 | MediaExtractor logging cleanup. | Andrew Mahone | |
| 2019-11-04 | AttachmentExtractor logging cleanup. | Andrew Mahone | |
| 2019-11-04 | Fail attachment extraction on non-zero exit code. | Andrew Mahone | |
| 2019-10-22 | FFMPEG extractor for attachments. | Andrew Mahone | |
