aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/OpusEncoderPlugin.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2014Max Kellermann2014-01-131-1/+1
* filter/route, ...: add missing stdlib.h includesMax Kellermann2013-11-111-0/+1
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
* encoder/{opus,vorbis}: new serial generator replacing g_random_int()Max Kellermann2013-10-191-1/+2
* system/ByteOrder: new library for byte ordering / endianessMax Kellermann2013-10-161-4/+5
* Log: new logging library APIMax Kellermann2013-10-021-3/+0
* util/Error: new error passing libraryMax Kellermann2013-09-041-31/+26
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-2/+2
* EncoderPlugin: pass config_param referenceMax Kellermann2013-08-041-6/+5
* audio_format: convert to C++Max Kellermann2013-08-031-18/+18
* encoder_api: convert to C++Max Kellermann2013-07-301-16/+13
* fix overwriting bitrate with signal typeMatthias Larisch2013-06-241-3/+3
* {encoder,output}_api.h: allow compiling as C++Max Kellermann2013-01-301-4/+0
* encoder/{Vorbis,Opus}: use new/deleteMax Kellermann2013-01-151-6/+7
* encoder/opus: implement lookaheadMax Kellermann2012-10-021-2/+43
* encoder/opus: initialize the "granulepos" packet attributeMax Kellermann2012-10-021-1/+5
* encoder/{vorbis,opus}: merge code to new class OggStreamMax Kellermann2012-10-021-43/+13
* encoder/opus: call ogg_stream_flush() only in the last iterationMax Kellermann2012-10-021-4/+4
* encoder/opus: new encoder plugin for the Opus codecMax Kellermann2012-10-021-0/+417