index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MediaBrowser.MediaEncoding
/
Encoder
/
MediaEncoder.cs
Age
Commit message (
Expand
)
Author
2020-06-20
fix some documentation periods
telans
2020-06-16
Merge pull request #3343 from telans/comment-stops
Bond-009
2020-06-16
fix SA1513/SA1516
telans
2020-06-16
Add full stop at end of comments (SA1629)
telans
2020-06-15
Merge branch 'master' into hwaccel
dkanada
2020-06-15
fix SA1508
telans
2020-06-15
fix SA1005
telans
2020-06-05
Use typed logger where possible
crobibero
2020-05-26
Fix missing commas and merge defects
Vasily
2020-05-26
Update MediaEncoder.cs
artiume
2020-05-26
add more separate hw decoding toggles
nyanmisaka
2020-04-27
Try harder to find ffmpeg in app directory. While here do some cleanup
Max Git
2020-04-22
Remove unused usings
Mark Monteiro
2020-04-20
Merge remote-tracking branch 'upstream/master' into register-services-correctly
Mark Monteiro
2020-04-19
Minor improvements
Bond_009
2020-04-13
Merge branch 'master' into register-services-correctly
Mark Monteiro
2020-04-11
Use a separate line for each property initializer
Mark Monteiro
2020-04-11
Use ActivatorUtilities to construct MediaEncoder and update constructor to in...
Mark Monteiro
2020-04-03
Merge remote-tracking branch 'upstream/master' into remove-common-process
Mark Monteiro
2020-04-01
Merge branch 'master' into usings
Bond-009
2020-03-27
Fix some more issues with disposing Process instances
Mark Monteiro
2020-03-27
Use a TimeSpan instead of ms and support providing a custom CancellationToken
Mark Monteiro
2020-03-27
Delete unnecessary ProcessFactory abstraction
Mark Monteiro
2020-03-27
Remove unnecessary CommonProcess abstraction
Mark Monteiro
2020-03-24
Remove unused usings
Bond_009
2020-02-23
Minor improvements
Bond_009
2020-01-16
Address comments
Bond-009
2020-01-16
Add back support for DVDs copied as folders
Bond-009
2019-12-22
Fix exceptions while scanning
Bond_009
2019-11-25
Make probesize and analyzeduration configurable and simplify circular
Bond_009
2019-09-28
Add tests for EncoderValidator
Bond_009
2019-09-01
Fix more warnings
Bond_009
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
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
2019-03-05
Reworked FFmpeg path discovery and always display to user
PloughPuff
2019-02-24
Set EnableRaisingEvents to true for processes that require it
Claus Vium
2019-02-02
Remove dead code
Bond_009
2019-01-29
Apply suggestions from code review for flipped conditions.
Vasily
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
[next]