summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libm4a
AgeCommit message (Expand)AuthorFilesLines
2007-03-17Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold1-10/+17
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold1-5/+5
2007-01-30Fix a couple of MP4 demuxing problems, preventing playback in a few cases. Al...Magnus Holmgren2-3/+8
2006-12-07AAC codec: accept M4B files.Magnus Holmgren1-0/+1
2006-12-06Make the AAC (and ALAC) codec more flexible when dealing with the MP4 file st...Magnus Holmgren1-32/+33
2006-12-03Remove some unneeded code that caused problems for enhanced AAC files.Magnus Holmgren1-52/+5
2006-11-08Improve support for long MP4 files. Twice as long files can now play, and for...Magnus Holmgren2-64/+78
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold1-5/+3
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold1-1/+2
2006-10-11AAC codec: Improved MP4 file parsing. Should now handle most streamable files...Magnus Holmgren3-194/+373
2006-09-02settings.h includs button.h that includes target-button.h so we need to makeDaniel Stenberg1-2/+2
2006-08-23Add resume support to AAC files.Magnus Holmgren2-0/+65
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg1-1/+1
2006-01-18Profiling support, tools and documentation.Brandon Low1-1/+1
2005-12-05Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren1-7/+4
2005-11-02Make the m4a parser happier with Nero-encoded .mp4 files. This still needs m...Dave Chapman1-6/+10
2005-10-31Suppress compiler warningDave Chapman1-0/+1
2005-10-31Add capability to parse AAC files in M4A.Dave Chapman2-65/+186
2005-10-29Remove generic M4A parsing code from libalac and create a libm4a - so it can ...Dave Chapman5-0/+1033