aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs
AgeCommit message (Collapse)Author
2021-02-21Use GetEncodingOptions where possibleBond_009
2021-02-06add cuda format converternyanmisaka
2021-01-21fix returnBaronGreenback
2020-12-09Apply suggestions from code reviewNyanmisaka
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-12-09use larger batch size on mpegts to avoid corrupted thumbnailsnyanmisaka
2020-12-03Remove IIsoMounter and IsoMountercrobibero
2020-12-02Merge pull request #4610 from nyanmisaka/hdr-extractClaus Vium
Extract tone mapped thumbnails for HDR videos
2020-12-01Merge pull request #4169 from stanionascu/bdiso-playbackJoshua M. Boniface
Playback (direct-stream/transcode) of BDISO/BDAV containers
2020-12-02Apply suggestions from code reviewNyanmisaka
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2020-11-29add hdr tone mapping to image extractionnyanmisaka
2020-11-29fix image extractionnyanmisaka
2020-11-29increase the default image extraction timeoutnyanmisaka
2020-11-28Apply suggestions from code reviewNyanmisaka
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-11-28fix ciNyanmisaka
2020-11-28Apply suggestions from code reviewNyanmisaka
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2020-11-28fix image extractionnyanmisaka
2020-11-18Fix build and thread detection logicFernando Fernández
2020-11-17Specify threads to ffmpeg properlyFernando Fernández
2020-11-17Don't scale images extracted by ffmpegFernando Fernández
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-10-01Add probe / direct-stream / transcoding support for BluRaysStanislav Ionascu
This commit (and ffmpeg built with libbluray support), adds support for playback of bluray images (bd-iso) and bluray folders.
2020-08-26Clean up json Converterscrobibero
2020-08-20Merge branch 'master' into warn24Bond-009
2020-08-20Merge branch 'master' into feature/ffmpeg-version-checkBond-009
2020-08-20Make MediaBrowser.MediaEncoding warnings freeBond_009
2020-08-19Fix warningsBond_009
2020-08-04Minor fixesBond-009
2020-08-04Add some analyzers to MediaBrowser.MediaEncodingBond-009
2020-08-04Enable TreatWarningsAsErrors for MediaBrowser.MediaEncodingBond-009
2020-07-02Merge branch 'master' into feature/ffmpeg-version-checkMax Git
2020-06-29User string.Empty instead of ""Neil Burrows
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2020-06-29Respect FFMpeg path passed via Environment VariableNeil Burrows
2020-06-23Merge branch 'master' into feature/ffmpeg-version-checkMax Git
2020-06-20fix some documentation periodstelans
2020-06-17Merge branch 'master' into feature/ffmpeg-version-checkMax Git
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-15Merge branch 'master' into hwacceldkanada
2020-06-15Merge from master & fix conflictMax Git
2020-06-15fix SA1508telans
2020-06-15fix SA1005telans
2020-06-05Use typed logger where possiblecrobibero
2020-06-01Try harder at detecting FFmpeg version and enable the validationMax Git
2020-05-26Fix missing commas and merge defectsVasily
2020-05-26Update MediaEncoder.csartiume
2020-05-26add more separate hw decoding togglesnyanmisaka
2020-04-27Try harder to find ffmpeg in app directory. While here do some cleanupMax Git
2020-04-22Remove unused usingsMark Monteiro
This addresses the new issues identified in SonarCloud analysis
2020-04-20Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro