aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.cs
AgeCommit message (Collapse)Author
2020-12-01Merge pull request #4169 from stanionascu/bdiso-playbackJoshua M. Boniface
Playback (direct-stream/transcode) of BDISO/BDAV containers
2020-11-20Merge remote-tracking branch 'upstream/master' into fmp4-hlsnyanmisaka
2020-11-17Merge pull request #4361 from ssenart/feature/4360-transcoding_flac_downsamplingJoshua M. Boniface
Add FLAC and define the corresponding target sample rate
2020-11-17Update MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.csCody Robibero
2020-11-11fix for no audio stream videonyanmisaka
2020-11-01fix aac directstreamingnyanmisaka
2020-10-28Merge branch 'master' into bdiso-playbackStan
2020-10-22[AudioTranscoding] Add FLAC as supported target audio format and be able to ↵Stéphane Senart
define the corresponding target sample rate
2020-10-12Fix SA 1116 warningsJan-Pieter Baert
2020-10-01Remove PlayableStreamFileNames as unusedStanislav Ionascu
Since ffmpeg can play and transcode ISO files and BDMV folders directly, there's no use of that property.
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
2020-05-26Make SonarCloud less angryPatrick Barron
2020-05-26Refactor copy codec checksxumix
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-12Initial migration codePatrick Barron
2020-03-24Remove unused usingsBond_009
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