| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-03 | Remove unused files | David | |
| 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> | |||
| 2020-11-28 | fix image extraction | nyanmisaka | |
| 2020-11-22 | Merge pull request #4548 from orryverducci/mkv-interlaced-fix | Joshua M. Boniface | |
| Revert "Fix frame rate probing for interlaced MKV files" | |||
| 2020-11-22 | Revert "Fix frame rate probing for interlaced MKV files" | Orry Verducci | |
| This reverts commit 84fd5a09532bd1e854ec3745609f845aa7098da2. | |||
| 2020-11-20 | Merge remote-tracking branch 'upstream/master' into fmp4-hls | nyanmisaka | |
| 2020-11-19 | Merge remote-tracking branch 'upstream/master' into no-scaling | Fernando Fernández | |
| 2020-11-19 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-11-18 | More spelling corrections. | Greenback | |
| 2020-11-18 | Fix build and thread detection logic | Fernando Fernández | |
| 2020-11-17 | Pass cancellation where possible | Bond_009 | |
| 2020-11-17 | Specify threads to ffmpeg properly | Fernando Fernández | |
| 2020-11-17 | Merge pull request #4361 from ssenart/feature/4360-transcoding_flac_downsampling | Joshua M. Boniface | |
| Add FLAC and define the corresponding target sample rate | |||
| 2020-11-17 | Don't scale images extracted by ffmpeg | Fernando Fernández | |
| 2020-11-16 | Merge remote-tracking branch 'upstream/master' into fmp4-hls | nyanmisaka | |
| 2020-11-15 | Merge remote-tracking branch 'upstream/master' into dotnet-5 | crobibero | |
| 2020-11-14 | Missed some stuff | Bond_009 | |
| 2020-11-13 | Fix nullability errors in Jellyfin.Api (part 1) | crobibero | |
| 2020-11-13 | Fix nullability errors in MediaBrowser.MediaEncoding | crobibero | |
| 2020-11-11 | fix ci | nyanmisaka | |
| 2020-11-11 | adjust bitrate limit for HLS audio codecs | nyanmisaka | |
| 2020-11-10 | Update packages to net5 | crobibero | |
| 2020-10-28 | Merge branch 'master' into bdiso-playback | Stan | |
| 2020-10-25 | Fix frame rate probing for interlaced MKV files | Orry Verducci | |
| 2020-10-22 | [AudioTranscoding] Add FLAC as supported target audio format and be able to ↵ | Stéphane Senart | |
| define the corresponding target sample rate | |||
| 2020-10-01 | Remove PlayableStreamFileNames as unused | Stanislav Ionascu | |
| Since ffmpeg can play and transcode ISO files and BDMV folders directly, there's no use of that property. | |||
| 2020-10-01 | Add probe / direct-stream / transcoding support for BluRays | Stanislav Ionascu | |
| This commit (and ffmpeg built with libbluray support), adds support for playback of bluray images (bd-iso) and bluray folders. | |||
| 2020-09-19 | Update EncoderValidator.cs | BaronGreenback | |
