aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaEncoding/JobLogger.cs
AgeCommit message (Expand)Author
2023-08-20fix: accessing Standard* of a Process requires manually disposing them afterw...Claus Vium
2023-02-19Optimize tryparseBond_009
2022-06-29Merge pull request #7994 from nyanmisaka/fix-throttlerJoshua M. Boniface
2021-12-27Remove more warningsCody Robibero
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-09-19Reduce allocationsBond_009
2021-09-06Remove all unused usingsFernando Fernández
2021-06-06Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)Cody Robibero
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-04-17Remove unused using directivesBaronGreenback
2020-11-14Use string.Split(char) where possible instead of string.Split(char[])Bond_009
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-02-03Merge pull request #2357 from Bond-009/warn13dkanada
2020-02-03Update MediaBrowser.Controller/MediaEncoding/JobLogger.csNyanmisaka
2020-02-02Update JobLogger.csNyanmisaka
2020-02-02fix fps info issue when the video is h264.Nyanmisaka
2020-02-02Update JobLogger.csNyanmisaka
2020-01-31Fix warningsBond_009
2020-01-24Add Transcoding framerate infoThreeFive-O
2019-03-27Add EnableOutputInSubFolder backBond_009
2019-03-26Trying to make sense of the streaming codeBond_009
2019-03-15Check before flushing ffmpeg logBond_009
2019-02-24Move the check further downClaus Vium
2019-02-24Check that ffmpeg log target isn't disposed before writing to itClaus Vium
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ControllerErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
2018-12-30RebaseBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-27Add GPL modulesAndrew Rabert
2017-08-13auto fallback from gpu to cpuLuke Pulverenti
2017-03-24update hls paramsLuke Pulverenti