aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/VorbisEncoderPlugin.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2014Max Kellermann2014-01-131-1/+1
* include cleanup using iwyuMax Kellermann2013-11-281-2/+0
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
* util/NumberParser: utilities for parsing numbers from ASCII stringsMax Kellermann2013-10-211-2/+3
* encoder/{opus,vorbis}: new serial generator replacing g_random_int()Max Kellermann2013-10-191-2/+3
* Log: new logging library APIMax Kellermann2013-10-021-3/+0
* *Plugin: remove redundant "line %i" from error messagesMax Kellermann2013-09-261-13/+8
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
* util/Error: new error passing libraryMax Kellermann2013-09-041-33/+33
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-5/+5
* EncoderPlugin: pass config_param referenceMax Kellermann2013-08-041-9/+9
* audio_format: convert to C++Max Kellermann2013-08-031-7/+6
* tag: convert to C++Max Kellermann2013-07-301-6/+6
* encoder_api: convert to C++Max Kellermann2013-07-301-17/+14
* {encoder,output}_api.h: allow compiling as C++Max Kellermann2013-01-301-4/+0
* encoder/{Vorbis,Opus}: use new/deleteMax Kellermann2013-01-151-4/+7
* encoder/{vorbis,opus}: merge code to new class OggStreamMax Kellermann2012-10-021-46/+13
* encoder/vorbis: accept floating point input samplesMax Kellermann2012-10-021-8/+9
* encoder/vorbis: use C++ compilerMax Kellermann2012-10-021-0/+410