aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder (follow)
Commit message (Expand)AuthorAgeFilesLines
* vorbis_encoder: added support for all MPD tag typesMax Kellermann2009-03-151-29/+4
* vorbis_encoder: removed vorbis_encoder.vcMax Kellermann2009-03-151-4/+6
* vorbis_encoder: use vorbis_commentheader_out() in the tag() methodMax Kellermann2009-03-151-6/+15
* vorbis_encoder: pass vorbis_comment to tag helper functionsMax Kellermann2009-03-151-9/+9
* vorbis_encoder: make ogg_page a local variableMax Kellermann2009-03-151-24/+13
* vorbis_encoder: fill the ogg_page in the read() methodMax Kellermann2009-03-151-4/+23
* all: Update copyright header.Avuton Olrich2009-03-132-6/+8
* tag: no CamelCaseMax Kellermann2009-02-271-1/+1
* vorbis_encoder: vorbis_encoder_clear() returns voidMax Kellermann2009-02-241-5/+1
* encoder: added lame mp3 encoderMax Kellermann2009-02-221-0/+284
* encoder: added vorbis encoderMax Kellermann2009-02-221-0/+388