aboutsummaryrefslogtreecommitdiff
path: root/lib/cximage-6.0/CxImage/ximadsp.cpp
AgeCommit message (Collapse)Author
2015-12-29[cleanup] nuke cximageStefan Saraev
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-02-10[xcode/c++11] - add explicit casts where narrowing fails in c++11Memphiz
2013-09-26[cximage] Fix uninitialized struct member in ximadsp.ace20022
2013-09-26[cximage] Fix memleak in ximadsp.ace20022
2013-09-15[cximage] fixed: fixed memory leaks in ximadsp.cppWiSo
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp