aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/_flac_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-261-323/+0
* Makefile.am: don't compile disabled decoder pluginsMax Kellermann2008-10-171-7/+0
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-101-1/+1
* switch to C99 types, part IIMax Kellermann2008-09-291-2/+2
* flac: removed FlacData.chunk_lengthMax Kellermann2008-09-231-7/+2
* flac: merged flacSendChunk() into flac_common_write()Max Kellermann2008-09-231-17/+16
* flac: removed generic sample size supportMax Kellermann2008-09-231-32/+26
* flac: added special functions for 8 and 32 bitMax Kellermann2008-09-231-0/+37
* flac: added optimized converter for 16 bitMax Kellermann2008-09-231-0/+17
* flac: use signed integers in flac_convert_stereo16()Max Kellermann2008-09-231-6/+4
* flac: moved code from flacWrite() to _flac_common.cMax Kellermann2008-09-231-0/+91
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-291-3/+3
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-291-3/+3
* added decoder_get_command()Max Kellermann2008-08-261-1/+1
* moved InputPlugin to decoder_api.hMax Kellermann2008-08-261-1/+1
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-261-1/+1
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-261-4/+3
* added struct decoderMax Kellermann2008-08-261-1/+3
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-261-1/+1
* clean up CPP includesMax Kellermann2008-08-261-6/+0
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-261-1/+1
* Make the OutputBuffer API more consistentEric Wong2008-04-131-1/+1
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-131-4/+2
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-131-10/+7
* explicitly downcastMax Kellermann2008-03-261-3/+3
* fixed -Wshadow warningsMax Kellermann2008-01-261-6/+6
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-3/+1
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* fix Replay Gain reading for FLAC and OggFLACEric Wong2006-08-221-6/+6
* Add mpd-indent.shAvuton Olrich2006-07-201-1/+1
* Add mpd-indent.shAvuton Olrich2006-07-201-58/+66
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* gcc 2.95 compatibility fixesEric Wong2006-06-041-2/+5
* Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow2006-04-301-2/+7
* merge with mpd/trunk up to r3925Eric Wong2006-03-161-0/+195