aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* encoder/lame: rename "buffer" to "output_buffer"Max Kellermann2013-08-062-31/+33
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-043-14/+14
* EncoderPlugin: pass config_param referenceMax Kellermann2013-08-047-42/+40
* audio_format: convert to C++Max Kellermann2013-08-037-65/+67
* tag: convert to C++Max Kellermann2013-07-301-6/+6
* encoder_api: convert to C++Max Kellermann2013-07-3014-119/+94
* encoder/lame,twolame: convert to C++Max Kellermann2013-07-304-104/+154
* encoder/wave: convert to C++Max Kellermann2013-07-302-26/+58
* encoder/null: convert to C++Max Kellermann2013-07-302-24/+54
* pcm_buffer: convert to C++Max Kellermann2013-07-301-7/+5
* encoder/flac: convert to C++Max Kellermann2013-07-292-22/+56
* fix overwriting bitrate with signal typeMatthias Larisch2013-06-241-3/+3
* pcm_*: move to src/pcm/Max Kellermann2013-04-091-1/+1
* filter/chain, encoder: GLib include cleanupMax Kellermann2013-01-304-28/+27
* {encoder,output}_api.h: allow compiling as C++Max Kellermann2013-01-302-8/+0
* encoder/{Vorbis,Opus}: use new/deleteMax Kellermann2013-01-152-10/+14
* fifo_buffer: move to util/Max Kellermann2013-01-153-6/+6
* {decoder,encoder}/flac: drop support for libFLAC 1.1Max Kellermann2012-10-021-26/+5
* encoder/opus: implement lookaheadMax Kellermann2012-10-021-2/+43
* encoder/opus: initialize the "granulepos" packet attributeMax Kellermann2012-10-021-1/+5
* encoder/{vorbis,opus}: merge code to new class OggStreamMax Kellermann2012-10-023-89/+154
* encoder/vorbis: accept floating point input samplesMax Kellermann2012-10-021-8/+9
* encoder/opus: call ogg_stream_flush() only in the last iterationMax Kellermann2012-10-021-4/+4
* encoder/opus: new encoder plugin for the Opus codecMax Kellermann2012-10-022-0/+442
* encoder/vorbis: use C++ compilerMax Kellermann2012-10-022-23/+51
* encoder/vorbis: make variables more localMax Kellermann2012-10-021-20/+12
* Merge branch 'v0.16.x'Max Kellermann2012-04-053-2/+3
|\
| * encoder/vorbis: generate end-of-stream packet when playback endsMax Kellermann2012-04-053-0/+3
| * encoder/vorbis: generate end-of-stream packet before tagMax Kellermann2012-04-041-2/+0
* | audio_format: remove the packed S24 formatMax Kellermann2012-03-221-5/+0
* | Merge branch 'v0.16.x'Max Kellermann2011-11-283-54/+67
|\|
| * encoder/wave: support packed 24 bit samplesMax Kellermann2011-11-281-0/+5
| * encoder/null: use fifo_buffer instead of pcm_bufferMax Kellermann2011-11-281-19/+15
| * encoder/wave: use fifo_buffer instead of pcm_bufferMax Kellermann2011-11-281-19/+27
| * encoder/flac: use fifo_buffer instead of pcm_bufferMax Kellermann2011-11-281-16/+20
* | Merge branch 'v0.16.x'Max Kellermann2011-07-201-0/+11
|\|
| * encoder_plugin: add method pre_tag()Max Kellermann2011-07-201-0/+11
* | fix common misspellingsJonathan Neuschäfer2011-03-311-1/+1
* | Merge commit 'release-0.16.2'Max Kellermann2011-03-193-5/+7
|\|
| * encoder/vorbis: reset the Ogg stream after flushMax Kellermann2011-03-161-0/+2
| * general: whitespace cleanupThomas Jansen2011-02-092-5/+5
* | copyright year 2011Max Kellermann2011-01-296-6/+6
|/
* Merge branch 'v0.15.x' into v0.16.xMax Kellermann2011-01-071-0/+7
|\
| * encoder/lame: explicitly configure the output sample rateMax Kellermann2011-01-071-0/+7
* | Merge release 0.15.13 from branch 'v0.15.x'Max Kellermann2010-10-111-1/+1
|\|
* | eliminate g_error() usageThomas Jansen2010-09-251-1/+2
* | Update copyright notices.Avuton Olrich2009-12-316-6/+6
* | encoder/flac: fix write callback prototype for libFLAC 1.1.2Max Kellermann2009-12-151-1/+7
* | encoders: remove unnessesary pointers to const stringsViliam Mateicka2009-12-035-15/+5
* | encoders: implement new get_mime_types methodViliam Mateicka2009-12-035-0/+45