aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding
AgeCommit message (Collapse)Author
2021-02-03Remove unused filesDavid
2021-01-09Merge pull request #4945 from obradovichv/fix-string-culture-specificityBond-009
2021-01-08Merge pull request #4877 from jellyfin/assBond-009
2021-01-03Fix string culture specificityobradovichv
Fix bug in SsaParser.cs primary color {\1c} formatting that would leave behind the {\1c} closing token and instead append </font> token unconditionally to the dialogue text. Add tests. Change AlphanumComparatorTests.cs complementary test data generation from an array shuffle to an array reversal. Although it was previously using a seeded Random, the shuffle itself could result in no rearrangement of elements if the seed or test data changed over time. The reversal guarantees reordering of elements and has the added benefit of simplifying the test code since no special handling is needed for arrays of 2 elements. Change DailyTrigger.cs logging of TriggerDate format to "yyyy-MM-dd HH:mm:ss.fff zzz" for consistency with configured log timestamp format and change DueTime format to culture-invariant "c" format.
2020-12-28Add tests for srt parserBond_009
2020-12-28Minor improvements to ass parserBond_009
2020-12-22Remove unused depscrobibero
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