aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaEncoding
AgeCommit message (Expand)Author
2024-04-30Use more accurate rounding in GetFixedOutputSize (#11435)gnattu
2024-04-22Only apply custom downmix to 5.1 audios (#11401)gnattu
2024-04-12Enable more warnings as errors (#11288)Bond-009
2024-04-08Fix apple audio codecs (#11315)gnattu
2024-03-30fix: don't do empty hwupload for VT (#11235)gnattu
2024-03-30fix: unset qmin and qmax for vt (#11246)gnattu
2024-03-28Fix the broken codecs shifting (#11243)Nyanmisaka
2024-03-28fix: forward port patch for GHSA-866x-wj5j-2vf4 (#11228)gnattu
2024-03-28fix: move trickplay specific option into TrickplayOptions (#11229)gnattu
2024-03-26fix: remove legacy codecs (#11217)gnattu
2024-03-24fix: use Metal tonemap instead of OpenCL (#11198)gnattu
2024-03-24fix: map encoder preset to quality setting for VideoToolbox (#11205)gnattu
2024-03-23Add new VideoRangeTypes to fully support DoVi on webOS (#10469)vedant
2024-03-17Bump the required minimum ffmpeg version to 4.4nyanmisaka
2024-03-17Apply suggestions from code reviewnyanmisaka
2024-03-17Apply suggestions from code reviewnyanmisaka
2024-03-16Apply suggestions from code reviewnyanmisaka
2024-03-16Set input readrate for using SegmentDeletion with stream-copynyanmisaka
2024-03-16Add sanity check for ThrottleDelaySecondsnyanmisaka
2024-03-16Add TranscodingSegmentCleaner to replace ffmpeg's hlsenc deletionnyanmisaka
2024-03-09Merge pull request #11014 from gnattu/vf-videotoolboxCody Robibero
2024-03-09fix: convert all non-yuv420 inputs to nv12gnattu
2024-03-09fix: force a pixel format for 10-bit inputsgnattu
2024-03-09fix: no need to check filters prematurelygnattu
2024-03-08fix: also check if we are doing scalinggnattu
2024-03-08fix: code clean upgnattu
2024-02-29fix: stack overflowgnattu
2024-02-29fix: code stylegnattu
2024-02-28feat: fully support videotoolbox hardware filtersgnattu
2024-02-20Fix the preproc filters for dvbsub burn-in (#11034)Nyanmisaka
2024-02-16fix: use hardware videotoolbox filter even only scale is availablegnattu
2024-02-16fix: use hardware filter option name explicitlygnattu
2024-02-16fix: correctly set the supported formats of videotoolbox tone mappinggnattu
2024-02-16fix: typognattu
2024-02-16feat: separate videotoolbox tone mapping optiongnattu
2024-02-15fix: code stylegnattu
2024-02-15feat: add tone mapping for videotoolboxgnattu
2024-02-15feat: add hw scale filter for videotoolboxgnattu
2024-02-10Fix file extension based on containerShadowghost
2024-02-07Merge pull request #10969 from barronpm/progress-cleanupBond-009
2024-02-06Remove some unused media encoding codePatrick Barron
2024-02-05Add EqualsAny for VideoCodecTag conditionnyanmisaka
2024-02-03Merge changesMark Cilia Vincenti
2024-02-01Add full HWA transcoding pipeline for RKMPPnyanmisaka
2024-01-28Use video framerate for ASS subtitle HW burn-innyanmisaka
2024-01-28Fix the display aspect ratio of PGSSUB subtitle burn-innyanmisaka
2024-01-14Updated contributors, upgraded to AsyncKeyedLocker 6.3.0 which now supports n...Mark Cilia Vincenti
2024-01-14Merge branch 'master' into AsyncKeyedLock-migrationMark Cilia Vincenti
2024-01-04Use -noauto{scale,rotate} for disabling auto filters (#10810)Nyanmisaka
2024-01-03AsyncKeyedLock migrationMark Cilia Vincenti