rockbox/lib
Solomon Peachy bdc3dd4fca MP4: append mdat sections together in metadata parser
mp4 files can have multiple 'mdat' chunks.  This is common for
audiobooks, where there is often a secondary mdat containing the
chapter names, but it's also legal to have multiple mdat chunks
for a single logical "track"

This confuses the mp4 metadata parser, which assumes there is
only a single mdat, and always uses the last mdat seen to
determine the "filesize" of the data we're trying to decode.

Work around this by appending each mdat's size to result in the final
"filesize"

Change-Id: I3e7a7efb0f05ef965e8d77f79e450c957524a480
2021-02-19 13:35:41 +00:00
..
arm_support ARM support: provide compiler a better popcount function 2017-09-07 15:45:55 -04:00
fixedpoint Undo hacks to meant to get around string formatting limitations 2017-11-21 05:01:14 -05:00
libsetjmp [1/4] Remove SH support and all archos targets 2020-07-24 21:20:13 +00:00
rbcodec MP4: append mdat sections together in metadata parser 2021-02-19 13:35:41 +00:00
skin_parser skin_parser: Modernize Makefile. 2020-09-04 19:13:54 +02:00
tlsf Fix non aligned crashes with tlsf 2019-07-27 14:30:45 +02:00
unwarminder Initial commit for the Sony NWZ linux port 2017-09-05 21:42:12 +02:00