Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
2acc0ac542d9186feee25bbe444c49cb59ca393e
/
apps
/
codecs
/
libm4a
/
m4a.h
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 16 years ago
aaacb70
Remove the mallocs for the codecdata in the m4a parser and assume a maximum size of 64 bytes (see comments in source). Also clean up the alac_set_info() function a little and make it alignment-safe. We still need to remove the seektable related mallocs. Please report if any AAC or ALAC files stop playing in Rockbox after this commit - but it is not expected to cause problems.
by Dave Chapman
· 17 years ago
38ec5ed
Improve support for long MP4 files. Twice as long files can now play, and for those that still are too long, exit with a codec failure rather than freeze Rockbox.
by Magnus Holmgren
· 18 years ago
9896fd1
AAC codec: Improved MP4 file parsing. Should now handle most streamable files. Also some code cleanup and policing.
by Magnus Holmgren
· 18 years ago
9f09a39
Add resume support to AAC files.
by Magnus Holmgren
· 18 years ago
45f9e5d
Remove generic M4A parsing code from libalac and create a libm4a - so it can be used by other codecs
by Dave Chapman
· 19 years ago