aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding
AgeCommit message (Collapse)Author
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-25Ignore format for ISO filesMrTimscampi
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-09Remove useless lineBond_009
2021-03-09FxCop -> Net Analyzers (part 1)Bond_009
2021-03-07Use FileShare.None when creating filesDavid
2021-03-01Bump libse from 3.5.8 to 3.6.0dependabot[bot]
Bumps [libse](https://github.com/SubtitleEdit/subtitleedit) from 3.5.8 to 3.6.0. - [Release notes](https://github.com/SubtitleEdit/subtitleedit/releases) - [Changelog](https://github.com/SubtitleEdit/subtitleedit/blob/master/Changelog.txt) - [Commits](https://github.com/SubtitleEdit/subtitleedit/compare/3.5.8...3.6.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-27Merge pull request #5278 from BaronGreenback/STRMFixClaus Vium
Fix for #5168
2021-02-27Merge pull request #5073 from BaronGreenback/ffmpegClaus Vium
Fix for 4933: Alternative ffmpeg fix
2021-02-22Merge pull request #5273 from Bond-009/warn31Joshua M. Boniface
2021-02-22Merge pull request #5276 from Bond-009/minor12Joshua M. Boniface
2021-02-22Merge pull request #4984 from Bond-009/subtitleeditJoshua M. Boniface
2021-02-21Update SubtitleEncoder.csBaronGreenback
2021-02-21Use GetEncodingOptions where possibleBond_009
2021-02-20Enable TreatWarningsAsErrors for MediaBrowser.ModelBond_009
2021-02-13Minor improvementsBond_009
2021-02-10Merge pull request #5107 from jellyfin/enhanced-nvdec-vpp-tonemapJoshua M. Boniface
2021-02-09Log subtitle errorsBond_009
2021-02-09Use SubtitleEdit to parse subtitlesBond_009
2021-02-08Merge pull request #5142 from M0ssTee/updateRegexdkanada
Replaced /d with [0-9], see issue #2923
2021-02-06add cuda format converternyanmisaka
2021-02-04Update MediaBrowser.MediaEncoding/Subtitles/AssParser.csM0ssTee
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-02-03Remove unused filesDavid
2021-02-01Replaced /d with [0-9], see issue #2923Troy
2021-01-21fix returnBaronGreenback
2021-01-09Merge pull request #4945 from obradovichv/fix-string-culture-specificityBond-009
2021-01-08Merge pull request #4877 from jellyfin/assBond-009
2021-01-03Fix string culture specificityobradovichv
Fix bug in SsaParser.cs primary color {\1c} formatting that would leave behind the {\1c} closing token and instead append </font> token unconditionally to the dialogue text. Add tests. Change AlphanumComparatorTests.cs complementary test data generation from an array shuffle to an array reversal. Although it was previously using a seeded Random, the shuffle itself could result in no rearrangement of elements if the seed or test data changed over time. The reversal guarantees reordering of elements and has the added benefit of simplifying the test code since no special handling is needed for arrays of 2 elements. Change DailyTrigger.cs logging of TriggerDate format to "yyyy-MM-dd HH:mm:ss.fff zzz" for consistency with configured log timestamp format and change DueTime format to culture-invariant "c" format.
2020-12-28Add tests for srt parserBond_009
2020-12-28Minor improvements to ass parserBond_009
2020-12-22Remove unused depscrobibero
2020-12-09Apply suggestions from code reviewNyanmisaka
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-12-09use larger batch size on mpegts to avoid corrupted thumbnailsnyanmisaka
2020-12-04Merge pull request #4651 from crobibero/iso_managerJoshua M. Boniface
Remove IIsoMounter and IsoMounter
2020-12-03Remove IIsoMounter and IsoMountercrobibero
2020-12-02Minor improvementsBond_009
2020-12-02Merge pull request #4610 from nyanmisaka/hdr-extractClaus Vium
Extract tone mapped thumbnails for HDR videos
2020-12-01Merge pull request #4169 from stanionascu/bdiso-playbackJoshua M. Boniface
Playback (direct-stream/transcode) of BDISO/BDAV containers
2020-12-02Apply suggestions from code reviewNyanmisaka
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2020-12-01do not extract audio stream bitrate info for videos from formatInfonyanmisaka
2020-12-01Merge branch 'master' into hdr-extractNyanmisaka
2020-11-29allow to extract music bitrate info from formatInfonyanmisaka
2020-11-29add hdr tone mapping to image extractionnyanmisaka
2020-11-29fix image extractionnyanmisaka
2020-11-29increase the default image extraction timeoutnyanmisaka
2020-11-28Apply suggestions from code reviewNyanmisaka
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-11-28fix ciNyanmisaka
2020-11-28Apply suggestions from code reviewNyanmisaka
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>