aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann6-6/+6
2011-01-07encoder/lame: explicitly configure the output sample rateMax Kellermann1-0/+7
2010-09-25eliminate g_error() usageThomas Jansen1-1/+2
2009-12-31Update copyright notices.Avuton Olrich6-6/+6
2009-12-15encoder/flac: fix write callback prototype for libFLAC 1.1.2Max Kellermann1-1/+7
2009-12-03encoders: remove unnessesary pointers to const stringsViliam Mateicka5-15/+5
2009-12-03encoders: implement new get_mime_types methodViliam Mateicka5-0/+45
2009-12-03null_encoder: use pcm_bufferViliam Mateicka1-10/+18
2009-12-03flac_encoder: add support for libFLAC < 1.1.3Viliam Mateicka1-18/+47
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann5-18/+61
2009-11-17encoder: let wave encoder to use pcm_buffer, pcm conversion code cleanupViliam Mateicka1-29/+27
2009-11-17encoder: introducing flac encoder pluginViliam Mateicka1-0/+296
2009-11-12include config.h in all sourcesMax Kellermann5-0/+5
2009-11-10wave_encoder: new encoder for streaming PCM wave files.Viliam Mateicka1-0/+241
2009-11-08encoder/null: removed empty close() methodMax Kellermann1-6/+0
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