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