summaryrefslogtreecommitdiff
path: root/src/inputPlugins
AgeCommit message (Expand)Author
2008-10-26renamed src/inputPlugins/ to src/decoder/Max Kellermann
2008-10-25removed internal copy of libmp4ffMax Kellermann
2008-10-23mp3: send 24 bit PCM dataMax Kellermann
2008-10-23mp3: use sizeof(sample) instead of hard-coded "2"Max Kellermann
2008-10-21ffmpeg: don't pass pointer as hexadecimal stringMax Kellermann
2008-10-21ffmpeg: detect which ffmpeg headers should be includedMax Kellermann
2008-10-18ffmpeg: make internal functions staticMax Kellermann
2008-10-17ffmpeg: new decoder pluginViliam Mateicka
2008-10-17Makefile.am: don't compile disabled decoder pluginsMax Kellermann
2008-10-17input_stream: removed nmemb argumentMax Kellermann
2008-10-10mp3: dither an arbitrary number of channelsMax Kellermann
2008-10-10mp3: hard-code dithering to 16 bitsMax Kellermann
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann
2008-10-08use the "bool" data type instead of "int"Max Kellermann
2008-10-08don't include os_compat.hMax Kellermann
2008-09-29use C99 struct initializersMax Kellermann
2008-09-29decoder: renamed plugin methodsMax Kellermann
2008-09-29switch to C99 types, part IIMax Kellermann
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong
2008-09-23flac: removed FlacData.chunk_lengthMax Kellermann
2008-09-23flac: merged flacSendChunk() into flac_common_write()Max Kellermann
2008-09-23flac: removed generic sample size supportMax Kellermann
2008-09-23flac: added special functions for 8 and 32 bitMax Kellermann
2008-09-23flac: added optimized converter for 16 bitMax Kellermann
2008-09-23flac: use signed integers in flac_convert_stereo16()Max Kellermann
2008-09-23flac: moved code from flacWrite() to _flac_common.cMax Kellermann
2008-09-23flac: assume the buffer is empty in flacWrite() IIMax Kellermann
2008-09-23audio_format: added audio_format_sample_size()Max Kellermann
2008-09-23start using prefixcmp()Eric Wong
2008-09-23mp3: fix long line, I can't read past 80 colsEric Wong
2008-09-17mp3: fix buffer overflow when max_frames is too largeMax Kellermann
2008-09-12mp4: fix potential integer overflow bug in the mp4_decode() functionTerry
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann
2008-09-07fix -Wcast-qual -Wwrite-strings warningsMax Kellermann
2008-08-29oggflac: fix GCC warningsMax Kellermann
2008-08-29tag: fix the shout and oggflac pluginsMax Kellermann
2008-08-29wavpack: tag_new() cannot failMax Kellermann
2008-08-29tag: renamed functions, no CamelCaseMax Kellermann
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann
2008-08-26moved global variable "ob" to outputBuffer.hMax Kellermann
2008-08-26flac: decoder command means EOFMax Kellermann
2008-08-26mp3, flac: check for seek command after decoder_read()Max Kellermann
2008-08-26check decoder_command!=NONE instead of decoder_command==STOPMax Kellermann
2008-08-26mp3: converted the MUTEFRAME_ macros to an enumMax Kellermann
2008-08-26mp3: converted the DECODE_ constants to an enumMax Kellermann
2008-08-26wavpack: don't use "isp" before initializationMax Kellermann
2008-08-26wavpack: moved code to wavpack_open_wvc()Max Kellermann
2008-08-26simplified code in the ogg decoder pluginMax Kellermann
2008-08-26added decoder_read()Max Kellermann
2008-08-26wavpack: added InputStreamPlus.decoderMax Kellermann