Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-18 | remove dependency from Unrar lib to GUIWindowManager | Rainer Hochecker | |
2015-09-23 | [library.kodi.audioengine] Fixing clumsy error mesage | Achim Turan | |
2015-09-23 | [library.kodi.audioengine] [FIX CID 1324647] Fixing Null-checking "cb" | Achim Turan | |
2015-09-17 | [library.kodi.audioengine] Basic binary addon AudioEngine implementation | Achim Turan | |
2015-09-14 | platinum: add patch for f606fe4ca1f15a55411e45f528bcdb8f184d5a0c | montellese | |
2015-09-14 | platinum: add xbmc:userrating for user ratings | montellese | |
2015-09-14 | platinum: add patch for d75e736 | montellese | |
2015-09-14 | platinum: add xbmc:country for countries | montellese | |
2015-09-04 | remove visualizations fishbmc, goom, milkdrop, projectm, spectrum, vortex ↵ | wsnipex | |
and waveform from tree | |||
2015-08-27 | [groovy] Move groovy to tools/codegenerator/ | hudokkow | |
2015-08-26 | [groovy] Update to 2.4.4 | hudokkow | |
2015-07-19 | [adsp] Add dsp processing setting dialog selection to player dialog | AlwinEsch | |
2015-07-19 | [adsp] Add gui sound playback with selectable channel position on dsp addon ↵ | AlwinEsch | |
callbacks | |||
2015-07-19 | [adsp] Add adsp addon callback helper library | AlwinEsch | |
2015-07-12 | Merge pull request #7141 from Fneufneu/CVE-2015-3885_dcraw_vuln | jenkins4kodi | |
2015-07-11 | Merge pull request #7323 from mapfau/xbmc_cosmetic | Pär Björklund | |
Initalize vars claimed by valgrind / write classname instead 'PVR' in… | |||
2015-07-10 | [libexif] Add an own field for XP comments. | ace20022 | |
2015-07-10 | [fix][libexif] Force text fields to be null-terminated. | ace20022 | |
2015-07-10 | [libexif] Increase the possible length of a comment according to the ↵ | ace20022 | |
specification. | |||
2015-07-10 | [fix][libexif] Fix possible buffer overrun. | ace20022 | |
2015-07-10 | [fix][libexif] Fix mixing of file comments and exif comments. | ace20022 | |
2015-07-10 | [fix][libexif] Prevent possible buffer overrun for XP comments. | ace20022 | |
2015-07-08 | [cleanup] remove slingbox | Stefan Saraev | |
2015-07-08 | Merge pull request #7142 from hudokkow/drop_hdhomerun | h.udo | |
Drop internal HDHomeRun support | |||
2015-07-08 | Merge pull request #7410 from mkortstiege/coverity | Pär Björklund | |
fix a few coverity warnings | |||
2015-07-08 | Merge pull request #7451 from olafhering/master | Matthias Kortstiege | |
various compiler warnings | |||
2015-07-08 | Drop internal HDHomeRun support | hudokkow | |
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-08 | [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-07-07 | fix a few coverity warnings | Matthias Kortstiege | |
2015-07-06 | [libexif] Add processing of comment tags used by Windows. | ace20022 | |
2015-07-04 | [win32] Added Effects11 project to solution. | Anton Fedchin | |
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-21 | Initalize vars claimed by valgrind / write classname instead 'PVR' in ↵ | mapfau | |
PVRChannelGroups:LOGDEBUG to make debugging easier | |||
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-15 | Avoid overflow in ljpeg_start(). | Fneufneu | |
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 | |