aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/Probing
AgeCommit message (Collapse)Author
2021-07-25add support for cuda tonemap and overlaynyanmisaka
2021-07-10Fix spelling of artist K/DA in splitting whitelistnatedawg
2021-07-10Add more artist names to the splitting whitelistMrTimscampi
2021-07-09Refactor ProbeResultNormalizerMaxr1998
Improve code structure and readability
2021-06-24Add H.264 MBAFF interlace checkOrry Verducci
Use the codec time base to determine if a MBAFF coded H.264 file is interlaced.
2021-05-27Merge pull request #5696 from Maxr1998/fix-music-video-metadata-probingClaus Vium
2021-05-20Enable nullable reference types for MediaBrowser.MediaEncoding.SubtitlesBond_009
2021-05-05Minor improvementsBond_009
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2021-04-29Merge pull request #5842 from BaronGreenback/optimizationBond-009
Code Clean up: Group Methods
2021-04-17Remove unused using directivesBaronGreenback
2021-04-17Group MethodsBaronGreenback
2021-04-06Improve metadata probing to better support music videosMaxr1998
2021-04-04Support MKV DATE_RELEASED tag for PremiereDateMaxr1998
https://www.matroska.org/technical/tagging.html#temporal-information
2021-04-04Interpret ffprobe date as UTCMaxr1998
Currently, dates are parsed according to the local time, which results in potentially wrong data being stored in the database after normalizing to UTC - e.g. 2021-04-04 would be stored as '2021-04-03 22:00:00Z' and displayed in the UI as 03.04.2021.
2021-04-04Reduce nestingMaxr1998
2021-03-09FxCop -> Net Analyzers (part 1)Bond_009
2021-02-20Enable TreatWarningsAsErrors for MediaBrowser.ModelBond_009
2021-02-13Minor improvementsBond_009
2020-12-01do not extract audio stream bitrate info for videos from formatInfonyanmisaka
2020-11-29allow to extract music bitrate info from formatInfonyanmisaka
2020-11-22Merge pull request #4548 from orryverducci/mkv-interlaced-fixJoshua M. Boniface
Revert "Fix frame rate probing for interlaced MKV files"
2020-11-22Revert "Fix frame rate probing for interlaced MKV files"Orry Verducci
This reverts commit 84fd5a09532bd1e854ec3745609f845aa7098da2.
2020-11-19Apply suggestions from code reviewNyanmisaka
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-11-16Merge remote-tracking branch 'upstream/master' into fmp4-hlsnyanmisaka
2020-11-14Missed some stuffBond_009
2020-11-11fix cinyanmisaka
2020-11-11adjust bitrate limit for HLS audio codecsnyanmisaka
2020-10-25Fix frame rate probing for interlaced MKV filesOrry Verducci
2020-09-04Merge branch 'master' into tonemapNyanmisaka
2020-08-26Clean up json Converterscrobibero
2020-08-20Make MediaBrowser.MediaEncoding warnings freeBond_009
2020-08-04Minor fixesBond-009
2020-08-04Add some analyzers to MediaBrowser.MediaEncodingBond-009
2020-08-04Enable TreatWarningsAsErrors for MediaBrowser.MediaEncodingBond-009
2020-08-03Merge branch 'master' into tonemapNyanmisaka
2020-07-29Optimize Substring and StringBuilder usageBond_009
2020-07-25add Tonemapping relaying on nvdec and oclnyanmisaka
2020-07-04Use Array.EmptyPatrick Barron
2020-06-20brace multiline if statements (cont.)telans
2020-06-20fix SA1503 for one line if statementstelans
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1508telans
2020-06-15fix SA1005telans
2020-06-06Fix a small number of compile warningsaled
2020-05-16Fix suggestionsMrTimscampi
2020-05-14Add color primaries to ffprobe outputMrTimscampi
2020-05-14Add color transfer to ffprobe resultsMrTimscampi