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