summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/mp3dec
Commit message (Expand)AuthorAgeFilesLines
* MediaCodec: add getInputFormat() methodLajos Molnar2014-03-101-0/+17
* warnings be gone.Andreas Huber2014-02-113-2/+6
* Fix restart after EOS for mp3Marco Nelissen2014-02-051-0/+3
* Fix decoder EOS handlingMarco Nelissen2013-09-042-53/+63
* Revert "Fix decoder EOS handling"Eric Laurent2013-08-302-63/+53
* Fix decoder EOS handlingMarco Nelissen2013-08-302-53/+63
* Fix our software decoders to reset (more of) their internal stateAndreas Huber2013-06-031-0/+2
* Apparently the mp3 decoder glitches if it was configured with the wrongAndreas Huber2013-04-171-0/+15
* Add liblogYing Wang2013-04-091-1/+1
* Make codecs reconfigurableMarco Nelissen2012-12-182-0/+6
* am 0df213ba: am dde79acf: Merge "hardening: eliminate text relocations from mp3"Jean-Baptiste Queru2012-08-163-7/+9
|\
| * hardening: eliminate text relocations from mp3Ard Biesheuvel2012-08-133-7/+9
* | Only emit padding at the end of the stream in the aac and mp3 decodersAndreas Huber2012-08-071-6/+18
|/
* Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong2012-06-132-0/+190
* Ignore sideband parsing errors and spit out a frame of silence.Andreas Huber2012-05-151-6/+6
* AV Android make files changesJames Dong2012-03-281-2/+2
* Support gapless playback for mp3 and m4aMarco Nelissen2012-03-222-6/+20
* 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-2/+2
* 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-227/+0
* Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams.Andreas Huber2011-05-251-0/+1
* Fix module tags on stagefright software decoders.Andreas Huber2011-05-161-1/+1
* Squashed commit of the following:Andreas Huber2011-05-113-0/+428
* If MP3 decoder output frame size were 0, media server would crash.James Dong2011-03-111-1/+9
* PV's mp3 decoder mistreated inputBufferCurrentLength in unit of bytes as in u...James Dong2011-03-021-2/+4
* libstagefright: Compile MP3 & AAC decoders in 32bit ARM ModeJames Wylder2010-12-091-0/+2
* Increase scratch buffers sizes in mp3 software decoder, this integrates a PV ...Andreas Huber2010-10-073-4/+4
* Properly flush the AudioTrack/AudioSink on a seek request and make sure that ...Andreas Huber2010-09-281-0/+4
* Support finer seek control on MediaSources.Andreas Huber2010-07-211-1/+2
* Fix a number of timestamp mismatches in the mp3 extractor and decoder that wo...Andreas Huber2010-06-231-27/+30
* Properly fill in the component name for the software decoders.Andreas Huber2010-03-301-0/+2
* Either the software mp3 decoder's CRC computation is wrong (and PV never enab...Andreas Huber2010-03-181-1/+1
* Recover from a certain mp3 decoder error instead of signalling an error and t...Andreas Huber2010-02-241-6/+17
* Make sure to release the buffer we're not using in case of an error.Andreas Huber2010-01-121-0/+3
* The mp3 decoder should not assert that decoding was successful but return an ...Andreas Huber2010-01-111-1/+6
* Propagate duration from input to output only if available, support multiple f...Andreas Huber2009-12-111-3/+5
* Initial checkin of software AVC video decoder based on PV source code.Andreas Huber2009-12-101-4/+0
* Adding copyright headers to recently introduced decoder source files.Andreas Huber2009-12-101-0/+16
* Make sure to use the hand-tweaked-assembly version of the relevant mp3 code i...Andreas Huber2009-12-081-4/+6
* Minor tweaks to the mp3 and aac software decoders, propagate duration to outp...Andreas Huber2009-12-071-0/+6
* Initial checkin of stagefright MP3 audio decoder based on PV source code.Andreas Huber2009-12-0781-0/+19667