aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/vorbis_encoder.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* 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-311-1/+1
* | encoders: remove unnessesary pointers to const stringsViliam Mateicka2009-12-031-3/+1
* | encoders: implement new get_mime_types methodViliam Mateicka2009-12-031-0/+9
* | audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-1/+1
* | include config.h in all sourcesMax Kellermann2009-11-121-0/+1
|/
* 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-131-3/+4
* tag: no CamelCaseMax Kellermann2009-02-271-1/+1
* vorbis_encoder: vorbis_encoder_clear() returns voidMax Kellermann2009-02-241-5/+1
* encoder: added vorbis encoderMax Kellermann2009-02-221-0/+388