aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/flac_encoder.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* encoder/flac: fix write callback prototype for libFLAC 1.1.2Max Kellermann2009-12-151-1/+7
* encoders: remove unnessesary pointers to const stringsViliam Mateicka2009-12-031-3/+1
* encoders: implement new get_mime_types methodViliam Mateicka2009-12-031-0/+9
* flac_encoder: add support for libFLAC < 1.1.3Viliam Mateicka2009-12-031-18/+47
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-12/+32
* encoder: introducing flac encoder pluginViliam Mateicka2009-11-171-0/+296