aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/MediaInfo/VideoImageProvider.cs
AgeCommit message (Collapse)Author
2025-01-18Fixed codesmellJPVenson
2025-01-18applied review commentsJPVenson
2024-12-15Applied review commentsJPVenson
2022-12-05Replace == null with is nullBond_009
2021-11-19Apply suggestions from code reviewJoe Rogers
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
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-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-11Split EmbeddedImage extracting to new providerJoe Rogers
2021-09-01Clean up VideoImageProviderBond_009
2021-08-14Fix explicit stream selection in MediaEncoder.ExtractImageInternalboolemancer
2021-05-05Code Clean up: Use Pattern Matching (#5838)BaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2020-10-01Remove PlayableStreamFileNames as unusedStanislav Ionascu
Since ffmpeg can play and transcode ISO files and BDMV folders directly, there's no use of that property.
2020-10-01Add probe / direct-stream / transcoding support for BluRaysStanislav Ionascu
This commit (and ffmpeg built with libbluray support), adds support for playback of bluray images (bd-iso) and bluray folders.
2020-09-07Fix some warningsBond_009
2020-06-19Enable TreatWarningsAsErrors in Release for MediaBrowser.ProvidersBond_009
2020-06-16fix SA1513/SA1516telans
2020-06-05Use typed logger where possiblecrobibero
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2019-11-25Make probesize and analyzeduration configurable and simplify circularBond_009
dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
2019-09-01Fix more warningsBond_009
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListenerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ProvidersErwin de Haan
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-10-13reduce file checks during library scanLuke Pulverenti
2017-09-18update owned itemsLuke Pulverenti
2017-08-07consolidate interfacesLuke Pulverenti
2017-08-07deprecate hddvd videotypeLuke Pulverenti
2017-08-06update file refresherLuke Pulverenti
2017-08-05update media source methodsLuke Pulverenti
2017-08-01fixes #2121 - background roku thumbnail generation (or maybe... any ↵Luke Pulverenti
scheduled task?) should be "niced"
2016-10-31consolidate internal interfacesLuke Pulverenti
2016-10-25make controller project portableLuke Pulverenti
2016-10-08pass requested fields to data layerLuke Pulverenti
2016-09-30update series recording editorLuke Pulverenti
2016-08-24reduce rescanning due to IsOfflineLuke Pulverenti
2016-08-13stub out objects for per library settingsLuke Pulverenti
2016-07-29Removed redundant Collection InitializersSven Van den brande
Removed Using directives that are not required
2016-07-24fix DateModified not refreshingLuke Pulverenti
2016-06-30remove standard output redirect on image extractionsLuke Pulverenti
2016-04-13improve embedded image extractionLuke Pulverenti
2016-04-08update metadata refreshLuke Pulverenti
2016-03-27Remove unused code...Sven Van den brande
2015-10-04update logging levelsLuke Pulverenti
2015-10-04continue file system reworkLuke Pulverenti
2015-09-24update file system methodsLuke Pulverenti