aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-05util/DynamicFifoBuffer: new class replacing growing_fifoMax Kellermann3-67/+30
2013-11-28include cleanup using iwyuMax Kellermann2-3/+0
2013-11-11filter/route, ...: add missing stdlib.h includesMax Kellermann1-0/+1
2013-10-30*: update copyright year to 2013Max Kellermann7-7/+7
2013-10-21util/NumberParser: utilities for parsing numbers from ASCII stringsMax Kellermann3-10/+9
2013-10-19encoder/{opus,vorbis}: new serial generator replacing g_random_int()Max Kellermann4-3/+77
2013-10-19encoder/wave: include cleanupMax Kellermann1-2/+0
2013-10-16system/ByteOrder: new library for byte ordering / endianessMax Kellermann2-51/+52
2013-10-16encoder/wave: use delete to dispose the WaveEncoder objectMax Kellermann1-1/+1
2013-10-15Client, ...: remove unnecessary glib.h includeMax Kellermann1-2/+0
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-10-02Log: new logging library APIMax Kellermann3-7/+3
2013-09-26*Plugin: remove redundant "line %i" from error messagesMax Kellermann3-39/+24
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-1/+1
2013-09-04util/Error: new error passing libraryMax Kellermann7-192/+174
2013-08-07encoder/lame: use ReusableBuffer instead of AllocatedArrayMax Kellermann1-23/+13
2013-08-07add missing includesMax Kellermann1-0/+2
2013-08-06encoder/lame: dynamic output bufferMax Kellermann1-4/+18
2013-08-06encoder/lame: use delete instead of g_free()Max Kellermann1-1/+1
2013-08-06encoder/lame: use lame_encode_buffer_interleaved()Max Kellermann1-14/+5
2013-08-06encoder/lame: use offset variable instead of memmove()Max Kellermann2-17/+36
2013-08-06encoder/lame: rename "buffer" to "output_buffer"Max Kellermann2-31/+33
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann3-14/+14
2013-08-04EncoderPlugin: pass config_param referenceMax Kellermann7-42/+40
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