aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/BdInfo/BdInfoExaminer.cs
AgeCommit message (Collapse)Author
2024-07-20Fix switch expressionBond_009
2024-07-20Fix DTS codec nameBond_009
2024-07-20Fix more codec namesBond_009
2024-07-20Fix BDMV stream indexesBond_009
Also fixes the subtitle codec for PGS subtitles from PGS to PGSSUB
2024-07-01Use complete paths in BD infoBond_009
This way we don't need to find the complete path later
2023-03-10Apply review suggestionsShadowghost
2023-02-04Revert "Remove DvdLib (#9068)"Shadowghost
This reverts commit db1913b08fac0749133634efebd1ee7a7876147a.
2023-01-20Remove DvdLib (#9068)Patrick Barron
* Remove DvdLib * Update error message for blu-ray folders Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Remove BDInfo * Remove MediaEncoder.GetPrimaryPlaylistVobFiles * Remove BlurayDiscInfo Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2021-05-05Code Clean up: Use Pattern Matching (#5838)BaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2020-08-04Enable TreatWarningsAsErrors for MediaBrowser.MediaEncodingBond-009
2020-07-04Use Array.EmptyPatrick Barron
2020-06-16Add full stop at end of comments (SA1629)telans
2019-11-17Replace BDInfo plugin with nupkg and UHD/Atmos/DTS:X supportStanislav Ionascu
2019-01-20Remove MediaBrowser.Text since it violates licenses and is overall hackycvium
2019-01-13Visual Studio Reformat: MediaBrowser.MediaEncodingErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2018-12-14Port MediaEncoding and Api.Playback from ↵Mathieu Velten
10e57ce8d21b4516733894075001819f3cd6db6b
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2016-12-24fix bdinfo pathLuke Pulverenti
2016-11-08update portable projectsLuke Pulverenti
2016-10-30update project targetsLuke Pulverenti
2016-07-29Removed redundant Collection InitializersSven Van den brande
Removed Using directives that are not required
2014-03-27create separate media encoding projectLuke Pulverenti