| Commit message (Expand) | Author | Files | Lines |
2013-11-11 | filter/route, ...: add missing stdlib.h includes | Max Kellermann | 1 | -0/+1 |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 |
2013-10-19 | encoder/{opus,vorbis}: new serial generator replacing g_random_int() | Max Kellermann | 1 | -1/+2 |
2013-10-16 | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 1 | -4/+5 |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -3/+0 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -31/+26 |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -2/+2 |
2013-08-04 | EncoderPlugin: pass config_param reference | Max Kellermann | 1 | -6/+5 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -18/+18 |
2013-07-30 | encoder_api: convert to C++ | Max Kellermann | 1 | -16/+13 |
2013-06-24 | fix overwriting bitrate with signal type | Matthias Larisch | 1 | -3/+3 |
2013-01-30 | {encoder,output}_api.h: allow compiling as C++ | Max Kellermann | 1 | -4/+0 |
2013-01-15 | encoder/{Vorbis,Opus}: use new/delete | Max Kellermann | 1 | -6/+7 |
2012-10-02 | encoder/opus: implement lookahead | Max Kellermann | 1 | -2/+43 |
2012-10-02 | encoder/opus: initialize the "granulepos" packet attribute | Max Kellermann | 1 | -1/+5 |
2012-10-02 | encoder/{vorbis,opus}: merge code to new class OggStream | Max Kellermann | 1 | -43/+13 |
2012-10-02 | encoder/opus: call ogg_stream_flush() only in the last iteration | Max Kellermann | 1 | -4/+4 |
2012-10-02 | encoder/opus: new encoder plugin for the Opus codec | Max Kellermann | 1 | -0/+417 |