Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-08 | [cximage]: use integers for arithmetic in CxImage::CheckFormat | Olaf Hering | |
ximaenc.cpp: In member function 'bool CxImage::CheckFormat(BYTE*, DWORD, DWORD)': ximaenc.cpp:1126:28: warning: NULL used in arithmetic [-Wpointer-arith] if (buffer==NULL || size==NULL){ Signed-off-by: Olaf Hering <olaf@aepfle.de> | |||
2015-07-08 | [cximage]: remove undefined operation on variable in dcr_sony_decrypt | Olaf Hering | |
Untangle code in dcr_sony_decrypt to fix the following warning: libdcr.c: In function 'dcr_sony_decrypt': libdcr.c:2475:51: warning: operation on 'p->sony_decrypt_p' may be undefined [-Wsequence-point] *data++ ^= p->sony_decrypt_pad[p->sony_decrypt_p++ & 127] = p->sony_decrypt_pad[(p->sony_decrypt_p+1) & 127] ^ p->sony_decrypt_pad[(p->sony_decrypt_p+65) & 127]; Signed-off-by: Olaf Hering <olaf@aepfle.de> | |||
2015-07-08 | [cximage]: remove warning about statement with no effect | Olaf Hering | |
The local variable 'k' remains initialized from the earlier loop. Remove the variable to avoid misleading compiler warning. ximadsp.cpp: In member function 'int CxImage::OptimalThreshold(long int, RECT*, CxImage*)': ximadsp.cpp:3337:9: warning: statement has no effect [-Wunused-value] for (k;k<=gray_max;k++) if (p[k] > 0) L -= p[k]*log(p[k]/w2)/w2; ^ ximadsp.cpp:3350:9: warning: statement has no effect [-Wunused-value] for (k;k<=gray_max;k++){ Signed-off-by: Olaf Hering <olaf@aepfle.de> | |||
2015-07-07 | [cximage]: remove undefined operation on variable | Olaf Hering | |
ximadsp.cpp: In member function 'bool CxImage::Lut(BYTE*)': ximadsp.cpp:2797:26: warning: operation on 'iSrc' may be undefined [-Wsequence-point] *iSrc++ = pLut[*iSrc]; Signed-off-by: Olaf Hering <olaf@aepfle.de> | |||
2015-06-23 | [libexif] Ignore invalid DMS value in GPS coordinate, and fix kodi crash due ↵ | balmeras | |
to buffer overflow with special value FFFFFF | |||
2015-06-02 | addon.xml was written as ucs2 with bom as that is the default output from ↵ | Pär Björklund | |
powershell, changed it to specify utf8 without bom | |||
2015-05-03 | [cec] bump to libCEC 3.0.0 | Lars Op den Kamp | |
2015-04-10 | fixed: bitwise and intended, not logical | Arne Morten Kvarving | |
2015-04-01 | [replaytv] remove replaytv support | Stefan Saraev | |
2015-04-01 | [daap] remove daap support | Stefan Saraev | |
2015-03-23 | Remove lib/enca/ | Bernd Kuhls | |
Second try to remove lib/enca/, let´s test whether project/VS2010Express/XBMC for Windows.sln really needs libenca ;) Forum thread for discussion http://forum.kodi.tv/showthread.php?tid=221837 | |||
2015-03-19 | paplayer: drop obsolete codecs from lib | Rainer Hochecker | |
2015-03-19 | paplayer: drop remaining codecs, only use ffmpeg | Rainer Hochecker | |
2015-03-18 | [configure.in] rename file extension to configure.ac | uNiversaI | |
renamed: configure.in -> configure.ac renamed: lib/libmodplug/configure.in -> lib/libmodplug/configure.ac renamed: lib/timidity/configure.in -> lib/timidity/configure.ac renamed: tools/depends/configure.in -> tools/depends/configure.ac renamed: xbmc/visualizations/Goom/goom2k4-0/configure.in -> xbmc/visualizations/Goom/goom2k4-0/configure.ac renamed: xbmc/visualizations/Goom/goom2k4-0/gtk-gui-devel/configure.in -> xbmc/visualizations/Goom/goom2k4-0/gtk-gui-devel/configure.ac | |||
2015-03-14 | Merge pull request #6647 from afedchin/dxva_hevc | Anton Fedchin | |
[dxva] Added dxva hevc decoding. | |||
2015-03-14 | Merge pull request #6702 from Montellese/lib_drop_libmicrohttpd | Sascha Montellese | |
lib: get rid of copy of libmicrohttpd | |||
2015-03-13 | [htsp] remove internal htsp support. | ksooo | |
2015-03-13 | lib: get rid of copy of libmicrohttpd | montellese | |
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 | |