diff options
author | xbmc <fernetmenta@online.de> | 2016-02-15 22:07:24 +0100 |
---|---|---|
committer | Rainer Hochecker <fernetmenta@online.de> | 2016-02-29 08:04:48 +0100 |
commit | d5f63a80f8f1a2c04fe19f43fc8fb343d4291e5c (patch) | |
tree | d818c05f2555f84b552053b746018261e0c487f0 /Kodi.xcodeproj | |
parent | 4e0c0fb68945e90088e5782271992edf3d7d6c32 (diff) |
VideoPlayer: add process info, helps deciding what option should be taken for sttings like deinterlacing
Diffstat (limited to 'Kodi.xcodeproj')
-rw-r--r-- | Kodi.xcodeproj/project.pbxproj | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/Kodi.xcodeproj/project.pbxproj b/Kodi.xcodeproj/project.pbxproj index dc07331cf9..a8a87d210b 100644 --- a/Kodi.xcodeproj/project.pbxproj +++ b/Kodi.xcodeproj/project.pbxproj @@ -292,6 +292,8 @@ 7C2612711825B6340086E04D /* DatabaseQuery.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C26126F1825B6340086E04D /* DatabaseQuery.cpp */; }; 7C2612721825B6340086E04D /* DatabaseQuery.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C26126F1825B6340086E04D /* DatabaseQuery.cpp */; }; 7C2D6AE40F35453E00DD2E85 /* SpecialProtocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C2D6AE20F35453E00DD2E85 /* SpecialProtocol.cpp */; }; + 7C2ED53D1C7F7A9800C04032 /* ProcessInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C2ED53B1C7F7A9800C04032 /* ProcessInfo.cpp */; }; + 7C2ED53E1C7F7A9800C04032 /* ProcessInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C2ED53B1C7F7A9800C04032 /* ProcessInfo.cpp */; }; 7C4458BD161E203800A905F6 /* Screenshot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C4458BB161E203800A905F6 /* Screenshot.cpp */; }; 7C45DBE910F325C400D4BBF3 /* DAVDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C45DBE710F325C400D4BBF3 /* DAVDirectory.cpp */; }; 7C4705AE12EF584C00369E51 /* AddonInstaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C4705AC12EF584C00369E51 /* AddonInstaller.cpp */; }; @@ -399,8 +401,6 @@ 7CC7B6C919186A8800DDB120 /* SettingConditions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC7B6C619186A8800DDB120 /* SettingConditions.cpp */; }; 7CC82C9318284F9F0010DF30 /* CharsetDetection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC82C9118284F9F0010DF30 /* CharsetDetection.cpp */; }; 7CC82C9418284F9F0010DF30 /* CharsetDetection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC82C9118284F9F0010DF30 /* CharsetDetection.cpp */; }; - 7CCA95B81BC6E5750091D308 /* DVDVideoCodecVDA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCA95B61BC6E5750091D308 /* DVDVideoCodecVDA.cpp */; }; - 7CCA95B91BC6E5750091D308 /* DVDVideoCodecVDA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCA95B61BC6E5750091D308 /* DVDVideoCodecVDA.cpp */; }; 7CCA95BF1BC6E6670091D308 /* RendererVDA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCA95BB1BC6E6670091D308 /* RendererVDA.cpp */; }; 7CCA95C01BC6E6670091D308 /* RendererVDA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCA95BB1BC6E6670091D308 /* RendererVDA.cpp */; }; 7CCA95C11BC6E6670091D308 /* RendererVTB.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCA95BD1BC6E6670091D308 /* RendererVTB.cpp */; }; @@ -2734,6 +2734,8 @@ 7C2612701825B6340086E04D /* DatabaseQuery.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseQuery.h; sourceTree = "<group>"; }; 7C2D6AE20F35453E00DD2E85 /* SpecialProtocol.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpecialProtocol.cpp; sourceTree = "<group>"; }; 7C2D6AE30F35453E00DD2E85 /* SpecialProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpecialProtocol.h; sourceTree = "<group>"; }; + 7C2ED53B1C7F7A9800C04032 /* ProcessInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ProcessInfo.cpp; path = VideoPlayer/Process/ProcessInfo.cpp; sourceTree = "<group>"; }; + 7C2ED53C1C7F7A9800C04032 /* ProcessInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ProcessInfo.h; path = VideoPlayer/Process/ProcessInfo.h; sourceTree = "<group>"; }; 7C3018301BCC2DE200B1FE6F /* MusicInfoTagLoaderFFmpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicInfoTagLoaderFFmpeg.h; sourceTree = "<group>"; }; 7C4458BB161E203800A905F6 /* Screenshot.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Screenshot.cpp; sourceTree = "<group>"; }; 7C4458BC161E203800A905F6 /* Screenshot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Screenshot.h; sourceTree = "<group>"; }; @@ -2893,8 +2895,6 @@ 7CC7B6C719186A8800DDB120 /* SettingConditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingConditions.h; sourceTree = "<group>"; }; 7CC82C9118284F9F0010DF30 /* CharsetDetection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CharsetDetection.cpp; sourceTree = "<group>"; }; 7CC82C9218284F9F0010DF30 /* CharsetDetection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CharsetDetection.h; sourceTree = "<group>"; }; - 7CCA95B61BC6E5750091D308 /* DVDVideoCodecVDA.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDVideoCodecVDA.cpp; sourceTree = "<group>"; }; - 7CCA95B71BC6E5750091D308 /* DVDVideoCodecVDA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDVideoCodecVDA.h; sourceTree = "<group>"; }; 7CCA95BB1BC6E6670091D308 /* RendererVDA.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RendererVDA.cpp; path = HwDecRender/RendererVDA.cpp; sourceTree = "<group>"; }; 7CCA95BC1BC6E6670091D308 /* RendererVDA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RendererVDA.h; path = HwDecRender/RendererVDA.h; sourceTree = "<group>"; }; 7CCA95BD1BC6E6670091D308 /* RendererVTB.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RendererVTB.cpp; path = HwDecRender/RendererVTB.cpp; sourceTree = "<group>"; }; @@ -5958,6 +5958,15 @@ name = lib; sourceTree = "<group>"; }; + 7C2ED5381C7F7A5800C04032 /* Process */ = { + isa = PBXGroup; + children = ( + 7C2ED53B1C7F7A9800C04032 /* ProcessInfo.cpp */, + 7C2ED53C1C7F7A9800C04032 /* ProcessInfo.h */, + ); + name = Process; + sourceTree = "<group>"; + }; 7C430161175C41FE009B82E5 /* listproviders */ = { isa = PBXGroup; children = ( @@ -7496,6 +7505,7 @@ E38E149A0D25F9F900618676 /* cores */ = { isa = PBXGroup; children = ( + 7C2ED5381C7F7A5800C04032 /* Process */, DFB65F6315373AE7006B8FF1 /* AudioEngine */, E38E149D0D25F9F900618676 /* DllLoader */, E38E14F80D25F9F900618676 /* VideoPlayer */, @@ -7675,8 +7685,6 @@ E4991590174E6ABE00741B6D /* DVDVideoCodecVideoToolBox.h */, E38E15410D25F9F900618676 /* DVDVideoPPFFmpeg.cpp */, E38E15420D25F9F900618676 /* DVDVideoPPFFmpeg.h */, - 7CCA95B61BC6E5750091D308 /* DVDVideoCodecVDA.cpp */, - 7CCA95B71BC6E5750091D308 /* DVDVideoCodecVDA.h */, 551C3A43175A12010051AAAD /* VDA.cpp */, 551C3A44175A12010051AAAD /* VDA.h */, ); @@ -9810,7 +9818,6 @@ 188F7602152217DF009870CE /* GUIOperations.cpp in Sources */, DFCA6AC7152245CD000BFAAE /* HTTPJsonRpcHandler.cpp in Sources */, DFCA6AC8152245CD000BFAAE /* HTTPVfsHandler.cpp in Sources */, - 7CCA95B81BC6E5750091D308 /* DVDVideoCodecVDA.cpp in Sources */, DFCA6AC9152245CD000BFAAE /* HTTPWebinterfaceAddonsHandler.cpp in Sources */, DFCA6ACA152245CD000BFAAE /* HTTPWebinterfaceHandler.cpp in Sources */, 42E2E1C91B53F74D005C7E4E /* VideoLibraryRefreshingJob.cpp in Sources */, @@ -10124,6 +10131,7 @@ 7C8E021F1BA35D0B0072E8B2 /* ApplicationBuiltins.cpp in Sources */, 7CCDA162192753E30074CF51 /* PltProtocolInfo.cpp in Sources */, 7CCDA16B192753E30074CF51 /* PltService.cpp in Sources */, + 7C2ED53D1C7F7A9800C04032 /* ProcessInfo.cpp in Sources */, 7CCDA174192753E30074CF51 /* PltSsdp.cpp in Sources */, 7CCDA17D192753E30074CF51 /* PltStateVariable.cpp in Sources */, 7CCDA186192753E30074CF51 /* PltTaskManager.cpp in Sources */, @@ -10554,7 +10562,6 @@ E49912B5174E5D9900741B6D /* SourcesDirectory.cpp in Sources */, DF6A0D821A4584E80075BBFC /* OverrideDirectory.cpp in Sources */, E49912B6174E5D9900741B6D /* SpecialProtocol.cpp in Sources */, - 7CCA95B91BC6E5750091D308 /* DVDVideoCodecVDA.cpp in Sources */, E49912B7174E5D9900741B6D /* SpecialProtocolDirectory.cpp in Sources */, E49912B8174E5D9900741B6D /* SpecialProtocolFile.cpp in Sources */, E49912B9174E5D9900741B6D /* StackDirectory.cpp in Sources */, @@ -10828,6 +10835,7 @@ E49913D8174E5F8D00741B6D /* GUIWindowPictures.cpp in Sources */, E49913D9174E5F8D00741B6D /* GUIWindowSlideShow.cpp in Sources */, E49913DA174E5F8D00741B6D /* Picture.cpp in Sources */, + 7C2ED53E1C7F7A9800C04032 /* ProcessInfo.cpp in Sources */, E49913DB174E5F8D00741B6D /* PictureInfoLoader.cpp in Sources */, E49913DC174E5F8D00741B6D /* PictureInfoTag.cpp in Sources */, E49913DD174E5F8D00741B6D /* PictureThumbLoader.cpp in Sources */, |