aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/VorbisEncoderPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-23Encoder*: move to src/encoderMax Kellermann1-365/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-2/+0
2013-10-30*: update copyright year to 2013Max Kellermann1-1/+1
2013-10-21util/NumberParser: utilities for parsing numbers from ASCII stringsMax Kellermann1-2/+3
2013-10-19encoder/{opus,vorbis}: new serial generator replacing g_random_int()Max Kellermann1-2/+3
2013-10-02Log: new logging library APIMax Kellermann1-3/+0
2013-09-26*Plugin: remove redundant "line %i" from error messagesMax Kellermann1-13/+8
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-1/+1
2013-09-04util/Error: new error passing libraryMax Kellermann1-33/+33
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-5/+5
2013-08-04EncoderPlugin: pass config_param referenceMax Kellermann1-9/+9
2013-08-03audio_format: convert to C++Max Kellermann1-7/+6
2013-07-30tag: convert to C++Max Kellermann1-6/+6
2013-07-30encoder_api: convert to C++Max Kellermann1-17/+14
2013-01-30{encoder,output}_api.h: allow compiling as C++Max Kellermann1-4/+0
2013-01-15encoder/{Vorbis,Opus}: use new/deleteMax Kellermann1-4/+7
2012-10-02encoder/{vorbis,opus}: merge code to new class OggStreamMax Kellermann1-46/+13
2012-10-02encoder/vorbis: accept floating point input samplesMax Kellermann1-8/+9
2012-10-02encoder/vorbis: use C++ compilerMax Kellermann1-23/+26
2012-10-02encoder/vorbis: make variables more localMax Kellermann1-20/+12
2012-04-05encoder/vorbis: generate end-of-stream packet when playback endsMax Kellermann1-0/+1
2012-04-04encoder/vorbis: generate end-of-stream packet before tagMax Kellermann1-2/+0
2011-07-20encoder_plugin: add method pre_tag()Max Kellermann1-0/+11
2011-03-16encoder/vorbis: reset the Ogg stream after flushMax Kellermann1-0/+2
2011-03-16encoder/vorbis: reset the Ogg stream after flushMax Kellermann1-0/+2
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-09-25eliminate g_error() usageThomas Jansen1-1/+2
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-03encoders: remove unnessesary pointers to const stringsViliam Mateicka1-3/+1
2009-12-03encoders: implement new get_mime_types methodViliam Mateicka1-0/+9
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-05-05vorbis_encoder: start a new stream in tag()Max Kellermann1-6/+9
2009-05-05vorbis_encoder: moved code to vorbis_encoder_headerout()Max Kellermann1-5/+10
2009-04-25vorbis_encoder: reinitialize vorbis_dsp_state after flushMax Kellermann1-0/+7
2009-03-15vorbis_encoder: added support for all MPD tag typesMax Kellermann1-29/+4
2009-03-15vorbis_encoder: removed vorbis_encoder.vcMax Kellermann1-4/+6
2009-03-15vorbis_encoder: use vorbis_commentheader_out() in the tag() methodMax Kellermann1-6/+15
2009-03-15vorbis_encoder: pass vorbis_comment to tag helper functionsMax Kellermann1-9/+9
2009-03-15vorbis_encoder: make ogg_page a local variableMax Kellermann1-24/+13
2009-03-15vorbis_encoder: fill the ogg_page in the read() methodMax Kellermann1-4/+23
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-02-27tag: no CamelCaseMax Kellermann1-1/+1
2009-02-24vorbis_encoder: vorbis_encoder_clear() returns voidMax Kellermann1-5/+1
2009-02-22encoder: added vorbis encoderMax Kellermann1-0/+388