aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/OpusEncoderPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-23Encoder*: move to src/encoderMax Kellermann1-420/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-11filter/route, ...: add missing stdlib.h includesMax Kellermann1-0/+1
2013-10-30*: update copyright year to 2013Max Kellermann1-1/+1
2013-10-19encoder/{opus,vorbis}: new serial generator replacing g_random_int()Max Kellermann1-1/+2
2013-10-16system/ByteOrder: new library for byte ordering / endianessMax Kellermann1-4/+5
2013-10-02Log: new logging library APIMax Kellermann1-3/+0
2013-09-04util/Error: new error passing libraryMax Kellermann1-31/+26
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-2/+2
2013-08-04EncoderPlugin: pass config_param referenceMax Kellermann1-6/+5
2013-08-03audio_format: convert to C++Max Kellermann1-18/+18
2013-07-30encoder_api: convert to C++Max Kellermann1-16/+13
2013-06-24fix overwriting bitrate with signal typeMatthias Larisch1-3/+3
2013-01-30{encoder,output}_api.h: allow compiling as C++Max Kellermann1-4/+0
2013-01-15encoder/{Vorbis,Opus}: use new/deleteMax Kellermann1-6/+7
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 Kellermann1-43/+13
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 Kellermann1-0/+417