Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-06 | Finally get rid of the VS solution!legacy_drop_vs | Pär Björklund | |
This drops the VS2010Express directory and modifies BuildSetup.bat to only use cmake. No more horrible xml merge conflicts :) | |||
2016-08-01 | Merge pull request #10164 from FernetMenta/atempo | Rainer Hochecker | |
AE: add atempo filter | |||
2016-07-31 | Merge pull request #10156 from tamland/addon_events | tamland | |
[addons] fix event handling | |||
2016-07-30 | AE: add ffmpeg atempo filter | Rainer Hochecker | |
2016-07-30 | [vs] Visual Studio project update. | Kolja Lampe | |
2016-07-29 | [addons] fix event handling | Thomas Amland | |
2016-07-27 | new shairplay.dll that actually exports methods | Pär Björklund | |
Added shairplay.dll as a delay loaded lib to VS solution as well. This does not require cmake changes to match currently | |||
2016-07-24 | Move win32 files to their own platform folder | Kolja Lampe | |
2016-07-19 | Bump sdk to Win 10 as cmake defaults to that for addons anyway. Add the few ↵ | Pär Björklund | |
headers we need from wdk as a package to simplify setup | |||
2016-07-17 | Cleanup work that started with running as Win10 app | Pär Björklund | |
UWP(project centennial) does not allow AddDllDirectory which we don't really need anyway but it's use made the folder structure pretty. Since we run perfectly fine without it both native and as UWP I decided to drop it completely. To make the build, installer and debugging experience easier this led to plenty of changes to packages and build scripts to output all dlls into /system/ instead of different folders. While moving stuff around some dependencies got updated, it's possible that we can use java menus in bluray movies now, not tested. EasyHook just got repackaged to fit the new folder structure. The rebuilding of dependencies led to us being able to drop old vcredist files which also simplifies installer and packaging, especially for UWP. Some minor cleanup along the way as well | |||
2016-07-13 | [RenderSystemDX] Hook into user mode driver for selected adapter to fix ↵ | Anton Fedchin | |
refresh rate issue in FSE mode. | |||
2016-06-18 | [adsp] Adapt build files (TODO: changes for XCode) | AchimTuran | |
2016-06-11 | changed: remove internal librtmp support | Arne Morten Kvarving | |
moved to an inputstream add-on | |||
2016-06-10 | changed: get rid of FileReaderFile | Arne Morten Kvarving | |
this was an earlier version of the VFS cache. it was kept around as backwards compatiblity wrapper for the READ_CACHE support as it was used in some audio decoders. the audio decoders have since been moved to add-ons and rewritten to use the cache through the new mechanisms, so there is no longer any legacy to take into consideration. | |||
2016-06-05 | Remove the use of obsoleted random_shuffle and move to the new shuffle and ↵ | Pär Björklund | |
random framework | |||
2016-05-23 | remove multiselect control | ronie | |
2016-05-23 | remove selectbutton control | ronie | |
2016-05-23 | remove checkmark control | ronie | |
2016-05-23 | Merge pull request #9843 from AlwinEsch/revert-api2 | Alwin Esch | |
Revert "[addon] binary add-on library rework for API level system" | |||
2016-05-20 | Revert "[addon] add API level 2 on kodi side - Part 1" | Alwin Esch | |
This reverts commit b1b512583f85b0349f4da91d073b6ff80d01dd8b. | |||
2016-05-20 | Revert "[addon] add API level 3 on kodi side for future development - Part 1" | Alwin Esch | |
This reverts commit 6bd9862ee4a2b817790957ed9f2da75e18387830. | |||
2016-05-19 | Merge pull request #9810 from Paxxi/gtest | Razzeee | |
[win32][test] Fix linking of the test suite | |||
2016-05-18 | [addon] add API level 3 on kodi side for future development - Part 1 | Alwin Esch | |
2016-05-18 | [addon] add API level 2 on kodi side - Part 1 | Alwin Esch | |
2016-05-14 | Fix linking of the test suite | Pär Björklund | |
2016-05-04 | [network] webserver: move some helper methods from CWebServer to ↵ | montellese | |
HTTPRequestHandlerUtils | |||
2016-05-02 | Merge pull request #9718 from arnova/membufcache_bye_bye | arnova | |
removed: Unused MemBufferCache class | |||
2016-05-01 | iOS: adapt iOS keyboard to changes in ProcessRenderLoop | Rainer Hochecker | |
2016-04-29 | [EPG] CGUIEPGGridContainer: Refactor: Encapsulate grid data and optimize ↵ | Kai Sommerfeld | |
data refresh algorithm - e.g. reduce number of iterations over all channels and epg events. | |||
2016-04-27 | removed: Unused MemBufferCache class. Was replaced by CircularCache ages ago | arnova | |
2016-04-14 | Pass postdata Base64 encoded using CURL Options | mapfau | |
2016-04-12 | Merge pull request #9588 from Paxxi/more_vs2015_fixes | Pär Björklund | |
[fix][win32][depends] This should resolve the python issues caused by vs2015 upgrade. | |||
2016-04-09 | This should resolve the python issues caused by vs2015 upgrade. | Pär Björklund | |
Fixed copying of dll during build to avoid risking using python27.dll from system32 Rebuilt all statically linked libs with _ITERATOR_DEBUG_LEVEL=0 because of performance issues, especially during video development Curl should once again be linked against openssl switched all projects to use /MD or /MDd because it enables sharing of env between the loaded modules making our environment hacks less needed. Added curl and openssl to ignore list to avoid them being hooked by our crt emulation. This needs a proper fix and is likely resolved by Voyager's PR | |||
2016-04-07 | [win32] fix DelayLoadDLLs VS property for the "Debug Testsuite" configuration | montellese | |
2016-04-06 | [win32] Cleanup project files after libmpeg2 removal. | ace20022 | |
2016-04-01 | Fix debug build after switching to zlib dll instead of statically linked | Pär Björklund | |
2016-04-01 | Fixed crashing in emu crt wrapper | Pär Björklund | |
Don't use memset on objects! horrible things happen playing around with constexpr, probably more than necessary but might as well learn to use it. Apparently there shouldn't be a ; in the vc project environment settings | |||
2016-04-01 | Visual studio 2015 fixes | Pär Björklund | |
2016-03-31 | FFmpegVideoDecoder: Trash entire class | fritsch | |
2016-03-31 | FFmpeg: windows bump | Anton Fedchin | |
2016-03-23 | [pvr] - rework PVRManager, addons are owned by addon system | Rainer Hochecker | |
2016-03-20 | add ServiceManager and ServiceBroker - gain control over memory | Rainer Hochecker | |
2016-03-18 | [pvr] drop PVRFile | Rainer Hochecker | |
2016-03-17 | Port remaining music info context menus | Kolja Lampe | |
2016-03-17 | [contextmenu] move video info to new system | Thomas Amland | |
2016-03-17 | [contextmenu] move addon menus to new system | Thomas Amland | |
2016-03-17 | addons: implement cache for binary addons | Rainer Hochecker | |
2016-03-11 | Merge pull request #8807 from garbear/controller-input | Garrett Brown | |
Controller input | |||
2016-03-11 | [videoplayer] Add a demuxer that manages demuxing of multiple streams/files ↵ | ace20022 | |
at once. | |||
2016-03-11 | [videoplayer] Add InputStreamMultiSource to open/handle input streams from ↵ | ace20022 | |
multiple sources (at once). |