1. 69ad25e If MP3 decoder output frame size were 0, media server would crash. by James Dong · 13 years ago
  2. ad3fcfe Properly flush the AudioTrack/AudioSink on a seek request and make sure that both the mp3 decoder and aac software decoders start fresh after a seek without any dependency on previously decoded content. by Andreas Huber · 14 years ago
  3. 6624c9f Support finer seek control on MediaSources. by Andreas Huber · 14 years ago
  4. b64af9a Fix a number of timestamp mismatches in the mp3 extractor and decoder that would lead to invalid reporting of the current playback time for mono and/or non-44100 kHz mp3s. by Andreas Huber · 14 years ago
  5. 7167472 Properly fill in the component name for the software decoders. by Andreas Huber · 14 years ago
  6. 43595bc Either the software mp3 decoder's CRC computation is wrong (and PV never enabled it before) or there are files in the wild with wrong CRCs that nonetheless decode correctly, either way, opt out of CRC verification. by Andreas Huber · 14 years ago
  7. ff0c5c1 Recover from a certain mp3 decoder error instead of signalling an error and thereby stopping decoding. by Andreas Huber · 14 years ago
  8. 5c1fe31 Make sure to release the buffer we're not using in case of an error. by Andreas Huber · 15 years ago
  9. afce215 The mp3 decoder should not assert that decoding was successful but return an error instead. by Andreas Huber · 15 years ago
  10. 85adf5e Propagate duration from input to output only if available, support multiple full frames of audio per input buffer in AMR/AAC decoders. by Andreas Huber · 15 years ago
  11. 3c01bb6 Adding copyright headers to recently introduced decoder source files. by Andreas Huber · 15 years ago
  12. 8f65821 Minor tweaks to the mp3 and aac software decoders, propagate duration to output format. by Andreas Huber · 15 years ago
  13. 250f243 Initial checkin of stagefright MP3 audio decoder based on PV source code. by Andreas Huber · 15 years ago