aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding
AgeCommit message (Collapse)Author
2020-01-08Minor improvementsBond_009
2020-01-08Fix build and address commentsBond_009
2020-01-08merge branch master into media-attachmentsdkanada
2019-12-28Merge pull request #1891 from stanionascu/bdinfo-uhddkanada
Upgrade BDInfo plugin to UHD/Atmos/DTS:X support
2019-12-10Merge branch 'master' into mediaencodingBond_009
2019-11-25Add full Raspberry Pi hardware decoding supportferferga
2019-11-25Make probesize and analyzeduration configurable and simplify circularBond_009
dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
2019-11-24Merge pull request #1991 from Bond-009/transtempJoshua M. Boniface
Don't append transcodes to transcoding temp path
2019-11-21Update depsBond_009
2019-11-21Don't append transcodes to transcoding temp pathBond-009
2019-11-17Replace BDInfo plugin with nupkg and UHD/Atmos/DTS:X supportStanislav Ionascu
2019-11-13Throw InvalidOperationException when attachment extraction exits abnormally ↵Andrew Mahone
or doesn't produce output.
2019-11-07Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into ↵Andrew Mahone
media-attachments
2019-11-07Remove use of ProcessFactory, as well as arbitrary timeout in ↵Andrew Mahone
AttachmentExtractor.
2019-11-07Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs Andrew Mahone
formatting / style Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into ↵Andrew Mahone
media-attachments
2019-11-07Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Don't user ILoggerFactory.Andrew Mahone
2019-11-07Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs Andrew Mahone
String -> string Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Check for attachment file before trying to remove it during cleanup.Andrew Mahone
2019-11-06Clean up handling of missing source/attachment in AttachmentExtractor.Andrew Mahone
2019-11-05Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-05Remove check for "[0]" in codec_tag.Andrew Mahone
2019-11-04Return path of extracted attachment, which is always a file, instead of ↵Andrew Mahone
AttachmentInfo with path and protocol.
2019-11-04Convert exceptions for missing MediaSource or MediaAttachment to ↵Andrew Mahone
ResourceNotFoundException with appropriate message.
2019-11-04AttachmentExtractor code cleanup.Andrew Mahone
2019-11-04MediaExtractor logging cleanup.Andrew Mahone
2019-11-04AttachmentExtractor logging cleanup.Andrew Mahone
2019-11-04Fail attachment extraction on non-zero exit code.Andrew Mahone
2019-11-04Merge remote-tracking branch 'origin/master' into media-attachments-cleanAndrew Mahone
2019-11-02Merge pull request #1915 from Bond-009/hexdkanada
Rewrite hex encoder/decoder
2019-11-01Update deps and add MultiThreading analyzerBond_009
2019-11-01Rewrite hex encoder/decoderBond_009
2019-10-22FFMPEG extractor for attachments.Andrew Mahone
2019-10-22Add new MediaAttachment to store attachments found during media probing.Andrew Mahone
2019-09-29Fix ffmpeg version check for unknown versionsBond_009
2019-09-28Add tests for EncoderValidatorBond_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-23Fix multiple mistakes and warningsBond_009
2019-09-11Update deps (#1735)Bond-009
2019-09-01Fix more warningsBond_009
2019-08-15Merge pull request #1614 from Bond-009/docs2dkanada
Document all public/internal members of Emby.Drawing
2019-08-11Document all public/internal members of Emby.DrawingBond_009
Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing
2019-08-11Update deps + document startup projectBond_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-15Fixed SMI to SRT UTF-16 Encoding bugKhinenw
2019-06-20Merge pull request #1369 from teacupx/masterdkanada
Enable Exynos MFC encoder and fix transcoding bitrate control
2019-06-14Update depsBond_009
2019-06-11Stop path substitution in SubtitleEncoderTristan 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-11Enable Exynos V4L2-m2m HW encoderJMCC