aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding
AgeCommit message (Collapse)Author
2023-08-20fix: accessing Standard* of a Process requires manually disposing them ↵Claus Vium
afterwards (#10125)
2023-08-10Merge pull request #9669 from sleepycatcoding/masterClaus Vium
Fix subtitle encoder if webvtt is requested
2023-08-03Expand AMD VA-API Vulkan filtering support to Polaris/gfx8nyanmisaka
ROCm OpenCL runtime is not needed anymore when using HDR tone-mapping on Polaris/gfx8. This change requires jellyfin-ffmpeg5 5.1.3-4 or jellyfin-ffmpeg6 6.0-5 or newer versions. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-08-02Fix subtitle encoder if webvtt is requestedsleepycatcoding
2023-07-28Fix format normalizer for multiple input formatsShadowghost
2023-07-06Merge pull request #9799 from Bond-009/genregexBond-009
2023-06-28Merge pull request #9907 from nyanmisaka/av1eBond-009
2023-06-28Use RegexGenerator where possibleBond_009
2023-06-21Reduce bottlenecks scan code (#9863)Bond-009
2023-06-20Add AV1 hardware and software encodingnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-05-04Whitelist Smith/KotzenJoe Rogers
2023-04-29Add artist to artist split whitelistMichael Fuchs
# Changes Added an artist whose name has forward slashes in it to the artist "/" split whitelist # Issues Related to issue #2305
2023-04-20Add artist to artist split whitelist (#9659)Penelope Gwen / Pogmommy
2023-04-06Remove redundant 'else' keywordsStepan Goremykin
2023-04-06Fix duplicate properties in message template warningStepan Goremykin
2023-04-06Remove bitwise operator on enum that is not marked by [Flags] attributeStepan Goremykin
2023-04-06Fix argument is not used in message template warningStepan Goremykin
2023-04-06Remove unused using directivesStepan Goremykin
2023-04-06Remove redundant CastStepan Goremykin
2023-03-25Convert Person.Type to use PersonKind enum (#9487)Cody Robibero
2023-03-20Merge pull request #9388 from Shadowghost/output-bitrate-channels-masterBond-009
2023-03-10Merge pull request #9254 from Shadowghost/dvdbdfixBond-009
2023-03-10Apply review suggestionsShadowghost
2023-03-10Fix DLNA playback of DVD and BD foldersShadowghost
2023-03-10Add more comments and logging, streamline codeShadowghost
2023-03-10Apply review suggestionsShadowghost
2023-03-09Backport pull request #9178 from jellyfin/release-10.8.zRóbert Örn Ketilsson
Escape the path to pass as a command line argument Original-merge: 09f1c7f535653e99dbc22ace7cd166ce4c457a83 Merged-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com> Backported-by: crobibero <cody@robibe.ro>
2023-02-26Fix encoder checks for DTS and TrueHDShadowghost
2023-02-19Optimize tryparseBond_009
* Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path)
2023-02-17Reduce string allocations by regexBond_009
2023-02-08Implement hardware filters for videotoolbox, use Apple AAC encoder when ↵gnattu
available (#7807)
2023-02-04Apply review suggestionsShadowghost
2023-02-04Fix BD ISO playbackShadowghost
2023-02-04Use FFmpeg concat for DVD and BD folder playbackShadowghost
2023-02-04Fix BD and DVD folder probing and playbackShadowghost
2023-02-04Revert "Remove DvdLib (#9068)"Shadowghost
This reverts commit db1913b08fac0749133634efebd1ee7a7876147a.
2023-02-04Use Directory.Packages.props (#9135)Zoltan Csizmadia
Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com>
2023-02-01Improve ffprobe json parsing and don't log error for Codec Type attachmentBond_009
2023-01-26Add Phantom/Ghost to whitelistLars Strojny
2023-01-20Merge pull request #9126 from Bond-009/interlacedBond-009
Revert 'Fix interlace check for H.264 MBAFF coded MP4 files' (#6222)
2023-01-20Remove 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-19Revert 'Fix interlace check for H.264 MBAFF coded MP4 files' (#6222)Bond_009
2023-01-18chore(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-11Fix all warnings in MediaBrowser.MediaEncoding (#9073)Bond-009
2022-12-27chore(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-19Adding "creation_time" as a tag lookup for FFProbe for premiere date (#8884)bradvolen
2022-12-07Merge pull request #8866 from Bond-009/mediaencoderClaus Vium
Always log when starting ffprobe
2022-12-07Update depsBond_009
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-07Fix build errorsBond_009