aboutsummaryrefslogtreecommitdiff
path: root/src/encoder/vorbis_encoder.c
Commit message (Expand)AuthorAge
* Switch to Libav sample formats everywhere.Anton Khirnov2015-02-20
* 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
* | Merge branch 'v0.16.x'Max Kellermann2011-07-20
|\|
| * encoder_plugin: add method pre_tag()Max Kellermann2011-07-20
* | Merge commit 'release-0.16.2'Max Kellermann2011-03-19
|\|
| * encoder/vorbis: reset the Ogg stream after flushMax Kellermann2011-03-16
* | copyright year 2011Max Kellermann2011-01-29
|/
* 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
* | encoders: remove unnessesary pointers to const stringsViliam Mateicka2009-12-03
* | encoders: implement new get_mime_types methodViliam Mateicka2009-12-03
* | audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-02
* | include config.h in all sourcesMax Kellermann2009-11-12
|/
* vorbis_encoder: start a new stream in tag()Max Kellermann2009-05-05
* vorbis_encoder: moved code to vorbis_encoder_headerout()Max Kellermann2009-05-05
* vorbis_encoder: reinitialize vorbis_dsp_state after flushMax Kellermann2009-04-25
* vorbis_encoder: added support for all MPD tag typesMax Kellermann2009-03-15
* vorbis_encoder: removed vorbis_encoder.vcMax Kellermann2009-03-15
* vorbis_encoder: use vorbis_commentheader_out() in the tag() methodMax Kellermann2009-03-15
* vorbis_encoder: pass vorbis_comment to tag helper functionsMax Kellermann2009-03-15
* vorbis_encoder: make ogg_page a local variableMax Kellermann2009-03-15
* vorbis_encoder: fill the ogg_page in the read() methodMax Kellermann2009-03-15
* all: Update copyright header.Avuton Olrich2009-03-13
* tag: no CamelCaseMax Kellermann2009-02-27
* vorbis_encoder: vorbis_encoder_clear() returns voidMax Kellermann2009-02-24
* encoder: added vorbis encoderMax Kellermann2009-02-22