| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-08 | Implement hardware filters for videotoolbox, use Apple AAC encoder when ↵ | gnattu | |
| available (#7807) | |||
| 2023-02-04 | Apply review suggestions | Shadowghost | |
| 2023-02-04 | Fix BD ISO playback | Shadowghost | |
| 2023-02-04 | Use FFmpeg concat for DVD and BD folder playback | Shadowghost | |
| 2023-02-04 | Fix BD and DVD folder probing and playback | Shadowghost | |
| 2023-02-04 | Revert "Remove DvdLib (#9068)" | Shadowghost | |
| This reverts commit db1913b08fac0749133634efebd1ee7a7876147a. | |||
| 2023-02-04 | Use Directory.Packages.props (#9135) | Zoltan Csizmadia | |
| Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com> | |||
| 2023-02-01 | Improve ffprobe json parsing and don't log error for Codec Type attachment | Bond_009 | |
| 2023-01-26 | Add Phantom/Ghost to whitelist | Lars Strojny | |
| 2023-01-20 | Merge pull request #9126 from Bond-009/interlaced | Bond-009 | |
| Revert 'Fix interlace check for H.264 MBAFF coded MP4 files' (#6222) | |||
| 2023-01-20 | Remove DvdLib (#9068) | Patrick Barron | |
| * Remove DvdLib * Update error message for blu-ray folders Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Remove BDInfo * Remove MediaEncoder.GetPrimaryPlaylistVobFiles * Remove BlurayDiscInfo Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> | |||
| 2023-01-19 | Revert 'Fix interlace check for H.264 MBAFF coded MP4 files' (#6222) | Bond_009 | |
| 2023-01-18 | chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to ↵ | renovate[bot] | |
| v3.3.4 (#9117) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-01-11 | Fix all warnings in MediaBrowser.MediaEncoding (#9073) | Bond-009 | |
| 2022-12-27 | chore(deps): update dependency libse to v3.6.10 (#8958) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2022-12-19 | Adding "creation_time" as a tag lookup for FFProbe for premiere date (#8884) | bradvolen | |
| 2022-12-07 | Merge pull request #8866 from Bond-009/mediaencoder | Claus Vium | |
| Always log when starting ffprobe | |||
| 2022-12-07 | Update deps | Bond_009 | |
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | Bond_009 | |
| 2022-12-07 | Fix build errors | Bond_009 | |
| 2022-12-07 | Update projects to .net7 | Bond_009 | |
| 2022-12-07 | Always log when starting ffprobe | Bond_009 | |
| Now when we fail we can always see the filename in the logs Don't log 2x in debug mode | |||
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-12-05 | Fix build (#8859) | Bond-009 | |
| 2022-12-05 | Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis ↵ | Bond-009 | |
| (#8709) | |||
| 2022-11-13 | changed ChapterImageResolution in model to enum type; | Negulici-R. Barnabas | |
| added 144p to the ImageResolution enum; updated chapters limit comment inside FFProbeVideoInfo.cs; | |||
| 2022-11-13 | Merge branch 'jellyfin:master' into master | Negulici-R. Barnabas | |
| 2022-10-18 | Merge pull request #7708 from nyanmisaka/amd-vaapi-vulkan | Joshua M. Boniface | |
| 2022-10-16 | Add Vulkan filtering support for AMD VAAPI (Vega/gfx9+) | nyanmisaka | |
| This requires: - VK_EXT_image_drm_format_modifier extension - Linux kernel version >= 5.15 - jellyfin-ffmpeg5 >= 5.0.1-2 Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2022-10-07 | Fix localization lookup | Joe Rogers | |
| 2022-10-07 | Add hearing impaired subtitle stream indicator (#7379) | Joe Rogers | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 2022-10-01 | Streams with CodecType "data" (like "epg" streams in DVB | markus | |
| recordings) get ignored. This results in wrong stream specifiers for all subsequent streams. This fix correctly handles "data" streams without any further processing. | |||
| 2022-09-28 | Remove redundant using directives | Hannes Braun | |
| 2022-09-23 | Backport pull request #8280 from jellyfin/release-10.8.z | Bill Thornton | |
| Fix ffmpeg analyze duration env var taking priority over media source Original-merge: 632fb05f467a935da5765fccd1595dfd501247d0 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-09-23 | Backport pull request #8213 from jellyfin/release-10.8.z | nyanmisaka | |
| Fix high single thread usage in throttler Original-merge: ba026716c1609941ec50a26e50ef5e68cc84d0c0 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-09-11 | added more artists with '/' in their names | jakka | |
| 2022-09-10 | added A/T/O/S to separator whitelist | jakka | |
| 2022-09-09 | Fix build errors from new warnings | Cody Robibero | |
| 2022-08-22 | Merge pull request #8267 from luzpaz/typos | Bond-009 | |
| 2022-08-22 | Merge branch 'jellyfin:master' into master | Negulici-R. Barnabas | |
| 2022-08-16 | Merge pull request #8259 from RealGreenDragon/subtitle-extraction-timeout | Cody Robibero | |
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 2022-08-14 | increased subtitle extraction timeout to 30 min | MagicGreenDragon | |
| 2022-08-14 | Merge branch 'jellyfin:master' into master | Negulici-R. Barnabas | |
| 2022-08-13 | Backport pull request #8182 from jellyfin/release-10.8.z | Shadowghost | |
| Extract external subs from container before determining characterset Original-merge: 1faee43b1103428392d305cb0d1b46ff3ab6b5fc Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-08-02 | Merge branch 'jellyfin:master' into master | Negulici-R. Barnabas | |
| 2022-08-01 | Backport pull request #8087 from jellyfin/release-10.8.z | Joshua Boniface | |
| feat: make subtitleeditparser generic Authored-by: Claus Vium <cvium@users.noreply.github.com> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: 7323ccfc232d31797af3ceb8bad93cae1ea0898d | |||
| 2022-07-21 | Merge branch 'jellyfin:master' into master | Negulici-R. Barnabas | |
