aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/oggflac_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-43/+1
* tag: fix the shout and oggflac pluginsMax Kellermann2008-09-021-1/+3
* tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann2008-09-021-1/+1
* oggflac: fix GCC warningsMax Kellermann2008-08-311-9/+9
* oggvorbis: don't detect OGG header if stream is not seekableMax Kellermann2008-08-301-0/+5
* clean up CPP includesMax Kellermann2008-08-301-6/+0
* core rewrite (decode,player,outputBuffer,playlist)Eric Wong2008-08-161-28/+27
* oggflac_plugin: fix build with libOggFLAC lib (libFLAC <= 7)Eric Wong2008-06-011-1/+1
* Make the OutputBuffer API more consistentEric Wong2008-04-131-2/+2
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-131-4/+4
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-131-16/+15
* 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
* inputPlugins: add .oga suffix support for Ogg containersEric Wong2008-03-201-1/+1
* fix -Wconst warningsMax Kellermann2008-02-051-5/+5
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-4/+1
* Simplify decode cleanup logic a bitEric Wong2008-01-011-8/+4
* The massive copyright updateAvuton Olrich2007-04-051-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-1/+4
* Fix the mime types for flac & oggflac, see mantis bug #1423 for more informationAvuton Olrich2007-01-061-1/+1
* Introduce backwards compatibility with pre-1.1.3 FLACEric Wong2006-12-041-4/+1
* trivial: labels should be on the left-most column, no tabbingEric Wong2006-08-201-2/+2
* Add mpd-indent.shAvuton Olrich2006-07-201-4/+4
* Add mpd-indent.shAvuton Olrich2006-07-201-149/+158
* inputPlugins/oggflac_plugin.c: remove unused varEric Wong2006-07-181-1/+0
* 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-0/+426