Embedded album art support in MP3/ID3v2 tags.
commit840c6285ffeacb6e24210d784a7fb2db61c3f9a8
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Wed, 9 Feb 2011 20:13:13 +0000 (9 20:13 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Wed, 9 Feb 2011 20:13:13 +0000 (9 20:13 +0000)
tree04673c08ff7fc1e12ad4eb4147b705e0bd0fd926
parent38575173cc6f5553e717e48271856fb335eb37a7
Embedded album art support in MP3/ID3v2 tags.

- Support is limited to non-desync jpeg in id3v2 tags. Other formats (hopefully) follow in the future.
- Embedded album art takes precedence over files in album art files.
- No additional buffers are used, the jpeg is read directly from the audio file.

Flyspray: FS#11216
Author: Yoshihisa Uchida and I

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29259 a1c6a512-1295-4272-9138-f99709370657
apps/buffering.c
apps/metadata.h
apps/metadata/id3tags.c
apps/playback.c
apps/playback.h
apps/recorder/jpeg_load.c
apps/recorder/jpeg_load.h