aboutsummaryrefslogtreecommitdiff
path: root/xbmc/filesystem
AgeCommit message (Expand)Author
5 daysRemove check for 'can cache image file'Ryan Rector
5 daysswap implementations of image URL creationRyan Rector
5 daysMerge pull request #25260 from fuzzard/tinyxml2_rssdirectoryfuzzard
6 days[tinyxml1] Add forward declarations where they should be in headersfuzzard
6 days[filesystem] RSSDirectory migrate to tinyxml2fuzzard
10 daysFileCache: fix unnecessary use of StreamBuffer when is used FileCachethexai
2024-05-11changed: rename PLAYLIST namespace to KODI::PLAYLISTArne Morten Kvarving
2024-05-10PLAYLIST::Id: convert to enum classArne Morten Kvarving
2024-05-05move CFileItem::IsRemote to NetworkFileItemClassifyArne Morten Kvarving
2024-05-05[FileSystem] Fix playback stop when read external SRT subtitles filesthexai
2024-04-27Merge pull request #25029 from notspiff/add_music_fileitem_classifyArne Morten Kvarving
2024-04-23follow up to clang-tidy 'modernize-use-emplace'Frank Howie
2024-04-23move CFileItem::IsMusicDb to MusicFileItemClassifyArne Morten Kvarving
2024-04-23move CFileItem::IsCDDA to MusicFileItemClassifyArne Morten Kvarving
2024-04-22move CFileItem::IsAudioBook to MusicFileItemClassifyArne Morten Kvarving
2024-04-21changed: put CFileItemList in separate source fileArne Morten Kvarving
2024-04-17move CFileItem::IsVideoDb to VideoFileItemClassifyArne Morten Kvarving
2024-02-26Merge pull request #24732 from the-black-eagle/audiobook_directoryfuzzard
2024-02-18[FileSystem] Fix: not use CFileStreamBuffer in all network filesthexai
2024-02-18[MUSIC] Get correct duration of stream from FFMPEG for audiobook chaptersthe-black-eagle
2024-02-11Merge pull request #24649 from the-black-eagle/artist_stufffuzzard
2024-02-10Directory: Add a folder filter parameter to EnumerateDirectory functionMarkus Härer
2024-02-10CXbtManager: Synchronize access to internal data structuresMarkus Härer
2024-02-04Allow navigating from artist->songs via AS.xmlthe-black-eagle
2024-02-04[FileCache] Implements adaptative read factor based on cache levelthexai
2024-01-27[FileCache] adjust Read Factor algorithmthexai
2024-01-14[FileSystem] Refactored and improved logic to use CFileStreamBufferthexai
2024-01-12[cppcheck] stlcstrParamRechi
2024-01-11[clang-tidy] performance-unnecessary-value-paramRechi
2024-01-05CImageFile: Remove missing thumbs from CTextureCacheMarkus Härer
2023-12-17Fix compiler warning in BlurayCallback.cppGarrett Brown
2023-12-11Merge pull request #24211 from neo1973/fix_testsfuzzard
2023-12-11[UPnP] Fix crash when adding UPnP source while UPnP is disabledMarkus Härer
2023-12-10DllLibCurl: Cleanup sessions before cleaning up libraryMarkus Härer
2023-11-23formatting changes to meet the current code styleRoderich Schupp
2023-11-22move all regexes to where they're used and use "auto" to name sub matchesRoderich Schupp
2023-11-22modernize string to integer conversionsRoderich Schupp
2023-11-22remove getDayOfWeek(): unused outside of FTPParse.cppRoderich Schupp
2023-11-22remove use of pcrecpp by conversion to std::regexRoderich Schupp
2023-11-22Added Video Versions featureXODIDOX
2023-11-21Merge pull request #23960 from Rechi/clang-tidy/modernize-use-emplaceGarrett Brown
2023-11-21[VideoPlayer] Fix cache level calculation and add to Debug Info OSDthexai
2023-11-20[clang-tidy] modernize-use-emplaceRechi
2023-11-12[FileSystem] Move File Cache settings to GUI settingsthexai
2023-10-29[FileSystem] Add GUI settings for NFS and SMB chunk sizethexai
2023-10-17Merge pull request #23711 from CrystalP/fix-upnp-auth-sourcefuzzard
2023-10-13[clang-tidy] modernize-make-sharedRechi
2023-09-23[FileCache] Replace new with std::make_uniquethexai
2023-09-23[FileCache] Reduce CServiceBroker calls to obtain advancedsettingsthexai
2023-09-06[cmake] FindUdfread migrate to full TARGET usagefuzzard