aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Dlna/CodecProfile.cs
AgeCommit message (Collapse)Author
2024-09-17Rework PR 6203Shadowghost
2024-08-26fix typognattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-08-26Add SubContainer support to CodecProfilegnattu
Currently, when specifying codec profiles, the client can only specify profiles applied to direct containers, with no way to apply a profile specifically to HLS or a specific HLS container. This limitation is not suitable for more complex client codec support scenarios. To address this, a SubContainer field is added to CodecProfile. The client can now specify the main container as "hls" to apply the profile exclusively to HLS streams. Additionally, the SubContainer field allows the profile to be applied to a specific HLS container. Currently, this is only used in StreamBuilder for HLS streams. Further changes may be required to extend its usage. Signed-off-by: gnattu <gnattuoc@me.com>
2021-12-20Use our own Contains extensioncvium
2021-02-20Enable TreatWarningsAsErrors for MediaBrowser.ModelBond_009
2020-05-27Merge branch 'master' into nullable3Bond_009
2020-05-01Remove ListHelper extensionsBond_009
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2020-02-04Fix warnings MediaBrowser.ModelBond_009
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.ModelErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ModelErwin de Haan
2019-01-07remove trailing whitespacehawken
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-09-25improve support for compressed xmltvLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-08-04consolidate methodsLuke Pulverenti
2017-06-07update CodecProfile checksLuke Pulverenti
2016-12-09update dlna profilesLuke Pulverenti
2016-10-21make model project portableLuke Pulverenti
2016-07-09add new streambuilder optionsLuke Pulverenti
2015-05-06fix xbox one browser accessLuke Pulverenti
2014-06-04added library grouping settings.Luke Pulverenti
2014-05-08split files into separate classesLuke Pulverenti
2014-05-08removed implicit typing from the model projectLuke Pulverenti
2014-05-08fix portable and 3.5 project referencesLuke Pulverenti
2014-04-24updated dlna profilesLuke Pulverenti
2014-04-01Add latest translationsLuke Pulverenti