aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/_flac_common.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong1-2/+2
2008-09-29flac: removed FlacData.chunk_lengthMax Kellermann1-6/+3
2008-09-29flac: merged flacSendChunk() into flac_common_write()Max Kellermann1-11/+6
2008-09-29flac: removed generic sample size supportMax Kellermann1-31/+27
2008-09-29flac: added special functions for 8 and 32 bitMax Kellermann1-0/+37
2008-09-29flac: added optimized converter for 16 bitMax Kellermann1-0/+17
2008-09-29flac: use signed integers in flac_convert_stereo16()Max Kellermann1-6/+4
2008-09-29flac: moved code from flacWrite() to _flac_common.cMax Kellermann1-0/+85
2008-09-02tag: renamed functions, no CamelCaseMax Kellermann1-3/+3
2008-09-02tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann1-3/+3
2008-08-30clean up CPP includesMax Kellermann1-6/+0
2008-08-30enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-1/+1
2008-08-16core rewrite (decode,player,outputBuffer,playlist)Eric Wong1-6/+5
2008-04-13Make the OutputBuffer API more consistentEric Wong1-1/+1
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-4/+2
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-10/+7
2008-03-26explicitly downcastMax Kellermann1-3/+3
2008-01-26fixed -Wshadow warningsMax Kellermann1-6/+6
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-3/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-22fix Replay Gain reading for FLAC and OggFLACEric Wong1-6/+6
2006-07-20Add mpd-indent.shAvuton Olrich1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-58/+66
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-06-04gcc 2.95 compatibility fixesEric Wong1-2/+5
2006-04-30Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow1-2/+7
2006-03-16merge with mpd/trunk up to r3925Eric Wong1-0/+195