aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2019-02-13Drop ETag and use Last-Modified header (#890)Claus Vium
Drop ETag and use Last-Modified since performance is much better
2019-02-08Merge pull request #822 from Bond-009/imagedimensionsVasily
Complete rename ImageSize -> ImageDimensions
2019-02-06Move some arrays to genericsBond_009
2019-02-05Complete rename ImageSize -> ImageDimensionsBond-009
2019-02-05Remove custom ThreadingClaus Vium
2019-02-04Merge pull request #797 from Bond-009/warningsVasily
Fix all warnings
2019-02-03Merge pull request #736 from Bond-009/startasyncJoshua M. Boniface
Start startup tasks async
2019-02-03Merge pull request #732 from Bond-009/localeJoshua M. Boniface
Reworked LocalizationManager to load data async
2019-02-02Merge pull request #764 from Bond-009/encodingJoshua M. Boniface
Remove dead code, made some functions properly async
2019-02-02Fix all warningsBond-009
2019-02-02Remove dead codeBond_009
2019-02-02Minor changes to encoding codeBond_009
* Don't wait in intervals of 100ms for the file to exist
2019-02-02Remove MoreLINQBond_009
2019-01-31Merge pull request #734 from Bond-009/cultureJoshua M. Boniface
Fix more analyzer warnings
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-31Remove more Connect related stuffClaus Vium
2019-01-31Merge branch 'master' into localeBond-009
2019-01-30Merge branch 'master' into cultureBond-009
2019-01-29Merge pull request #716 from Bond-009/warningsVasily
Remove more compile time warnings
2019-01-29Merge pull request #726 from EraYaN/remove-wrappers-for-system-ioVasily
Clean up IFileSystem wrappers around stdlib.
2019-01-28Unwrapped `GetFileNameWithoutExtension`Erwin de Haan
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`Erwin de Haan
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-28Fix default aspect ratioClaus Vium
2019-01-27Start startup tasks asyncBond_009
2019-01-27Fix more analyzer warningsBond_009
2019-01-27Reworked LocalizationManager to load data asyncBond_009
2019-01-27[VA-API] Fix filter order (#714)Luca Beltrame
ffmpeg is very picky about the filters to be used when using VA-API, because most of them are incompatible. This is particularly evident when burning-in subtitles.
2019-01-26Change default aspect ratio to 2/3 from 0Claus Vium
2019-01-26Merge pull request #709 from Bond-009/nullAndrew Rabert
Fix always null expressions
2019-01-26Change image dimentions from double to intBond_009
Rename ImageSize -> ImageDimensions
2019-01-25Remove more compile time warningsBond_009
2019-01-25Fix always null expressionsBond_009
2019-01-24Eliminate some compile warnings (#600)hawken
* Remove some unused variables * remove duplicate "using .." by sorting and deduping the list * Remove things that already exist in the parent class (in one case I moved some documentation to the parent) * EntityBodyData and and NextSearch were never set (only read), removed * _timeout was never read, subsequently _timer became unused. part of a TODO timeout functionality that was not implemented yet
2019-01-24Set Parent to current query Item if ParentId is empty (#680)Claus Vium
**Changes** Fixed a faulty change in logic that occurred during the Christmas GPL nightmare. I stepped through Emby 3.5.2 and stumbled over a difference in the query between Jellyfin and Emby, where in Emby, query.ParentId was set to the item itself. So I did a little digging in the old GPLv2 source and found this https://github.com/MediaBrowser/Emby/blob/3.4.1.8/MediaBrowser.Controller/Entities/Folder.cs#L720 **Issues** Fixes #673
2019-01-22Change MusicAlbum.Tracks to return Audio itemshawken
2019-01-20Merge branch 'dev' into imagesizeAndrew Rabert
2019-01-20Merge pull request #621 from Bond-009/perfAndrew Rabert
Minor improvements to library scan code
2019-01-20Fix transcoding bitrateMathieu Velten
2019-01-20Fix encoding profile handling for vaapiMathieu Velten
2019-01-20Revert back to 10e57ce8d21b4516733894075001819f3cd6db6b for MediaEncodingMathieu Velten
Remove some duplicate code that were causing warnings
2019-01-20Remove unused fontBond_009
2019-01-20Minor improvements to library scan codeBond_009
2019-01-20Replace our TVDB key with @drakus72's which is V1Joshua Boniface
2019-01-20Cleanup ImageProcessorBond_009
2019-01-19Remove allowSlowMethods from image processingAndrew Rabert
2019-01-19Fixed csproj and xml identation.Erwin de Haan
2019-01-18Merge branch 'dev' into reformatErwin de Haan
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575