| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-04 | Support MKV DATE_RELEASED tag for PremiereDate | Maxr1998 | |
| https://www.matroska.org/technical/tagging.html#temporal-information | |||
| 2021-04-04 | Interpret ffprobe date as UTC | Maxr1998 | |
| 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-04 | Reduce nesting | Maxr1998 | |
| 2021-03-25 | Ignore format for ISO files | MrTimscampi | |
| 2021-03-13 | FxCop -> Net Analyzers (part 2) | Bond_009 | |
| 2021-03-09 | Remove useless line | Bond_009 | |
| 2021-03-09 | FxCop -> Net Analyzers (part 1) | Bond_009 | |
| 2021-03-07 | Use FileShare.None when creating files | David | |
| 2021-03-01 | Bump libse from 3.5.8 to 3.6.0 | dependabot[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-27 | Merge pull request #5278 from BaronGreenback/STRMFix | Claus Vium | |
| Fix for #5168 | |||
| 2021-02-27 | Merge pull request #5073 from BaronGreenback/ffmpeg | Claus Vium | |
| Fix for 4933: Alternative ffmpeg fix | |||
| 2021-02-22 | Merge pull request #5273 from Bond-009/warn31 | Joshua M. Boniface | |
| 2021-02-22 | Merge pull request #5276 from Bond-009/minor12 | Joshua M. Boniface | |
| 2021-02-22 | Merge pull request #4984 from Bond-009/subtitleedit | Joshua M. Boniface | |
| 2021-02-21 | Update SubtitleEncoder.cs | BaronGreenback | |
| 2021-02-21 | Use GetEncodingOptions where possible | Bond_009 | |
| 2021-02-20 | Enable TreatWarningsAsErrors for MediaBrowser.Model | Bond_009 | |
| 2021-02-13 | Minor improvements | Bond_009 | |
| 2021-02-10 | Merge pull request #5107 from jellyfin/enhanced-nvdec-vpp-tonemap | Joshua M. Boniface | |
| 2021-02-09 | Log subtitle errors | Bond_009 | |
| 2021-02-09 | Use SubtitleEdit to parse subtitles | Bond_009 | |
| 2021-02-08 | Merge pull request #5142 from M0ssTee/updateRegex | dkanada | |
| Replaced /d with [0-9], see issue #2923 | |||
| 2021-02-06 | add cuda format converter | nyanmisaka | |
| 2021-02-04 | Update MediaBrowser.MediaEncoding/Subtitles/AssParser.cs | M0ssTee | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-02-03 | Remove unused files | David | |
| 2021-02-01 | Replaced /d with [0-9], see issue #2923 | Troy | |
| 2021-01-21 | fix return | BaronGreenback | |
| 2021-01-09 | Merge pull request #4945 from obradovichv/fix-string-culture-specificity | Bond-009 | |
| 2021-01-08 | Merge pull request #4877 from jellyfin/ass | Bond-009 | |
| 2021-01-03 | Fix string culture specificity | obradovichv | |
| 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-28 | Add tests for srt parser | Bond_009 | |
| 2020-12-28 | Minor improvements to ass parser | Bond_009 | |
| 2020-12-22 | Remove unused deps | crobibero | |
| 2020-12-09 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-12-09 | use larger batch size on mpegts to avoid corrupted thumbnails | nyanmisaka | |
| 2020-12-04 | Merge pull request #4651 from crobibero/iso_manager | Joshua M. Boniface | |
| Remove IIsoMounter and IsoMounter | |||
| 2020-12-03 | Remove IIsoMounter and IsoMounter | crobibero | |
| 2020-12-02 | Minor improvements | Bond_009 | |
| 2020-12-02 | Merge pull request #4610 from nyanmisaka/hdr-extract | Claus Vium | |
| Extract tone mapped thumbnails for HDR videos | |||
| 2020-12-01 | Merge pull request #4169 from stanionascu/bdiso-playback | Joshua M. Boniface | |
| Playback (direct-stream/transcode) of BDISO/BDAV containers | |||
| 2020-12-02 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk> | |||
| 2020-12-01 | do not extract audio stream bitrate info for videos from formatInfo | nyanmisaka | |
| 2020-12-01 | Merge branch 'master' into hdr-extract | Nyanmisaka | |
| 2020-11-29 | allow to extract music bitrate info from formatInfo | nyanmisaka | |
| 2020-11-29 | add hdr tone mapping to image extraction | nyanmisaka | |
| 2020-11-29 | fix image extraction | nyanmisaka | |
| 2020-11-29 | increase the default image extraction timeout | nyanmisaka | |
| 2020-11-28 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-11-28 | fix ci | Nyanmisaka | |
| 2020-11-28 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk> | |||
