summaryrefslogtreecommitdiffstats
path: root/apps/playback.h
AgeCommit message (Expand)AuthorFilesLines
2005-06-29Added event handler to register track changes.Miika Pekkarinen1-0/+3
2005-06-27Replaced some size_t with longs. That might solve some problems. FixedMiika Pekkarinen1-1/+1
2005-06-26Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen1-4/+13
2005-06-22moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg1-54/+0
2005-06-18Added %fc WPS tag to display codec type - moved codectype from track_info str...Dave Chapman1-18/+0
2005-06-14Move metadata parsing code from playback.c into metadata.cDave Chapman1-2/+27
2005-06-13Forward seeking fixed. Some comments added.Miika Pekkarinen1-6/+32
2005-06-13Initial pass at WavPack codec playback support (and my first commit...)Dave Bryant1-0/+1
2005-06-10Added some basic codec configuration functionality.Miika Pekkarinen1-0/+9
2005-06-05First audio codec playback attempt by Miikka PekkarinenLinus Nielsen Feltzing1-0/+67