aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-08encoder/null: removed unused audio_format attributeMax Kellermann1-5/+2
2009-10-26encoder: renaming none_encoder to null_encoderViliam Mateicka1-25/+25
2009-10-24encoder: new encoder plugin which just pass data throughViliam Mateicka1-0/+124
2009-07-14encoder/twolame: new encoder plugin based on libtwolameMax Kellermann1-0/+299
2009-05-05vorbis_encoder: start a new stream in tag()Max Kellermann1-6/+9
2009-05-05vorbis_encoder: moved code to vorbis_encoder_headerout()Max Kellermann1-5/+10
2009-04-25vorbis_encoder: reinitialize vorbis_dsp_state after flushMax Kellermann1-0/+7
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