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