aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-03audio_format: convert to C++Max Kellermann7-65/+67
2013-07-30tag: convert to C++Max Kellermann1-6/+6
2013-07-30encoder_api: convert to C++Max Kellermann14-119/+94
2013-07-30encoder/lame,twolame: convert to C++Max Kellermann4-104/+154
2013-07-30encoder/wave: convert to C++Max Kellermann2-26/+58
2013-07-30encoder/null: convert to C++Max Kellermann2-24/+54
2013-07-30pcm_buffer: convert to C++Max Kellermann1-7/+5
2013-07-29encoder/flac: convert to C++Max Kellermann2-22/+56
2013-06-24fix overwriting bitrate with signal typeMatthias Larisch1-3/+3
2013-04-09pcm_*: move to src/pcm/Max Kellermann1-1/+1
2013-01-30filter/chain, encoder: GLib include cleanupMax Kellermann4-28/+27
2013-01-30{encoder,output}_api.h: allow compiling as C++Max Kellermann2-8/+0
2013-01-15encoder/{Vorbis,Opus}: use new/deleteMax Kellermann2-10/+14
2013-01-15fifo_buffer: move to util/Max Kellermann3-6/+6
2012-10-02{decoder,encoder}/flac: drop support for libFLAC 1.1Max Kellermann1-26/+5
2012-10-02encoder/opus: implement lookaheadMax Kellermann1-2/+43
2012-10-02encoder/opus: initialize the "granulepos" packet attributeMax Kellermann1-1/+5
2012-10-02encoder/{vorbis,opus}: merge code to new class OggStreamMax Kellermann3-89/+154
2012-10-02encoder/vorbis: accept floating point input samplesMax Kellermann1-8/+9
2012-10-02encoder/opus: call ogg_stream_flush() only in the last iterationMax Kellermann1-4/+4
2012-10-02encoder/opus: new encoder plugin for the Opus codecMax Kellermann2-0/+442
2012-10-02encoder/vorbis: use C++ compilerMax Kellermann2-23/+51
2012-10-02encoder/vorbis: make variables more localMax Kellermann1-20/+12
2012-04-05encoder/vorbis: generate end-of-stream packet when playback endsMax Kellermann3-0/+3
2012-04-04encoder/vorbis: generate end-of-stream packet before tagMax Kellermann1-2/+0
2012-03-22audio_format: remove the packed S24 formatMax Kellermann1-5/+0
2011-11-28encoder/wave: support packed 24 bit samplesMax Kellermann1-0/+5
2011-11-28encoder/null: use fifo_buffer instead of pcm_bufferMax Kellermann1-19/+15
2011-11-28encoder/wave: use fifo_buffer instead of pcm_bufferMax Kellermann1-19/+27
2011-11-28encoder/flac: use fifo_buffer instead of pcm_bufferMax Kellermann1-16/+20
2011-07-20encoder_plugin: add method pre_tag()Max Kellermann1-0/+11
2011-03-31fix common misspellingsJonathan Neuschäfer1-1/+1
2011-03-16encoder/vorbis: reset the Ogg stream after flushMax Kellermann1-0/+2
2011-03-16encoder/vorbis: reset the Ogg stream after flushMax Kellermann1-0/+2
2011-02-09general: whitespace cleanupThomas Jansen2-5/+5
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