aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-26renamed src/inputPlugins/ to src/decoder/Max Kellermann15-5609/+0
2008-10-25removed internal copy of libmp4ffMax Kellermann1-1/+1
2008-10-23mp3: send 24 bit PCM dataMax Kellermann1-63/+24
2008-10-23mp3: use sizeof(sample) instead of hard-coded "2"Max Kellermann1-2/+3
2008-10-21ffmpeg: don't pass pointer as hexadecimal stringMax Kellermann1-20/+27
2008-10-21ffmpeg: detect which ffmpeg headers should be includedMax Kellermann1-0/+6
2008-10-18ffmpeg: make internal functions staticMax Kellermann1-22/+12
2008-10-17ffmpeg: new decoder pluginViliam Mateicka1-0/+416
2008-10-17Makefile.am: don't compile disabled decoder pluginsMax Kellermann14-143/+17
2008-10-17input_stream: removed nmemb argumentMax Kellermann1-1/+1
2008-10-10mp3: dither an arbitrary number of channelsMax Kellermann1-6/+3
2008-10-10mp3: hard-code dithering to 16 bitsMax Kellermann1-8/+6
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann11-52/+51
2008-10-08use the "bool" data type instead of "int"Max Kellermann5-18/+18
2008-10-08don't include os_compat.hMax Kellermann4-0/+5
2008-09-29use C99 struct initializersMax Kellermann10-100/+65
2008-09-29decoder: renamed plugin methodsMax Kellermann1-3/+3
2008-09-29switch to C99 types, part IIMax Kellermann3-11/+11
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong3-8/+8
2008-09-23flac: removed FlacData.chunk_lengthMax Kellermann2-8/+2
2008-09-23flac: merged flacSendChunk() into flac_common_write()Max Kellermann1-17/+16
2008-09-23flac: removed generic sample size supportMax Kellermann1-32/+26
2008-09-23flac: added special functions for 8 and 32 bitMax Kellermann1-0/+37
2008-09-23flac: added optimized converter for 16 bitMax Kellermann1-0/+17
2008-09-23flac: use signed integers in flac_convert_stereo16()Max Kellermann1-6/+4
2008-09-23flac: moved code from flacWrite() to _flac_common.cMax Kellermann4-129/+97
2008-09-23flac: assume the buffer is empty in flacWrite() IIMax Kellermann1-7/+2
2008-09-23audio_format: added audio_format_sample_size()Max Kellermann2-3/+4
2008-09-23start using prefixcmp()Eric Wong1-1/+1
2008-09-23mp3: fix long line, I can't read past 80 colsEric Wong1-1/+2
2008-09-17mp3: fix buffer overflow when max_frames is too largeMax Kellermann1-0/+5
2008-09-12mp4: fix potential integer overflow bug in the mp4_decode() functionTerry1-0/+7
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann9-11/+11
2008-09-07fix -Wcast-qual -Wwrite-strings warningsMax Kellermann2-8/+21
2008-08-29oggflac: fix GCC warningsMax Kellermann1-9/+9
2008-08-29tag: fix the shout and oggflac pluginsMax Kellermann1-2/+4
2008-08-29wavpack: tag_new() cannot failMax Kellermann1-5/+0
2008-08-29tag: renamed functions, no CamelCaseMax Kellermann10-58/+57
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann11-43/+43
2008-08-26moved global variable "ob" to outputBuffer.hMax Kellermann2-0/+6
2008-08-26flac: decoder command means EOFMax Kellermann2-11/+9
2008-08-26mp3, flac: check for seek command after decoder_read()Max Kellermann2-4/+16
2008-08-26check decoder_command!=NONE instead of decoder_command==STOPMax Kellermann5-13/+14
2008-08-26mp3: converted the MUTEFRAME_ macros to an enumMax Kellermann1-9/+12
2008-08-26mp3: converted the DECODE_ constants to an enumMax Kellermann1-8/+13
2008-08-26wavpack: don't use "isp" before initializationMax Kellermann1-4/+1
2008-08-26wavpack: moved code to wavpack_open_wvc()Max Kellermann1-79/+66
2008-08-26simplified code in the ogg decoder pluginMax Kellermann1-25/+25
2008-08-26added decoder_read()Max Kellermann8-66/+17
2008-08-26wavpack: added InputStreamPlus.decoderMax Kellermann1-4/+7