summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2014-05-06Improvements in default cover art nameMarcos CARDINOT
2014-05-05load covers into wcoverartMarcos CARDINOT
2014-05-05fixed bug with saved filename: add extMarcos CARDINOT
2014-05-04add coverart class in libraryMarcos CARDINOT
2014-05-04Add cover_art in query to get track from db in trackdaoMarcos CARDINOT
2014-05-04remove unnecessary memberMarcos CARDINOT
2014-05-04Initial sketches of GUIMarcos CARDINOT
2014-05-04Improvements in coverartdao class + insert location in dbMarcos CARDINOT
2014-05-04ops... use getAlbum() instead getArtist()Marcos CARDINOT
2014-05-04Improvements in default cover art name - avoid blank namesMarcos CARDINOT
2014-05-04Initial cover art searching + Add cover from directoryMarcos CARDINOT
2014-05-04Implement coverArt extraction from APEtagMarcos CARDINOT
2014-05-04Implement coverArt extraction from XiphCommentMarcos CARDINOT
2014-05-04Implement coverArt extraction from MP4tagMarcos CARDINOT
2014-05-04coverartdao class - add m_pconfig + improvements in storage pathMarcos CARDINOT
2014-05-04Store cover arts from tag in settingsPathMarcos CARDINOT
2014-05-04Construct coverartdao classMarcos CARDINOT
2014-05-04Add cover art in trackinfoobjectMarcos CARDINOT
2014-05-04Implement coverArt extraction from ID3Marcos CARDINOT
2014-04-29Add covertartdao classes to deals with database accessMarcos CARDINOT
2014-04-29Fix table name in schema.xml + update required schema versionMarcos CARDINOT
2014-04-28also update modplug for util/math refactorMax Linke
2014-04-27Merge pull request #245 from daschuer/wnumberdbRJ Ryan
2014-04-28Removed ConstFactor from WNumber. It was badly named, unused and undocumented.Daniel Schürmann
2014-04-28inherid WNumberDb from WNumberDaniel Schürmann
2014-04-28removed unused functionDaniel Schürmann
2014-04-27added ratio2db() and db2ratio()Daniel Schürmann
2014-04-25Revert change from PR#234 -- we actually do want to lie about the # of sample...RJ Ryan
2014-04-25Introduced WNumberDb, to display numeric volume and gain. Allow string substi...Daniel Schürmann
2014-04-25add TODO commentMarcos CARDINOT
2014-04-25hidcontroller: remove memsetMarcos CARDINOT
2014-04-25Merge branch masterMarcos CARDINOT
2014-04-25fix merge conflictsMarcos CARDINOT
2014-04-25fix windows buildMax Linke
2014-04-25Replace cmath.h with util/math.h in stat.cpp.RJ Ryan
2014-04-25Add util/math.h to dlgprefreplaygain.hRJ Ryan
2014-04-25Fix EngineMasterTest by enabling master processing.RJ Ryan
2014-04-25Move "#pragma intrinsic(fabs)" calls to util/math.h.RJ Ryan
2014-04-25Remove bitwise-fabs test since we don't use this anymore.RJ Ryan
2014-04-25Fix some ambiguities with use of pow().RJ Ryan
2014-04-25Add <iostream> in main.cpp.RJ Ryan
2014-04-25Fix std=c++0x issue where 'using std::isnan;' collides with the new global-na...RJ Ryan
2014-04-25Fix another math_min ambiguity.RJ Ryan
2014-04-25Fix more narrowing conversion errors.RJ Ryan
2014-04-25Fix narrowing-conversion issues by using std::fabs instead of fabs.RJ Ryan
2014-04-25Reword comment.RJ Ryan
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2014-04-25Update process-API in engine testsMax Linke
2014-04-24added co "pregain" for aux and micDaniel Schürmann
2014-04-24clean up replayGain a bit and remove pow() call from processDaniel Schürmann