aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder_plugin.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* encoder_plugin: add method pre_tag()Max Kellermann2011-07-201-0/+24
| | | | | | | In the "vorbis" plugin, this is a copy of the old flush() method, while flush() gets a lot of code remove, it just sets the "flush" flag and nothing else. It doesn't start a new stream now, which should fix a few problems in some players.
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* encoder: add get_mime_type() method to determine content type by httpd ↵Viliam Mateicka2009-12-031-0/+17
| | | | output plugin
* all: Update copyright header.Avuton Olrich2009-03-131-3/+4
| | | | | | | | This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
* added the encoder APIMax Kellermann2009-02-221-0/+194
The new generic encoder API will replace shout's custom encoder API.