aboutsummaryrefslogtreecommitdiff
path: root/project
AgeCommit message (Collapse)Author
2013-12-07Merge pull request #3589 from afedchin/dxva-hdwsoltys
[dxva] added dxva-hd renderer as alternative native dxva video processing.
2013-12-07[win32] update PCRE depend packageKarlson2k
.pdb files now included in package
2013-12-07[info] splits InfoSingle/Expression out from InfoBool.hJonathan Marshall
2013-12-03[dxva] added dxva-hd renderer as alternative native dxva.Anton Fedchin
2013-11-27Merge pull request #3667 from Karlson2k/pcre_reports_more_01jmarshallnz
Put more data to log on RegExp UTF-8 errors
2013-11-18Add Utf8Utils.h/.cpp with class for UTF-8 string manipulationsKarlson2k
2013-11-17[WIN32] fixed: XBMC wasn't found on my setup with win 8.1. Updating the ↵wsoltys
mdnsresponder helped. Since doPublishService is called by different threads guard the service creation to avoid multiple inits.
2013-11-16[pvr] bump add-ons (fix version of addon.gui)Rainer Hochecker
2013-11-12Merge pull request #3559 from Montellese/settings_splitjmarshallnz
settings: move settings library files into separate folder
2013-11-12Merge pull request #3622 from opdenkamp/pvr19addonfixLars Op den Kamp
[pvr] bump add-ons (missing stubs in nextpvr)
2013-11-12[win32] update VS project filesmontellese
2013-11-12[gtest] - move test for texturecache to textureutils as the tested method ↵Memphiz
also moved classes... fixes compile of testsuite
2013-11-12Merge pull request #3552 from jmarshallnz/SubsCoreZeljko Ametovic
Move subtitle addon core handling to core.
2013-11-12[subtitles] adds new dialog for subtitles to core.Jonathan Marshall
2013-11-12[win32] fix project file after 3bc2dfd8442ea5109154f98fa0063660cd8fced2montellese
2013-11-12[pvr] bump add-ons (missing stubs in nextpvr)Lars Op den Kamp
2013-11-12adds a directory provider classJonathan Marshall
2013-11-12refactors static content in containers into a list provider classJonathan Marshall
2013-11-11[win32] update VS project filesmontellese
2013-11-11Merge pull request #3614 from elupus/audio_cleanJoakim Plate
DVDPlayerAudio cleanup
2013-11-10Merge pull request #3604 from opdenkamp/api-1.9.0Lars Op den Kamp
pvr api bump
2013-11-10dvdplayer: drop old performance countersJoakim Plate
Have not been used or tested for ages and contain old xbox references Note. need win32 project fixes
2013-11-10[win32] Add "core-defaults" with basic project settings, include file in ↵Karlson2k
each project
2013-11-10[win32] rest of VS projects: remove custom settings as default settings are ↵Karlson2k
same now
2013-11-10[win32] UnrarXLib project: remove custom settings as default settings are ↵Karlson2k
same now
2013-11-10[win32] XBMC, XbmcCommons and XbmcThreads projects: remove custom settings ↵Karlson2k
as default settings are same now
2013-11-10[win32] Set common default setting for all projects in defaults fileKarlson2k
2013-11-10[win32] rename project defaults file, update paths to defaults file in projectsKarlson2k
2013-11-09[pvr] bump add-onsLars Op den Kamp
2013-11-05subs: move rendering to text subtitles to overlay rendererJoakim Plate
This fixes issues with 3d modes where subtitles would apear on one eye before the other, due to timestamps differing between render passes.
2013-11-05CharsetDetection: add new header 'CharsetDetection.h' and implementation ↵Karlson2k
'CharsetDetection.cpp' with function GetBomEncoding()
2013-11-03[win32] update VS project filesmontellese
2013-11-03[win32] update VS project filesmontellese
2013-11-03[textures] expose the texture cache to JSON-RPC with GetTextures/RemoveTextureJonathan Marshall
2013-11-03[smartplaylist] move CDatabaseQueryRule to a new fileJonathan Marshall
2013-11-02Use libass from external dependenciesSébastien Brochet
2013-11-02Remove libass from repositorySébastien Brochet
2013-11-01Merge pull request #3485 from Karlson2k/win32_projects_update_01wsoltys
Win32 projects update
2013-11-01[win32] explicitly set zero exit code on successKarlson2k
2013-11-01[win32] properly check status of formed packagesKarlson2k
2013-11-01[WIN32] fixed: python package name was wrongWiSo
2013-11-01Merge pull request #3528 from Karlson2k/win32_projects_update_02Martijn Kaijser
[win32] mark debug/release configs with proper internal marks
2013-11-01Merge pull request #3527 from Karlson2k/win32_projects_cleanup_03Martijn Kaijser
Win32 projects cleanup 03
2013-11-01Merge pull request #3488 from Karlson2k/win32_env_path_fix_01Martijn Kaijser
[win32] Fix win32 VS debugging environment
2013-10-31Merge pull request #3455 from FernetMenta/audiopageRainer Hochecker
new audio settings
2013-10-31Merge pull request #3508 from Voyager1/win81Voyager1
[Win32] Add detection for Win 8.1 and remove XP detection
2013-10-30[win32] cleanup: remove leftover from old project conversionKarlson2k
This remove useless preprocessor definition "_VC80_UPGRADE=0x0710"
2013-10-30[win32] mark debug/release configs with proper internal marksKarlson2k
VS project wizard generate project with such marks, should help MSBuild to correctly configure internal staff. Seems that correct XBMC marks was lost on conversion from old projects.
2013-10-30[win32] fix libexif project:Karlson2k
* debug config was broken and not used * target subsystem was "Console" instead of "Windows"
2013-10-30[win32] add Win 8.1 detectionVoyager1