| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-29 | Fix ffmpeg version check for unknown versions | Bond_009 | |
| 2019-09-28 | Add tests for EncoderValidator | Bond_009 | |
| * Add support for ffmpeg 4.2 * Parse the complete ffmpeg version instead of only the first 2 digits * Make max and min version optional * Remove max limitation (for now) * Style improvements | |||
| 2019-09-23 | Fix multiple mistakes and warnings | Bond_009 | |
| 2019-09-11 | Update deps (#1735) | Bond-009 | |
| 2019-09-01 | Fix more warnings | Bond_009 | |
| 2019-08-15 | Merge pull request #1614 from Bond-009/docs2 | dkanada | |
| Document all public/internal members of Emby.Drawing | |||
| 2019-08-11 | Document all public/internal members of Emby.Drawing | Bond_009 | |
| Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing | |||
| 2019-08-11 | Update deps + document startup project | Bond_009 | |
| * Fixed the release build * Documented all public/internal members of Jellyfin.Server * Enable TreatWarningsAsErrors for debug builds for Jellyfin.Server This will ensure that any new public/internal members of Jellyfin.Server are documented | |||
| 2019-07-15 | Fixed SMI to SRT UTF-16 Encoding bug | Khinenw | |
| 2019-06-20 | Merge pull request #1369 from teacupx/master | dkanada | |
| Enable Exynos MFC encoder and fix transcoding bitrate control | |||
| 2019-06-14 | Update deps | Bond_009 | |
| 2019-06-11 | Stop path substitution in SubtitleEncoder | Tristan McCann | |
| This fixes jellyfin/jellyfin#1446. I am not an expert in this section of code, but I cannot think of a need to do path substitution during subtitle encoding. | |||
| 2019-05-11 | Enable Exynos V4L2-m2m HW encoder | JMCC | |
| 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-14 | Adjusted AssemblyCopyright attribute values. | Erwin de Haan | |
| 2019-03-14 | Adjusted the Product Name so the User Agent is correct/better. | Erwin de Haan | |
| 2019-03-13 | Merge pull request #1100 from ploughpuff/rmprobeswitch | Vasily | |
| Finalise removal of --ffprobe switch | |||
| 2019-03-13 | Merge pull request #1096 from dkanada/opensubs | Vasily | |
| Remove open subtitles from the server | |||
| 2019-03-12 | Finalise removal of --ffprobe switch | PloughPuff | |
| Removed --ffprobe from src files and server/docker scripts. | |||
| 2019-03-12 | Merge branch 'master' into xml | Bond-009 | |
| 2019-03-11 | remove open subtitles from the server | dkanada | |
| 2019-03-07 | Address comment | Bond-009 | |
| 2019-03-07 | Reduce the amount of exceptions thrown | Bond_009 | |
| 2019-03-07 | Merge pull request #844 from ploughpuff/ffmpeg | Vasily | |
| Reworked FFmpeg path discovery and always display to user | |||
| 2019-03-07 | Remove useless comments | Bond_009 | |
| 2019-03-06 | Merge pull request #915 from cvium/remove_encryptionmanager | Vasily | |
| Remove IEncryptionManager | |||
| 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-20 | Add missing base64 conversion | Claus Vium | |
| 2019-02-20 | Rename functions to match functionality | Claus Vium | |
| 2019-02-20 | Remove IEncryptionManager | 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 all /(Write|Read)All(Text|Bytes)/ functions. | Erwin de Haan | |
