Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-03-31 | fix common misspellings | Jonathan Neuschäfer | 1 | -1/+1 | |
These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/ | |||||
2011-02-09 | general: whitespace cleanup | Thomas Jansen | 1 | -3/+3 | |
Remove trailing whitespace found by this command: find -name '*.[ch]' | xargs grep "[[:space:]]$" | |||||
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-12-15 | encoder/flac: fix write callback prototype for libFLAC 1.1.2 | Max Kellermann | 1 | -1/+7 | |
2009-12-03 | encoders: remove unnessesary pointers to const strings | Viliam Mateicka | 1 | -3/+1 | |
2009-12-03 | encoders: implement new get_mime_types method | Viliam Mateicka | 1 | -0/+9 | |
2009-12-03 | flac_encoder: add support for libFLAC < 1.1.3 | Viliam Mateicka | 1 | -18/+47 | |
2009-12-02 | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 1 | -12/+32 | |
This patch prepares support for floating point samples (and probably other formats). It changes the meaning of the "bits" attribute from a bit count to a symbolic value. | |||||
2009-11-17 | encoder: introducing flac encoder plugin | Viliam Mateicka | 1 | -0/+296 | |