aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/OpusEncoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Encoder*: move to src/encoderMax Kellermann2014-01-231-420/+0
| | | | .. and move the plugins to src/encoder/plugins/.
* 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
| | | | Replacing GLib macros.
* Log: new logging library APIMax Kellermann2013-10-021-3/+0
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* util/Error: new error passing libraryMax Kellermann2013-09-041-31/+26
| | | | Replaces GLib's GError.
* *: 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
| | | | | | | I recently opened a bug: http://bugs.musicpd.org/view.php?id=3787 The main problem is that opus encoder config for signal overwrote bitrate setting.
* {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
| | | | | | The "opusinfo" program complained about preskip value that was too small. This commit uses OPUS_GET_LOOKAHEAD to obtain the number of frames that shall be silence at the beginning.
* 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
| | | | If there are multiple pages, the last partial page must be flushed.
* encoder/opus: new encoder plugin for the Opus codecMax Kellermann2012-10-021-0/+417