aboutsummaryrefslogtreecommitdiff
path: root/src/encoder_list.c
Commit message (Collapse)AuthorAge
* encoder/opus: new encoder plugin for the Opus codecMax Kellermann2012-10-02
|
* encoder/vorbis: use C++ compilerMax Kellermann2012-10-02
|
* Merge branch 'v0.16.x'Max Kellermann2012-06-12
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cmdline.c src/decoder/wildmidi_decoder_plugin.c src/gcc.h src/glib_compat.h src/input_stream.c src/output_list.c src/output_thread.c valgrind.suppressions
| * cmdline: consistent plugin listingsMax Kellermann2012-06-12
| |
| * encoder_list: add macro _for_each()Max Kellermann2012-06-12
| |
| * encoder_list: make the list truly "const"Max Kellermann2012-06-12
| |
* | copyright year 2011Max Kellermann2011-01-29
|/
* Update copyright notices.Avuton Olrich2009-12-31
|
* cmdline: print out list of encoders in --version infoViliam Mateicka2009-11-17
|
* encoder: introducing flac encoder pluginViliam Mateicka2009-11-17
|
* include config.h in all sourcesMax Kellermann2009-11-12
| | | | | | After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
* wave_encoder: new encoder for streaming PCM wave files.Viliam Mateicka2009-11-10
| | | | | | When using wave encoder with httpd audio output mpd can input this stream via http and audiofile decoder. This for example opens simple way to configure lossless audio streaming port(like jack or pulseaudio does but without overhead). Another possibility can be using it for gathering raw data for visualization plugins (If sync issue will be resolved)
* encoder: renaming none_encoder to null_encoderViliam Mateicka2009-10-26
|
* encoder: new encoder plugin which just pass data throughViliam Mateicka2009-10-24
|
* encoder/twolame: new encoder plugin based on libtwolameMax Kellermann2009-07-14
| | | | | | | This encoder plugin is a replacement for the LAME encoder plugin for those who prefer a "free" (non-patent encumbered) encoder library. Most of the plugin source code is copied from the LAME encoder plugin, since the LAME and TwoLAME APIs are nearly the same.
* all: Update copyright header.Avuton Olrich2009-03-13
| | | | | | | | 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.
* encoder: added lame mp3 encoderMax Kellermann2009-02-22
| | | | | This new LAME encoder plugin is based on the existing shout_mp3.c plugin.
* encoder: added vorbis encoderMax Kellermann2009-02-22
| | | | | This new vorbis encoder plugin is based on the existing shout_ogg.c plugin.
* added the encoder APIMax Kellermann2009-02-22
The new generic encoder API will replace shout's custom encoder API.