aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/MediaInfo/EmbeddedImageProvider.cs
AgeCommit message (Collapse)Author
2023-10-08Jellyfin.Drawing minor improvementsBond_009
Reduce duplicate/dead code
2023-08-30Fix MJPEG video is recognized as embedded image (#10173)Nyanmisaka
fixes 1d729b2 Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-01-11Fix all warnings in MediaBrowser.ProvidersBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-08Update embedded image names to match docsJoe Rogers
2021-11-18Query MediaSourceManager directly in image providersJoe Rogers
Add doc comments/minor tweaks to AudioImageProvider
2021-11-17Query media streams by type instead of filteringJoe Rogers
2021-11-15Add logging and fast returnJoe Rogers
2021-11-14Handle unexpected case more gracefullyJoe Rogers
2021-11-12Use codec to determine image formatJoe Rogers
2021-11-12Use ImageFormat instead of string for extensionJoe Rogers
2021-11-12Merge similar tests with TheoriesJoe Rogers
2021-11-08Fix and disable new dotnet6 warningsCody Robibero
2021-10-26Enable nullable for MediaBrowser.ProvidersBond_009
2021-10-20Address review commentsJoe Rogers
Clean up style Fix references in class summaries Combine Where+FirstOrDefault queries Break up large method, long lines Add validation on file extension Apply test naming conventions Extract mock of Movie class, comment on why not mocking interface Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-10-11Add image provider tests and clean upJoe Rogers
2021-10-11Add support for non-jpg image extractionsJoe Rogers
2021-10-11Add handling for embedded background and logoJoe Rogers
2021-10-11Split EmbeddedImage extracting to new providerJoe Rogers