aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-05CID 77582, 77583, 77584: Resource leak (RESOURCE_LEAK).ace20022
2016-04-05CID 77632, 77633: Untrusted array index read (TAINTED_SCALAR).ace20022
2016-04-05CID 77382: Buffer not null terminated (BUFFER_SIZE_WARNING).ace20022
2016-04-05CID 77678, 77679, 77785: Uninitialized pointer field (UNINIT_CTOR).ace20022
2016-04-05CID 77791: Unused value (UNUSED_VALUE).ace20022
2016-04-05CID 77468: Deleting void pointer (DELETE_VOID).ace20022
2016-04-05CID 77516, 77517, 77524, 77529: Big parameter passed by value (PASS_BY_VALUE).ace20022
2016-04-05CID 77374, 77375: Bad bit shift operation (BAD_SHIFT).ace20022
2016-04-05CID 77503: Improper use of negative value (NEGATIVE_RETURNS).ace20022
2016-04-05CID 77466: Logically dead code (DEADCODE).ace20022
2016-04-05CID 1248197: Logically dead code (DEADCODE). AEUtil: Silence coverity ↵fritsch
warning by not using integer comparison
2016-04-05CID 77499, 77500, 77502: Argument cannot be negative (NEGATIVE_RETURNS).ace20022
2016-04-05Merge pull request #9558 from anaconda/fix-jonib-namedseasonsjenkins4kodi
2016-04-05Merge pull request #9548 from tamland/context_menu_cleanup2tamland
remove some unused/duplicate context menus
2016-04-05Merge pull request #9555 from FernetMenta/speedRainer Hochecker
VideoPlayer: set speed on demuxer when speed of player is changed
2016-04-05Merge pull request #9554 from Timemashine/patch-1Memphiz
small syntax typo
2016-04-05videoinfotag: fix typo introduced in e6e2d0ace5cfe6191b8f7727ced1747854254ce4anaconda
Fixes the crash reported at http://forum.kodi.tv/showthread.php?tid=125749&pid=2302058#pid2302058 (cherry picked from commit 0bd69217580cf72bfaed1d8cfa1053a5f6a19eb5)
2016-04-05VideoPlayer: set speed on demuxer when speed of player is changedRainer Hochecker
2016-04-05small syntax typoTimemachine
syntax highlight will highlight "in" and "case"... And quotes can be helpful sometimes in situations like this: for i in $something; do echo almost done done this can cause a bug on some systems
2016-04-04Merge pull request #9535 from mk01/master_cecbuiltinsStefan Saraev
[Builtins/Cec] add missing registrations
2016-04-04Merge pull request #9547 from ace20022/dialog_crashAndreas Zelend
[guilib][fix] Fix "vector iterator not incrementable". dialog->Close …
2016-04-04Merge pull request #9551 from chr-b/eglimx-framebufferStefan Saraev
[EGLIMX] Added category D framebuffer modes
2016-04-04 [EGLIMX] Added category D framebuffer modeschr-b
Framebuffer modes of category "D" are not ignored anymore.
2016-04-05add support for external PGS/.sup subtitlestaxigps
2016-04-04[guilib][fix] Fix "vector iterator not incrementable". dialog->Close erases ↵ace20022
an iterator from m_activeDialogs, so use a copy instead.
2016-04-04Merge pull request #8798 from notspiff/prune_emuRainer Hochecker
Cleanup dll loader / posix win32 emulation functions.
2016-04-04Merge pull request #9442 from MaxKellermann/videoplayer1Rainer Hochecker
Videoplayer code cleanup & race condition fix
2016-04-04[contextmenu] cleanup playlist editor buttons. already in the dialogThomas Amland
2016-04-04[contextmenu] remove unused button definitionsThomas Amland
2016-04-04[contextmenu] remove 'stop scanning' buttonThomas Amland
2016-04-04[contextmenu] remove unused 'add source' buttonThomas Amland
2016-04-04VideoPlayer/DVDDemuxSPU: make destructor non-virtualMax Kellermann
Nobody derives from this class.
2016-04-04VideoPlayer/DVDDemuxSPU: make the class finalMax Kellermann
2016-04-04changed: remove ConvUtils from linux PlatformIncludesArne Morten Kvarving
no reason for pulling this header everywhere. PlatformIncludes is finally a dummy wrapping PlatformDefs.h
2016-04-04changed: remove XMemUtils.h from linux PlatformIncludeArne Morten Kvarving
no reason to pull this header everywhere
2016-04-04changed: remove XTimeUtils from linux PlatformIncludeArne Morten Kvarving
no reason pulling this header everywhere
2016-04-04VideoPlayer: use std::copy_if() in Get(StreamType)Max Kellermann
Reduce overhead.
2016-04-04VideoPlayer: use std::remove_if() for efficient removalMax Kellermann
Changes quadratic behavior in Clear() to linear.
2016-04-04changed: remove XHandlePublic.h from linux PlatformIncludeArne Morten Kvarving
no need to pull this header everywhere
2016-04-04changed: trim XFileUtils from linux PlatformIncludeArne Morten Kvarving
absolutely no reason for pulling in this header everywhere
2016-04-04changed: trim more unused stuff from XFileUtilsArne Morten Kvarving
2016-04-04changed: remove unused (Copy|Move|Delete)File from XFileUtilsArne Morten Kvarving
2016-04-04changed: remove FindFirstFile with friends from XFileUtilsArne Morten Kvarving
2016-04-04changed: disable unused emu functions on posix platformsArne Morten Kvarving
2016-04-04changed: remove unused SleepEx from XFileUtilsArne Morten Kvarving
2016-04-04changed: remove unused SetEndOfFile from XFileUtilsArne Morten Kvarving
2016-04-04drop unnecessary typedefs and definesArne Morten Kvarving
2016-04-04get rid of HRESULT in non-win32 codeArne Morten Kvarving
2016-04-04Merge pull request #9483 from AlwinEsch/adsp_addon_db_hackAlwin Esch
[adsp] rework to new system who already on PVR
2016-04-03Merge pull request #9544 from phil65/status_jsonjenkins4kodi