aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/_flac_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-291-2/+2
* flac: removed FlacData.chunk_lengthMax Kellermann2008-09-291-6/+3
* flac: merged flacSendChunk() into flac_common_write()Max Kellermann2008-09-291-11/+6
* flac: removed generic sample size supportMax Kellermann2008-09-291-31/+27
* flac: added special functions for 8 and 32 bitMax Kellermann2008-09-291-0/+37
* flac: added optimized converter for 16 bitMax Kellermann2008-09-291-0/+17
* flac: use signed integers in flac_convert_stereo16()Max Kellermann2008-09-291-6/+4
* flac: moved code from flacWrite() to _flac_common.cMax Kellermann2008-09-291-0/+85
* tag: renamed functions, no CamelCaseMax Kellermann2008-09-021-3/+3
* tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann2008-09-021-3/+3
* clean up CPP includesMax Kellermann2008-08-301-6/+0
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-301-1/+1
* core rewrite (decode,player,outputBuffer,playlist)Eric Wong2008-08-161-6/+5
* 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