aboutsummaryrefslogtreecommitdiff
path: root/src/encoder
Commit message (Expand)AuthorAge
* encoders: remove unnessesary pointers to const stringsViliam Mateicka2009-12-03
* encoders: implement new get_mime_types methodViliam Mateicka2009-12-03
* null_encoder: use pcm_bufferViliam Mateicka2009-12-03
* flac_encoder: add support for libFLAC < 1.1.3Viliam Mateicka2009-12-03
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-02
* encoder: let wave encoder to use pcm_buffer, pcm conversion code cleanupViliam Mateicka2009-11-17
* encoder: introducing flac encoder pluginViliam Mateicka2009-11-17
* include config.h in all sourcesMax Kellermann2009-11-12
* wave_encoder: new encoder for streaming PCM wave files.Viliam Mateicka2009-11-10
* encoder/null: removed empty close() methodMax Kellermann2009-11-08
* encoder/null: removed unused audio_format attributeMax Kellermann2009-11-08
* encoder: renaming none_encoder to null_encoderViliam Mateicka2009-10-26
* encoder: new encoder plugin which just pass data throughViliam Mateicka2009-10-24
* encoder/twolame: new encoder plugin based on libtwolameMax Kellermann2009-07-14
* vorbis_encoder: start a new stream in tag()Max Kellermann2009-05-05
* vorbis_encoder: moved code to vorbis_encoder_headerout()Max Kellermann2009-05-05
* vorbis_encoder: reinitialize vorbis_dsp_state after flushMax Kellermann2009-04-25
* vorbis_encoder: added support for all MPD tag typesMax Kellermann2009-03-15
* vorbis_encoder: removed vorbis_encoder.vcMax Kellermann2009-03-15
* vorbis_encoder: use vorbis_commentheader_out() in the tag() methodMax Kellermann2009-03-15
* vorbis_encoder: pass vorbis_comment to tag helper functionsMax Kellermann2009-03-15
* vorbis_encoder: make ogg_page a local variableMax Kellermann2009-03-15
* vorbis_encoder: fill the ogg_page in the read() methodMax Kellermann2009-03-15
* all: Update copyright header.Avuton Olrich2009-03-13
* tag: no CamelCaseMax Kellermann2009-02-27
* vorbis_encoder: vorbis_encoder_clear() returns voidMax Kellermann2009-02-24
* encoder: added lame mp3 encoderMax Kellermann2009-02-22
* encoder: added vorbis encoderMax Kellermann2009-02-22