aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding
AgeCommit message (Collapse)Author
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-04Merge pull request #4651 from crobibero/iso_managerJoshua M. Boniface
Remove IIsoMounter and IsoMounter
2020-12-03Remove IIsoMounter and IsoMountercrobibero
2020-12-02Minor improvementsBond_009
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-12-01do not extract audio stream bitrate info for videos from formatInfonyanmisaka
2020-12-01Merge branch 'master' into hdr-extractNyanmisaka
2020-11-29allow to extract music bitrate info from formatInfonyanmisaka
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-22Merge pull request #4548 from orryverducci/mkv-interlaced-fixJoshua M. Boniface
Revert "Fix frame rate probing for interlaced MKV files"
2020-11-22Revert "Fix frame rate probing for interlaced MKV files"Orry Verducci
This reverts commit 84fd5a09532bd1e854ec3745609f845aa7098da2.
2020-11-20Merge remote-tracking branch 'upstream/master' into fmp4-hlsnyanmisaka
2020-11-19Merge remote-tracking branch 'upstream/master' into no-scalingFernando Fernández
2020-11-19Apply suggestions from code reviewNyanmisaka
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-11-18More spelling corrections.Greenback
2020-11-18Fix build and thread detection logicFernando Fernández
2020-11-17Pass cancellation where possibleBond_009
2020-11-17Specify threads to ffmpeg properlyFernando Fernández
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-17Don't scale images extracted by ffmpegFernando Fernández
2020-11-16Merge remote-tracking branch 'upstream/master' into fmp4-hlsnyanmisaka
2020-11-15Merge remote-tracking branch 'upstream/master' into dotnet-5crobibero
2020-11-14Missed some stuffBond_009
2020-11-13Fix nullability errors in Jellyfin.Api (part 1)crobibero
2020-11-13Fix nullability errors in MediaBrowser.MediaEncodingcrobibero
2020-11-11fix cinyanmisaka
2020-11-11adjust bitrate limit for HLS audio codecsnyanmisaka
2020-11-10Update packages to net5crobibero
2020-10-28Merge branch 'master' into bdiso-playbackStan
2020-10-25Fix frame rate probing for interlaced MKV filesOrry Verducci
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-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-09-19Update EncoderValidator.csBaronGreenback
2020-09-04Merge remote-tracking branch 'upstream/master' into http-client-migratecrobibero
2020-09-04Merge branch 'master' into tonemapNyanmisaka
2020-08-31Use HttpClientFactory in SubtitleEncodercrobibero
2020-08-26Clean up json Converterscrobibero
2020-08-21Make some methods asyncBond_009
2020-08-21Merge pull request #3943 from Bond-009/ffmpegAnthony Lavado
Simplify FFmpeg detection code
2020-08-20Merge branch 'master' into warn24Bond-009