aboutsummaryrefslogtreecommitdiffstats
path: root/AudioFile.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use explicit parens when checking assignmentsJason A. Donenfeld2020-07-311-2/+2
* Use itemMap() instead of deprecated itemListMap()Jason A. Donenfeld2020-07-301-5/+5
* Explicitly mention return type, and don't partially specialize functions.Jason A. Donenfeld2013-01-191-13/+21
* Use const ref on generics to please ##c++ people.Jason A. Donenfeld2013-01-191-3/+3
* Extract disc total and utilize that too.Jason A. Donenfeld2012-08-221-2/+34
* Add library display tool.Jason A. Donenfeld2012-08-221-0/+13
* Make the accesors inline and document AudioFile.cpp.Jason A. Donenfeld2012-08-201-74/+12
* Make functional.Jason A. Donenfeld2012-08-201-0/+4
* Make fundumentals work decently.Jason A. Donenfeld2012-08-201-0/+10
* Support audio properties too.Jason A. Donenfeld2012-08-191-8/+35
* Add read tag program. Fix uninitialized error.Jason A. Donenfeld2012-08-191-1/+1
* Initial commit of tag extractor and test main.Jason A. Donenfeld2012-08-191-0/+189