Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Encoder*: move to src/encoder | Max Kellermann | 2014-01-23 | 1 | -420/+0 |
| | | | | .. and move the plugins to src/encoder/plugins/. | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | filter/route, ...: add missing stdlib.h includes | Max Kellermann | 2013-11-11 | 1 | -0/+1 |
| | |||||
* | *: update copyright year to 2013 | Max Kellermann | 2013-10-30 | 1 | -1/+1 |
| | |||||
* | encoder/{opus,vorbis}: new serial generator replacing g_random_int() | Max Kellermann | 2013-10-19 | 1 | -1/+2 |
| | |||||
* | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 2013-10-16 | 1 | -4/+5 |
| | | | | Replacing GLib macros. | ||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -3/+0 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -31/+26 |
| | | | | Replaces GLib's GError. | ||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -2/+2 |
| | |||||
* | EncoderPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 1 | -6/+5 |
| | |||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -18/+18 |
| | |||||
* | encoder_api: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -16/+13 |
| | |||||
* | fix overwriting bitrate with signal type | Matthias Larisch | 2013-06-24 | 1 | -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 Kellermann | 2013-01-30 | 1 | -4/+0 |
| | |||||
* | encoder/{Vorbis,Opus}: use new/delete | Max Kellermann | 2013-01-15 | 1 | -6/+7 |
| | |||||
* | encoder/opus: implement lookahead | Max Kellermann | 2012-10-02 | 1 | -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 attribute | Max Kellermann | 2012-10-02 | 1 | -1/+5 |
| | |||||
* | encoder/{vorbis,opus}: merge code to new class OggStream | Max Kellermann | 2012-10-02 | 1 | -43/+13 |
| | |||||
* | encoder/opus: call ogg_stream_flush() only in the last iteration | Max Kellermann | 2012-10-02 | 1 | -4/+4 |
| | | | | If there are multiple pages, the last partial page must be flushed. | ||||
* | encoder/opus: new encoder plugin for the Opus codec | Max Kellermann | 2012-10-02 | 1 | -0/+417 |