index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
libasf
Age
Commit message (
Expand
)
Author
2011-08-18
FS#12231
Nils Wallménius
2011-05-01
Fix several 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
2010-08-14
Correct the check for the requested vs returned sizes in libasf.
Mohamed Tarek
2010-08-13
Fix a bug in the asf parser that led to dropping packets in WMA voice. WMA vo...
Mohamed Tarek
2010-08-12
Missed some more debug statements in libasf.
Michael Giacomelli
2010-08-07
WMA Voice now plays and seeks in the sim. The code is still in floating point...
Mohamed Tarek
2010-07-18
FS#11454 Tuning of codec compiler options
Nils Wallménius
2010-05-21
Rename seek() to asf_seek()
Mohamed Tarek
2010-05-21
Move seek() from wma.c to libasf since it's really ASF-specific.
Mohamed Tarek
2010-05-09
nomsg
Mohamed Tarek
2010-05-02
missed a comment
Mohamed Tarek
2010-05-02
Remove unnecessary parameter (struct codec_api* ci) passed to libasf function...
Mohamed Tarek
2010-05-02
- Modify metadata/asf.c to use libasf.
Mohamed Tarek
2010-05-02
Add the Rockbox GPL header to apps/codecs/libasf/asf.c and fix the one in app...
Mohamed Tarek
2010-05-02
- Factor out container specific code from apps/codecs/wma.c.
Mohamed Tarek