Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-12 | [mythtv] remove internal mythtv support | Matthias Kortstiege | |
2015-03-09 | [dxva] hevc: add compat header for mingw. | Anton Fedchin | |
2015-03-08 | [filesystem/afp] - remove AFP implementation | Memphiz | |
2015-03-07 | [win32] fix building after split addon gui for skin and binary addons ↵ | Martijn Kaijser | |
127663da0ed4cff015d9d0070ccacf543282dd82 | |||
2015-03-04 | split addon gui for skin and binary addons | Rainer Hochecker | |
2015-03-02 | Merge pull request #6415 from ace20022/chap_new | Andreas Zelend | |
Show chapters in the bookmark dialog | |||
2015-03-01 | added: support grabbing chapter name and position from bluray/dvds | Arne Morten Kvarving | |
2015-02-27 | SDL clean-up - remove HAS_SDL_OPENGL | Rainer Hochecker | |
2015-02-17 | Revert "[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-16 | Merge pull request #6367 from AlwinEsch/increase-pvr-addon-version | Rainer 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-14 | Merge pull request #6381 from tobbi/coverity_1194431 | Matthias Kortstiege | |
[coverity] Fix for #1194431 | |||
2015-02-12 | Merge pull request #6412 from Memphiz/c++11 | Martijn 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++11 | Memphiz | |
2015-02-10 | Fixed wrong return type | AchimTuran | |
2015-02-09 | [coverity] Fix for #1194431 | Tobias Markus | |
2015-01-31 | Merge pull request #6184 from 7pepo7/master-subtitles | Sascha Montellese | |
upnp: support for external subtitles | |||
2015-01-30 | [OSX] - drop unneeded script for librtmp | Rainer Hochecker | |
2015-01-21 | Fix for coverity #1194431 | Tobias Markus | |
2015-01-17 | PATCH for Platinum library needed to external subtitles over UPnP works. | Rafał Chwiała | |
2015-01-17 | platinum Changes to external subtitles over UPnP works | Rafał 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-09 | Merge pull request #5436 from Memphiz/texturepacker_removesdl | jenkins4kodi | |
2015-01-08 | [libsquish] - move libsquish to native depends | wsnipex | |
2015-01-07 | [stdstring] get rid of CStdString in UnrarXLib | Jonathan Marshall | |
2014-12-23 | platinum: add patch for bd19c357eb | montellese | |
2014-12-23 | platinum: add xbmc:uniqueidentifier for IMDB/TVDB identifiers | montellese | |
2014-12-16 | Revert "change xbmc/ path to src/ in all files" | Rainer Hochecker | |
This reverts commit 4949be256667f3e500e52b7084476ae1f2b00d92. | |||
2014-12-15 | change xbmc/ path to src/ in all files | Fneufneu | |
2014-11-29 | platinum: add patch for 2104093 | montellese | |
2014-11-29 | platinum: fix filter mask values of xbmc:votes and xbmc:artwork | montellese | |
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 files | Memphiz | |
2014-11-17 | libdvdcss: add custom patches as files to lib/libdvd/patches/ | Karlson2k | |
2014-11-17 | libdvdcss: better handle partial read in libc_read | Karlson2k | |
2014-11-12 | libdvdcss: fix position after partial read in libc_read | Karlson2k | |
2014-10-20 | [ios] - libRTV fix build for Xcode 6 | Linus Yang | |
2014-10-18 | [slingbox] add .patch file after b3d686357d0912ce8c748bc013c93b0b6a47cd9b | Martijn Kaijser | |
2014-10-18 | Merge pull request #5282 from maksqwe/slingboxlib_fix | Martijn Kaijser | |
SlingboxLib: Fix alternative CSlingbox constructor | |||
2014-10-16 | Reflect int64_t -> size_t changes for "Write()" to Addons | Karlson2k | |
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-16 | Reflect int64_t -> size_t changes for "Read()" to Addons | Karlson2k | |
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-07 | Merge pull request #5283 from maksqwe/midi_effect_type_fix | Martijn Kaijser | |
timidity: Fix "Stage 1 -> Hall 1" reverb effect type | |||
2014-09-15 | SlingboxLib: Fix alternative CSlingbox constructor | Maks 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-01 | Merge pull request #5251 from ace20022/bd_mouse | Tobias Arrskog | |
[bluray] Add mouse support in menus. | |||
2014-08-25 | timidity: Fix "Stage 1 -> Hall 1" reverb effect type | Maks Naumov | |
2014-08-21 | cximage: fix broken cr2 after wrong backport of security fix ↵ | Rainer Hochecker | |
d13aee8e81be9032ed78fd707d485fdcb4ed5bd6 |