| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-09 | Use enums for encoding options (#12561) | Tim Eisele | |
| 2024-09-07 | Add support DoVi Profile 10 (#11559) | llutic | |
| 2024-09-07 | Add MediaStream.ReferenceFrameRate for problematic video files (#12603) | gnattu | |
| Co-authored-by: Nyanmisaka <nst799610810@gmail.com> | |||
| 2024-08-28 | Apply suggestions from code review | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-08-05 | Merge branch 'master' into fix-hwa-video-rotation | Nyanmisaka | |
| 2024-07-31 | fix doc | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-31 | Add AC4 downmix | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-30 | Add RFC7845 downmix algorithm (#12300) | gnattu | |
| 2024-07-29 | Display DOVI title in DisplayTitle when available | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-23 | Merge branch 'master' into fix-hwa-video-rotation | Nyanmisaka | |
| 2024-07-17 | Add TrySetProviderId extension | Bond_009 | |
| 2024-07-16 | Don't include new internal MediaStream properties in api spec (#12288) | Cody Robibero | |
| 2024-07-15 | Allow streaming of raw PGS subtitles without transcoding (#12056) | David Schulte | |
| 2024-07-15 | Add check for ProviderIds to prevent '=' from appearing in keys, also ↵ | Erwin de Haan | |
| support '=' in the values. (#12274) | |||
| 2024-06-23 | Backport pull request #12149 from jellyfin/release-10.9.z | nyanmisaka | |
| Fix MicroDVD being recognized as DVDSUB subtitles Original-merge: 6010bc01c321ea85935314191f5f8c19fd4b3bfb Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-02 | Add regressions tests for update library endpoint | Bond_009 | |
| 2024-05-21 | Prefer profile over codec for display title | Bond_009 | |
| FFmpeg 6.1 and newer can recognize Dolby Atmos and DTS:X. This change makes it possible to see if a track has one of these technologies if the used FFmpeg supports it. | |||
| 2024-04-10 | Add support for out-of-spec but existent, Dolby Vision Profile 8 CCid 6 ↵ | GeorgeH005 | |
| media. (#11334) | |||
| 2024-04-10 | Merge pull request #11220 from Shadowghost/add-playlist-acl-api | Joshua M. Boniface | |
| Add playlist ACL endpoints | |||
| 2024-04-01 | Apply review suggestions | Shadowghost | |
| 2024-03-31 | Lowercase CollectionTypeOptions to match legacy experience (#11272) | Cody Robibero | |
| 2024-03-30 | Add json parser for video rotation side data | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-03-27 | Apply review suggestions | Shadowghost | |
| 2024-03-26 | Apply review suggestions | Shadowghost | |
| 2024-03-26 | Add playlist ACL endpoints | Shadowghost | |
| 2024-03-23 | Add new VideoRangeTypes to fully support DoVi on webOS (#10469) | vedant | |
| 2024-02-26 | Store lyrics in the database as media streams (#9951) | Cody Robibero | |
| 2024-02-06 | Remove some unused model code | Patrick Barron | |
| 2024-01-06 | Detect audio spatial format (#9996) | Mohamed Akram | |
| * Detect audio spatial format * Update MediaBrowser.Model/Entities/MediaStream.cs * Update MediaStream.cs --------- Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-11-12 | Added new API endpoint to update User item data | ArabCoders | |
| 2023-11-09 | Merge branch 'master' into media-type | Cody Robibero | |
| 2023-11-09 | Convert CollectionType, SpecialFolderType to enum (#9764) | Cody Robibero | |
| * Convert CollectionType, SpecialFolderType to enum * Hide internal enum CollectionType values * Apply suggestions from code review Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Fix recent change * Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs Co-authored-by: Patrick Barron <barronpm@gmail.com> --------- Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> Co-authored-by: Patrick Barron <barronpm@gmail.com> | |||
| 2023-10-10 | Convert string MediaType to enum MediaType | Cody Robibero | |
| 2023-08-22 | Enable nullable for more files and add tests | Bond_009 | |
| Adds basic tests for FFProbeVideoInfo.CreateDummyChapters Fixed error message CreateDummyChapters instead of reporting the total minutes it only reported the minute component | |||
| 2023-06-28 | Migrate VideoRange and VideoRangeType to Enum | Shadowghost | |
| 2023-03-10 | Fix playlist creation and removal | Shadowghost | |
| 2023-02-20 | Add default rating selections | Shadowghost | |
| 2023-01-10 | Add stereo downmix algorithm selection. | Shadowghost | |
| 2022-12-30 | Add support for .sup subtitle (#8808) | Cody Robibero | |
| Fixes https://github.com/jellyfin/jellyfin/issues/8628 | |||
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-11-17 | Apply review suggestions | Shadowghost | |
| 2022-11-17 | Add xmldocs for TMDb provider, correct provider spelling | Shadowghost | |
| 2022-10-30 | Add SeriesStatus.Unreleased | Niels van Velzen | |
| 2022-10-27 | Fix extra type differentiation | photonconvergence | |
| Change rules for Featurettes and Shorts so they don't both get classed as ExtraType.Clip. Fix test that these changes break | |||
| 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-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-13 | Backport pull request #8212 from jellyfin/release-10.8.z | SenorSmartyPants | |
| Add resolution text for 384 sized video Original-merge: 7ffdde9a0b88f543a84fa8a3fa7487cbe8dda8b4 Merged-by: Cody Robibero <cody@robibe.ro> Backported-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-07-20 | Backport pull request #8104 from jellyfin/release-10.8.z | Joshua Boniface | |
| Add resolution text output for more resolutions Authored-by: Shadowghost <Ghost_of_Stone@web.de> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: 2b46917dcf7af970dc95d4ef0bbfebac7a520d25 | |||
