aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs
AgeCommit message (Expand)Author
2025-05-20Enable OpenCL deinterlacer for AMF on Windows when availablenyanmisaka
2025-05-03Fix the transparency issue of ASS subtitle rendering in HWA (#14024)Nyanmisaka
2025-04-26Fix distinction queries (#14007)Tim Eisele
2025-04-02Improve dynamic HDR metadata handling (#13277)gnattu
2025-03-28Gate the macOS only functionsgnattu
2024-12-09Enable VideoToolbox AV1 decodegnattu
2024-10-25Fix check for format option in scale_cuda filter (#12874)Nyanmisaka
2024-09-12Enable BWDIF VideoToolbox deint filter when available (#12634)gnattu
2024-09-09Enable Rockchip MJPEG encoder for Trickplay (#12610)Nyanmisaka
2024-09-05Enable the new BWDIF CUDA deint filter when availablenyanmisaka
2024-08-27Merge pull request #11250 from nyanmisaka/fix-hwa-video-rotationBond-009
2024-08-11Remove legacy encodersgnattu
2024-08-11Remove VPx encodersgnattu
2024-08-05Backport pull request #12390 from jellyfin/release-10.9.zjustinkb
2024-08-05Backport pull request #12374 from jellyfin/release-10.9.znyanmisaka
2024-07-23Merge branch 'master' into fix-hwa-video-rotationNyanmisaka
2024-07-17Enable hardware Trickplay processing pipeline for VideoToolbox (#11510)gnattu
2024-07-17Enable Dolby AC-4 decoder (#11486)gnattu
2024-07-12Add tonemapx to filter listgnattu
2024-05-07Fix broken hardware encoder and filter for trickplay (#11506)gnattu
2024-04-08Fix apple audio codecs (#11315)gnattu
2024-03-30Add HWA video transpose support (+-90/180)nyanmisaka
2024-03-24fix: use Metal tonemap instead of OpenCL (#11198)gnattu
2024-03-17Bump the required minimum ffmpeg version to 4.4nyanmisaka
2024-02-28feat: fully support videotoolbox hardware filtersgnattu
2024-02-15feat: add hw scale filter for videotoolboxgnattu
2024-02-01Register RKMPP HW codecs and filtersnyanmisaka
2023-11-14Revert "Use System.Net.IPNetwork"Bond_009
2023-10-08Use generated regexStepan Goremykin
2023-08-20fix: accessing Standard* of a Process requires manually disposing them afterw...Claus Vium
2023-07-06Merge pull request #9799 from Bond-009/genregexBond-009
2023-06-28Use RegexGenerator where possibleBond_009
2023-06-20Add AV1 hardware and software encodingnyanmisaka
2023-04-06Remove redundant 'else' keywordsStepan Goremykin
2023-04-06Remove redundant CastStepan Goremykin
2023-02-26Fix encoder checks for DTS and TrueHDShadowghost
2023-02-17Reduce string allocations by regexBond_009
2023-02-08Implement hardware filters for videotoolbox, use Apple AAC encoder when avail...gnattu
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-16Add Vulkan filtering support for AMD VAAPI (Vega/gfx9+)nyanmisaka
2022-09-23Backport pull request #8213 from jellyfin/release-10.8.znyanmisaka
2022-06-29Merge pull request #7950 from nyanmisaka/brighter-vpp-tonemapCody Robibero
2022-03-05Remove the deprecated OMX and MMAL HWAnyanmisaka
2021-12-24Apply suggestions from code reviewnyanmisaka
2021-12-24EncodingHelper hwaccel pipelines refactornyanmisaka
2021-08-30Merge branch 'master' into tonemap-overlayClaus Vium
2021-08-30Simplify the way we choose our ffmpegBond_009
2021-07-25add support for cuda tonemap and overlaynyanmisaka
2021-05-20Enable nullable reference types for MediaBrowser.MediaEncoding.SubtitlesBond_009