aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
AgeCommit message (Collapse)Author
2019-05-11Fix transcode bitrate controlJMCC
2019-02-23Leave +genpts untouched in GetProgressiveVideoArguments()The Lynxy
2019-02-21Always set ffmpeg flag +genpts when video stream is being copiedLynxy
2019-01-30Merge branch 'master' into cultureBond-009
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`Erwin de Haan
2019-01-27Fix more analyzer warningsBond_009
2019-01-27[VA-API] Fix filter order (#714)Luca Beltrame
ffmpeg is very picky about the filters to be used when using VA-API, because most of them are incompatible. This is particularly evident when burning-in subtitles.
2019-01-26Change image dimentions from double to intBond_009
Rename ImageSize -> ImageDimensions
2019-01-20Fix transcoding bitrateMathieu Velten
2019-01-20Fix encoding profile handling for vaapiMathieu Velten
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-13Visual Studio Reformat: MediaBrowser.ControllerErwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2019-01-07Remove tabs and trailing whitespacehawken
2019-01-03Post GPL cleanupBond_009
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-27cache network data longerLuke Pulverenti
2017-11-05support track selection before playbackLuke Pulverenti
2017-10-13removed dead codeLuke Pulverenti
2017-10-11update image magick orientation functionLuke Pulverenti
2017-10-05support mpeg2 decoding with omxLuke Pulverenti
2017-10-01adjust params when burning in subtitlesLuke Pulverenti
2017-09-29update hls query stringLuke Pulverenti
2017-09-29update translationsLuke Pulverenti
2017-09-27update deinterlace paramLuke Pulverenti
2017-09-25update applyconditionsLuke Pulverenti
2017-09-25improve support for compressed xmltvLuke Pulverenti
2017-09-21separate deinterlacing params by video codecLuke Pulverenti
2017-09-193.2.30.26Luke Pulverenti
2017-09-17add yadif settingLuke Pulverenti
2017-09-17update hw filtersLuke Pulverenti
2017-09-15add omx decoderLuke Pulverenti
2017-09-10fixes #2865 - Odroid XU4 Hardware encoder supportLuke Pulverenti
2017-09-06Merge pull request #2781 from puenktchen/patch-2Luke
Improve playback of RTSP streams
2017-08-23add mpdecimate optionLuke Pulverenti
2017-08-22resolve defect with folder rip transcodingLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-08-13fixes #2798, fixes #2799Luke Pulverenti
2017-08-13expand on hardware decoding optionsLuke Pulverenti
2017-08-12rework episode queriesLuke Pulverenti
2017-08-12expand on hardware decoding optionsLuke Pulverenti
2017-08-10revert servicestack.text updateLuke Pulverenti
2017-08-05update media source methodsLuke Pulverenti
2017-08-04update container valueLuke Pulverenti
2017-08-01fixes #2121 - background roku thumbnail generation (or maybe... any ↵Luke Pulverenti
scheduled task?) should be "niced"
2017-07-313.2.26.10Luke Pulverenti
2017-07-28Improve playback of RTSP streamspünktchen
Without those little changes, rtsp live tv streams get corrupted even when stream copying, but also with transcoding. It's already really bad for sd streams, but hd streams are just unwatchable. The whole picture consists of green blocks. Btw. this problem isn't new. It was already discussed in many posts at the time the Argus TV plugin was still alive. These changes have the potential to fix it there also.