aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/_flac_common.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-26renamed src/inputPlugins/ to src/decoder/Max Kellermann1-168/+0
2008-10-17Makefile.am: don't compile disabled decoder pluginsMax Kellermann1-4/+0
2008-09-23flac: removed FlacData.chunk_lengthMax Kellermann1-1/+0
2008-09-23flac: moved code from flacWrite() to _flac_common.cMax Kellermann1-12/+3
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-1/+1
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann1-3/+3
2008-08-26eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEKMax Kellermann1-1/+1
2008-08-26added parameter total_time to decoder_initialized()Max Kellermann1-0/+1
2008-08-26added audio_format parameter to decoder_initialized()Max Kellermann1-0/+1
2008-08-26added decoder_data()Max Kellermann1-6/+5
2008-08-26added decoder_initialized()Max Kellermann1-1/+1
2008-08-26added struct decoderMax Kellermann1-1/+3
2008-08-26clean up CPP includesMax Kellermann1-4/+0
2008-04-13Make the OutputBuffer API more consistentEric Wong1-1/+1
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-3/+2
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-4/+2
2008-04-12use unsigned integers and size_t in the flac pluginMax Kellermann1-2/+2
2007-12-31fix builds that only have FLAC >= 1.1.3 but not Ogg-VorbisEric Wong1-7/+5
2007-09-10buffer input while waiting for outputBuffer space in mp4 and (ogg)flacEric Wong1-1/+2
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-01-14flac: workaround for type inconsistency between new/old read callbackEric Wong1-0/+2
2007-01-14flac: fix a stupid mistake newer preprocessors don't complain aboutEric Wong1-2/+2
2006-12-04Add OggFLAC support when using the new 1.1.3 FLAC libraryEric Wong1-4/+14
2006-12-04Introduce backwards compatibility with pre-1.1.3 FLACEric Wong1-1/+98
2006-07-20Add mpd-indent.shAvuton Olrich1-2/+2
2006-07-20Add mpd-indent.shAvuton Olrich1-20/+20
2006-07-15De-inline non-trivial, non-performance-critical functionsEric Wong1-0/+1
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-03-16merge with mpd/trunk up to r3925Eric Wong1-0/+77