1. 42ddfc9 Merge "Return runtime errors instead of asserting in MPEG4 file format validation, also add more validation to ensure presence of codec specific data for avc, aac and mpeg4." by Andreas Huber · 14 years ago
  2. 5ee0bce Return runtime errors instead of asserting in MPEG4 file format validation, also add more validation to ensure presence of codec specific data for avc, aac and mpeg4. by Andreas Huber · 14 years ago
  3. f82c766 Merge "Replace system property retrieval calls with DecoderCapabilities Java API calls." by James Dong · 14 years ago
  4. d6b6bf9 Merge "Properly unload the renderer shared library after the renderer goes away." by Andreas Huber · 14 years ago
  5. 582ae17 Merge "Fix for the safty check. It checks that nFir21 + jNpoints <= BUF_SIZE, but when it calls GetByteArrayRegion, it multiplies it by 2 which defeats the "// safety first" check at the beginning." by Gloria Wang · 14 years ago
  6. 196863d Fix for the safty check. It checks that nFir21 + jNpoints <= BUF_SIZE, by Gloria Wang · 14 years ago
  7. 078f7f0 Properly unload the renderer shared library after the renderer goes away. by Andreas Huber · 14 years ago
  8. b8de957 This hardware video decoder lies about its required input buffer sizes allocating 2.7 MB of memory instead of the required 176 KB... Added another quirk. by Andreas Huber · 14 years ago
  9. 9a56aaf am 8978547f: am f5fe3949: Fix issue 2459650. by Eric Laurent · 14 years ago
  10. 8978547 am f5fe3949: Fix issue 2459650. by Eric Laurent · 14 years ago
  11. f5fe3949 Fix issue 2459650. by Eric Laurent · 14 years ago
  12. b427a7b Merge "Increase the sleep time to fix testTakePicture." by Wu-cheng Li · 14 years ago
  13. 6201440 Increase the sleep time to fix testTakePicture. by Wu-cheng Li · 14 years ago
  14. fda2534 sdutils: Get rid of sdutils - use vdc for similar low level functions by San Mehat · 14 years ago
  15. e49268a Merge "Make sure that the event callback thread is Java capable in the simulator." by Marco Nelissen · 14 years ago
  16. 7691af9 Make sure that the event callback thread is Java capable in the simulator. by Marco Nelissen · 14 years ago
  17. b2d69e3 The MediaScanner is way too obsessed with restricting the files to be scanned. by Andreas Huber · 14 years ago
  18. b52188e Merge "Implement legacy behaviour for MediaPlayer's behaviour of starting from the start of the media on a start() call instead of resuming at the current position, if previously reached the end of the stream. Also properly report number of frames played to audio flinger. Finally, delay spawing the queue thread until actually used." by Andreas Huber · 14 years ago
  19. 406a18b Implement legacy behaviour for MediaPlayer's behaviour of starting from the start of the media on a start() call instead of resuming at the current position, if previously reached the end of the stream. Also properly report number of frames played to audio flinger. Finally, delay spawing the queue thread until actually used. by Andreas Huber · 14 years ago
  20. 397afb5 Fix a race condition in the prefetcher, the source may be shutdown while we're reading data from it. by Andreas Huber · 14 years ago
  21. a6fe26c Merge "Range check in MediaScanner::processDirectory" by Kenny Root · 14 years ago
  22. 7fe4fe6 Range check in MediaScanner::processDirectory by Kenny Root · 14 years ago
  23. 75bbe2b Merge "Store AudioTrack return value for error condition" by Kenny Root · 14 years ago
  24. 3cbd62c Store AudioTrack return value for error condition by Kenny Root · 14 years ago
  25. c0178f1 We are cancelling this event during reset, but the event may have already been dispatched at the time, blocking on the mutex. While it's blocking, reset() cancels the event, we're then unblocked and bad things(tm) happen. by Andreas Huber · 14 years ago
  26. 0a026cf Merge "Disable the TI AMR hardware decoder for audio decoding until its issues are resolved." by Andreas Huber · 14 years ago
  27. 4727040 Disable the TI AMR hardware decoder for audio decoding until its issues are resolved. by Andreas Huber · 14 years ago
  28. 0551311 Unhide new SoundPool API's. Bug 2415373. by Dave Sparks · 14 years ago
  29. af6fdfa Merge "Fix logging in SoundPool." by Dave Sparks · 14 years ago
  30. afdf85d Merge "Fix issue 2440226: Car dock volume synchronization." by Jaikumar Ganesh · 14 years ago
  31. 7bef5a5 Fix logging in SoundPool. by Dave Sparks · 14 years ago
  32. 68db99e Replace system property retrieval calls with DecoderCapabilities Java API calls. by James Dong · 14 years ago
  33. 675ee6a Merge "Add SoundPool API to pause and resume all active streams. Bug 2426531." by Dave Sparks · 14 years ago
  34. f992cbb Add SoundPool API to pause and resume all active streams. Bug 2426531. by Dave Sparks · 14 years ago
  35. 9f56485 Merge "If we never triggered a range request but know the content length make sure to not read more data than there could be, otherwise we'd block indefinitely if the server doesn't close the connection." by Andreas Huber · 14 years ago
  36. 67e8dfb Merge "Don't hold the prefetcher mutex while prefetching a single source, the lock protects the list of sources and does not guard access to the individual sources." by Andreas Huber · 14 years ago
  37. 2ae13a9 Don't hold the prefetcher mutex while prefetching a single source, the lock protects the list of sources and does not guard access to the individual sources. by Andreas Huber · 14 years ago
  38. 57f790f If we never triggered a range request but know the content length make sure to not read more data than there could be, otherwise we'd block indefinitely if the server doesn't close the connection. by Andreas Huber · 14 years ago
  39. cf06dd0 Merge "The AMRSource failed to properly release a media buffer in case of error." by Andreas Huber · 14 years ago
  40. 62ed7a6 Merge "Support decoder queries from media profiles xml configuration file" by James Dong · 14 years ago
  41. bc83427 The AMRSource failed to properly release a media buffer in case of error. by Andreas Huber · 14 years ago
  42. 9ce379a Fix issue 2440226: Car dock volume synchronization. by Eric Laurent · 14 years ago
  43. d32fba4 Support decoder queries from media profiles xml configuration file by James Dong · 14 years ago
  44. 190dd57 Merge "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)" by Gloria Wang · 14 years ago
  45. 8d00b53 Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression) by Gloria Wang · 14 years ago
  46. bab2801 Merge "Preserve a preview frame to be restored after resuming the playback session." by Andreas Huber · 14 years ago
  47. 7b73cfc Preserve a preview frame to be restored after resuming the playback session. by Andreas Huber · 14 years ago
  48. acc6351 Merge "New API on java's MediaPlayer to suspend/resume a session." by Andreas Huber · 14 years ago
  49. fbb3885 New API on java's MediaPlayer to suspend/resume a session. by Andreas Huber · 14 years ago
  50. ba7ec91 Squashed commit of the following: by Andreas Huber · 14 years ago
  51. 6015a97 Fix issue 2418668: AudioManager isWiredHeadsetOn() always returns false for headset without mic. by Eric Laurent · 14 years ago
  52. 8b799a3 Merge "Add support for "album artist" tag." by Marco Nelissen · 14 years ago
  53. c5d5ee3 Add support for "album artist" tag. by Marco Nelissen · 14 years ago
  54. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 14 years ago
  55. 28a5dc2 Merge "Support for rendering through an overlay on the droid even if a software renderer is active." by Andreas Huber · 14 years ago
  56. 4ab5a6f Support for rendering through an overlay on the droid even if a software renderer is active. by Andreas Huber · 14 years ago
  57. 49ffc0f Revise ThumbnailUtils API. by Ray Chen · 14 years ago
  58. aa82768 Merge "Fixing AMR recording code." by Andreas Huber · 14 years ago
  59. 259b7c1 Fixing AMR recording code. by Andreas Huber · 14 years ago
  60. d2e6af6 Merge "Do autodetection even if no locale was specified, and use the detected encoding if it is unambiguous." by Marco Nelissen · 14 years ago
  61. 4c48cb7 Merge "Properly detect Adobe's .f4v file format as an mp4 ISO compliant file." by Andreas Huber · 14 years ago
  62. 01830a0 Properly detect Adobe's .f4v file format as an mp4 ISO compliant file. by Andreas Huber · 14 years ago
  63. 7d57413 TI does not want the hardware H.263 decoder to be enabled. by Andreas Huber · 14 years ago
  64. b45b084 Do autodetection even if no locale was specified, and use the by Marco Nelissen · 14 years ago
  65. 6ed937e Implementation of stagefright-enabled MediaPlayerService::decode functionality by Andreas Huber · 14 years ago
  66. bfcb22a Don't create a genre in the database for genre code 255 (unknown) by Marco Nelissen · 14 years ago
  67. 4eaef13 Merge "Defer actual work of setDataSource given a URI to the prepare phase in order to not block the calling thread for any significant amount of time..." by Andreas Huber · 14 years ago
  68. ffdf478 Defer actual work of setDataSource given a URI to the prepare phase in order to not block the calling thread for any significant amount of time... by Andreas Huber · 14 years ago
  69. 0dd4df2 Merge "If the codec's input buffer size is too small to accomodate the buffer read from the source, report and error instead of asserting." by Andreas Huber · 14 years ago
  70. 632aa76 Merge "New external storage APIs." by Dianne Hackborn · 14 years ago
  71. 42c444a If the codec's input buffer size is too small to accomodate the buffer read from the source, report and error instead of asserting. by Andreas Huber · 14 years ago
  72. e83cefce New external storage APIs. by Dianne Hackborn · 14 years ago
  73. fe3b8e9 Support the disc number and custom genre tags for mp4. by Marco Nelissen · 14 years ago
  74. e33813d Merge "A little less verbosity in stagefright and special treatment for the error state while shutting down." by Andreas Huber · 14 years ago
  75. 4a9375e A little less verbosity in stagefright and special treatment for the error state while shutting down. by Andreas Huber · 14 years ago
  76. fdcba38 Merge "During shutdown, don't loop forever on a state transition to OMX_StateInvalid." by Andreas Huber · 14 years ago
  77. e56b7e6c Use bswap_16 instead of swap16, because swap16 is not available in glibc by Marco Nelissen · 14 years ago
  78. 9be54d4 ID3v1 tag's strings are ISO8859, not UTF-8, so do the proper conversion when extracting metadata. by Andreas Huber · 14 years ago
  79. ba53068 Merge "Properly implement asynchronous preparation of media playback." by Andreas Huber · 14 years ago
  80. 7499ef3 Merge "Skip the endianness marker when converting UCS-2 to UTF-8, since it ends up in the UTF-8 string otherwise." by Marco Nelissen · 14 years ago
  81. 6be780e Properly implement asynchronous preparation of media playback. by Andreas Huber · 14 years ago
  82. 3887ac7 Skip the endianness marker when converting UCS-2 to UTF-8, since it by Marco Nelissen · 14 years ago
  83. 7723c94 Merge "Use Tremor for sim-eng, and Tremolo for other targets." by Gloria Wang · 14 years ago
  84. 655306f Add support for the TPOS/TPA (disc number) id3 tag. by Marco Nelissen · 14 years ago
  85. 2c51014 Use Tremor for sim-eng, and Tremolo for other targets. by Gloria Wang · 14 years ago
  86. 9f4557e During shutdown, don't loop forever on a state transition to OMX_StateInvalid. by Andreas Huber · 14 years ago
  87. 5a84386 Merge "Fix for 2224736. Sometimes mSeeking is reset without calling setSeekTo first." by Gloria Wang · 14 years ago
  88. 9682728 Revert "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)" by Gloria Wang · 14 years ago
  89. 75ed814 Merge "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)" by Gloria Wang · 14 years ago
  90. 9446c50 Merge "When the extractor is not able to be created successfully, don't crash" by James Dong · 14 years ago
  91. e4cfcb8 When the extractor is not able to be created successfully, don't crash by James Dong · 14 years ago
  92. 760dcec Merge "Camcorder profile Java API support - Use Enum for Quality instead of int - Use static values() method from Enum, rather than if-else" by James Dong · 14 years ago
  93. 2b7bb21 Fix for 2224736. Sometimes mSeeking is reset without calling setSeekTo first. by Gloria Wang · 14 years ago
  94. 2f46c06 Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression) by Gloria Wang · 14 years ago
  95. e7038ac Camcorder profile Java API support by James Dong · 14 years ago
  96. acfbc80 Stop using the PV software decoders and use ours (based on PV code) instead even in non-FULL_STAGEFRIGHT builds. by Andreas Huber · 14 years ago
  97. 5d9661b Add getAttributeDouble() and focal length tag. by Wu-cheng Li · 15 years ago
  98. 5258919 Merge "Defer creating the video renderer until we see the first video frame." by Andreas Huber · 14 years ago
  99. 7085b684 Defer creating the video renderer until we see the first video frame. by Andreas Huber · 14 years ago
  100. 065f69e Previous change broke A/V sync, this is a better change to eliminate negative media positions. by Andreas Huber · 14 years ago