aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.cs
AgeCommit message (Collapse)Author
2020-02-12Merge branch 'master' into imagesBond-009
2020-01-24Add Transcoding framerate infoThreeFive-O
2020-01-21Simplify image processing by removing image enhancersBond_009
2019-03-26Trying to make sense of the streaming codeBond_009
Mostly small changes as I was looking through the code. * async void -> async Task * Properly implemented dispose methods * Pass the logstream directly to the JobLogger * Style fixes
2019-02-02Minor changes to encoding codeBond_009
* Don't wait in intervals of 100ms for the file to exist
2019-01-26Change image dimentions from double to intBond_009
Rename ImageSize -> ImageDimensions
2019-01-20Revert back to 10e57ce8d21b4516733894075001819f3cd6db6b for MediaEncodingMathieu Velten
Remove some duplicate code that were causing warnings
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ControllerErwin de Haan
2019-01-03Post GPL cleanupBond_009
2018-12-30Fix exception loggingBond_009
2018-12-30RebaseBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-10-13update resolved video titlesLuke Pulverenti
2017-10-01adjust params when burning in subtitlesLuke Pulverenti
2017-09-27update deinterlace paramLuke Pulverenti
2017-09-25improve support for compressed xmltvLuke Pulverenti
2017-09-21separate deinterlacing params by video codecLuke Pulverenti
2017-08-23add mpdecimate optionLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-06-26support max audio bit depthLuke Pulverenti
2017-06-24capture more transcoding infoLuke Pulverenti
2017-06-04move methods to base classLuke Pulverenti
2017-05-14update vsyncLuke Pulverenti
2017-05-14update GenPtsInputLuke Pulverenti
2017-05-11support additional encoding switchesLuke Pulverenti
2017-04-30add IgnoreDts optionLuke Pulverenti
2017-04-27unify audio conversionLuke Pulverenti
2017-04-15update audio sync paramsLuke Pulverenti
2017-04-09update vsyncLuke Pulverenti
2017-03-24update hls paramsLuke Pulverenti
2017-03-19unify encodng param creationLuke Pulverenti
2017-03-19increase unification of param buildingLuke Pulverenti
2017-02-18fix mapping multiple tuner channels to same epg channelLuke Pulverenti