aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs
AgeCommit message (Expand)Author
2022-03-05Remove the deprecated OMX and MMAL HWAnyanmisaka
2021-12-24Apply suggestions from code reviewnyanmisaka
2021-12-24EncodingHelper hwaccel pipelines refactornyanmisaka
2021-08-30Merge branch 'master' into tonemap-overlayClaus Vium
2021-08-30Simplify the way we choose our ffmpegBond_009
2021-07-25add support for cuda tonemap and overlaynyanmisaka
2021-05-20Enable nullable reference types for MediaBrowser.MediaEncoding.SubtitlesBond_009
2021-02-06add cuda format converternyanmisaka
2020-10-22[AudioTranscoding] Add FLAC as supported target audio format and be able to d...Stéphane Senart
2020-09-19Update EncoderValidator.csBaronGreenback
2020-08-21Make some methods asyncBond_009
2020-08-20Add unsupported ffmpeg version to testsBond_009
2020-08-20Simplify FFmpeg detection codeBond_009
2020-08-20Merge branch 'master' into feature/ffmpeg-version-checkBond-009
2020-08-04Add some analyzers to MediaBrowser.MediaEncodingBond-009
2020-08-04Enable TreatWarningsAsErrors for MediaBrowser.MediaEncodingBond-009
2020-07-20Replace \d with [0-9] in ffmpeg detection and scan codeBond_009
2020-07-04add FFmpeg 4.3 detection and testsnyanmisaka
2020-06-17Merge branch 'master' into feature/ffmpeg-version-checkMax Git
2020-06-16CleanupMax Git
2020-06-15Remove redundant castMax Git
2020-06-15Use Version instead of double. Use correct version number for libavdevice.Max Git
2020-06-08Update EncoderValidator.csartiume
2020-06-01Update MediaBrowser.MediaEncoding/Encoder/EncoderValidator.csrotvel
2020-06-01Try harder at detecting FFmpeg version and enable the validationMax Git
2020-05-26Skip only line saying "Hardware acceleration methods:" instead of some random...Vasily
2020-05-26Fix missing commas and merge defectsVasily
2020-05-26Update EncoderValidator.csartiume
2020-05-26Update EncoderValidator.csartiume
2020-05-26add more separate hw decoding togglesnyanmisaka
2020-03-30prefer to use libfdk_aac for better audio qualitynyanmisaka
2020-01-15turn on indentation.Nyanmisaka
2020-01-11add support for AMD h264_amf & hevc_amfNyanmisaka
2019-11-25Add full Raspberry Pi hardware decoding supportferferga
2019-09-29Fix ffmpeg version check for unknown versionsBond_009
2019-09-28Add tests for EncoderValidatorBond_009
2019-05-11Enable Exynos V4L2-m2m HW encoderJMCC
2019-03-05Review commentsPloughPuff
2019-03-05Reworked FFmpeg path discovery and always display to userPloughPuff
2019-02-28Improve logic when determining return valueVasily
2019-02-27Use Version Class to ease comparisonsPloughPuff
2019-02-16Use string interpolationPloughPuff
2019-02-15Review commentsPloughPuff
2019-02-14Implement proper FFmpeg version checkingPloughPuff
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.ModelErwin de Haan
2019-01-05Reduce log spam from ffmpeg infoBond_009
2019-01-02Use static regexBond_009
2019-01-02Change regex to multilineBond_009