aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | null_encoder: use pcm_bufferViliam Mateicka2009-12-031-10/+18
* | flac_encoder: add support for libFLAC < 1.1.3Viliam Mateicka2009-12-031-18/+47
* | audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-025-18/+61
* | encoder: let wave encoder to use pcm_buffer, pcm conversion code cleanupViliam Mateicka2009-11-171-29/+27
* | encoder: introducing flac encoder pluginViliam Mateicka2009-11-171-0/+296
* | include config.h in all sourcesMax Kellermann2009-11-125-0/+5
* | wave_encoder: new encoder for streaming PCM wave files.Viliam Mateicka2009-11-101-0/+241
* | encoder/null: removed empty close() methodMax Kellermann2009-11-081-6/+0
* | encoder/null: removed unused audio_format attributeMax Kellermann2009-11-081-5/+2
* | encoder: renaming none_encoder to null_encoderViliam Mateicka2009-10-261-25/+25
* | encoder: new encoder plugin which just pass data throughViliam Mateicka2009-10-241-0/+124
* | encoder/twolame: new encoder plugin based on libtwolameMax Kellermann2009-07-141-0/+299
|/
* vorbis_encoder: start a new stream in tag()Max Kellermann2009-05-051-6/+9
* vorbis_encoder: moved code to vorbis_encoder_headerout()Max Kellermann2009-05-051-5/+10
* vorbis_encoder: reinitialize vorbis_dsp_state after flushMax Kellermann2009-04-251-0/+7
* vorbis_encoder: added support for all MPD tag typesMax Kellermann2009-03-151-29/+4
* vorbis_encoder: removed vorbis_encoder.vcMax Kellermann2009-03-151-4/+6
* vorbis_encoder: use vorbis_commentheader_out() in the tag() methodMax Kellermann2009-03-151-6/+15
* vorbis_encoder: pass vorbis_comment to tag helper functionsMax Kellermann2009-03-151-9/+9