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.Controller
/
MediaEncoding
/
JobLogger.cs
Age
Commit message (
Expand
)
Author
2023-08-20
fix: accessing Standard* of a Process requires manually disposing them afterw...
Claus Vium
2023-02-19
Optimize tryparse
Bond_009
2022-06-29
Merge pull request #7994 from nyanmisaka/fix-throttler
Joshua M. Boniface
2021-12-27
Remove more warnings
Cody Robibero
2021-09-26
Remove all instances of en-US culture
Cody Robibero
2021-09-19
Reduce allocations
Bond_009
2021-09-06
Remove all unused usings
Fernando Fernández
2021-06-06
Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)
Cody Robibero
2021-05-07
Enable nullable reference types for MediaBrowser.Controller
Bond_009
2021-04-17
Remove unused using directives
BaronGreenback
2020-11-14
Use string.Split(char) where possible instead of string.Split(char[])
Bond_009
2020-08-22
Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release
Bond_009
2020-02-03
Merge pull request #2357 from Bond-009/warn13
dkanada
2020-02-03
Update MediaBrowser.Controller/MediaEncoding/JobLogger.cs
Nyanmisaka
2020-02-02
Update JobLogger.cs
Nyanmisaka
2020-02-02
fix fps info issue when the video is h264.
Nyanmisaka
2020-02-02
Update JobLogger.cs
Nyanmisaka
2020-01-31
Fix warnings
Bond_009
2020-01-24
Add Transcoding framerate info
ThreeFive-O
2019-03-27
Add EnableOutputInSubFolder back
Bond_009
2019-03-26
Trying to make sense of the streaming code
Bond_009
2019-03-15
Check before flushing ffmpeg log
Bond_009
2019-02-24
Move the check further down
Claus Vium
2019-02-24
Check that ffmpeg log target isn't disposed before writing to it
Claus Vium
2019-01-13
ReSharper format: conform inline 'out' parameters.
Erwin de Haan
2019-01-13
Visual Studio Reformat: MediaBrowser.Controller
Erwin de Haan
2019-01-10
Mayor code cleanup
Erwin de Haan
2018-12-30
Rebase
Bond_009
2018-12-30
Use Microsoft.Extensions.Logging abstraction
Bond_009
2018-12-27
Add GPL modules
Andrew Rabert
2017-08-13
auto fallback from gpu to cpu
Luke Pulverenti
2017-03-24
update hls params
Luke Pulverenti