aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs
AgeCommit message (Collapse)Author
2019-01-02Remove extra capture group from regexBond_009
https://regex101.com/r/bn9IOy/11/
2019-01-02Use regex to check if ffmpeg output contains codecBond_009
Demo of the regex: https://regex101.com/r/bn9IOy/10/
2019-01-02Use ValueTuple and LinqBond_009
2019-01-02Reduce log spam and clean up EncoderValidatorBond_009
2018-12-30Fix exception loggingBond_009
2018-12-30RebaseBond_009
2018-12-14Port MediaEncoding and Api.Playback from ↵Mathieu Velten
10e57ce8d21b4516733894075001819f3cd6db6b
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-06-13update home sectionsLuke Pulverenti
2017-06-12add hevc cuvidLuke Pulverenti
2017-06-10enable h264_cuvid decoderLuke Pulverenti
2017-05-08fix movie db find by external idLuke Pulverenti
2017-03-16update hdhomerun model info cachingLuke Pulverenti
2017-03-04 Add hevc hw-decoders and encodrs to var required.gerrit507
These hardware decoders should be added for letting emby recognize this hw-decoders and encoders. This in addition to #2506 and on the dev branch as wished.
2016-11-19update componentsLuke Pulverenti
2016-11-13update .net core startupLuke Pulverenti
2016-11-06update didl xmlLuke Pulverenti
2016-11-01make media encoding project portableLuke Pulverenti
2016-10-28update componentsLuke Pulverenti
2016-10-16update recording defaultsLuke Pulverenti
2016-09-22update recording dialogsLuke Pulverenti
2016-08-07quote ffmpeg paramsLuke Pulverenti
2016-08-05validate encoder presenceLuke Pulverenti
2016-07-29Removed redundant Collection InitializersSven Van den brande
Removed Using directives that are not required
2016-07-07fix validation loggingLuke Pulverenti
2016-06-30remove standard output redirect on image extractionsLuke Pulverenti
2016-06-30update startup testsLuke Pulverenti
2016-06-30Fixes for nvenc support marked as experimental, since more testing should be ↵root
done on options
2016-06-30support h264_omxLuke Pulverenti
2016-06-30update validationLuke Pulverenti
2016-06-30add startup error handlingLuke Pulverenti