aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaEncoding
AgeCommit message (Collapse)Author
2020-04-07drop the unnecessary colorspace conversionNyanmisaka
Since 'hwdownload, format = nv12' has completed the conversion of colorspace. 'format = p010le' is redundant and will reduce the speed by almost half under the premise of unchanged cpu usage.
2020-04-07mpeg4 profile 15 is not supported by vaapi deviceNyanmisaka
2020-04-01Merge branch 'master' into usingsBond-009
2020-04-01Address commentsBond_009
2020-04-01Merge branch 'master' into minorBond_009
2020-04-01Merge branch 'master' into usingsBond-009
2020-03-31Merge pull request #2503 from nyanmisaka/vaapiVasily
Fix various bugs in HWA subtitle burn-in
2020-03-31minor improvementsnyanmisaka
2020-03-30fix graphical subtitle scaling for NVDECNyanmisaka
2020-03-30fix QSV HWA failed when burning text subtitlesNyanmisaka
ffmpeg 4.3+ is required for better transcoding speed(more than twice increase). Using qsv on Linux also requires a fix in ffmpeg 4.3+. See https://github.com/FFmpeg/FFmpeg/commit/74007dd86a87289a075926704fae5bd8ef313bb5
2020-03-30fix various bugs in VAAPI hardware accelerationnyanmisaka
2020-03-24Remove unused usingsBond_009
2020-03-19Merge pull request #1 from jellyfin/masterPeter Maar
Pull latest to my fork
2020-02-23Improve controls for deinterlace method; matches with jellyfin-web changesPeter Maar
2020-02-23Minor improvementsBond_009
2020-02-22Add encoding option bobandweave, change back the EncodingHelper logicPeter Maar
2020-02-12Merge branch 'master' into imagesBond-009
2020-02-09Temporary fix/change forcing yadif to "send_field"Peter Maar
2020-02-03Merge pull request #2357 from Bond-009/warn13dkanada
Fix warnings
2020-02-03Merge pull request #2368 from nyanmisaka/masterdkanada
Fix framerate info not showing when mediasource is in H264 format.
2020-02-03Update MediaBrowser.Controller/MediaEncoding/JobLogger.csNyanmisaka
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-02-02Update JobLogger.csNyanmisaka
2020-02-02fix fps info issue when the video is h264.Nyanmisaka
Fixed an issue that when the media source is in H264 format and the frame rate info is not displayed due to missing space characters in ffmpeg log.
2020-02-02Update JobLogger.csNyanmisaka
2020-01-31Fix warningsBond_009
2020-01-24Add Transcoding framerate infoThreeFive-O
2020-01-22Remove FileSystem.GetStreamBond-009
2020-01-21Simplify image processing by removing image enhancersBond_009
2020-01-21Merge pull request #2184 from WiiPlayer2/bug/global-header-flag-supportdkanada
Add check if output container supports "global_header" flag
2020-01-21Remove configuration of global_header flagWaldemar Tomme
2020-01-15remove useless commentNyanmisaka
2020-01-12add support for AMF hardware encoding on Linux.Nyanmisaka
1) h264_amf is now supported on linux with 'amdgpu-pro' installed and '--enable-amf' when compiling ffmpeg. 2) Using vaapi decode and h264_amf encode on linux platform can avoid some weird transcoding errors in h264_vaapi with amd gpu.
2020-01-08Fix build and address commentsBond_009
2020-01-08merge branch master into media-attachmentsdkanada
2019-12-22Add check if output container supports "global_header" flagWaldemar Tomme
2019-12-18Merge pull request #1941 from Bond-009/mediaencodingdkanada
Make probesize and analyzeduration configurable and simplify circular dependencies
2019-12-15Add spacecryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-14Use case insensitive contains (4)cryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-14Use case insensitive contains (3)cryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-14Use case insensitive contains (2)cryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-14Use case insensitive contains (1)cryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-12Use extension methodsBond-009
2019-12-10Merge branch 'master' into mediaencodingBond_009
2019-12-07Remove newlinecryptobank
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2019-12-07Add space between if statement and boolean expressioncryptobank
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2019-12-06Add back code removed during testing/debuggingPetr Janda
2019-12-06QSV can hardware deinterlace too nowPetr Janda
2019-12-06Do not force original aspect ratio to decrease, it causes bitmap subtitles ↵Petr Janda
to be off-centre
2019-12-06Move scaling filters and definitions before deinterlacingPetr Janda
2019-12-06Force original aspect ratio can be used for QSV subtitle scalingPetr Janda