summaryrefslogtreecommitdiff
path: root/src/encoder
AgeCommit message (Expand)Author
2013-04-09pcm_*: move to src/pcm/Max Kellermann
2013-01-30filter/chain, encoder: GLib include cleanupMax Kellermann
2013-01-30{encoder,output}_api.h: allow compiling as C++Max Kellermann
2013-01-15encoder/{Vorbis,Opus}: use new/deleteMax Kellermann
2013-01-15fifo_buffer: move to util/Max Kellermann
2012-10-02{decoder,encoder}/flac: drop support for libFLAC 1.1Max Kellermann
2012-10-02encoder/opus: implement lookaheadMax Kellermann
2012-10-02encoder/opus: initialize the "granulepos" packet attributeMax Kellermann
2012-10-02encoder/{vorbis,opus}: merge code to new class OggStreamMax Kellermann
2012-10-02encoder/vorbis: accept floating point input samplesMax Kellermann
2012-10-02encoder/opus: call ogg_stream_flush() only in the last iterationMax Kellermann
2012-10-02encoder/opus: new encoder plugin for the Opus codecMax Kellermann
2012-10-02encoder/vorbis: use C++ compilerMax Kellermann
2012-10-02encoder/vorbis: make variables more localMax Kellermann
2012-04-05Merge branch 'v0.16.x'Max Kellermann
2012-04-05encoder/vorbis: generate end-of-stream packet when playback endsMax Kellermann
2012-04-04encoder/vorbis: generate end-of-stream packet before tagMax Kellermann
2012-03-22audio_format: remove the packed S24 formatMax Kellermann
2011-11-28Merge branch 'v0.16.x'Max Kellermann
2011-11-28encoder/wave: support packed 24 bit samplesMax Kellermann
2011-11-28encoder/null: use fifo_buffer instead of pcm_bufferMax Kellermann
2011-11-28encoder/wave: use fifo_buffer instead of pcm_bufferMax Kellermann
2011-11-28encoder/flac: use fifo_buffer instead of pcm_bufferMax Kellermann
2011-07-20Merge branch 'v0.16.x'Max Kellermann
2011-07-20encoder_plugin: add method pre_tag()Max Kellermann
2011-03-31fix common misspellingsJonathan Neuschäfer
2011-03-19Merge commit 'release-0.16.2'Max Kellermann
2011-03-16encoder/vorbis: reset the Ogg stream after flushMax Kellermann
2011-02-09general: whitespace cleanupThomas Jansen
2011-01-29copyright year 2011Max Kellermann
2011-01-07Merge branch 'v0.15.x' into v0.16.xMax Kellermann
2011-01-07encoder/lame: explicitly configure the output sample rateMax Kellermann
2010-10-11Merge release 0.15.13 from branch 'v0.15.x'Max Kellermann
2010-09-25eliminate g_error() usageThomas Jansen
2009-12-31Update copyright notices.Avuton Olrich
2009-12-15encoder/flac: fix write callback prototype for libFLAC 1.1.2Max Kellermann
2009-12-03encoders: remove unnessesary pointers to const stringsViliam Mateicka
2009-12-03encoders: implement new get_mime_types methodViliam Mateicka
2009-12-03null_encoder: use pcm_bufferViliam Mateicka
2009-12-03flac_encoder: add support for libFLAC < 1.1.3Viliam Mateicka
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann
2009-11-17encoder: let wave encoder to use pcm_buffer, pcm conversion code cleanupViliam Mateicka
2009-11-17encoder: introducing flac encoder pluginViliam Mateicka
2009-11-12include config.h in all sourcesMax Kellermann
2009-11-10wave_encoder: new encoder for streaming PCM wave files.Viliam Mateicka
2009-11-08encoder/null: removed empty close() methodMax Kellermann
2009-11-08encoder/null: removed unused audio_format attributeMax Kellermann
2009-10-26encoder: renaming none_encoder to null_encoderViliam Mateicka
2009-10-24encoder: new encoder plugin which just pass data throughViliam Mateicka
2009-07-14encoder/twolame: new encoder plugin based on libtwolameMax Kellermann