Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v0.16.x' | Max Kellermann | 2011-11-28 | 1 | -16/+20 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am NEWS configure.ac src/encoder/flac_encoder.c src/log.c src/pcm_buffer.c | ||||
| * | encoder/flac: use fifo_buffer instead of pcm_buffer | Max Kellermann | 2011-11-28 | 1 | -16/+20 |
| | | | | | | | | | | | | This fixes a buffer corruption bug; pcm_buffer is not designed to be a persistent buffers, and will discard anything between two consecutive calls. | ||||
* | | fix common misspellings | Jonathan Neuschäfer | 2011-03-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/ | ||||
* | | Merge commit 'release-0.16.2' | Max Kellermann | 2011-03-19 | 1 | -3/+3 |
|\| | | | | | | | | | | | | | Conflicts: Makefile.am NEWS configure.ac | ||||
| * | general: whitespace cleanup | Thomas Jansen | 2011-02-09 | 1 | -3/+3 |
| | | | | | | | | | | Remove trailing whitespace found by this command: find -name '*.[ch]' | xargs grep "[[:space:]]$" | ||||
* | | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
|/ | |||||
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | encoder/flac: fix write callback prototype for libFLAC 1.1.2 | Max Kellermann | 2009-12-15 | 1 | -1/+7 |
| | |||||
* | encoders: remove unnessesary pointers to const strings | Viliam Mateicka | 2009-12-03 | 1 | -3/+1 |
| | |||||
* | encoders: implement new get_mime_types method | Viliam Mateicka | 2009-12-03 | 1 | -0/+9 |
| | |||||
* | flac_encoder: add support for libFLAC < 1.1.3 | Viliam Mateicka | 2009-12-03 | 1 | -18/+47 |
| | |||||
* | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 2009-12-02 | 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. | ||||
* | encoder: introducing flac encoder plugin | Viliam Mateicka | 2009-11-17 | 1 | -0/+296 |