summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libpcm
AgeCommit message (Expand)AuthorFilesLines
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz4-11/+10
2010-03-22fix yellowYoshihisa Uchida2-2/+2
2010-03-22fix bug: WAV file playback does not resume (FS#11077)Yoshihisa Uchida10-44/+63
2010-03-13corrects the smaf parser the following.Yoshihisa Uchida1-0/+6
2010-03-13reduce firmware and sun audio codec.Yoshihisa Uchida3-8/+35
2010-03-12libpcm: output depth corrects for the sign 1bit. linear pcm corrects bits shift.Yoshihisa Uchida2-4/+4
2010-03-07ima adpcm/swf adpcm: corrects the problem the noise occurs after the play ends.Yoshihisa Uchida2-43/+37
2010-03-06libpcm: decoded pcm depth corrects.Yoshihisa Uchida10-51/+64
2010-02-24Add missing #include in libpcm codecsBertrik Sikken6-0/+6
2010-02-24libpcm: deletes PCM_CHUNK_SIZE.Yoshihisa Uchida1-7/+0
2010-02-20libpcm: linear pcm decode logic separates according to each bitspersample, en...Yoshihisa Uchida1-56/+160
2010-02-20commit FS#10424 and FS#10425Yoshihisa Uchida16-286/+1681
2010-01-28libpcm: add missing #include and set svn:keywordsBertrik Sikken4-0/+4
2010-01-27Commit FS#10423 by Yoshihisa Uchida. Adds support for floating point PCM to ...Michael Giacomelli3-0/+151
2010-01-27Commit FS#10422 by Yoshihisa Uchida. Seperates WAV and AIFF parsing from PCM...Michael Giacomelli7-0/+860