aboutsummaryrefslogtreecommitdiff
path: root/xbmc/TextureCache.h
AgeCommit message (Expand)Author
5 daysRemove check for 'can cache image file'Ryan Rector
2022-11-04[Pictures] fix race condition in thumbnails loadingrubpa
2022-03-10[ServiceBroker][TextureCache] Get rid of texture cache global singleton.Kai Sommerfeld
2021-11-03TextureCache: Use std::unique_ptrMarkus Härer
2020-10-21CTexture: rename CBaseTexture to CTextureLukas Rusak
2019-07-09[format] fix include orderRechi
2018-07-27[xbmc] Update copyright year spanh.udo
2018-07-27[xbmc] Team XBMC -> Team Kodih.udo
2018-07-27[xbmc] GPL-2.0-or-later SPDX license identifierh.udo
2018-06-12[xbmc] nuke whitespaceh.udo
2018-01-24A mass change from xbmc.org to kodi.tv.Stig-Ørjan Smelror
2017-08-17make classes non-copyable c++11 styleArne Morten Kvarving
2017-06-29[modernize][xbmc] Prefer 'override' usageh.udo
2017-01-03spelling: commentsJosh Soref
2016-06-13[doxygen] todo listMartijn Kaijser
2016-02-13[texturecache] remove useDDS from CTextureCache::CheckCachedImage. not usedStefan Saraev
2015-08-18[cleanup] unify method name used for singleton patternxhaggi
2015-04-07fixed: Declaration order + wrong prototype (cosmetics)arnova
2015-01-07[stdstring] get rid of CStdString in xbmc/Arne Morten Kvarving
2014-12-16Revert "rename xbmc folder to src"Rainer Hochecker
2014-12-15rename xbmc folder to srcFneufneu
2013-12-14fixed: the parent class already defines a member variable m_processing but of...WiSo
2013-11-03[textures] move image wrapping functions into a separate classJonathan Marshall
2013-11-03[textures] adds ClearCachedImage() to clear a texture by idJonathan Marshall
2013-07-25[cosmetics] update copyright headersM. Kaijser
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2012-11-01when finding video art where we don't want a generic 'thumb', use the size of...Jonathan Marshall
2012-11-01change GetCachedImage to return CTextureDetails, fixes local art not being ch...Jonathan Marshall
2012-10-27adds CTextureCache::CanCacheImageURL for testing whether an image:// URL may ...Jonathan Marshall
2012-10-14jsonrpc: expect image://<url-encoded-path> URLs in VideoLibrary.SetFooDetails...montellese
2012-10-11adds CTextureCache::Export that exports to png or jpg as appropriateJonathan Marshall
2012-09-09update date in GPL headermontellese
2012-09-09fix address line in GPL headersmontellese
2012-08-04changed: HasCachedImage should return true only if the image has a cached ver...Jonathan Marshall
2012-05-26factor out OnCachingComplete from OnJobComplete - we shouldn't really be call...Jonathan Marshall
2012-05-26Increment texture use counts in a separate job to ensure it's done off-threadJonathan Marshall
2012-05-26no need to run IncrementUseCount for just checking whether textures existJonathan Marshall
2012-05-13cleanup: GetCachedImage -> HasCachedImage, CacheTexture -> CacheImageJonathan Marshall
2012-05-13cleanup: remove unused texturecache functionsJonathan Marshall
2012-05-13adds UnwrapImageURL() to unwrap trivially wrapped image://<get_encoded_path>/...Jonathan Marshall
2012-05-13default the type param of GetWrappedImageURL to empty to save specifying it a...Jonathan Marshall
2012-05-08move setting of fanart/thumbs to fetch from and update the dbJonathan Marshall
2012-05-02cache any non-cached textures in the load thread to save holding onto memory ...Jonathan Marshall
2012-05-02use a processing set to ensure 2 of the same caching jobs don't get processed...Jonathan Marshall
2012-05-02split AddCachedTexture into Add and SetCachedTextureValid, so that AddCachedT...Jonathan Marshall
2012-05-02split the incrementing of use count out of GetCachedTextureJonathan Marshall
2012-05-02Use a new class to transfer texture details to and from the texture database.Jonathan Marshall
2012-05-02drop unused variables from CTextureCache::BackgroundCacheImageJonathan Marshall
2012-05-02add updateable flag to AddCachedTexture, and set lasthashcheck empty if the f...Jonathan Marshall
2012-05-02correct commentsJonathan Marshall