summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/id3
Commit message (Expand)AuthorAgeFilesLines
* libstagefright: fix 64-bit warningsColin Cross2014-03-191-7/+7
* Merge commit 'c250980f' into manualmergeGlenn Kasten2014-03-191-2/+0
|\
| * libstagefright is no longer 32 bit only.Narayan Kamath2014-03-191-2/+0
* | am 098b28fc: am 64727dd7: Merge "More precise 32-bit only for libstagefright/...Glenn Kasten2014-03-181-0/+2
|\ \ | |/
| * More precise 32-bit only for libstagefright/ subdirectoriesGlenn Kasten2014-03-171-0/+2
* | warnings be gone.Andreas Huber2014-02-111-0/+4
* | resolved conflicts for merge of 566be7c3 to masterNarayan Kamath2014-02-111-2/+2
|\ \ | |/
| * Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-2/+2
* | 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
* am e63f850b: am da0dc0af: Add liblogYing Wang2013-04-091-1/+1
|\
| * Add liblogYing Wang2013-04-091-1/+1
* | Turn off debug tags in stagefright modules.Dan Morrill2013-03-191-1/+1
|/
* 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
* Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong2012-06-132-0/+190
* Parse mp3 encoder padding/delayMarco Nelissen2012-03-201-11/+36
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-103-4/+4
* 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
* 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