aboutsummaryrefslogtreecommitdiffstats
path: root/src/EncoderList.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-19*: use nullptr instead of NULLMax Kellermann1-2/+2
2013-07-30encoder_api: convert to C++Max Kellermann1-3/+3
2013-07-30encoder/lame,twolame: convert to C++Max Kellermann1-3/+2
2013-07-30encoder/wave: convert to C++Max Kellermann1-1/+1
2013-07-30encoder/null: convert to C++Max Kellermann1-1/+1
2013-07-29encoder/flac: convert to C++Max Kellermann1-1/+1
2013-04-17encoder_list: convert to C++Max Kellermann1-2/+2
2012-10-02encoder/opus: new encoder plugin for the Opus codecMax Kellermann1-0/+4
2012-10-02encoder/vorbis: use C++ compilerMax Kellermann1-2/+2
2012-06-12cmdline: consistent plugin listingsMax Kellermann1-10/+0
2012-06-12encoder_list: add macro _for_each()Max Kellermann1-6/+6
2012-06-12encoder_list: make the list truly "const"Max Kellermann1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-17cmdline: print out list of encoders in --version infoViliam Mateicka1-0/+10
2009-11-17encoder: introducing flac encoder pluginViliam Mateicka1-0/+4
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
2009-11-10wave_encoder: new encoder for streaming PCM wave files.Viliam Mateicka1-0/+4
2009-10-26encoder: renaming none_encoder to null_encoderViliam Mateicka1-2/+2
2009-10-24encoder: new encoder plugin which just pass data throughViliam Mateicka1-0/+2
2009-07-14encoder/twolame: new encoder plugin based on libtwolameMax Kellermann1-0/+4
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-02-22encoder: added lame mp3 encoderMax Kellermann1-0/+4
2009-02-22encoder: added vorbis encoderMax Kellermann1-0/+5
2009-02-22added the encoder APIMax Kellermann1-11/+16
2009-01-07pcm_prng: renamed prng() to pcm_prng()Max Kellermann1-1/+2
2009-01-03pcm_utils: use the custom PRNG for volume ditheringMax Kellermann1-11/+9
2008-12-30listen: moved redirect_stdin() to daemon.cMax Kellermann1-0/+6
2008-12-30main: moved daemonize() to daemon.cMax Kellermann1-12/+5
2008-12-27cmdline: use gboolean instead of intMax Kellermann1-4/+6
2008-12-27moved command line parser to cmdline.cMax Kellermann1-7/+13
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-08don't include os_compat.hMax Kellermann1-1/+1
2008-09-09output: moved code from audioOutput.c to output_control.cMax Kellermann1-19/+0
2008-09-09output: removed keepAudioOutputAlive() declarationMax Kellermann1-1/+0
2008-09-08output: static audio_output_plugin list as arrayMax Kellermann1-17/+0
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann1-21/+22
2008-09-07output: added output_api.hMax Kellermann1-64/+3
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-4/+4
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann1-2/+3
2008-08-29pass constant pointersMax Kellermann1-2/+2
2008-08-26moved struct AudioFormat to audio_format.hMax Kellermann1-1/+1
2008-04-12const pointers in audioOutput.cMax Kellermann1-1/+2
2008-04-12use size_t in audioOutput.c internalsMax Kellermann1-1/+1
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann1-2/+3
2008-02-05fix -Wconst warningsMax Kellermann1-3/+3
2008-01-26fixed invalid C prototypesMax Kellermann1-1/+1
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-0/+1
2007-06-13Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman1-0/+1
2007-06-12Load shout first instead of last. This makes it more likely to block otherJ. Alexander Treuman1-1/+1