Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-16 | More robust implementation of MPEG frame header search. The parser will not ↵ | Andree Buschmann | |
only search for the very first byte sequence that looks like a valid MPEG frame header. It will search for a valid MPEG frame header sequence, decode it, and probe if there is a consecutive MPEG frame header of the same type (MPEG version, layer, sampling frequency) at the expected position. This approach will reduce false detection of MPEG frame headers in case of errorous metadata or garbaged files. Fixes FS#12007. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29603 a1c6a512-1295-4272-9138-f99709370657 | |||
2011-02-27 | Remove some useless code and variables in the area of metadata parsing. Bump ↵ | Andree Buschmann | |
codec API. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29438 a1c6a512-1295-4272-9138-f99709370657 | |||
2008-10-15 | Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. ↵ | Björn Stenberg | |
Moved mp3data.c/h from firmware to apps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18814 a1c6a512-1295-4272-9138-f99709370657 |