1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. f018aa3 Merge "Ignore corrupt aac audio frames and substitute silence." into froyo by Andreas Huber · 14 years ago
  7. 9dcda21 Ignore corrupt aac audio frames and substitute silence. by Andreas Huber · 14 years ago
  8. 0a0583f Start sending out buffering updates earlier (after preparation has completed) instead of only after playback has started. by Andreas Huber · 14 years ago
  9. 465d5a7 Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF. by Wu-cheng Li · 14 years ago
  10. 32f8c1c Merge "Support for ID3 V2.4 tags." into froyo by Andreas Huber · 14 years ago
  11. bebd11b Support for ID3 V2.4 tags. by Andreas Huber · 14 years ago
  12. 1ab1e4e Refactor connection/redirection code, support redirects on reconnection. by Andreas Huber · 14 years ago
  13. 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
  14. dac4ee7 Report the requested seek time while seek is in progress. by Andreas Huber · 14 years ago
  15. 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
  16. 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
  17. 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
  18. fcdfad5 Merge "Support another kind of iso mpeg4 file." into froyo by Andreas Huber · 14 years ago
  19. a17a134 Use local lock for most MediaMetadataRetriever methods. Bug 2560834. by Dave Sparks · 14 years ago
  20. 983b449 Support another kind of iso mpeg4 file. by Andreas Huber · 14 years ago
  21. 71662fe Merge "Public API changes for CameraProfile and CamcorderProfile classes" into froyo by James Dong · 14 years ago
  22. ab4412a Update AMR codec. by Dave Sparks · 14 years ago
  23. 0b42f25 Public API changes for CameraProfile and CamcorderProfile classes by James Dong · 14 years ago
  24. 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
  25. 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
  26. 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
  27. 1321fdd Properly send a MEDIA_SEEK_COMPLETE notification for a seek request while paused (legacy behaviour). by Andreas Huber · 14 years ago
  28. 2d832a1 Merge "Properly fill in the component name for the software decoders." into froyo by Andreas Huber · 14 years ago
  29. 47f729a Properly fill in the component name for the software decoders. by Andreas Huber · 14 years ago
  30. 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
  31. 65997f0 Limit the total amount of ID3 metadata to something (un-)reasonable: 3MB. by Andreas Huber · 14 years ago
  32. 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
  33. 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
  34. 8cc76ae Add some comments for zoom methods. by Wu-cheng Li · 14 years ago
  35. 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
  36. f8ed70a Call unlinkToDeath() when we disconnect the Camera, by Chih-Chung Chang · 14 years ago
  37. 246c817 Merge "QueryCodecs now returns the names of the software codecs (non-OpenMax) as well." by Andreas Huber · 14 years ago
  38. 08a88e1 QueryCodecs now returns the names of the software codecs (non-OpenMax) as well. by Andreas Huber · 14 years ago
  39. e966fb0 Enable early termination of the prefetcher's preparation phase. by Andreas Huber · 14 years ago
  40. 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
  41. 54b1a05 libutils Condition are now PRIVATE by default by Mathias Agopian · 14 years ago
  42. 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
  43. 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
  44. 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
  45. 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
  46. 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
  47. 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
  48. 601b38d Merge "Instead of asserting that nothing bad happened during (software-)AAC decoding, return a runtime error if appropriate." by Andreas Huber · 14 years ago
  49. c9915ae Instead of asserting that nothing bad happened during (software-)AAC decoding, return a runtime error if appropriate. by Andreas Huber · 14 years ago
  50. d3f93c5 Merge "Fix issue 2416481: Support Voice Dialer over BT SCO." by Eric Laurent · 14 years ago
  51. be55a2d Fix issue 2416481: Support Voice Dialer over BT SCO. by Eric Laurent · 14 years ago
  52. 72d747d Merge ""isPlaying" should never block, acquiring the mutex here is unnecessary, rather than investing in a separate mutex guarding just "mFlags" we accept returning "true" from isPlaying one too many times." by Marco Nelissen · 14 years ago
  53. d2858f0 Properly use a long long literal to avoid under/overflow during fps computation. by Andreas Huber · 14 years ago
  54. 15ff930 "isPlaying" should never block, acquiring the mutex here is unnecessary, rather than investing in a separate mutex guarding just "mFlags" we accept returning "true" from isPlaying one too many times. by Andreas Huber · 14 years ago
  55. b4cfc63 Merge "Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails." by Andreas Huber · 14 years ago
  56. 2a3847e Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails. by Andreas Huber · 14 years ago
  57. 35bb8f9 Merge "Fixes bug 2502132, and masks bug 2518313." by Glenn Kasten · 14 years ago
  58. 0732475 Merge "Fix regression in directory scanning" by Kenny Root · 14 years ago
  59. aaaa12c Fixes bug 2502132, and masks bug 2518313. by Glenn Kasten · 14 years ago
  60. 16aec90 Merge "HTTPDataSource must be connected before it is usable. Fix this in the stagefright tool." by Andreas Huber · 14 years ago
  61. 5284bc4 HTTPDataSource must be connected before it is usable. Fix this in the stagefright tool. by Andreas Huber · 14 years ago
  62. 632a7df Adjust expected text frame length in ID3 by Kenny Root · 14 years ago
  63. 3e42b44 Fix regression in directory scanning by Kenny Root · 14 years ago
  64. 7469731 We no longer do sanity checks based on "hdlr" tags in .mp4 files. Pretty soon we'll play any bytestream that even vaguely resembles the spec... by Andreas Huber · 14 years ago
  65. 739d629 Merge "Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files." by Andreas Huber · 14 years ago
  66. a13cc23 Merge "Fix the media metadata retriever (tests). The native constants must match those published at the java layer." by Andreas Huber · 14 years ago
  67. c3df626 Merge "Tag the "testid3" commandline tool as "debug-only". It doesn't need to be included in release builds." by Andreas Huber · 14 years ago
  68. 643a00a Tag the "testid3" commandline tool as "debug-only". It doesn't need to be included in release builds. by Andreas Huber · 14 years ago
  69. 6f3a0c2 Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files. by Andreas Huber · 14 years ago
  70. fa71449 Fixing the sim build. by Andreas Huber · 14 years ago
  71. 93e1fb9 Fix the media metadata retriever (tests). The native constants must match those published at the java layer. by Andreas Huber · 14 years ago
  72. 52e71f8 Boost OMX callback dispatcher thread priority to prevent audio playback stuttering under increased system load by Andreas Huber · 14 years ago
  73. c116510 Merge "HTTPStream and HTTPDataSource now support cancellation of the connection process, AwesomePlayer takes advantage of this in cases where ::reset() or ::suspend() is called while in the preparation phase to bail out early. Also fixes in issue where the audio codec was not properly stopped if no audio player object ever took ownership." by Andreas Huber · 14 years ago
  74. e94bd14 HTTPStream and HTTPDataSource now support cancellation of the connection process, AwesomePlayer takes advantage of this in cases where ::reset() or ::suspend() is called while in the preparation phase to bail out early. Also fixes in issue where the audio codec was not properly stopped if no audio player object ever took ownership. by Andreas Huber · 14 years ago
  75. 8a6e241 Merge "Revert "Do autodetection even if no locale was specified, and use the"" by Marco Nelissen · 14 years ago
  76. b5c3107 Revert "Do autodetection even if no locale was specified, and use the" by Marco Nelissen · 14 years ago
  77. 4023493 Allow invoke in all the player states except idle and error. by Nicolas Catania · 14 years ago
  78. 6fc13ab Merge "Reduce buffer sizes related to HTTP media data transfer in order to reduce the probability of a connection timeout/reset due to long periods of time between socket activity." by Andreas Huber · 14 years ago
  79. 64fb06f Revert "Allow invoke in all the player states except idle and error." by Nicolas Catania · 14 years ago
  80. 8d20cd5 Merge "Allow invoke in all the player states except idle and error." by Nicolas Catania · 14 years ago
  81. 79b19b3 Reduce buffer sizes related to HTTP media data transfer in order to reduce the probability of a connection timeout/reset due to long periods of time between socket activity. by Andreas Huber · 14 years ago
  82. 63bacaf Allow invoke in all the player states except idle and error. by Nicolas Catania · 14 years ago
  83. d40b0e8 Merge "Extend stagefright tool to extract either album art or video frame." by Andreas Huber · 14 years ago
  84. 5983dd4 Merge "Instead of instantiating StagefrightMetadataRetriever directly, instantiate a MediaMetadataRetriever which will do-the-right-thing(tm) even for .wma/.wmv/.asf files." by Andreas Huber · 14 years ago
  85. 1b950bc Extend stagefright tool to extract either album art or video frame. by Andreas Huber · 14 years ago
  86. 2e39c1c Instead of instantiating StagefrightMetadataRetriever directly, instantiate a MediaMetadataRetriever which will do-the-right-thing(tm) even for .wma/.wmv/.asf files. by Andreas Huber · 14 years ago
  87. 83ff143 MEDIA_PLAYER_STATE_ERROR is not a bitmask (b/2502881) by Marco Nelissen · 14 years ago
  88. b699c59 Merge "Use a more descriptive user-agent string (similar to PV's before) in stagefright http requests." by Andreas Huber · 14 years ago
  89. 69f722f Use a more descriptive user-agent string (similar to PV's before) in stagefright http requests. by Andreas Huber · 14 years ago
  90. d81f873 Merge "Add camera parameter string constant for "true"." by Wu-cheng Li · 14 years ago
  91. ebca2dc Merge "The audio track was accidentally not participating in the prefetch since it wasn't started at the time prepare() was called. Also, properly report the cached duration even near the end when the source has no more data to fetch." by Andreas Huber · 14 years ago
  92. e7e3b78 The audio track was accidentally not participating in the prefetch since it wasn't started at the time prepare() was called. Also, properly report the cached duration even near the end when the source has no more data to fetch. by Andreas Huber · 14 years ago
  93. d8d888e Add camera parameter string constant for "true". by Wu-cheng Li · 14 years ago
  94. 1ebb261 Merge "Apparently a MemoryHeapPMem must be slap()ed for SurfaceFlinger to use the contained buffers." by Andreas Huber · 14 years ago
  95. 0caaa95 Apparently a MemoryHeapPMem must be slap()ed for SurfaceFlinger to use the contained buffers. by Andreas Huber · 14 years ago
  96. 1322e7e Increase the amount of data buffered at preparation time. Make sure to start preparing after the codecs have been started, otherwise no buffering will happen. by Andreas Huber · 14 years ago
  97. 8eea8c3 The prefetched source was unnecessarily holding a lock while receiving data from the network, sometimes blocking for seconds over 2G networks with corresponding drops in audio playback. Also, if the cache was full we'd report a cache duration of 0 instead of maximum size. by Andreas Huber · 14 years ago
  98. 3a2bee0 Merge "Fix issue 2428563: Camera rendered inoperable by voice call interruption." by Eric Laurent · 14 years ago
  99. 88335b1 Fix issue 2428563: Camera rendered inoperable by voice call interruption. by Eric Laurent · 14 years ago
  100. 4a68c51 Merge "Instead of allocating the decoder instances in response to a call to setDataSource, postpone allocation to the preparation phase where it belongs." by Andreas Huber · 14 years ago