summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libasf
AgeCommit message (Expand)AuthorFilesLines
2011-08-18FS#12231Nils Wallménius1-14/+0
2011-05-01Fix several 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-8/+12
2010-08-14Correct the check for the requested vs returned sizes in libasf. Mohamed Tarek1-1/+2
2010-08-13Fix a bug in the asf parser that led to dropping packets in WMA voice. WMA vo...Mohamed Tarek1-1/+1
2010-08-12Missed some more debug statements in libasf.Michael Giacomelli1-2/+2
2010-08-07WMA Voice now plays and seeks in the sim. The code is still in floating point...Mohamed Tarek1-1/+2
2010-07-18FS#11454 Tuning of codec compiler optionsNils Wallménius1-1/+8
2010-05-21Rename seek() to asf_seek()Mohamed Tarek2-2/+2
2010-05-21Move seek() from wma.c to libasf since it's really ASF-specific.Mohamed Tarek2-1/+56
2010-05-09nomsgMohamed Tarek1-2/+3
2010-05-02missed a commentMohamed Tarek1-2/+0
2010-05-02Remove unnecessary parameter (struct codec_api* ci) passed to libasf function...Mohamed Tarek2-6/+6
2010-05-02- Modify metadata/asf.c to use libasf.Mohamed Tarek1-2/+6
2010-05-02Add the Rockbox GPL header to apps/codecs/libasf/asf.c and fix the one in app...Mohamed Tarek1-0/+24
2010-05-02- Factor out container specific code from apps/codecs/wma.c.Mohamed Tarek4-0/+422