aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
AgeCommit message (Collapse)Author
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-04-20EncodingHelper: Fix circular dependencyBond_009
2021-04-17Remove unused using directivesBaronGreenback
2021-03-25Ignore format for ISO filesMrTimscampi
2021-03-22Disable auto rotation for some HWA methods (#5586)Nyanmisaka
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-02-20Merge pull request #5223 from Bond-009/minor10dkanada
Minor improvements
2021-02-16Fix vpp null referencecrobibero
2021-02-13Use average frame rate when determining deinterlace modeOrry Verducci
2021-02-13Minor improvementsBond_009
2021-02-08Apply suggestions from code reviewNyanmisaka
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-02-06hybird vpp tonemapping for QSV on Linuxnyanmisaka
2021-02-06add cuda format converternyanmisaka
2021-02-06add vpp tonemapping for vaapinyanmisaka
2021-01-25add an enhanced nvdec decodernyanmisaka
2020-12-26not apply to progressive playbackNyanmisaka
2020-12-24also avoid 7ch transcodingnyanmisaka
2020-12-24avoid transcoding to 3ch audio for HLS streamingnyanmisaka
2020-12-24fix some profiles for H264 AMF encodernyanmisaka
2020-12-19allow empty video encoder profileNyanmisaka
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-12-17Fix some video profile for Android clientnyanmisaka
* Fix constrained high profile for some encoders * Extended profile is not supported by any known h264 encoders * Replace HEVC 10-bit profiles with main profile
2020-12-01Merge pull request #4169 from stanionascu/bdiso-playbackJoshua M. Boniface
Playback (direct-stream/transcode) of BDISO/BDAV containers
2020-11-27remove a redundant 'hwaccel vaapi' stringnyanmisaka
2020-11-25minor changesNyanmisaka
2020-11-24Apply suggestions from code reviewNyanmisaka
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-24disable graphical subs burn-in when tonemappingNyanmisaka
2020-11-24add tonemapping for intel vaapinyanmisaka
hwdec->scale->tonemap->hwenc hwdec->scale->tonemap->textsubs->hwenc * grapical subs requires overlay_vaapi, but it's still in ffmpeg mailing list.
2020-11-20Apply suggestions from code reviewClaus Vium
2020-11-20Merge remote-tracking branch 'upstream/master' into fmp4-hlsnyanmisaka
2020-11-19Merge remote-tracking branch 'upstream/master' into no-scalingFernando Fernández
2020-11-19Review suggestionsFernando Fernández
2020-11-19Apply suggestions from code reviewNyanmisaka
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-11-19changes per suggestionsnyanmisaka
2020-11-18More spelling corrections.Greenback
2020-11-18Fix build and thread detection logicFernando Fernández
2020-11-17Use all system cores when threads are set to auto or bigger than the amount ↵Fernando Fernández
of system's cores
2020-11-14Apply suggestions from code reviewNyanmisaka
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2020-11-14add aac_adtstoasc bitstream filter for mpegts to mp4 conversionnyanmisaka
2020-11-14add experimental flag for flacnyanmisaka
2020-11-12allow transcoding 8ch(7.1 layout) in aacnyanmisaka
2020-11-12add an option to disable hevc encodingnyanmisaka
2020-11-11fix for no audio stream videonyanmisaka
2020-11-11adjust bitrate limit for HLS audio codecsnyanmisaka
2020-11-11Apply suggestions from code reviewNyanmisaka
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2020-11-08minor changes per suggestionsnyanmisaka
2020-11-08add initial support for HEVC over FMP4-HLSnyanmisaka
2020-11-03Merge remote-tracking branch 'upstream/master' into livetv-ts-fixcrobibero
2020-11-01fix aac directstreamingnyanmisaka
2020-10-29Fix null referencecrobibero
2020-10-28Default output audio bitrate to 128knyanmisaka
2020-10-28Merge branch 'master' into bdiso-playbackStan