aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2015-10-18remove dependency from Unrar lib to GUIWindowManagerRainer Hochecker
2015-09-23[library.kodi.audioengine] Fixing clumsy error mesageAchim 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 implementationAchim Turan
2015-09-14platinum: add patch for f606fe4ca1f15a55411e45f528bcdb8f184d5a0cmontellese
2015-09-14platinum: add xbmc:userrating for user ratingsmontellese
2015-09-14platinum: add patch for d75e736montellese
2015-09-14platinum: add xbmc:country for countriesmontellese
2015-09-04remove 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.4hudokkow
2015-07-19[adsp] Add dsp processing setting dialog selection to player dialogAlwinEsch
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 libraryAlwinEsch
2015-07-12Merge pull request #7141 from Fneufneu/CVE-2015-3885_dcraw_vulnjenkins4kodi
2015-07-11Merge pull request #7323 from mapfau/xbmc_cosmeticPä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 slingboxStefan Saraev
2015-07-08Merge pull request #7142 from hudokkow/drop_hdhomerunh.udo
Drop internal HDHomeRun support
2015-07-08Merge pull request #7410 from mkortstiege/coverityPär Björklund
fix a few coverity warnings
2015-07-08Merge pull request #7451 from olafhering/masterMatthias Kortstiege
various compiler warnings
2015-07-08Drop internal HDHomeRun supporthudokkow
2015-07-08[cximage]: use integers for arithmetic in CxImage::CheckFormatOlaf 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_decryptOlaf 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 effectOlaf 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 variableOlaf 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-07fix a few coverity warningsMatthias 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-21Initalize vars claimed by valgrind / write classname instead 'PVR' in ↵mapfau
PVRChannelGroups:LOGDEBUG to make debugging easier
2015-06-02addon.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-15Avoid overflow in ljpeg_start().Fneufneu
2015-05-03[cec] bump to libCEC 3.0.0Lars Op den Kamp
2015-04-10fixed: bitwise and intended, not logicalArne Morten Kvarving
2015-04-01[replaytv] remove replaytv supportStefan Saraev
2015-04-01[daap] remove daap supportStefan Saraev
2015-03-23Remove 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-19paplayer: drop obsolete codecs from libRainer Hochecker
2015-03-19paplayer: drop remaining codecs, only use ffmpegRainer Hochecker
2015-03-18[configure.in] rename file extension to configure.acuNiversaI
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-14Merge pull request #6647 from afedchin/dxva_hevcAnton Fedchin
[dxva] Added dxva hevc decoding.
2015-03-14Merge pull request #6702 from Montellese/lib_drop_libmicrohttpdSascha Montellese
lib: get rid of copy of libmicrohttpd
2015-03-13[htsp] remove internal htsp support.ksooo
2015-03-13lib: get rid of copy of libmicrohttpdmontellese