1. c618b5a DRM Framework bug fixes. by Takeshi Aimi · 14 years ago
  2. c533edc Merge "Notify the playback status to DRM agents before the playback starts" by Gloria Wang · 14 years ago
  3. 14db41b Merge "Update of DRM Framework." by Gloria Wang · 14 years ago
  4. c130b5b Notify the playback status to DRM agents before the playback starts by Gloria Wang · 14 years ago
  5. 3473846 Update of DRM Framework. by Takeshi Aimi · 14 years ago
  6. 6ed70d2 StagefrightMediaScanner: Call endFile() for MIDI and OGG files. by Hiroshi Takekawa · 14 years ago
  7. cf6a8d2 build failed with g++ v. 4.4.5 by Matthias Bady · 14 years ago
  8. bf95526 Merge "Update of DRM framework" by Gloria Wang · 14 years ago
  9. 55426ce - Move the business rule management down to DRM agents. by Gloria Wang · 14 years ago
  10. e943f84 Update of DRM framework by Takeshi Aimi · 14 years ago
  11. dcd25ef DRM framework support: by Gloria Wang · 14 years ago
  12. 2272ee2 Update of DRM framework. by Takeshi Aimi · 14 years ago
  13. 0335b70 Make DRM libraries optional by Jean-Baptiste Queru · 14 years ago
  14. 3df6c0f fix build by Jean-Baptiste Queru · 14 years ago
  15. ea916b1 fix build by Jean-Baptiste Queru · 14 years ago
  16. a4f8842 fix build by Jean-Baptiste Queru · 14 years ago
  17. 27ed8ad Initial contribution from Sony Corporation. by aimitakeshi · 14 years ago
  18. f1a97e5 Fix compilation errors in libmedia, libstagefright. by Rene Bolldorf · 14 years ago
  19. 01cff46 fix inaccurate copyrights by Jean-Baptiste Queru · 14 years ago
  20. ccaa414 move native services under services/ by Mathias Agopian · 14 years ago
  21. 51da506 am 39e876ad: Merge "When filling the cache, we always time out waiting for a condition that won\'t occur. We are actually improving the power consumption for streaming applications like Pandora." into froyo by James Dong · 14 years ago
  22. bb04560 am 3242cc27: Merge "TimedEventQueue is apparently important for glitch-free media playback, and so having it inherit its priority from the thread that created it is a bad idea. Instead, set the priority explicitly, and bump it to slightly higher than normal." into fro by Dave Sparks · 14 years ago
  23. e32283b Merge "When filling the cache, we always time out waiting for a condition that won't occur. We are actually improving the power consumption for streaming applications like Pandora." into froyo by James Dong · 14 years ago
  24. d82ac9c When filling the cache, we always time out waiting for a condition that won't occur. by James Dong · 14 years ago
  25. 17e8ad9 TimedEventQueue is apparently important for glitch-free media playback, and so by Marco Nelissen · 14 years ago
  26. ebe43b3 am 2e3761ba: Merge "Changes to the prefetcher to allow for bursts of data to be transferred, hopefully allowing the radio to go to low-power mode while idle." into froyo by Andreas Huber · 14 years ago
  27. ddc4352 Changes to the prefetcher to allow for bursts of data to be transferred, hopefully allowing the radio to go to low-power mode while idle. by Andreas Huber · 14 years ago
  28. 8fe7fa8 am 2723e092: Merge "Better handling of codec initialization failure in the player and thumbnail extractor. Return a runtime error instead of asserting if the software MPEG4/H.263 decoder fails to initialize." into froyo by Andreas Huber · 14 years ago
  29. 139a5d5 Better handling of codec initialization failure in the player and thumbnail extractor. Return a runtime error instead of asserting if the software MPEG4/H.263 decoder fails to initialize. by Andreas Huber · 14 years ago
  30. c0b42f2 am eb9128f9: Fix sampleTable instantiation, this makes sure that the sample table refers to the custom datasource that caches the metadata to prevent needless seeking. by Andreas Huber · 14 years ago
  31. 1edbcb2 Fix sampleTable instantiation, this makes sure that the sample table refers to the custom datasource that caches the metadata to prevent needless seeking. by Andreas Huber · 14 years ago
  32. 4ac3585 merge from open-source master by The Android Open Source Project · 14 years ago
  33. 4947577 Merge "Accept media files by file extension in case insensitive manner." by Jean-Baptiste Queru · 14 years ago
  34. a945bfd Return a runtime error instead of asserting if the AACDecoder is passed an unsupported config. by Andreas Huber · 14 years ago
  35. d2333bd Merge "Support for customizable socket-read timeouts through the HTTP response." into froyo by Andreas Huber · 14 years ago
  36. ba7c357 Support for customizable socket-read timeouts through the HTTP response. by Andreas Huber · 14 years ago
  37. 96f52cd Better seek handling and proper reset of the vorbis decoder after a discontinuity (seek) by Andreas Huber · 14 years ago
  38. adbda96 Add remove method in CameraParameters class. by Wu-cheng Li · 14 years ago
  39. ee7ff20 A new OggExtractor/VorbisDecoder combo to support approximate seeking. by Andreas Huber · 14 years ago
  40. f932583 Merge "Disable vorbis seek when streaming from localhost." into froyo by Andreas Huber · 14 years ago
  41. acdd9d0 Disable vorbis seek when streaming from localhost. by Andreas Huber · 14 years ago
  42. 77356c3 For issue #2651381, allow library prelinking. by Dan Bornstein · 14 years ago
  43. 3cf4e43 Support for Ogg Vorbis decoding in stagefright. by Andreas Huber · 14 years ago
  44. 0b5ba9e Switch to use software MP3 decoder by James Dong · 14 years ago
  45. 4bf29ca Apparently select() does not immediately return if one of the masked socket descriptors is closed... Stop relying on select for read-with-timeout functionality and use SO_RCVTIMEO socket option instead. by Andreas Huber · 14 years ago
  46. d2c6894 Don't coalesce more than 250ms worth of encoded data into a single codec input buffer. by Andreas Huber · 14 years ago
  47. 27fde95 Use PV_PLAYER to handle RTSP streaming by James Dong · 14 years ago
  48. b9dbba9 Snif more 3GPP file types according to http://www.ftyps.com/3gpp.html by James Dong · 14 years ago
  49. 25801bf Merge "Better diagnostics in the stagefright commandline tool, support for playing sine-tones using a filename of "sine:[samplingrate]", i.e. sine:44100. Support for playing audio through to the speakers by using "-o" in addition to "-a"." into froyo by Andreas Huber · 14 years ago
  50. a13da58 Merge "Don't set encoder component role while we query decoders" into froyo by James Dong · 14 years ago
  51. a98420e Better diagnostics in the stagefright commandline tool, support for playing sine-tones using a filename of "sine:[samplingrate]", i.e. sine:44100. Support for playing audio through to the speakers by using "-o" in addition to "-a". by Andreas Huber · 14 years ago
  52. 5e3cf6c Don't set encoder component role while we query decoders by James Dong · 14 years ago
  53. 5c11739 Fix for 2581725. Keep the last frame after resume(), and delete it by Gloria Wang · 14 years ago
  54. 81f82c3 Distinguish QCELP audio from mpeg4 audio, ignore QCELP audio tracks since we don't have a decoder for it, ignore potentially malformed metadata for AMR NB and WB tracks. by Andreas Huber · 14 years ago
  55. 874b55f Fix a race condition in TimedEventQueue, an event may be cancelled while we're waiting for its scheduled time to come in which case we'd be removing it from the queue twice. by Andreas Huber · 14 years ago
  56. b547d09 Merge "Fix a case where the aac hardware decoder is in a transition state and refused a fillbuffer request." into froyo by Andreas Huber · 14 years ago
  57. 7110385 Fix a case where the aac hardware decoder is in a transition state and refused a fillbuffer request. by Andreas Huber · 14 years ago
  58. f018aa3 Merge "Ignore corrupt aac audio frames and substitute silence." into froyo by Andreas Huber · 14 years ago
  59. 9dcda21 Ignore corrupt aac audio frames and substitute silence. by Andreas Huber · 14 years ago
  60. 0a0583f Start sending out buffering updates earlier (after preparation has completed) instead of only after playback has started. by Andreas Huber · 14 years ago
  61. 465d5a7 Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF. by Wu-cheng Li · 14 years ago
  62. 32f8c1c Merge "Support for ID3 V2.4 tags." into froyo by Andreas Huber · 14 years ago
  63. bebd11b Support for ID3 V2.4 tags. by Andreas Huber · 14 years ago
  64. 1ab1e4e Refactor connection/redirection code, support redirects on reconnection. by Andreas Huber · 14 years ago
  65. d8c7685 Increase the size of the pages used in CachingDataSource (total amount of memory used remains the same) to compensate for reduced locality of audio/video data requests. Also fixes a mistaken trailing "\r\n" in the range header and better error handling on http connection. by Andreas Huber · 14 years ago
  66. dac4ee7 Report the requested seek time while seek is in progress. by Andreas Huber · 14 years ago
  67. 80eb617 Partial revert of previous change to improve hardware AAC decoder performance, increasing the input buffer size so dramatically accidentally broke streaming performance. by Andreas Huber · 14 years ago
  68. b514a24 Merge "Coalesce multiple encoded AAC frames into a single input buffer on this particular OMX codec to increase throughput significantly." into froyo by Andreas Huber · 14 years ago
  69. 7f498b9 Coalesce multiple encoded AAC frames into a single input buffer on this particular OMX codec to increase throughput significantly. by Andreas Huber · 14 years ago
  70. fcdfad5 Merge "Support another kind of iso mpeg4 file." into froyo by Andreas Huber · 14 years ago
  71. a17a134 Use local lock for most MediaMetadataRetriever methods. Bug 2560834. by Dave Sparks · 14 years ago
  72. 983b449 Support another kind of iso mpeg4 file. by Andreas Huber · 14 years ago
  73. 71662fe Merge "Public API changes for CameraProfile and CamcorderProfile classes" into froyo by James Dong · 14 years ago
  74. ab4412a Update AMR codec. by Dave Sparks · 14 years ago
  75. 0b42f25 Public API changes for CameraProfile and CamcorderProfile classes by James Dong · 14 years ago
  76. 13ecb8d Merge "Skip any number of leading ID3v2 tags (instead of just the first), also simplify/fix the find-consecutive-mp3-frames functionality." into froyo by Andreas Huber · 14 years ago
  77. 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
  78. a7313de Merge "Properly send a MEDIA_SEEK_COMPLETE notification for a seek request while paused (legacy behaviour)." into froyo by Andreas Huber · 14 years ago
  79. 1321fdd Properly send a MEDIA_SEEK_COMPLETE notification for a seek request while paused (legacy behaviour). by Andreas Huber · 14 years ago
  80. 2d832a1 Merge "Properly fill in the component name for the software decoders." into froyo by Andreas Huber · 14 years ago
  81. 47f729a Properly fill in the component name for the software decoders. by Andreas Huber · 14 years ago
  82. 08f0085 Timeout on socket recv calls after 5secs, retry connection also if server unexpectedly closed the connection on its end and we know that there should've been more data available. by Andreas Huber · 14 years ago
  83. 65997f0 Limit the total amount of ID3 metadata to something (un-)reasonable: 3MB. by Andreas Huber · 14 years ago
  84. fb8391b Merge "Fix a bug where the TimedEventQueue mistakenly accesses a bogus event if the only event in the queue has been cancelled while we're waiting for its scheduled time. Avoids potential int64_t overflow when converting from us to ns." into froyo by Andreas Huber · 14 years ago
  85. 03f4e14 Fix a bug where the TimedEventQueue mistakenly accesses a bogus event if the only event in the queue has been cancelled while we're waiting for its scheduled time. Avoids potential int64_t overflow when converting from us to ns. by Andreas Huber · 14 years ago
  86. 8cc76ae Add some comments for zoom methods. by Wu-cheng Li · 14 years ago
  87. 2415ecb Finer-grained locking in AwesomePlayer, position and duration are now protected by a separate mutex that's only held for brief moments of time. by Andreas Huber · 14 years ago
  88. f8ed70a Call unlinkToDeath() when we disconnect the Camera, by Chih-Chung Chang · 14 years ago
  89. 246c817 Merge "QueryCodecs now returns the names of the software codecs (non-OpenMax) as well." by Andreas Huber · 14 years ago
  90. 08a88e1 QueryCodecs now returns the names of the software codecs (non-OpenMax) as well. by Andreas Huber · 14 years ago
  91. e966fb0 Enable early termination of the prefetcher's preparation phase. by Andreas Huber · 14 years ago
  92. 9584a07 Clear the local prefetcher strong reference before signalling that prepare() was cancelled early in order to avoid a race condition that occasionally triggered an assertion from the main thread. by Andreas Huber · 14 years ago
  93. 54b1a05 libutils Condition are now PRIVATE by default by Mathias Agopian · 14 years ago
  94. fc1c7b9 Accept media files by file extension in case insensitive manner. by Atsushi Eno · 14 years ago
  95. 589843b Merge "Report a runtime error rather than asserting if the amr software decoder reads more data than it was given(!)" by Andreas Huber · 14 years ago
  96. 5d4f85d Report a runtime error rather than asserting if the amr software decoder reads more data than it was given(!) by Andreas Huber · 14 years ago
  97. 1c6ceba Tweak the omx tests to always do a seek-beyond-EOS on the first iteration, followed by a linear read on the second iteration. by Andreas Huber · 14 years ago
  98. a89e12d 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
  99. 2fd5624 Merge "While streaming media data, upon a socket-read error, try reconnecting to the server and attempt to re-read for at most 3 times." by Andreas Huber · 14 years ago
  100. 0887d17 While streaming media data, upon a socket-read error, try reconnecting to the server and attempt to re-read for at most 3 times. by Andreas Huber · 14 years ago