summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/id3
Commit message (Expand)AuthorAgeFilesLines
* Support malformed ID3 V2.4 tags written by early versions of iTunes.Andreas Huber2010-12-141-4/+24
* 64-bit file size/offset support for media frameworkJames Dong2010-11-181-2/+2
* Fix support for per-frame unsynchronization in ID3V2.4 tags.Andreas Huber2010-08-251-4/+84
* Remove most stagefright property overrides, remove VorbisPlayer and VorbisMet...Andreas Huber2010-06-231-4/+0
* Support for ID3 V2.4 tags.Andreas Huber2010-04-081-23/+114
* Limit the total amount of ID3 metadata to something (un-)reasonable: 3MB.Andreas Huber2010-03-291-0/+7
* Adjust expected text frame length in ID3Kenny Root2010-03-151-0/+1
* Tag the "testid3" commandline tool as "debug-only". It doesn't need to be inc...Andreas Huber2010-03-151-0/+2
* Use bswap_16 instead of swap16, because swap16 is not available in glibcMarco Nelissen2010-02-091-2/+2
* ID3v1 tag's strings are ISO8859, not UTF-8, so do the proper conversion when ...Andreas Huber2010-02-081-3/+7
* Skip the endianness marker when converting UCS-2 to UTF-8, since itMarco Nelissen2010-02-081-1/+21
* Stop using the PV software decoders and use ours (based on PV code) instead e...Andreas Huber2010-02-041-0/+3
* Fix trailing garbage after UCS-2 encoded strings in ID3 V2.Andreas Huber2010-01-191-1/+2
* Support for ID3 version 1 (and 1.1) tags in .mp3 files.Andreas Huber2010-01-192-11/+155
* Squashed commit of the following:Andreas Huber2010-01-123-0/+648