summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/id3/ID3.cpp
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE: defensive parsing of mp3 album art informationRay Essick2017-01-131-17/+39
* Merge tag 'android-6.0.1_r72' into HEADJessica Wagantall2016-10-061-15/+42
|\
| * better validation lengths of strings in ID3 tagsRay Essick2016-08-261-15/+42
* | Prevent integer underflows in ID3::IteratorJoshua J. Drake2016-03-221-0/+8
* | Merge tag 'android-6.0.0_r26' into cm-13.0Ricardo Cerqueira2015-11-051-2/+19
|\ \ | |/
| * ID3: check possible integer overflow for extendedHeaderSize and paddingSize.Wei Jia2015-10-051-2/+19
* | stagefright: handle zero size field in ID3v2 headerYamit Mehta2015-10-061-2/+3
|/
* resolved conflicts for merge of 327afffb to lmp-mr1-ub-devRobert Shih2015-08-241-1/+16
|\
| * am eecc406f: am 3b42241a: Merge "Prevent integer issues in ID3::Iterator::fin...Robert Shih2015-08-221-2/+21
| |\
| | * am 3b42241a: Merge "Prevent integer issues in ID3::Iterator::findFrame" into ...Robert Shih2015-08-221-2/+21
| | |\
| | | * Prevent integer issues in ID3::Iterator::findFrameJoshua J. Drake2015-08-211-2/+21
* | | | am 06682f94: am 48bdf782: am 00887af1: am e9a8362e: am a2a68264: am c37f7f6f:...Neel Mehta2015-08-201-1/+1
|\ \ \ \ | |/ / /
| * | | am a2a68264: am c37f7f6f: Fix for memory corruption in ID3::removeUnsynchroni...Neel Mehta2015-08-181-1/+1
| |\ \ \ | | |/ /
| | * | am c37f7f6f: Fix for memory corruption in ID3::removeUnsynchronizationV2_4()....Neel Mehta2015-08-181-1/+1
| | |\ \ | | | |/
| | | * Fix for memory corruption in ID3::removeUnsynchronizationV2_4().Neel Mehta2015-08-181-1/+1
* | | | am f153ecd2: am 91c71293: am 91fc84f2: am de5c4c46: am 43131299: am 1a09d352:...Wei Jia2015-08-201-0/+3
|\ \ \ \ | |/ / /
| * | | am 43131299: am 1a09d352: Merge "libstagefright: check remaining data size be...Wei Jia2015-08-181-0/+3
| |\ \ \ | | |/ /
| | * | am 1a09d352: Merge "libstagefright: check remaining data size before parsing ...Wei Jia2015-08-181-0/+3
| | |\ \ | | | |/
| | | * libstagefright: check remaining data size before parsing it.Wei Jia2015-08-171-0/+3
* | | | am f66b81e7: am f22da1cf: am d7146ce7: am 3bb658ac: am 4e86a483: am f51115bd:...Wei Jia2015-08-131-2/+5
|\ \ \ \ | |/ / /
| * | | am 4e86a483: am f51115bd: libstagefright: fix possible overflow in ID3.Wei Jia2015-08-131-2/+5
| |\ \ \ | | |/ /
| | * | am f51115bd: libstagefright: fix possible overflow in ID3.Wei Jia2015-08-131-2/+5
| | |\ \ | | | |/
| | | * libstagefright: fix possible overflow in ID3.Wei Jia2015-08-121-2/+5
* | | | am 0625841d: am dfaea255: am 578d5b66: am 171b5fad: am d6ea7f65: am f26400c9:...Marco Nelissen2015-08-071-0/+6
|\ \ \ \ | |/ / /
| * | | am d6ea7f65: am f26400c9: Fix crash on malformed id3Marco Nelissen2015-08-071-0/+6
| |\ \ \ | | |/ /
| | * | am f26400c9: Fix crash on malformed id3Marco Nelissen2015-08-071-0/+6
| | |\ \ | | | |/
| | | * Fix crash on malformed id3Marco Nelissen2015-08-041-0/+6
* | | | Fix id3 parser crashMarco Nelissen2015-01-151-2/+9
* | | | Stagefright: Fix unused variables, functions, valuesAndreas Gampe2014-11-251-1/+1
|/ / /
* | | libstagefright: fix 64-bit warningsColin Cross2014-03-191-7/+7
* | | am 6146f60c: am 319c5640: am 07a017d3: Merge "Added support for ID3v2 meta da...Marco Nelissen2014-01-171-6/+6
|\ \ \ | |/ /
| * | Added support for ID3v2 meta data in 3gp filesOscar Rydhé2014-01-161-6/+6
| |/
* | Better character set encoding detectionMarco Nelissen2013-12-111-50/+29
|/
* Speed up id3v2 unsynchronizationMarco Nelissen2013-06-171-5/+10
* New HLS implementation supporting independent stream sources, audio-only streamsAndreas Huber2013-05-311-2/+46
* Bug fix for the MediaPlayer::prepare() api.Dylan Powers2012-11-271-2/+2
* Correct ID3::StringSize calculation for UCS-2 data.Jesper Tragardh2012-07-111-1/+2
* Parse mp3 encoder padding/delayMarco Nelissen2012-03-201-11/+36
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-1/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-6/+6
* 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
* 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
* 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