| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-30 | Limit amount of ffmpeg processes extracting images at once | Bond-009 | |
| 2019-04-09 | applied changes to just also search jellyfin base dir | Phallacy | |
| 2019-03-16 | Merge branch 'master' into subtitle-display-title | redSpoutnik | |
| 2019-03-14 | Change subtitles DisplayTitle behavior | redSpoutnik | |
| 2019-03-12 | Finalise removal of --ffprobe switch | PloughPuff | |
| Removed --ffprobe from src files and server/docker scripts. | |||
| 2019-03-07 | Address comment | Bond-009 | |
| 2019-03-07 | Reduce the amount of exceptions thrown | Bond_009 | |
| 2019-03-05 | Renamed Init() to SetFFmpegPath() | PloughPuff | |
| 2019-03-05 | Remove --ffprobe logic | PloughPuff | |
| 2019-03-05 | Address review comments from Bond | PloughPuff | |
| 2019-03-05 | Review comments | PloughPuff | |
| Address review comments from JustAMan, Bond-009 and cvium. | |||
| 2019-03-05 | Reworked FFmpeg path discovery and always display to user | PloughPuff | |
| 1) Reworked FFmpeg and FFprobe path discovery (CLI switch, Custom xml, system $PATH, UI update trigger). Removed FFMpeg folder from Emby.Server.Implementations. All path discovery now in MediaEncoder. 2) Always display FFmpeg path to user in Transcode page. 3) Allow user to remove a Custome FFmpeg path and return to using system $PATH (or --ffmpeg if available). 4) Remove unused code associated with 'prebuilt' FFmpeg. 5) Much improved logging during path discovery. | |||
| 2019-03-05 | Merge pull request #900 from ploughpuff/validator | Joshua M. Boniface | |
| Implement proper FFmpeg version checking | |||
| 2019-02-28 | Improve logic when determining return value | Vasily | |
| Co-Authored-By: ploughpuff <33969763+ploughpuff@users.noreply.github.com> | |||
| 2019-02-27 | Use Version Class to ease comparisons | PloughPuff | |
| 2019-02-24 | Set EnableRaisingEvents to true for processes that require it | Claus Vium | |
| 2019-02-16 | Use string interpolation | PloughPuff | |
| Two further review comments from JustAMan. | |||
| 2019-02-15 | Review comments | PloughPuff | |
| Addressed review comments from JustAMan. Removed code to determine experimental version. Store major and minor as two ints. Allow control of a min and max recommended version. | |||
| 2019-02-14 | Implement proper FFmpeg version checking | PloughPuff | |
| Three routes to determine FFmpeg version: 1) Grab the 'ffmpeg version x.y' from from the -version output. This should work for all pre-built binaries. 2) Compare the library versions against known contents of FFmpeg versions. This is fallback aimed at custom builds. 3) Compare libavcodec version to determine if newer than latest known release. This suggests user is running within latest/HEAD/master build. | |||
| 2019-02-02 | Remove dead code | Bond_009 | |
| 2019-02-02 | Properly dispose Tasks | Bond_009 | |
| 2019-02-02 | Minor changes to encoding code | Bond_009 | |
| * Don't wait in intervals of 100ms for the file to exist | |||
| 2019-01-30 | Merge branch 'master' into culture | Bond-009 | |
| 2019-01-29 | Apply suggestions from code review for flipped conditions. | Vasily | |
| Co-Authored-By: EraYaN <EraYaN@users.noreply.github.com> | |||
| 2019-01-28 | Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile` | Erwin de Haan | |
| 2019-01-28 | Unwrapped CreateDirectory and DeleteDirectory | Erwin de Haan | |
| 2019-01-28 | Unwrapped GetDirectoryName and DirectorySeperatorChar | Erwin de Haan | |
| 2019-01-27 | Fix more analyzer warnings | Bond_009 | |
| 2019-01-20 | Merge pull request #623 from wtayl0r/inject-logger-factories | Andrew Rabert | |
| Replaced injections of ILogger with ILoggerFactory | |||
| 2019-01-20 | Merge pull request #613 from MatMaul/mediaencoding-dev | Andrew Rabert | |
| Update MediaEncoding | |||
| 2019-01-20 | Revert back to 10e57ce8d21b4516733894075001819f3cd6db6b for MediaEncoding | Mathieu Velten | |
| Remove some duplicate code that were causing warnings | |||
| 2019-01-20 | Replaced injections of ILogger with ILoggerFactory | William Taylor | |
| This makes resolving dependencies from the container much easier as you cannot resolve with primitives parameters in a way that is any more readable. The aim of this commit is to change as little as possible with the end result, loggers that were newed up for the parent object were given the same name. Objects that used the base or app loggers, were given a new logger with an appropriate name. Also removed some unused dependencies. | |||
| 2019-01-20 | Change CanExtractSubtitles to true to allow conversion during direct streaming | Claus Vium | |
| 2019-01-17 | Reformat JustAMan review pt2 changes | Erwin de Haan | |
| Refs #575 | |||
| 2019-01-13 | ReSharper conform to 'var' settings | Erwin de Haan | |
| 2019-01-13 | ReSharper Reformat: Properties to expression bodied form. | Erwin de Haan | |
| 2019-01-13 | Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.Model | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: MediaBrowser.MediaEncoding | Erwin de Haan | |
| 2019-01-11 | Merge branch 'dev' into code-cleanup | Erwin de Haan | |
| 2019-01-10 | Merge pull request #506 from hawken93/linting | Joshua M. Boniface | |
| Removing tabs and trailing whitespace | |||
| 2019-01-10 | Mayor code cleanup | Erwin de Haan | |
| Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment. | |||
| 2019-01-08 | Remove useless properties from IEnvironmentInfo | Bond_009 | |
| 2019-01-07 | remove trailing whitespace | hawken | |
| 2019-01-05 | Reduce log spam from ffmpeg info | Bond_009 | |
| 2019-01-02 | Remove unused FontConfigLoader | Bond_009 | |
| 2019-01-02 | Use static regex | Bond_009 | |
| 2019-01-02 | Change regex to multiline | Bond_009 | |
| ex: https://regex101.com/r/bn9IOy/12 | |||
| 2019-01-02 | Remove extra capture group from regex | Bond_009 | |
| https://regex101.com/r/bn9IOy/11/ | |||
| 2019-01-02 | Use regex to check if ffmpeg output contains codec | Bond_009 | |
| Demo of the regex: https://regex101.com/r/bn9IOy/10/ | |||
| 2019-01-02 | Use ValueTuple and Linq | Bond_009 | |
