1. 6e8f0bc Bug fix for the MediaPlayer::prepare() api. by Dylan Powers · 12 years ago
  2. ab736e1 Fix calculations for an obscure combo of MPEG audio options. by John Grossman · 12 years ago
  3. 092406a Move COM tag parsing to constructor by Marco Nelissen · 12 years ago
  4. b636abd Parse mp3 encoder padding/delay by Marco Nelissen · 12 years ago
  5. 9e50385 Skip XING/VBRI frame when decoding by Marco Nelissen · 12 years ago
  6. 29357bc Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  7. df64d15 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  8. 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  9. 2944eca Support for an MPEG2 Program Stream extractor. by Andreas Huber · 13 years ago
  10. d6e2729 Revert "To make SniffMP3() more concrete so that we can remove false-positve responses from MPEG-PS streams." by James Dong · 13 years ago
  11. 97f2fb5 To make SniffMP3() more concrete so that we can remove false-positve responses from MPEG-PS streams. by Dongwon Kang · 13 years ago
  12. f9d566e Re-calculate mCurrentTimeUs for MP3 CBR seek because we might have by Gloria Wang · 13 years ago
  13. 386d609 Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams. by Andreas Huber · 13 years ago
  14. a9e05b9 In the MP3 extractor, compute timestamps based on sample count instead of byte count. by Jason Simmons · 13 years ago
  15. 2eb6a47 Do not enforce the rule in MP3Extractor that all audio frames in an mp3 file must have the same mode by James Dong · 13 years ago
  16. e23da61 Fix MP3Extractor by James Dong · 13 years ago
  17. 7cc4977 Speed up MP3Extractor using cached reads by James Dong · 14 years ago
  18. 11f8109 Add support for the "compilation" tag in mp3, mp4 and ogg, and also add by Marco Nelissen · 14 years ago
  19. c7fc37a 64-bit file size/offset support for media framework by James Dong · 14 years ago
  20. 4456da5 Some refactoring and added support for another form of vbr headers. by Andreas Huber · 14 years ago
  21. 772bcc2 Instead of asserting, publish no tracks if an MP3Extractor is used on non-mp3 content. by Andreas Huber · 14 years ago
  22. 5a1c352 Allow sniffers to return a packet of opaque data that the corresponding extractor can take advantage of to not duplicate work already done sniffing. The mp3 extractor takes advantage of this now. by Andreas Huber · 14 years ago
  23. 8bf59e7 Support for communicating if a buffer read from the _extractor_ is a sync sample or not. by Andreas Huber · 14 years ago
  24. abd1f4f Support finer seek control on MediaSources. by Andreas Huber · 14 years ago
  25. 3e0339f 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
  26. ba0707d Skip any number of leading ID3v2 tags (instead of just the first), also simplify/fix the find-consecutive-mp3-frames functionality. by Andreas Huber · 14 years ago
  27. ba1f481 NPR's audio streams start with a 30sec segment whose mp3 headers are subtly different from those following. Allow certain bits to vary that were thought to be fixed before. by Andreas Huber · 14 years ago
  28. 66ac4df Add support for "album artist" tag. by Marco Nelissen · 14 years ago
  29. 6c8a9a4 Add support for the TPOS/TPA (disc number) id3 tag. by Marco Nelissen · 14 years ago
  30. 7be6407 Support for determining the mime type of media via metadata extraction. by Andreas Huber · 15 years ago
  31. bd4bc59 More metadata support. by Andreas Huber · 15 years ago
  32. fc9ba09 Squashed commit of the following: by Andreas Huber · 15 years ago
  33. db74495 Fix an uninitialized read detected by valgrind. The array to be copied is statically sized and not a c-string. by Andreas Huber · 15 years ago
  34. ac6e656 Add support for XING header by Gloria Wang · 15 years ago
  35. b841f14 Initial checkin of software AMR NB encoder based on PV source code. by Andreas Huber · 15 years ago
  36. 5419629 Fix the mp3 audio extractor that would occasionally return an invalid frame directly after a seek. by Andreas Huber · 15 years ago
  37. c0bbcf3 Fix MP3Extractor duration overflows... by Andreas Huber · 15 years ago
  38. 34769bc New API to instantiate a MediaExtractor given a URI and optional MIME type. by Andreas Huber · 15 years ago
  39. 66326a5 Moving the individual extractor headers files to the private include directory. by Andreas Huber · 15 years ago
  40. 7e04dcf Extract video thumbnails from the largest sync sample among the first 20. by Andreas Huber · 15 years ago
  41. 0bf3921 Proper chunk size computation for Layer II/III V2 and V2.5, skip optional ID3 tag. by Andreas Huber · 15 years ago
  42. 48c948b Change to a int64_t usecs representation for timestamps and duration throughout stagefright. by Andreas Huber · 15 years ago
  43. 18291bc Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API. by Andreas Huber · 15 years ago
  44. 0c89199 assert => CHECK in stagefright. by Andreas Huber · 15 years ago
  45. 693d271 Squashed commit of the following: by Andreas Huber · 15 years ago
  46. 0024245 Squashed commit of the following: by Andreas Huber · 15 years ago
  47. c8d6c8b Clean up MP3Extractor code and fixes a bug that miscalculated the position of the header by a few bytes whenever we read in more data. by Andreas Huber · 15 years ago
  48. 20111aa Squashed commit of the following: by Andreas Huber · 15 years ago