summaryrefslogtreecommitdiff
path: root/media/libstagefright/id3
AgeCommit message (Expand)Author
2012-07-11Correct ID3::StringSize calculation for UCS-2 data.Jesper Tragardh
2012-06-13Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong
2012-03-20Parse mp3 encoder padding/delayMarco Nelissen
2012-02-10Move away from MediaDebug and use ADebug insteadJames Dong
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2010-12-14Support malformed ID3 V2.4 tags written by early versions of iTunes.Andreas Huber
2010-11-1864-bit file size/offset support for media frameworkJames Dong
2010-08-25Fix support for per-frame unsynchronization in ID3V2.4 tags.Andreas Huber
2010-06-23Remove most stagefright property overrides, remove VorbisPlayer and VorbisMet...Andreas Huber
2010-04-08Support for ID3 V2.4 tags.Andreas Huber
2010-03-29Limit the total amount of ID3 metadata to something (un-)reasonable: 3MB.Andreas Huber
2010-03-15Adjust expected text frame length in ID3Kenny Root
2010-03-15Tag the "testid3" commandline tool as "debug-only". It doesn't need to be inc...Andreas Huber
2010-02-09Use bswap_16 instead of swap16, because swap16 is not available in glibcMarco Nelissen
2010-02-08ID3v1 tag's strings are ISO8859, not UTF-8, so do the proper conversion when ...Andreas Huber
2010-02-08Skip the endianness marker when converting UCS-2 to UTF-8, since itMarco Nelissen
2010-02-04Stop using the PV software decoders and use ours (based on PV code) instead e...Andreas Huber
2010-01-19Fix trailing garbage after UCS-2 encoded strings in ID3 V2.Andreas Huber
2010-01-19Support for ID3 version 1 (and 1.1) tags in .mp3 files.Andreas Huber
2010-01-12Squashed commit of the following:Andreas Huber