This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10790 - Support for MPEG-4 'isom' brand
Attached to Project:
Rockbox
Opened by Ori Avtalion (salty-horse) - Monday, 16 November 2009, 02:32 GMT+2
Last edited by Magnus Holmgren (learman) - Sunday, 22 November 2009, 18:19 GMT+2
Opened by Ori Avtalion (salty-horse) - Monday, 16 November 2009, 02:32 GMT+2
Last edited by Magnus Holmgren (learman) - Sunday, 22 November 2009, 18:19 GMT+2
|
DetailsUsing r23643
While playing the attached song.m4a (truncated), the simulator reported the following error: Unknown MP4 file type: 'isom' I have tried adding the 'isom' magic number to the various checks that cause that error (see patch), and now the file plays fine in the simulator. However, it fails to play on my Sansa e280. The player goes through all of the files in the directory, while loading their metadata, and then returns to the directory file list without crashing. Any help with adding support for 'isom' will be greatly appreciated. The relevant ISO standard is here: http://standards.iso.org/ittf/PubliclyAvailableStandards/c051533_ISO_IEC_14496-12_2008.zip |
This task depends upon
Closed by Magnus Holmgren (learman)
Sunday, 22 November 2009, 18:19 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed, with an additional fix. Seem to work as well as other MP4/AAC files now (e.g., metadata need to be at the beginning of the file).
Sunday, 22 November 2009, 18:19 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed, with an additional fix. Seem to work as well as other MP4/AAC files now (e.g., metadata need to be at the beginning of the file).
Don't know if this seek is the problem with non-truncated files.