aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2015-02-17Revert "[addon] Increase API with change 'char*' return value to 'const ↵Lars Op den Kamp
char*' to fix compiler warnings (addon relevant part)" This reverts commit db44ba5faf00cf29ac7a45ef49a933d1ef45366b.
2015-02-16Merge pull request #6367 from AlwinEsch/increase-pvr-addon-versionRainer Hochecker
[pvr] Increase PVR API version to 1.9.4 and add related changes
2015-02-15[gui] Allow usage of slider and several dialogs on addons (GUI Ver. 5.8.0)AlwinEsch
2015-02-15[addon] Increase API with change 'char*' return value to 'const char*' to ↵AlwinEsch
fix compiler warnings (addon relevant part)
2015-02-15[gui] Increase API version to 5.8.0 (addon relevant part)AlwinEsch
2015-02-14Merge pull request #6381 from tobbi/coverity_1194431Matthias Kortstiege
[coverity] Fix for #1194431
2015-02-12Merge pull request #6412 from Memphiz/c++11Martijn Kaijser
Move to C++11; use as much std:: instead of boost:: as possible
2015-02-10[xcode/c++11] - add explicit casts where narrowing fails in c++11Memphiz
2015-02-10Fixed wrong return typeAchimTuran
2015-02-09[coverity] Fix for #1194431Tobias Markus
2015-01-31Merge pull request #6184 from 7pepo7/master-subtitlesSascha Montellese
upnp: support for external subtitles
2015-01-30[OSX] - drop unneeded script for librtmpRainer Hochecker
2015-01-21Fix for coverity #1194431Tobias Markus
2015-01-17PATCH for Platinum library needed to external subtitles over UPnP works.Rafał Chwiała
2015-01-17platinum Changes to external subtitles over UPnP worksRafał Chwiała
Added custom data to resources field - needed to add some attributes to res. Added new struct PLK_SecResource - needed by Somasung devices. It's not specialized struct (just general one), because I can't find any "sec" specification.
2015-01-09Merge pull request #5436 from Memphiz/texturepacker_removesdljenkins4kodi
2015-01-08[libsquish] - move libsquish to native dependswsnipex
2015-01-07[stdstring] get rid of CStdString in UnrarXLibJonathan Marshall
2014-12-23platinum: add patch for bd19c357ebmontellese
2014-12-23platinum: add xbmc:uniqueidentifier for IMDB/TVDB identifiersmontellese
2014-12-16Revert "change xbmc/ path to src/ in all files"Rainer Hochecker
This reverts commit 4949be256667f3e500e52b7084476ae1f2b00d92.
2014-12-15change xbmc/ path to src/ in all filesFneufneu
2014-11-29platinum: add patch for 2104093montellese
2014-11-29platinum: fix filter mask values of xbmc:votes and xbmc:artworkmontellese
2014-11-25[libdvdread] - add patch for fixing partial reads in file_read - also ↵Memphiz
upstreamed for inclusion - patch by karlson2k
2014-11-25[libdvdread] - fix partial reads in file_read - fixes iso playback on ios ↵Memphiz
(which doesn't use libdvdcss and therefore hits this bug)
2014-11-24[libdvdread] - fix out of bound access when playing some iso filesMemphiz
2014-11-17libdvdcss: add custom patches as files to lib/libdvd/patches/Karlson2k
2014-11-17libdvdcss: better handle partial read in libc_readKarlson2k
2014-11-12libdvdcss: fix position after partial read in libc_readKarlson2k
2014-10-20[ios] - libRTV fix build for Xcode 6Linus Yang
2014-10-18[slingbox] add .patch file after b3d686357d0912ce8c748bc013c93b0b6a47cd9bMartijn Kaijser
2014-10-18Merge pull request #5282 from maksqwe/slingboxlib_fixMartijn Kaijser
SlingboxLib: Fix alternative CSlingbox constructor
2014-10-16Reflect int64_t -> size_t changes for "Write()" to AddonsKarlson2k
2014-10-16[vfs] Change CFile::Write() to use size_t/ssize_t; add checks for "Write()" ↵Karlson2k
results; check for negative values; update types to ssize_t
2014-10-16Reflect int64_t -> size_t changes for "Read()" to AddonsKarlson2k
2014-10-16[vfs] Change CFile::Read() to use size_t/ssize_t; add checks for "Read()" ↵Karlson2k
return values; some fixes for new types in "Read()"; update types in code to match 'ssize_t' returned by 'Read()'; some usage of negative return values for Read()
2014-10-07Merge pull request #5283 from maksqwe/midi_effect_type_fixMartijn Kaijser
timidity: Fix "Stage 1 -> Hall 1" reverb effect type
2014-09-15SlingboxLib: Fix alternative CSlingbox constructorMaks Naumov
CSlingbox::CSlingbox(const char * szAddress, unsigned int uiPort /* = 5001 */) { // Call default constructor CSlingbox(); ... } "CSlingbox();" - object is created and immediately removed. Therefore with CSlingbox(const char * szAddress, unsigned int uiPort /* = 5001 */) class members will not be initialized.
2014-09-01Merge pull request #5251 from ace20022/bd_mouseTobias Arrskog
[bluray] Add mouse support in menus.
2014-08-25timidity: Fix "Stage 1 -> Hall 1" reverb effect typeMaks Naumov
2014-08-21cximage: fix broken cr2 after wrong backport of security fix ↵Rainer Hochecker
d13aee8e81be9032ed78fd707d485fdcb4ed5bd6
2014-08-19[bluray] Add mouse support in menus.ace20022
2014-08-10[libs] Remove superfluous freetype version/project from the tree.ace20022
2014-08-09Merge pull request #5105 from fritsch/removecrystalhdMartijn Kaijser
Removecrystalhd
2014-08-07platinum: add patch for bf8934a1f074c14b21359978821957520ed66eb4montellese
2014-08-07platinum: improve logging on bad HTTP requestsmontellese
2014-08-02platinum: add patch for 9916c3e60b5924cd36bb4018e3723659cc077e23montellese
2014-08-02platinum: only apply Xbox specific "friendlyName" restrictions to Xbox clientsmontellese
2014-07-28CrystalHD: Rest in peacefritsch