| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | encoders: remove unnessesary pointers to const strings | Viliam Mateicka | 2009-12-03 | 1 | -3/+1 |
* | encoders: implement new get_mime_types method | Viliam Mateicka | 2009-12-03 | 1 | -0/+9 |
* | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 2009-12-02 | 1 | -1/+1 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
* | vorbis_encoder: start a new stream in tag() | Max Kellermann | 2009-05-05 | 1 | -6/+9 |
* | vorbis_encoder: moved code to vorbis_encoder_headerout() | Max Kellermann | 2009-05-05 | 1 | -5/+10 |
* | vorbis_encoder: reinitialize vorbis_dsp_state after flush | Max Kellermann | 2009-04-25 | 1 | -0/+7 |
* | vorbis_encoder: added support for all MPD tag types | Max Kellermann | 2009-03-15 | 1 | -29/+4 |
* | vorbis_encoder: removed vorbis_encoder.vc | Max Kellermann | 2009-03-15 | 1 | -4/+6 |
* | vorbis_encoder: use vorbis_commentheader_out() in the tag() method | Max Kellermann | 2009-03-15 | 1 | -6/+15 |
* | vorbis_encoder: pass vorbis_comment to tag helper functions | Max Kellermann | 2009-03-15 | 1 | -9/+9 |
* | vorbis_encoder: make ogg_page a local variable | Max Kellermann | 2009-03-15 | 1 | -24/+13 |
* | vorbis_encoder: fill the ogg_page in the read() method | Max Kellermann | 2009-03-15 | 1 | -4/+23 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -3/+4 |
* | tag: no CamelCase | Max Kellermann | 2009-02-27 | 1 | -1/+1 |
* | vorbis_encoder: vorbis_encoder_clear() returns void | Max Kellermann | 2009-02-24 | 1 | -5/+1 |
* | encoder: added vorbis encoder | Max Kellermann | 2009-02-22 | 1 | -0/+388 |