aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/flac_encoder.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-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 pluginViliam Mateicka2009-11-171-0/+296