aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* vorbis_encoder: make ogg_page a local variableMax Kellermann2009-03-151-24/+13
* vorbis_encoder: fill the ogg_page in the read() methodMax Kellermann2009-03-151-4/+23
* all: Update copyright header.Avuton Olrich2009-03-132-6/+8
* tag: no CamelCaseMax Kellermann2009-02-271-1/+1
* vorbis_encoder: vorbis_encoder_clear() returns voidMax Kellermann2009-02-241-5/+1
* encoder: added lame mp3 encoderMax Kellermann2009-02-221-0/+284
* encoder: added vorbis encoderMax Kellermann2009-02-221-0/+388