Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-26 | Remove some deleted files from Makefiles | Lars-Dominik Braun | 1 | -1/+1 | |
make dist should work again. | |||||
2008-08-25 | More checks in ./configure | Lars-Dominik Braun | 1 | -2/+2 | |
2008-08-19 | Allow key shortcut configuration via config file | Lars-Dominik Braun | 1 | -2/+2 | |
Some code restructuring was made, too: - Move UI functions to ui.c and ui_act.c - Change default keys for loving and banning to + and - | |||||
2008-07-24 | Initial ReplayGain work (including anti-clipping) | Lars-Dominik Braun | 1 | -1/+1 | |
Could be tuned... | |||||
2008-06-22 | client: last.fm scrobbling implemented | Lars-Dominik Braun | 1 | -2/+2 | |
Very very ugly... We should spawn another thread. But for now it's working. (Though the played times are wrong for me, could be a wardrobe issue...) | |||||
2008-06-21 | client: Read stsz atom containing frame sizes | Lars-Dominik Braun | 1 | -3/+7 | |
This has two advantages: 1) We can pass the correct amount of bytes to NeAACDecDecode (). This should fix some decoding error messages. And 2) We can show the length of the song and the remaining (or already played time) to the user. Cool, eh? | |||||
2008-06-17 | lib: Move sources to src | Lars-Dominik Braun | 1 | -2/+2 | |
2008-06-15 | client: Manpage added | Lars-Dominik Braun | 1 | -1/+1 | |
2008-06-15 | client: Config file added, not yet documented | Lars-Dominik Braun | 1 | -1/+1 | |
Some restructuring was necessary too. | |||||
2008-06-13 | Hopefully fixed wrong libxml2 usage | Lars-Dominik Braun | 1 | -2/+2 | |
We did a xmlCleanupParser () call everytime we finished parsing; this is wrong (http://xmlsoft.org/html/libxml-parser.html#xmlCleanupParser) | |||||
2008-06-11 | client: Station renaming implemented | Lars-Dominik Braun | 1 | -1/+1 | |
2008-06-10 | Added missing files to repo | Lars-Dominik Braun | 1 | -0/+6 | |