summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/vorbis
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-6.0.1_r46' into HEADJessica Wagantall2016-06-071-1/+28
|\
| * DO NOT MERGE codecs: check OMX buffer size before use in (vorbis|opus)decWonsik Kim2016-04-211-1/+12
| * DO NOT MERGE Verify OMX buffer sizes prior to accessMarco Nelissen2016-04-211-0/+16
* | SoftVorbis: memory access checkHaynes Mathew George2016-03-082-1/+15
* | audio: reset vorbis EOS status after a flushWeiyin Jiang2015-11-301-0/+2
|/
* am 5a75b421: am 30d77e2c: Fix potential buffer overrunMarco Nelissen2015-05-071-1/+1
|\
| * Fix potential buffer overrunMarco Nelissen2015-05-051-1/+1
* | am b4eacebf: am 1afedc4d: am 6eafba6b: Merge "Temporary workaround for log spam"Glenn Kasten2014-05-011-0/+5
|\ \
| * | Temporary workaround for log spamGlenn Kasten2014-05-011-0/+5
| * | Fix decoder EOS handlingMarco Nelissen2014-04-022-35/+46
| |/
* | warnings be gone.Andreas Huber2014-02-111-0/+2
* | Fix decoder EOS handlingMarco Nelissen2013-09-042-35/+46
|/
* Revert "Fix decoder EOS handling"Eric Laurent2013-08-302-41/+34
* Fix decoder EOS handlingMarco Nelissen2013-08-302-34/+41
* Fix our software decoders to reset (more of) their internal stateAndreas Huber2013-06-031-0/+2
* Fix Vorbis decoder resetMarco Nelissen2013-04-151-1/+12
* Add liblogYing Wang2013-04-091-2/+1
* am ccf51ec4: Merge "SoftVorbis: Set the right encoding in the port definition"Andreas Huber2013-02-271-1/+1
|\
| * SoftVorbis: Set the right encoding in the port definitionMartin Storsjo2013-01-311-1/+1
* | Make codecs reconfigurableMarco Nelissen2012-12-182-0/+6
|/
* Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong2012-06-132-0/+190
* AV Android make files changesJames Dong2012-03-281-1/+1
* Switched to use the header files in /frameworks/nativeJames Dong2012-03-121-1/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
* Remove old-style software decoders.Andreas Huber2011-07-132-293/+0
* Fix module tags on stagefright software decoders.Andreas Huber2011-05-161-1/+1
* Squashed commit of the following:Andreas Huber2011-05-113-1/+549
* Assume that all of the decoded vorbis audio data is valid unless the source i...Andreas Huber2010-10-261-6/+14
* Vorbis files may have more samples encoded that should be used, i.e. we have ...Andreas Huber2010-09-281-0/+18
* Support finer seek control on MediaSources.Andreas Huber2010-07-211-1/+2
* Better seek handling and proper reset of the vorbis decoder after a discontin...Andreas Huber2010-05-111-8/+10
* A new OggExtractor/VorbisDecoder combo to support approximate seeking.Andreas Huber2010-05-073-0/+263