aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/flac_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-29flac: removed FlacData.chunk_lengthMax Kellermann1-1/+0
2008-09-29flac: moved code from flacWrite() to _flac_common.cMax Kellermann1-68/+1
2008-09-29flac: assume the buffer is empty in flacWrite() IIMax Kellermann1-6/+2
2008-09-02tag: renamed functions, no CamelCaseMax Kellermann1-4/+4
2008-09-02tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann1-7/+7
2008-08-30clean up CPP includesMax Kellermann1-6/+0
2008-08-30enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-7/+7
2008-08-16core rewrite (decode,player,outputBuffer,playlist)Eric Wong1-28/+25
2008-04-13Make the OutputBuffer API more consistentEric Wong1-2/+2
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-9/+8
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-23/+20
2008-04-12replaced assertion with checkMax Kellermann1-2/+1
2008-04-12multiply num_samples with bytes_per_channelMax Kellermann1-1/+1
2008-04-12missing num_channels check in previous patchMax Kellermann1-1/+1
2008-04-12special optimized case for 16bit stereoMax Kellermann1-3/+20
2008-04-12read num_channels onceMax Kellermann1-3/+4
2008-04-12assume the buffer is empty in flacWrite()Max Kellermann1-4/+3
2008-04-12convert blocks until the buffer is fullMax Kellermann1-23/+43
2008-04-12calculate bytes_per_channel, check for buffer flush onceMax Kellermann1-11/+14
2008-04-12don't calculate bytes per sample within the loopMax Kellermann1-1/+2
2008-04-12use unsigned integers and size_t in the flac pluginMax Kellermann1-2/+7
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong1-0/+1
2008-04-12use unsigned integers in the flac pluginMax Kellermann1-1/+1
2008-04-12removed unused variableMax Kellermann1-3/+3
2008-02-05fix -Wconst warningsMax Kellermann1-9/+9
2008-01-26assume old flac api when FLAC_API_VERSION_CURRENT is not definedMax Kellermann1-1/+1
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-5/+1
2008-01-01Simplify decode cleanup logic a bitEric Wong1-10/+0
2007-12-06Fix replaygain for latest flac version.Qball Cow1-0/+9
2007-09-14Add oga extension for flac-1.2.1Avuton Olrich1-1/+1
2007-08-28inputPlugins/flac: improve error messagesEric Wong1-12/+13
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-01-14flac: workaround for type inconsistency between new/old read callbackEric Wong1-1/+1
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-12/+1
2007-01-14flac/ogg/oggflac: keep old mime-types in addition to the new onesEric Wong1-2/+7
2007-01-14flac: sparse: mismatched enum type for seekEric Wong1-1/+1
2007-01-06Fix the mime types for flac & oggflac, see mantis bug #1423 for more informationAvuton Olrich1-2/+2
2006-12-04Add OggFLAC support when using the new 1.1.3 FLAC libraryEric Wong1-18/+105
2006-12-04Introduce backwards compatibility with pre-1.1.3 FLACEric Wong1-56/+106
2006-12-04inputPlugins/flac_plugin: switch to the new (1.1.3) APIEric Wong1-106/+60
2006-12-04inputPlugins/flac_plugin: cleanup static declarationsEric Wong1-149/+122
2006-08-20trivial: labels should be on the left-most column, no tabbingEric Wong1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-2/+2
2006-07-20Add mpd-indent.shAvuton Olrich1-188/+231
2006-07-17inputPlugins/*_plugin.c: static-ficationEric Wong1-23/+23
2006-07-17sparse: fix a enum type mismatch in flac_pluginEric Wong1-1/+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-226/+32
2005-12-31flac_plugin: revert the performance optimization we did a while agoEric Wong1-23/+19