Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-12 | add Win32.Build.0 configuration for library.inputstream | mapfau | |
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). | |||
2016-03-11 | [win32] Add DVDDemuxPacket.h to the project files. | ace20022 | |
2016-03-10 | Reduce file name length | Garrett Brown | |
2016-03-10 | Controller configuration window | Garrett Brown | |
Thanks to hitcher for the skinning work and Montellese for some string fixes. | |||
2016-03-10 | Kodi input | Garrett Brown | |
This adds a fallback input handler to all joystick peripherals. If a joystick event isn't handled, it will be dispatched to Kodi through this class. | |||
2016-03-10 | Controller add-ons | Garrett Brown | |
2016-03-10 | Peripheral add-ons | Garrett Brown | |
Thanks to frostworx for fixing the peripheral add-ons build, notspiff for helping with the rebrand and montellese for the windows installer fix and VS solution fix. | |||
2016-03-10 | Joystick library | Garrett Brown | |
Thanks to a1rwulf for fixing the joystick library build, da-anda for fixing missing joystick.xml shoulder keys, and longelf for joystick.xml. | |||
2016-03-10 | Remove joystick code | Garrett Brown | |
Joystick support will return in a following commit. Platform specific code will be isolated entirely in binary add-ons. Removal of joystick code is incomplete on Android (todo) Thanks to Tolriq for fixing broken EventServer. | |||
2016-03-09 | Fix XBMC.vcxproj.filters after #9252 | Alwin Esch | |
2016-03-09 | Merge pull request #9252 from AlwinEsch/move-current-addon-lib | Alwin Esch | |
[addon] Move add-on library parts to independent folders | |||
2016-03-09 | [addon] Move add-on library parts to independent folders (code rework) | Alwin Esch | |
2016-03-08 | [guilib] cleanup leftover TextureBundleXPR* | Stefan Saraev | |
2016-03-07 | [win32][fix][VS] update VS project | wiromare | |
2016-03-05 | adapt xbmc.vcxproj / filters to new addon include directory | mapfau | |
2016-03-05 | Integrated INPUTSTREAM lib into VS solution | mapfau | |
2016-03-05 | InputStream -> vcxproj | mapfau | |
2016-03-05 | Add binary addon InputStream | xbmc | |
2016-02-29 | update VS project | xbmc | |
2016-02-23 | [win32] Update msys+mingw build system to msys2+mingw-w64. | Anton Fedchin | |
2016-02-14 | Merge pull request #9092 from stefansaraev/squish | Stefan Saraev | |
remove libsquish | |||
2016-02-13 | [win32][fix][VS] some missing end tags after #9105 | wiromare | |
2016-02-13 | [depends] remove libsquish | Stefan Saraev | |
2016-02-11 | [VS] project files update | Kolja Lampe | |
2016-02-11 | [addons] refactor addon construction | Thomas Amland | |
2016-02-05 | Add tests to windows, that weren't added to the test project | Kolja Lampe | |
2016-02-05 | [guilib][depends] Remove libgif from core. It's still needed for TexturePacker. | ace20022 | |
2016-02-02 | VideoPlayer: refactor DemuxerClient (ex PVR) | Rainer Hochecker | |
2016-02-02 | Merge pull request #8975 from Razzeee/remove-all-albums-list-entry | Razzeee | |
Don't show "* all entries" for widgets | |||
2016-02-02 | Remove TestTimeUtils.cpp after 01ba7b80380f2f8af721d0c40388d504a6517b54 | Kolja Lampe | |