aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/oggvorbis_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tag: renamed functions, no CamelCaseMax Kellermann2008-09-021-6/+6
* tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann2008-09-021-6/+6
* Merge branch 'mk/cleanups'Eric Wong2008-09-011-32/+31
|\
| * simplified code in the ogg decoder pluginMax Kellermann2008-08-301-25/+25
| * 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
| * enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-301-1/+1
* | Fix shadow warningsEric Wong2008-09-011-2/+2
|/
* Reimplement dynamic metadata handlingEric Wong2008-08-261-5/+11
* core rewrite (decode,player,outputBuffer,playlist)Eric Wong2008-08-161-36/+23
* Make the OutputBuffer API more consistentEric Wong2008-04-131-5/+5
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-131-8/+8
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-131-25/+22
* Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong2008-04-121-2/+0
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-121-0/+1
* inputPlugins/oggvorbis: removed unused variablesMax Kellermann2008-03-261-7/+6
* eliminated duplicate initializationMax Kellermann2008-03-261-2/+2
* inputPlugins: add .oga suffix support for Ogg containersEric Wong2008-03-201-1/+1
* fix -Wconst warningsMax Kellermann2008-02-051-10/+10
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-7/+1
* Simplify decode cleanup logic a bitEric Wong2008-01-011-13/+2
* Fix possible wrong 'addition'Qball Cow2007-12-101-1/+1
* Re-enable seeking in http streams.Qball Cow2007-11-281-6/+3
* Cleanup a outcommented debug statementQball Cow2007-08-111-5/+0
* 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
* Accept application/x-ogg as valid mime typeQball Cow2006-12-271-1/+1
* oggvorbis_plugin.c: update message to match changed function nameEric Wong2006-08-201-2/+2
* Add mpd-indent.shAvuton Olrich2006-07-201-3/+3
* Add mpd-indent.shAvuton Olrich2006-07-201-168/+176
* Use ERROR only once for our ogg vorbis errors, so we don't get a timestamp mi...J. Alexander Treuman2006-07-191-7/+9
* inputPlugins/*_plugin.c: static-ficationEric Wong2006-07-171-9/+9
* De-inline non-trivial, non-performance-critical functionsEric Wong2006-07-151-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
* gcc 2.95 compatibility fixesEric Wong2006-06-041-2/+3
* Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow2006-04-301-2/+7
* oggvorbis_plugin.c: eek, I'm a moron..Eric Wong2006-04-181-1/+1
* oggvorbis_plugin.c: oops, fix an off-by-oneEric Wong2006-04-181-2/+2
* merge with mpd/trunk up to r3925Eric Wong2006-03-161-0/+426