aboutsummaryrefslogtreecommitdiff
path: root/src/encoder
Commit message (Expand)AuthorAge
* filter/chain, encoder: GLib include cleanupMax Kellermann2013-01-30
* {encoder,output}_api.h: allow compiling as C++Max Kellermann2013-01-30
* encoder/{Vorbis,Opus}: use new/deleteMax Kellermann2013-01-15
* fifo_buffer: move to util/Max Kellermann2013-01-15
* {decoder,encoder}/flac: drop support for libFLAC 1.1Max Kellermann2012-10-02
* encoder/opus: implement lookaheadMax Kellermann2012-10-02
* encoder/opus: initialize the "granulepos" packet attributeMax Kellermann2012-10-02
* encoder/{vorbis,opus}: merge code to new class OggStreamMax Kellermann2012-10-02
* encoder/vorbis: accept floating point input samplesMax Kellermann2012-10-02
* encoder/opus: call ogg_stream_flush() only in the last iterationMax Kellermann2012-10-02
* encoder/opus: new encoder plugin for the Opus codecMax Kellermann2012-10-02
* encoder/vorbis: use C++ compilerMax Kellermann2012-10-02
* encoder/vorbis: make variables more localMax Kellermann2012-10-02
* Merge branch 'v0.16.x'Max Kellermann2012-04-05
|\
| * encoder/vorbis: generate end-of-stream packet when playback endsMax Kellermann2012-04-05
| * encoder/vorbis: generate end-of-stream packet before tagMax Kellermann2012-04-04
* | audio_format: remove the packed S24 formatMax Kellermann2012-03-22
* | Merge branch 'v0.16.x'Max Kellermann2011-11-28
|\|
| * encoder/wave: support packed 24 bit samplesMax Kellermann2011-11-28
| * encoder/null: use fifo_buffer instead of pcm_bufferMax Kellermann2011-11-28
| * encoder/wave: use fifo_buffer instead of pcm_bufferMax Kellermann2011-11-28
| * encoder/flac: use fifo_buffer instead of pcm_bufferMax Kellermann2011-11-28
* | Merge branch 'v0.16.x'Max Kellermann2011-07-20
|\|
| * encoder_plugin: add method pre_tag()Max Kellermann2011-07-20
* | fix common misspellingsJonathan Neuschäfer2011-03-31
* | Merge commit 'release-0.16.2'Max Kellermann2011-03-19
|\|
| * encoder/vorbis: reset the Ogg stream after flushMax Kellermann2011-03-16
| * general: whitespace cleanupThomas Jansen2011-02-09
* | copyright year 2011Max Kellermann2011-01-29
|/
* Merge branch 'v0.15.x' into v0.16.xMax Kellermann2011-01-07
|\
| * encoder/lame: explicitly configure the output sample rateMax Kellermann2011-01-07
* | Merge release 0.15.13 from branch 'v0.15.x'Max Kellermann2010-10-11
|\|
* | eliminate g_error() usageThomas Jansen2010-09-25
* | Update copyright notices.Avuton Olrich2009-12-31
* | encoder/flac: fix write callback prototype for libFLAC 1.1.2Max Kellermann2009-12-15
* | encoders: remove unnessesary pointers to const stringsViliam Mateicka2009-12-03
* | encoders: implement new get_mime_types methodViliam Mateicka2009-12-03
* | null_encoder: use pcm_bufferViliam Mateicka2009-12-03
* | flac_encoder: add support for libFLAC < 1.1.3Viliam Mateicka2009-12-03
* | audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-02
* | encoder: let wave encoder to use pcm_buffer, pcm conversion code cleanupViliam Mateicka2009-11-17
* | encoder: introducing flac encoder pluginViliam Mateicka2009-11-17
* | include config.h in all sourcesMax Kellermann2009-11-12
* | wave_encoder: new encoder for streaming PCM wave files.Viliam Mateicka2009-11-10
* | encoder/null: removed empty close() methodMax Kellermann2009-11-08
* | encoder/null: removed unused audio_format attributeMax Kellermann2009-11-08
* | encoder: renaming none_encoder to null_encoderViliam Mateicka2009-10-26
* | encoder: new encoder plugin which just pass data throughViliam Mateicka2009-10-24
* | encoder/twolame: new encoder plugin based on libtwolameMax Kellermann2009-07-14
|/
* vorbis_encoder: start a new stream in tag()Max Kellermann2009-05-05